-
Global information
- Generated on Sun May 23 15:59:14 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-05-23_170000.log, ..., /home/postgres/pg_data/data/pg_log/postgresql-2021-05-23_175841.log
- Parsed 61,971 log entries in 13s
- Log start from 2021-05-23 17:00:00 to 2021-05-23 17:59:01
-
Overview
Global Stats
- 979 Number of unique normalized queries
- 2,968 Number of queries
- 1h9m2s Total query duration
- 2021-05-23 17:00:11 First query
- 2021-05-23 17:59:01 Last query
- 11 queries/s at 2021-05-23 17:04:58 Query peak
- 1h9m2s Total query duration
- 0ms Prepare/parse total duration
- 910ms Bind total duration
- 1h9m1s Execute total duration
- 23,400 Number of events
- 4 Number of unique normalized events
- 20,897 Max number of times the same event was reported
- 0 Number of cancellation
- 0 Total number of automatic vacuums
- 0 Total number of automatic analyzes
- 246 Number temporary file
- 120.76 MiB Max size of temporary file
- 10.40 MiB Average size of temporary file
- 0 Total number of sessions
- 0 sessions at Session peak
- 0ms Total duration of sessions
- 0ms Average duration of sessions
- 2,968 Average queries per session
- 1h9m2s Average queries duration per session
- n/a Average idle time per session
- 0 Total number of connections
- 1 Total number of databases
SQL Traffic
Key values
- 11 queries/s Query Peak
- 2021-05-23 17:04:58 Date
SELECT Traffic
Key values
- 11 queries/s Query Peak
- 2021-05-23 17:04:58 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 6 queries/s Query Peak
- 2021-05-23 17:31:12 Date
Queries duration
Key values
- 1h9m2s Total query duration
Prepared queries ratio
Key values
- 0.00 Ratio of bind vs prepare
- 0.00 % Ratio between prepared and "usual" statements
General Activity
↑ Back to the top of the General Activity tableDay Hour Count Min duration Max duration Avg duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 23 17 2,968 50ms 26s521ms 1s395ms 1m33s 1m49s 1m52s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 23 17 983 13 315ms 5s502ms 12s80ms 28s171ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 23 17 1,165 32 0 16 2s466ms 48s770ms 54s619ms 1m14s Day Hour Prepare Bind Bind/Prepare Percentage of prepare May 23 17 0 928 928.00 0.00% Day Hour Count Average / Second May 23 17 0 0.00/s Day Hour Count Average Duration Average idle time May 23 17 0 0ms 0ms -
Connections
Established Connections
Key values
- 0 connections Connection Peak
- Date
Connections per database
Key values
- unknown Main Database
- 0 connections Total
Connections per user
Key values
- unknown Main User
- 0 connections Total
-
Sessions
Simultaneous sessions
Key values
- 0 sessions Session Peak
- Date
Histogram of session times
Key values
- duration
Sessions per database
Key values
- unknown Main Database
- 0 sessions Total
Sessions per user
Key values
- unknown Main User
- 0 sessions Total
Sessions per host
Key values
- unknown Main Host
- 0 sessions Total
-
Checkpoints / Restartpoints
Checkpoints Buffers
Key values
- 0 buffers Checkpoint Peak
- Date
- seconds Highest write time
- seconds Sync time
Checkpoint write buffers (5 minutes period)
NO DATASET
Checkpoints Wal files
Key values
- 0 files Wal files usage Peak
- Date
Checkpoint Wal files usage (5 minutes period)
NO DATASET
Checkpoints distance
Key values
- 0 Mo Distance Peak
- Date
Checkpoints Activity
↑ Back to the top of the Checkpoint Activity tableDay Hour Written buffers Write time Sync time Total time May 23 17 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync May 23 17 0 0 0 0 0s 0s Day Hour Count Avg time (sec) May 23 17 0 0s Day Hour Mean distance Mean estimate May 23 17 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 60.75 MiB Temp Files size Peak
- 2021-05-23 17:33:02 Date
Number of temporary files
Key values
- 4 per second Temp Files Peak
- 2021-05-23 17:33:02 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size May 23 17 246 2.50 GiB 10.40 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 83 619.80 MiB 5.77 MiB 9.04 MiB 7.47 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:58:48 Duration: 0ms Database: acaweb_fx User: postgres
2 59 262.27 MiB 2.77 MiB 8.57 MiB 4.45 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when rar.age is not null then rar.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fibonacci_results fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_fibonacci_results rar on rar.resultuid = fr.resultuid where fr.gmttimefound > now() - interval ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:58:50 Duration: 0ms Database: acaweb_fx User: postgres
3 13 1.53 GiB 120.59 MiB 120.76 MiB 120.68 MiB copy ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ?) as broker_ids, string_to_array(coalesce(replace(broker_symbol_mappings, ?, ?), ?), ?) as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ?) as search_groups, string_to_array(pattern_basegroupnames, ?) as base_groups, simulation from solr_fetch_results (?::character varying, current_timestamp::timestamp without time zone)) t) to ?;-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:48:08 Duration: 5s700ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:18:07 Duration: 5s583ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:31:08 Duration: 5s502ms Database: acaweb_fx User: postgres
4 7 19.74 MiB 2.82 MiB 2.82 MiB 2.82 MiB select resultuid from relevance_autochartist_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR ar.pattern in ($9)) AND ($10 = 0 OR ($11 = 1 AND ar.breakout >= 0) OR ($12 = 2 AND ar.breakout < 0)) AND ($13 = 0 OR ar.patternlengthbars <= $14) and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:52:37 Duration: 0ms Database: acaweb_fx User: postgres
5 4 23.74 MiB 5.93 MiB 5.94 MiB 5.94 MiB select updateresultsmaterializedview ();-
select updateresultsmaterializedview ();
Date: 2021-05-23 17:32:29 Duration: 15s284ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-23 17:17:14 Duration: 1s486ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-23 17:02:08 Duration: 1s484ms Database: acaweb_fx User: postgres
6 2 12.20 MiB 6.10 MiB 6.10 MiB 6.10 MiB )) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
)) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 514124341 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 17:44:53 Duration: 0ms Database: acaweb_fx User: postgres
7 1 2.82 MiB 2.82 MiB 2.82 MiB 2.82 MiB select resultuid from relevance_bigmovement_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or bmr.patternlengthbars <= ?) order by symbolid, identified desc, interval desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, interval desc;-
SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR bmr.patternlengthbars <= $9) ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = $10 OR relevant = 1) AND ($11 = 0 OR age <= $12) ORDER BY identified DESC, interval DESC;
Date: 2021-05-23 17:37:29 Duration: 0ms Database: acaweb_fx User: postgres
8 1 8.96 MiB 8.96 MiB 8.96 MiB 8.96 MiB ) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity = ?))) and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;-
) OR ((c.symbol ilike '%eurgbp%' AND timegranularity = 1440)) OR ((c.symbol ilike '%gbpusd%' AND timegranularity = 1440)) OR ((c.symbol ilike '%gbpjpy%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%gbpjpy%' AND timegranularity = 1440)) OR ((c.symbol ilike '%usdcad%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%audusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%gbpusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%usdcad%' AND timegranularity = 1440)) OR ((c.symbol ilike '%audusd%' AND timegranularity = 1440)) OR ((c.symbol ilike '%xauusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%xauusd%' AND timegranularity = 1440)) OR ((c.symbol ilike '%eurusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%euruusd%' AND timegranularity = 1440)) OR ((c.symbol ilike '%usdjpy%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%usdjpy%' AND timegranularity = 1440))) AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-05-23 17:15:20 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 120.76 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:51:02 - Database: acaweb_fx - User: postgres ]
2 120.74 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:46:02 - Database: acaweb_fx - User: postgres ]
3 120.74 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:48:03 - Database: acaweb_fx - User: postgres ]
4 120.70 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:16:02 - Database: acaweb_fx - User: postgres ]
5 120.70 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:18:02 - Database: acaweb_fx - User: postgres ]
6 120.70 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:21:02 - Database: acaweb_fx - User: postgres ]
7 120.70 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:31:03 - Database: acaweb_fx - User: postgres ]
8 120.70 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:33:02 - Database: acaweb_fx - User: postgres ]
9 120.70 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:36:03 - Database: acaweb_fx - User: postgres ]
10 120.60 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:11:03 - Database: acaweb_fx - User: postgres ]
11 120.59 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:01:02 - Database: acaweb_fx - User: postgres ]
12 120.59 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:03:02 - Database: acaweb_fx - User: postgres ]
13 120.59 MiB COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';[ Date: 2021-05-23 17:06:02 - Database: acaweb_fx - User: postgres ]
14 9.04 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;[ Date: 2021-05-23 17:20:34 - Database: acaweb_fx - User: postgres ]
15 9.04 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;[ Date: 2021-05-23 17:25:34 - Database: acaweb_fx - User: postgres ]
16 9.04 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;[ Date: 2021-05-23 17:30:34 - Database: acaweb_fx - User: postgres ]
17 9.04 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;[ Date: 2021-05-23 17:35:36 - Database: acaweb_fx - User: postgres ]
18 9.04 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;[ Date: 2021-05-23 17:40:34 - Database: acaweb_fx - User: postgres ]
19 9.04 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;[ Date: 2021-05-23 17:45:34 - Database: acaweb_fx - User: postgres ]
20 9.04 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-05-23 17:48:58 - Database: acaweb_fx - User: postgres ]
-
Vacuums
Vacuums / Analyzes Distribution
Key values
- 0 sec Highest CPU-cost vacuum
Table
Database - Date
- 0 sec Highest CPU-cost analyze
Table
Database - Date
Autovacuum actions (5 minutes period)
NO DATASET
Analyzes per table
Key values
- unknown (0) Main table analyzed (database )
- 0 analyzes Total
Vacuums per table
Key values
- unknown (0) Main table vacuumed on database
- 0 vacuums Total
Tuples removed per table
Key values
- unknown (0) Main table with removed tuples on database
- 0 tuples Total removed
Pages removed per table
Key values
- unknown (0) Main table with removed pages on database unknown
- 0 pages Total removed
Autovacuum Activity
↑ Back to the top of the Autovacuum Activity tableDay Hour VACUUMs ANALYZEs May 23 17 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- unknown Main Lock Type
- 0 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query NO DATASET
Queries that waited the most
Rank Wait time Query NO DATASET
-
Queries
Queries by type
Key values
- 983 Total read queries
- 1,978 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 2,968 Requests
- 1h9m1s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- pgperfstats Main user
- 1,874 Requests
User Request type Count Duration pgperfstats Total 1,874 50m55s insert 1,153 49m43s select 721 1m11s postgres Total 1,094 18m6s copy from 16 2s654ms copy to 13 1m4s cte 752 13m44s insert 12 1s13ms others 7 11s464ms select 262 2m57s update 32 4s547ms Duration by user
Key values
- 50m55s (pgperfstats) Main time consuming user
User Request type Count Duration pgperfstats Total 1,874 50m55s insert 1,153 49m43s select 721 1m11s postgres Total 1,094 18m6s copy from 16 2s654ms copy to 13 1m4s cte 752 13m44s insert 12 1s13ms others 7 11s464ms select 262 2m57s update 32 4s547ms Queries by host
Key values
- unknown Main host
- 2,968 Requests
- 1h9m1s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 2,968 Requests
- 1h9m1s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-05-23 17:11:30 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 996 1000-10000ms duration
Slowest individual queries
Rank Duration Query 1 26s521ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1050, '2021-05-23 00:00:00', 0.00061737437214756, 0.00119634615384614, 0.000796523310779643, 0.00160576923076923, 0.00097785575859396, 0.00211326923076921, 0.00335012452696221, 0.00378711538461536, 0.00341559813998167, 0.0100555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1065, '2021-05-23 00:00:00', 0.000340607376043714, 0.000939230769230773, 0.000556285344598779, 0.00137923076923077, 0.000671330739306982, 0.00181519230769229, 0.00338213078603506, 0.00346057692307689, 0.00339784432228165, 0.00991596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1080, '2021-05-23 00:00:00', 0.00053592755681514, 0.00101788461538462, 0.00061663332203681, 0.00139942307692306, 0.000814978432937849, 0.00187961538461536, 0.00338759597650014, 0.00342249999999998, 0.00341005991375295, 0.00992115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1095, '2021-05-23 00:00:00', 0.000488415845833801, 0.000914038461538437, 0.000571581914178002, 0.00123326923076921, 0.00104213067614085, 0.00180288461538455, 0.00341671255066125, 0.00329942307692305, 0.00341590600663338, 0.00996961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1110, '2021-05-23 00:00:00', 0.000418871055980822, 0.000845192307692302, 0.000778373081398755, 0.00124057692307689, 0.00110673907702557, 0.0017107692307692, 0.00342766671591399, 0.00321365384615383, 0.00342346875933664, 0.0099471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1125, '2021-05-23 00:00:00', 0.000663698610932591, 0.000890384615384564, 0.000878095929576283, 0.00129230769230763, 0.00158756107090282, 0.00162807692307688, 0.00345340454646403, 0.00308480769230767, 0.00339804199276811, 0.00992923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1140, '2021-05-23 00:00:00', 0.000561478302889236, 0.000853269230769201, 0.000735788117494533, 0.00100307692307693, 0.00135247164053873, 0.00147153846153846, 0.00311162594152962, 0.00296999999999999, 0.00340497525123731, 0.0099223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1155, '2021-05-23 00:00:00', 0.000320954106472461, 0.000648461538461534, 0.000927079637272935, 0.00106057692307692, 0.00276016140135652, 0.00194519230769233, 0.00306289953123857, 0.00299153846153847, 0.00341345140020165, 0.00996269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1170, '2021-05-23 00:00:00', 0.000737369336534651, 0.000783461538461513, 0.00111684467964956, 0.00110096153846154, 0.00300000741024724, 0.00199230769230771, 0.00299085077296643, 0.00287788461538462, 0.00341607545854328, 0.00999846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1185, '2021-05-23 00:00:00', 0.00089126012778795, 0.000863846153846177, 0.00251812400409511, 0.00158750000000003, 0.00293908112275824, 0.00195461538461541, 0.00279633387051415, 0.00277365384615386, 0.00346610233325785, 0.0100507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1200, '2021-05-23 00:00:00', 0.00213457350270765, 0.00119596153846154, 0.00244657600614535, 0.00150692307692307, 0.00255219760508168, 0.00189884615384618, 0.0024304975828007, 0.00262250000000001, 0.00345054881365048, 0.0100663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1215, '2021-05-23 00:00:00', 0.00102076443828218, 0.00084403846153844, 0.00116059301817915, 0.00111192307692309, 0.00116623331878581, 0.00159692307692308, 0.00129281887897962, 0.00231942307692307, 0.00345687324259723, 0.0101088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1230, '2021-05-23 00:00:00', 0.000712929951246699, 0.000761346153846163, 0.000752526820375599, 0.00109115384615385, 0.000946952460020272, 0.00154480769230771, 0.00129446674497499, 0.00228192307692308, 0.00345300139232302, 0.0100961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1245, '2021-05-23 00:00:00', 0.000561132680045772, 0.00086673076923076, 0.000729157153051462, 0.00125192307692307, 0.000792856568656331, 0.00144153846153847, 0.00111701919617136, 0.00219673076923075, 0.00340161757901238, 0.0101569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1260, '2021-05-23 00:00:00', 0.00063251293693063, 0.00093615384615383, 0.0007265344769203, 0.00111711538461538, 0.000721351535980566, 0.00128903846153847, 0.00105617109627909, 0.00211423076923075, 0.00331220336262504, 0.0101686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1275, '2021-05-23 00:00:00', 0.000537666754097311, 0.000666538461538498, 0.000518661294547353, 0.000801538461538495, 0.000914061014627298, 0.00120153846153848, 0.000920576658739178, 0.00200076923076922, 0.00334521980420741, 0.0101315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1290, '2021-05-23 00:00:00', 0.000278840456175241, 0.000519999999999999, 0.000388661856195789, 0.000785961538461538, 0.00070160818015578, 0.00108403846153846, 0.00075099708080965, 0.00205884615384617, 0.00325639688211467, 0.0100855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1305, '2021-05-23 00:00:00', 0.000403781357439121, 0.000655769230769248, 0.000710608514963344, 0.000932692307692295, 0.000731060452093645, 0.00113423076923075, 0.000882222455811755, 0.00225730769230769, 0.00325730285429761, 0.0100832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1320, '2021-05-23 00:00:00', 0.000439890370957909, 0.000651538461538434, 0.000439062813098673, 0.000771923076923061, 0.000762342467964044, 0.00121903846153845, 0.000977219761127714, 0.00235769230769233, 0.00325011669021282, 0.0100675 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1335, '2021-05-23 00:00:00', 0.000305692719019509, 0.000480961538461555, 0.000669326642115926, 0.000851923076923064, 0.000732157848680615, 0.00130634615384616, 0.000944572369667085, 0.00240519230769233, 0.00328594281049537, 0.0100830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1350, '2021-05-23 00:00:00', 0.000600641195851455, 0.000620384615384623, 0.000683986195317295, 0.000936346153846156, 0.000665161894694712, 0.00120711538461539, 0.000927076795424939, 0.00256076923076924, 0.0032839925337215, 0.0100848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1365, '2021-05-23 00:00:00', 0.000379809111973991, 0.00069519230769231, 0.000471438061842512, 0.000999615384615392, 0.00046193889039736, 0.00111653846153846, 0.00099756225947981, 0.00270269230769232, 0.00338656477297254, 0.0101048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1380, '2021-05-23 00:00:00', 0.000397961536602965, 0.000699230769230755, 0.000381687195730496, 0.000798653846153835, 0.000469602982889257, 0.0010501923076923, 0.0011214247119693, 0.00270076923076922, 0.00342921500324222, 0.0101334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1395, '2021-05-23 00:00:00', 0.000205068562643354, 0.000483653846153829, 0.000276263252379642, 0.000679230769230753, 0.000410072085595443, 0.00104365384615383, 0.00104800875289947, 0.00270711538461537, 0.00344055825635676, 0.0101136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1410, '2021-05-23 00:00:00', 0.000275943765174126, 0.000470192307692288, 0.000338727710024528, 0.000722307692307693, 0.000424842459488945, 0.00110634615384615, 0.00104309541196461, 0.00283903846153846, 0.00344306118826748, 0.0101078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1425, '2021-05-23 00:00:00', 0.000247955641194167, 0.000559999999999988, 0.000398614523646003, 0.000881538461538455, 0.000472418206188616, 0.00114980769230769, 0.00109088772954032, 0.00296403846153845, 0.00344826910872018, 0.0101003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 0, '2021-05-23 00:00:00', 0.000405127900032357, 0.00071884615384614, 0.000439721633973854, 0.000911346153846155, 0.000491133735507793, 0.00112288461538461, 0.00124766242969066, 0.00311346153846153, 0.00346670277841152, 0.0100819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 15, '2021-05-23 00:00:00', 0.000374013831500735, 0.000527884615384606, 0.000435389657486449, 0.000708076923076907, 0.00044413234340853, 0.00105653846153842, 0.00127447793233153, 0.00310999999999998, 0.00347626154743194, 0.0100628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 30, '2021-05-23 00:00:00', 0.000225420717770129, 0.00045250000000001, 0.000270403117870067, 0.00066538461538461, 0.000419833849919782, 0.00114769230769232, 0.00110119754742807, 0.00310596153846153, 0.00339231457177045, 0.0100469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 45, '2021-05-23 00:00:00', 0.000211821042028765, 0.000473076923076931, 0.000341675059309065, 0.000809615384615359, 0.000635093209391683, 0.00133576923076922, 0.00109229307140813, 0.00308692307692307, 0.00341134871252729, 0.0100459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 60, '2021-05-23 00:00:00', 0.000298828739221322, 0.000691153846153822, 0.000407099685391861, 0.000941923076923073, 0.000751618663541968, 0.00146115384615384, 0.00110484250530946, 0.0031101923076923, 0.00345105290510683, 0.0100580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 75, '2021-05-23 00:00:00', 0.000329429109918276, 0.000586538461538469, 0.000531177827676733, 0.000958269230769232, 0.0006404861134626, 0.00143769230769231, 0.00107959059191612, 0.00303961538461539, 0.00348001306916202, 0.0100048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 90, '2021-05-23 00:00:00', 0.000276532095786376, 0.000610000000000017, 0.000448694730901159, 0.000920192307692332, 0.000512837806118683, 0.00147115384615384, 0.0010342378092846, 0.00287538461538462, 0.00356145614126494, 0.00999461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 105, '2021-05-23 00:00:00', 0.000299100510505423, 0.000646346153846144, 0.000374062366252111, 0.00103557692307691, 0.000610607515890128, 0.00157153846153846, 0.000960126113511191, 0.00284192307692309, 0.00355112820642418, 0.00999653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 120, '2021-05-23 00:00:00', 0.000302333234387767, 0.000840769230769247, 0.000403660796290109, 0.00120596153846154, 0.000550227819949292, 0.00165557692307692, 0.0009770495814519, 0.00288173076923078, 0.0035319318368281, 0.0100375 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 135, '2021-05-23 00:00:00', 0.000330814670403049, 0.000827115384615372, 0.000479647145947297, 0.00117076923076923, 0.000516663296101487, 0.00155480769230769, 0.00103335326076731, 0.00274480769230771, 0.00349403628178951, 0.0102015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 150, '2021-05-23 00:00:00', 0.000346736044586319, 0.000768269230769234, 0.000497117730986844, 0.00108096153846154, 0.000529460138689886, 0.00157596153846155, 0.000994993544625356, 0.00264307692307693, 0.00384258608832045, 0.0104646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 165, '2021-05-23 00:00:00', 0.000273750588337959, 0.000719230769230758, 0.00042676047145909, 0.00111249999999999, 0.000623164628205209, 0.00155307692307692, 0.000918913572566059, 0.00263192307692308, 0.0037384936960472, 0.0104663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 180, '2021-05-23 00:00:00', 0.000365212898921246, 0.000797307692307698, 0.000440682381697365, 0.00113480769230769, 0.000768053709059452, 0.0016225, 0.000877505292554718, 0.00261346153846154, 0.00374911349521461, 0.010435 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 195, '2021-05-23 00:00:00', 0.000245073693783322, 0.000728653846153871, 0.000350669305098771, 0.00105019230769232, 0.000691572928464214, 0.00145365384615387, 0.0007940183344134, 0.00249634615384616, 0.00380542224989556, 0.0103175 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 210, '2021-05-23 00:00:00', 0.00027841039160535, 0.000677115384615371, 0.000560753373733769, 0.000992115384615376, 0.000587147733997532, 0.0012823076923077, 0.000743366665919314, 0.00238000000000001, 0.00382173345687331, 0.0103261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 225, '2021-05-23 00:00:00', 0.000543817029467124, 0.000714807692307695, 0.000555575273581693, 0.000941730769230764, 0.000527153787224006, 0.00124365384615384, 0.000828728335370606, 0.00237557692307693, 0.00380533156849099, 0.0103321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 240, '2021-05-23 00:00:00', 0.000268730061872212, 0.00060538461538461, 0.000298129811685069, 0.00081576923076922, 0.000363402722143804, 0.00113846153846153, 0.000835957304761825, 0.00245115384615387, 0.00377012932342976, 0.0103586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 255, '2021-05-23 00:00:00', 0.000234037143666094, 0.000559230769230786, 0.000302475682430124, 0.000791538461538472, 0.000343345979353863, 0.00108230769230769, 0.000863949361942024, 0.00270250000000004, 0.00377329523911642, 0.0103751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 270, '2021-05-23 00:00:00', 0.00024905150841977, 0.000580576923076926, 0.000280697277397644, 0.000810192307692303, 0.000383581101644031, 0.00102730769230768, 0.000891892370188274, 0.00294500000000002, 0.0038045991399075, 0.0104088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 285, '2021-05-23 00:00:00', 0.000208503827671934, 0.000550384615384609, 0.000288328138385064, 0.000733653846153844, 0.000411405517707307, 0.00112750000000001, 0.00110549376368138, 0.00319730769230768, 0.00379528655551353, 0.0104259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 300, '2021-05-23 00:00:00', 0.000231693846404085, 0.000540961538461521, 0.000296429846415885, 0.000759423076923065, 0.000581747268678893, 0.00121673076923076, 0.00140106532269612, 0.00355096153846152, 0.00379867719891263, 0.0104176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 315, '2021-05-23 00:00:00', 0.000175537416568047, 0.000474230769230776, 0.000285996772440086, 0.000813076923076946, 0.000532090543191508, 0.00120288461538463, 0.00138160464121088, 0.00394923076923076, 0.00380189479581719, 0.0104109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 330, '2021-05-23 00:00:00', 0.000229321071526705, 0.000608076923076953, 0.000407615580588438, 0.000857307692307706, 0.000416322545075889, 0.00118730769230771, 0.00125444066604021, 0.00417076923076923, 0.00379883889649702, 0.0104201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 345, '2021-05-23 00:00:00', 0.000246646508185306, 0.000552499999999981, 0.000392410352329537, 0.000826730769230805, 0.000449340071660673, 0.0011725, 0.00126712739933829, 0.00437538461538461, 0.00382262318813425, 0.0104540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 360, '2021-05-23 00:00:00', 0.000308034026591963, 0.00062019230769234, 0.000266998775566211, 0.000797115384615363, 0.000509698893012823, 0.00122980769230768, 0.00134178256865203, 0.00445730769230769, 0.00383159131934262, 0.0104709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 375, '2021-05-23 00:00:00', 0.000181510436233138, 0.00054596153846152, 0.0003473853989226, 0.00084884615384613, 0.000503982753062703, 0.00129384615384612, 0.00131100114416425, 0.00456499999999998, 0.00379816905282614, 0.0105069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 390, '2021-05-23 00:00:00', 0.000314898335242426, 0.000615192307692298, 0.000446373593098182, 0.000899230769230759, 0.000636267753266017, 0.0013755769230769, 0.00155922629975449, 0.00484942307692305, 0.0037809653020604, 0.0105238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 405, '2021-05-23 00:00:00', 0.000354384189610883, 0.000623076923076931, 0.000460567709880604, 0.00096615384615383, 0.000637066836247346, 0.00143807692307692, 0.00165286428546139, 0.00495288461538459, 0.00371598902871614, 0.0105073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 420, '2021-05-23 00:00:00', 0.000361129424913698, 0.000787692307692284, 0.000585746860525444, 0.00111423076923074, 0.000634583691516327, 0.00170769230769231, 0.00161692977108326, 0.00506173076923073, 0.00368883633934358, 0.0105134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 435, '2021-05-23 00:00:00', 0.000415268634093089, 0.00069596153846152, 0.000422059100856008, 0.00105173076923078, 0.00078222001626533, 0.00196307692307694, 0.00171000053981097, 0.00527038461538459, 0.0036808818184694, 0.0105251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 450, '2021-05-23 00:00:00', 0.000392993638625384, 0.00081000000000002, 0.000574675025223308, 0.0013342307692308, 0.000903169206397466, 0.00219884615384619, 0.00192290146353409, 0.00536096153846153, 0.00367668347626166, 0.0105442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 465, '2021-05-23 00:00:00', 0.00040730767051646, 0.000883461538461519, 0.000667125665707889, 0.00159557692307694, 0.000918024048620826, 0.00248307692307691, 0.00197416160393761, 0.00535403846153845, 0.00366000309478644, 0.0105694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 480, '2021-05-23 00:00:00', 0.00061513900868016, 0.00131500000000003, 0.000752652642325796, 0.00179500000000002, 0.00116495057670012, 0.00287961538461538, 0.00197715491008205, 0.00530653846153846, 0.00365637287696219, 0.0105938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 495, '2021-05-23 00:00:00', 0.000458232599652866, 0.00111134615384614, 0.000676330625792286, 0.00178134615384613, 0.00104009468873679, 0.00300980769230767, 0.00195484373760705, 0.00515096153846152, 0.00378894464705697, 0.0106434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 510, '2021-05-23 00:00:00', 0.000588039931925064, 0.0013951923076923, 0.00098679888450562, 0.00212903846153845, 0.00100077892740526, 0.0031126923076923, 0.00198094519980119, 0.00520173076923076, 0.00395514502311182, 0.010753076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 525, '2021-05-23 00:00:00', 0.000666049894180957, 0.0014026923076923, 0.000845403249252183, 0.00227057692307691, 0.000901671865950236, 0.00302807692307692, 0.00190207903459505, 0.00531057692307692, 0.00408734600744975, 0.0108492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 540, '2021-05-23 00:00:00', 0.000771373998883704, 0.00187961538461537, 0.000843604468930785, 0.00235249999999997, 0.00092015377059407, 0.00301480769230769, 0.00204052166218497, 0.00546442307692309, 0.00412198242540948, 0.0108763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 555, '2021-05-23 00:00:00', 0.000616721262309481, 0.00144634615384613, 0.000925953500244656, 0.00207673076923078, 0.000993118243792658, 0.00277538461538462, 0.00209676692516397, 0.00549346153846156, 0.00412828349503574, 0.0109138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 570, '2021-05-23 00:00:00', 0.000801043166031723, 0.00139692307692307, 0.000920541897262343, 0.00202076923076923, 0.00108558833747491, 0.00293903846153846, 0.00202204595549999, 0.00547038461538462, 0.00413151170415121, 0.0108851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 585, '2021-05-23 00:00:00', 0.000599768416846149, 0.00148192307692309, 0.000730029109008667, 0.00206250000000002, 0.00122409376212016, 0.00296346153846155, 0.00217219496397963, 0.00549480769230769, 0.00423994381312556, 0.0109684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 600, '2021-05-23 00:00:00', 0.000416053482139026, 0.00140250000000003, 0.00090389373524512, 0.00212173076923079, 0.00126455642876798, 0.0030098076923077, 0.00201596902639514, 0.00548865384615386, 0.00404189394391371, 0.0109494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 615, '2021-05-23 00:00:00', 0.000759756438705088, 0.00147461538461538, 0.000833869294314139, 0.00200999999999998, 0.00150850533514264, 0.00306288461538464, 0.00188041813067034, 0.00533788461538462, 0.00393244009685905, 0.0108886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 630, '2021-05-23 00:00:00', 0.000594444148893591, 0.00140538461538462, 0.000883340882889834, 0.00213634615384613, 0.00135702610371128, 0.00305038461538462, 0.00217278711477993, 0.00533038461538461, 0.00390971787788013, 0.0108067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 645, '2021-05-23 00:00:00', 0.000637355503986213, 0.00149596153846151, 0.00132061506649218, 0.0021069230769231, 0.0012732676315443, 0.00270730769230771, 0.00203777636162554, 0.00528749999999999, 0.00387015768412607, 0.0108275 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 660, '2021-05-23 00:00:00', 0.000933098663263734, 0.00152365384615387, 0.000996117018921262, 0.00209865384615385, 0.00141249904016303, 0.00261846153846156, 0.00201471353184131, 0.00526115384615385, 0.00386091603817621, 0.0107705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 675, '2021-05-23 00:00:00', 0.000723796853140048, 0.00139673076923074, 0.00070978894479546, 0.00172211538461538, 0.0012282215410284, 0.00253692307692309, 0.00206631408179282, 0.00532326923076923, 0.00391435767399968, 0.010765 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 690, '2021-05-23 00:00:00', 0.000292540661210612, 0.00111903846153844, 0.0011709916244856, 0.00166576923076921, 0.00117886359881685, 0.00251076923076921, 0.00192595083410366, 0.00510615384615384, 0.00372976332513723, 0.0106373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 705, '2021-05-23 00:00:00', 0.000931186525973095, 0.00118788461538462, 0.000895922150635868, 0.00177250000000001, 0.00103935381182437, 0.00260288461538462, 0.00191988060526209, 0.00517846153846154, 0.00368944736845718, 0.0106567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 720, '2021-05-23 00:00:00', 0.000633342810320465, 0.00130865384615385, 0.000782255048905704, 0.0018398076923077, 0.00105247071949043, 0.00268115384615386, 0.00208409504434086, 0.0052419230769231, 0.00372441733181699, 0.0106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 735, '2021-05-23 00:00:00', 0.000556621850644904, 0.00124326923076925, 0.000530728236989926, 0.00177769230769234, 0.000843654253826782, 0.00253750000000002, 0.00213419547983632, 0.00517211538461539, 0.00358788944281264, 0.0106355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 750, '2021-05-23 00:00:00', 0.000410334572682415, 0.00126730769230771, 0.000814447996167711, 0.00186653846153848, 0.000789309752008325, 0.00247326923076925, 0.00206050318723737, 0.00519423076923077, 0.00352655513431803, 0.0105213461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 765, '2021-05-23 00:00:00', 0.000610337895066228, 0.0013471153846154, 0.000648846787651907, 0.00173307692307693, 0.000827597751604975, 0.00231596153846155, 0.00209883180877803, 0.00512480769230769, 0.00365519693776495, 0.0105744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 780, '2021-05-23 00:00:00', 0.000370628364558625, 0.00122076923076923, 0.000671383989635218, 0.00174230769230767, 0.000669919426842912, 0.00232096153846152, 0.00226319465324164, 0.00538903846153846, 0.00367798667751802, 0.010585 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 795, '2021-05-23 00:00:00', 0.000550074400562212, 0.00116461538461538, 0.000540136200772194, 0.00158365384615385, 0.00066798606618354, 0.00231576923076923, 0.00274150798621154, 0.00592403846153846, 0.00367844632754312, 0.0106507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 810, '2021-05-23 00:00:00', 0.000451898899516933, 0.00114384615384617, 0.000626684806065863, 0.0017046153846154, 0.00174031337805754, 0.00253057692307692, 0.00273146359752704, 0.00597076923076926, 0.00371879655885528, 0.0106003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 825, '2021-05-23 00:00:00', 0.000533379645425117, 0.00118461538461537, 0.000563163864662421, 0.00175153846153845, 0.00170834909060898, 0.00278615384615383, 0.00273300395451317, 0.00595384615384617, 0.00375393871102791, 0.0105696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 840, '2021-05-23 00:00:00', 0.000419107338922223, 0.0012851923076923, 0.00177348536677182, 0.00202711538461538, 0.00165757084777229, 0.00288365384615385, 0.00272889944003918, 0.00590192307692309, 0.00379561727016022, 0.0105176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 855, '2021-05-23 00:00:00', 0.00183544666540286, 0.00154230769230768, 0.00179112363744533, 0.00217173076923078, 0.00179784366566001, 0.0029696153846154, 0.00274643548706599, 0.00600826923076926, 0.00384116006615793, 0.0105344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 870, '2021-05-23 00:00:00', 0.000575128112818216, 0.00137788461538461, 0.000588122305438087, 0.00192038461538458, 0.00107870870096537, 0.00272230769230769, 0.00243896138046188, 0.00580615384615387, 0.00391930205717611, 0.0105638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 885, '2021-05-23 00:00:00', 0.000556717474266632, 0.00148711538461539, 0.000994722632387842, 0.00205865384615386, 0.00114356461927671, 0.00293403846153848, 0.00230436972861427, 0.00572038461538465, 0.00380267958661545, 0.0106709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 900, '2021-05-23 00:00:00', 0.000726362406897427, 0.00154788461538462, 0.000940532766369873, 0.00199173076923079, 0.00145814312898815, 0.00311076923076923, 0.00226774686553722, 0.00566038461538464, 0.00395536526077607, 0.0108871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 915, '2021-05-23 00:00:00', 0.000608481590644999, 0.00121461538461537, 0.000800231817374499, 0.00206019230769228, 0.00123478377116743, 0.00299980769230768, 0.00210808076221003, 0.00540250000000003, 0.00403617302080157, 0.0110005769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 930, '2021-05-23 00:00:00', 0.000579267740673155, 0.00154865384615382, 0.000815928069982036, 0.0022211538461538, 0.00104051549724163, 0.00298749999999999, 0.0021594155192124, 0.00522576923076925, 0.00439649468764173, 0.0111365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 945, '2021-05-23 00:00:00', 0.000583145482573745, 0.00155442307692303, 0.000773786817192908, 0.00214596153846153, 0.000997124172500407, 0.00297615384615385, 0.0020733573386771, 0.00512442307692311, 0.00448643672640107, 0.0113275 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 960, '2021-05-23 00:00:00', 0.000655324464556436, 0.00165192307692308, 0.000947623363188958, 0.00234096153846154, 0.00135765907128638, 0.00354307692307693, 0.00202641670291334, 0.00500057692307696, 0.00445354403817907, 0.0112975 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 975, '2021-05-23 00:00:00', 0.000858541988579382, 0.0016228846153846, 0.000924525907612184, 0.00215192307692307, 0.00210964652525928, 0.00383269230769233, 0.00196158382828385, 0.00477865384615387, 0.00475728766048634, 0.0112682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 990, '2021-05-23 00:00:00', 0.000551102670875545, 0.00132692307692306, 0.00126011612712723, 0.00263442307692309, 0.00205546013003264, 0.00351288461538466, 0.00185077602227157, 0.00441326923076925, 0.00459333997803845, 0.0110430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1005, '2021-05-23 00:00:00', 0.00120522254568001, 0.00211076923076922, 0.00198940377616398, 0.00294076923076925, 0.00190571138544519, 0.0032867307692308, 0.00174032716862266, 0.00430057692307695, 0.00456239935610809, 0.0109967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1020, '2021-05-23 00:00:00', 0.00183376711884414, 0.00202038461538463, 0.00179326243306609, 0.00239807692307695, 0.00166694184523173, 0.00277865384615387, 0.00156613011543149, 0.00383846153846156, 0.00447004619232717, 0.0108298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1035, '2021-05-23 00:00:00', 0.00070749525684739, 0.00127153846153848, 0.000959805208603059, 0.00173403846153848, 0.0010444347017185, 0.00232461538461541, 0.00124899541170554, 0.00333653846153844, 0.00418639097369266, 0.0105492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1050, '2021-05-23 00:00:00', 0.000701660996383685, 0.00123307692307692, 0.000841932301316411, 0.00159999999999998, 0.0010105017793917, 0.00218538461538463, 0.00116921961153579, 0.00313249999999997, 0.00426322424481031, 0.0104951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1065, '2021-05-23 00:00:00', 0.000579238392533338, 0.00111865384615381, 0.000734462964453511, 0.00156538461538462, 0.000922490108348061, 0.00211999999999999, 0.00112213863465464, 0.0030186538461538, 0.00424743241898516, 0.0104380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1080, '2021-05-23 00:00:00', 0.000539493637233456, 0.00109923076923081, 0.000608792657642986, 0.00145250000000003, 0.000895649678252539, 0.00195288461538461, 0.00100818130237644, 0.00285346153846152, 0.004047476307718, 0.0103226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1095, '2021-05-23 00:00:00', 0.000456769635593253, 0.0010025, 0.000674780078133739, 0.00143192307692304, 0.000858726068975712, 0.00191230769230765, 0.00102481810768845, 0.0027880769230769, 0.00404421512780912, 0.01035 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1110, '2021-05-23 00:00:00', 0.000391336614890345, 0.00100711538461534, 0.000695460666365482, 0.00139153846153841, 0.000743634629060846, 0.00176769230769227, 0.00100835069067494, 0.0026786538461538, 0.00401325278105124, 0.0103632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1125, '2021-05-23 00:00:00', 0.000523156727509514, 0.000875192307692302, 0.000543217232365182, 0.00117519230769229, 0.000637125183931722, 0.00154249999999999, 0.00114764782858747, 0.00253153846153844, 0.00402525930363978, 0.0103076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1140, '2021-05-23 00:00:00', 0.000342439719568965, 0.000889807692307689, 0.000347649027258599, 0.00113038461538462, 0.000518947010782402, 0.001415, 0.00118513569492468, 0.00259384615384615, 0.00399909666722952, 0.0103519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1155, '2021-05-23 00:00:00', 0.000290446870555346, 0.000695769230769228, 0.00048016087047827, 0.0010173076923077, 0.000479609777278894, 0.00138346153846152, 0.00117011835364565, 0.00250980769230768, 0.00401591564422592, 0.0103173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1170, '2021-05-23 00:00:00', 0.000355189223675743, 0.000739230769230778, 0.000388177199821794, 0.000988461538461541, 0.000590964433395443, 0.00136519230769228, 0.0011337362500226, 0.00247673076923076, 0.00401636600002464, 0.0103153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1185, '2021-05-23 00:00:00', 0.000259427253772591, 0.000747500000000003, 0.000342876968291267, 0.00102884615384614, 0.000650361792803393, 0.00141230769230769, 0.00110960562987311, 0.00240942307692306, 0.00399349365073511, 0.0103665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1200, '2021-05-23 00:00:00', 0.000309355720067448, 0.000695192307692302, 0.000456611432182764, 0.000929999999999986, 0.000601450426373236, 0.00138384615384613, 0.00112820129136873, 0.00229192307692307, 0.00402772740369325, 0.0103009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1215, '2021-05-23 00:00:00', 0.000424823040082116, 0.00068884615384614, 0.000483490991086225, 0.000976538461538462, 0.000632157021633066, 0.00142749999999998, 0.0011385835498548, 0.00228250000000001, 0.00400125992176696, 0.0103448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1230, '2021-05-23 00:00:00', 0.000391145703719807, 0.000704807692307715, 0.000465262250283072, 0.00103019230769229, 0.000660862402762211, 0.00139634615384615, 0.00113864156580756, 0.00229884615384617, 0.00393782943432626, 0.0102894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1245, '2021-05-23 00:00:00', 0.000256866397478994, 0.000807884615384613, 0.000355643728383448, 0.0011073076923077, 0.000530824213985996, 0.00131788461538459, 0.0010382119985081, 0.00222307692307695, 0.00383759468437439, 0.0103898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1260, '2021-05-23 00:00:00', 0.000305578895767479, 0.000732307692307707, 0.000459120731566163, 0.000880384615384627, 0.000553970562950229, 0.00124076923076925, 0.00122691440676948, 0.00222480769230772, 0.00382812547519622, 0.0103805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1275, '2021-05-23 00:00:00', 0.00031170554398958, 0.000587115384615388, 0.000365100829065876, 0.000756153846153847, 0.000596687522912963, 0.00126, 0.00120374645937655, 0.00219346153846156, 0.00381390847879383, 0.0103682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1290, '2021-05-23 00:00:00', 0.000195934054840259, 0.000491923076923071, 0.000416510088528674, 0.000915576923076935, 0.000635023712458528, 0.00120634615384615, 0.00114089433542964, 0.00215673076923078, 0.00380740596126106, 0.010373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1305, '2021-05-23 00:00:00', 0.000416748771397772, 0.000781538461538475, 0.000504902427740723, 0.000997692307692302, 0.000679048315942689, 0.00120615384615384, 0.00119642263242746, 0.00216634615384614, 0.00380522620878182, 0.0103775 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1320, '2021-05-23 00:00:00', 0.000320989156299004, 0.000694038461538448, 0.000404950756740393, 0.000878653846153829, 0.000529454472510669, 0.00115096153846153, 0.00102628697815887, 0.00220019230769228, 0.00361305611636465, 0.0103175 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1335, '2021-05-23 00:00:00', 0.000315156127364473, 0.000490769230769226, 0.000361456029882552, 0.000677692307692315, 0.000480043587764504, 0.00118961538461538, 0.00133968051587509, 0.00237326923076922, 0.00361384807160115, 0.0103082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1350, '2021-05-23 00:00:00', 0.000241615715230092, 0.000463076923076942, 0.000358902011482457, 0.000820576923076927, 0.000476411465663219, 0.00117673076923076, 0.00234068412090273, 0.00273692307692306, 0.00360818571498837, 0.0103030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1365, '2021-05-23 00:00:00', 0.000287246610745179, 0.000686153846153849, 0.000419627169685703, 0.0010251923076923, 0.000452856107219655, 0.00118557692307692, 0.00234139057958168, 0.00296961538461538, 0.00360413853998214, 0.0103061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1380, '2021-05-23 00:00:00', 0.000337683966954969, 0.000772307692307696, 0.000411580677202098, 0.00087557692307692, 0.000401350269043801, 0.000999038461538473, 0.00231530454052693, 0.00302865384615383, 0.00360072129526208, 0.0103003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1395, '2021-05-23 00:00:00', 0.000396673523965718, 0.000513269230769254, 0.000406320070880083, 0.000730000000000017, 0.00053898298103572, 0.0010344230769231, 0.00226715338288758, 0.00300230769230773, 0.00357637450714892, 0.0102761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1410, '2021-05-23 00:00:00', 0.000350859877794769, 0.000544423076923082, 0.000353158114512694, 0.000664423076923074, 0.000679566858656776, 0.00114134615384616, 0.00225086072425643, 0.00300000000000002, 0.00370109159053632, 0.0103751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1425, '2021-05-23 00:00:00', 0.00024905027296017, 0.000444038461538492, 0.000469992962304128, 0.000805769230769257, 0.000637789119959341, 0.0010948076923077, 0.00222923123175133, 0.00304173076923079, 0.00369510566102703, 0.0103696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 0, '2021-05-23 00:00:00', 0.000409590649307348, 0.000652499999999988, 0.000582740607289916, 0.000876153846153821, 0.00077586507550257, 0.00112884615384614, 0.00224827781098885, 0.00306134615384615, 0.00364535791742785, 0.0103278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 15, '2021-05-23 00:00:00', 0.000336489170016616, 0.000535192307692304, 0.000339849797138972, 0.000678269230769233, 0.000490157117667397, 0.00101000000000003, 0.00224962100226823, 0.00293442307692309, 0.00359188063019061, 0.0102773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 30, '2021-05-23 00:00:00', 0.000211677548680518, 0.000474230769230759, 0.000395014361958964, 0.00070211538461539, 0.000478349405608652, 0.00102192307692308, 0.00224795561823151, 0.0029773076923077, 0.00360154356331582, 0.0102809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 45, '2021-05-23 00:00:00', 0.000346826990787127, 0.000499807692307704, 0.000362598315580114, 0.00076153846153848, 0.000478401022638464, 0.00107846153846153, 0.00212180867150214, 0.00299096153846153, 0.00360111487544537, 0.0102821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 60, '2021-05-23 00:00:00', 0.000266511437191448, 0.000607115384615416, 0.000366014501604237, 0.000831153846153868, 0.000536630692376059, 0.00128250000000001, 0.0021173787132643, 0.00299615384615385, 0.00359700752228637, 0.0103086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 75, '2021-05-23 00:00:00', 0.00026411950966298, 0.000498653846153851, 0.000269925060825281, 0.000721538461538457, 0.00092950443785924, 0.00145749999999999, 0.00206594575101913, 0.00296038461538459, 0.00357643217681877, 0.0102863461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 90, '2021-05-23 00:00:00', 0.000202983136851672, 0.000533076923076922, 0.000424914516289856, 0.000967115384615392, 0.00206983488750639, 0.0018126923076923, 0.00199754500286268, 0.00296903846153845, 0.00361481653965794, 0.0103438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 105, '2021-05-23 00:00:00', 0.000390587328952749, 0.000732307692307707, 0.000829805074423171, 0.00117730769230768, 0.00210441119117404, 0.00194730769230768, 0.00191937542926381, 0.00299903846153843, 0.00364070289071513, 0.0103634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 120, '2021-05-23 00:00:00', 0.000761280601254325, 0.00092192307692307, 0.00199545341868808, 0.0015128846153846, 0.00199028536801986, 0.0019753846153846, 0.0018589032022633, 0.00298134615384612, 0.00361556219694808, 0.01034 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 135, '2021-05-23 00:00:00', 0.00137868634520747, 0.00101903846153843, 0.00142224486694045, 0.00135769230769229, 0.00133372729596422, 0.00175249999999999, 0.00140749706926874, 0.00278499999999998, 0.00351014534544566, 0.0102871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 150, '2021-05-23 00:00:00', 0.000425934673575488, 0.000802115384615404, 0.000424834809525594, 0.00108384615384615, 0.000493737395165322, 0.00145615384615385, 0.000768465103556842, 0.00246884615384613, 0.00330444191145099, 0.0101378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 165, '2021-05-23 00:00:00', 0.000275024264663768, 0.000712884615384597, 0.000371136715427701, 0.000997692307692328, 0.000462004870104216, 0.00132750000000001, 0.000745899560159502, 0.00233192307692306, 0.00333048019753217, 0.0100928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 180, '2021-05-23 00:00:00', 0.000242985358849856, 0.000703269230769252, 0.000306910974313174, 0.000927884615384631, 0.000396825673797237, 0.00124615384615385, 0.000627197429351112, 0.00227615384615385, 0.00332751557240766, 0.0101017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 195, '2021-05-23 00:00:00', 0.000269689921662189, 0.000619423076923078, 0.000329403189933641, 0.000877692307692319, 0.000354878364860629, 0.00120942307692308, 0.00069676118853321, 0.00233307692307691, 0.00333247872634449, 0.0100973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 210, '2021-05-23 00:00:00', 0.000266608038426901, 0.000630384615384629, 0.000356082801520209, 0.000919807692307697, 0.00043517971530782, 0.00124076923076923, 0.00077620806588085, 0.0024048076923077, 0.00332786561304114, 0.0100965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 225, '2021-05-23 00:00:00', 0.000279066369277187, 0.000694038461538473, 0.000304135850212721, 0.000933846153846165, 0.0005015582257786, 0.00122557692307692, 0.000720362729143113, 0.00247230769230769, 0.00335540661298474, 0.0101065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 240, '2021-05-23 00:00:00', 0.000201000956752416, 0.000589230769230761, 0.000401046323815795, 0.000856923076923063, 0.000466811937096093, 0.00109923076923075, 0.000718436255937973, 0.00255057692307691, 0.00332343231406237, 0.0100671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 255, '2021-05-23 00:00:00', 0.000317575430167619, 0.000573076923076937, 0.000386261619192934, 0.000805961538461498, 0.000415047402297431, 0.00098788461538458, 0.0011501019352816, 0.00291269230769233, 0.00328957659188023, 0.0100530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 270, '2021-05-23 00:00:00', 0.000202115446827178, 0.000529423076923001, 0.000231503862735661, 0.000679038461538392, 0.000337205484032405, 0.000943461538461502, 0.00125620956115549, 0.0032323076923077, 0.00328775644802633, 0.0100523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 285, '2021-05-23 00:00:00', 0.000203372715816217, 0.000522692307692282, 0.000240204800438794, 0.000722115384615367, 0.000440995900905432, 0.00101923076923074, 0.00125622317039855, 0.00357557692307695, 0.00325704965598295, 0.0100773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 300, '2021-05-23 00:00:00', 0.000194055107161297, 0.000510769230769238, 0.000324187267818112, 0.00074576923076924, 0.000577929893272924, 0.00108480769230769, 0.00158174416875317, 0.00400615384615384, 0.00323126513089751, 0.0101021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 315, '2021-05-23 00:00:00', 0.00028918326635278, 0.000525192307692315, 0.000400996690951248, 0.00073711538461538, 0.000568330788023477, 0.00103326923076923, 0.00161991306746808, 0.00418288461538461, 0.00321489268274055, 0.0100901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 330, '2021-05-23 00:00:00', 0.000297432603872118, 0.0005230769230769, 0.000493710441453271, 0.000744999999999987, 0.000490925695458615, 0.00110596153846151, 0.00164414168629574, 0.00426826923076922, 0.00321322304643703, 0.0100821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 345, '2021-05-23 00:00:00', 0.000253338630174034, 0.00047769230769232, 0.000336767667002727, 0.000687307692307694, 0.000333371414491404, 0.00101750000000001, 0.00165908950933938, 0.004445, 0.00321296477631586, 0.0100805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 360, '2021-05-23 00:00:00', 0.000314450925607472, 0.000544230769230765, 0.000308080159399119, 0.00078576923076922, 0.000374860435567484, 0.00105211538461539, 0.00172395030492361, 0.00465557692307692, 0.00321250149356449, 0.0100803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 375, '2021-05-23 00:00:00', 0.000191367146123319, 0.000570769230769221, 0.000274885500638967, 0.000754038461538482, 0.000481732809760773, 0.0012925, 0.00161793405779861, 0.00479884615384616, 0.0031732050104684, 0.0100990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 390, '2021-05-23 00:00:00', 0.000256774144996079, 0.000585192307692332, 0.000344042931131471, 0.000788461538461563, 0.000528191107605798, 0.00147538461538462, 0.00165133555505374, 0.00489365384615383, 0.00316146215563916, 0.0101048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 405, '2021-05-23 00:00:00', 0.000261438623478141, 0.00056807692307693, 0.000397203300009534, 0.00101269230769231, 0.000526215223590544, 0.00155269230769232, 0.0017435229146318, 0.00504192307692308, 0.00315430972578061, 0.0101096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 420, '2021-05-23 00:00:00', 0.000379885002842492, 0.000858846153846127, 0.000457287529477232, 0.00122673076923079, 0.000710698681147353, 0.00178884615384616, 0.00177618724108262, 0.00512134615384614, 0.00313127993613821, 0.0101240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 435, '2021-05-23 00:00:00', 0.000299119798485721, 0.000734423076923114, 0.000493412957018617, 0.00113711538461538, 0.00110857649540025, 0.00218538461538462, 0.00191564792212415, 0.00523519230769228, 0.00313780475075272, 0.0101394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 450, '2021-05-23 00:00:00', 0.000298889547389089, 0.00076519230769229, 0.000473639468534694, 0.00122288461538461, 0.00106086809518653, 0.00244134615384613, 0.00192527461577665, 0.00535788461538461, 0.00314177531880406, 0.0101119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 465, '2021-05-23 00:00:00', 0.000323813811650111, 0.000819230769230764, 0.000782627846523419, 0.00174788461538462, 0.00102670840740991, 0.00267192307692309, 0.00192600455307395, 0.00537653846153845, 0.00316916800535314, 0.0101246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 480, '2021-05-23 00:00:00', 0.000761485718841813, 0.00149749999999999, 0.000936445160413341, 0.00205846153846151, 0.00147316734910247, 0.00304096153846152, 0.00198947408009873, 0.00552365384615383, 0.00319734411420097, 0.0101642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 495, '2021-05-23 00:00:00', 0.00076840426559502, 0.00124634615384612, 0.000774142428755848, 0.00181750000000001, 0.00159968386299873, 0.00289230769230769, 0.00200229991797894, 0.0054351923076923, 0.00324358674333501, 0.0102301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 510, '2021-05-23 00:00:00', 0.00042215928455792, 0.0011973076923077, 0.00147090249637636, 0.00196192307692306, 0.00167196245817259, 0.0029673076923077, 0.00191360565827566, 0.00539384615384614, 0.00335432400618392, 0.0102465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 525, '2021-05-23 00:00:00', 0.00152775125089637, 0.00148673076923074, 0.00163992407188215, 0.00218480769230768, 0.00165559048262361, 0.00306038461538462, 0.00186426550807964, 0.00558326923076921, 0.00351633447695839, 0.0103619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 540, '2021-05-23 00:00:00', 0.00065766243971767, 0.00173673076923075, 0.000930779842596862, 0.00227634615384617, 0.00107278953416568, 0.00315923076923077, 0.00162593623916993, 0.0053905769230769, 0.00342924116409717, 0.0102701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 555, '2021-05-23 00:00:00', 0.000515961574299714, 0.00144788461538466, 0.000778158501750207, 0.00197557692307693, 0.000892217376065885, 0.00294038461538461, 0.00153665110398702, 0.00534115384615383, 0.00346505185331389, 0.0102571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 570, '2021-05-23 00:00:00', 0.000531234302935493, 0.00143326923076921, 0.000821961654542616, 0.00227019230769231, 0.000849182774563491, 0.00294923076923076, 0.00142297851218975, 0.00526038461538459, 0.00352176291627668, 0.0102809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 585, '2021-05-23 00:00:00', 0.000682646349482305, 0.00168403846153848, 0.000755432021072399, 0.00220346153846155, 0.000878992627080289, 0.00294903846153846, 0.00137230554177993, 0.00504749999999999, 0.00348347336057651, 0.0102805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 600, '2021-05-23 00:00:00', 0.000554713543538134, 0.00147865384615385, 0.000730518677695179, 0.00203346153846152, 0.000855676542949397, 0.00270288461538458, 0.00129893277199163, 0.00488211538461536, 0.00366483697297187, 0.0103740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 615, '2021-05-23 00:00:00', 0.00044488857723462, 0.0013546153846154, 0.000649566008962897, 0.00191500000000001, 0.000780286264037847, 0.00253942307692305, 0.00134619115113148, 0.00474884615384614, 0.00372188581232688, 0.010395 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 630, '2021-05-23 00:00:00', 0.000389453265686482, 0.00135461538461538, 0.000574298669281476, 0.00176480769230768, 0.000666470843034722, 0.00247423076923075, 0.00133150090268322, 0.00478057692307692, 0.00375896453111146, 0.0104521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 645, '2021-05-23 00:00:00', 0.000508132213261342, 0.0012428846153846, 0.000617004083018547, 0.00171096153846151, 0.000669920890852055, 0.00244, 0.00132790235102067, 0.00487057692307692, 0.00379847131701083, 0.0104071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 660, '2021-05-23 00:00:00', 0.000436106770624608, 0.00120634615384611, 0.000525615975638276, 0.0017330769230769, 0.000685905942195047, 0.00244980769230769, 0.00183735466196545, 0.00522692307692306, 0.00391273039134883, 0.0104186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 675, '2021-05-23 00:00:00', 0.000439130434451473, 0.00123153846153846, 0.000435212459168379, 0.00172673076923081, 0.000681102499910723, 0.00225884615384617, 0.00226827369125983, 0.00548653846153846, 0.00394087301924919, 0.0104180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 690, '2021-05-23 00:00:00', 0.000330693734675816, 0.00111788461538465, 0.000546424883992432, 0.00161807692307693, 0.000599282391377727, 0.00209423076923075, 0.00266278437267922, 0.00563884615384616, 0.00409072952399223, 0.0104940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 705, '2021-05-23 00:00:00', 0.000424975112393466, 0.00115538461538463, 0.000574325591120043, 0.00159826923076921, 0.000917055090199911, 0.00245096153846151, 0.00279732240104435, 0.00590384615384614, 0.00407365585665526, 0.0105409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 720, '2021-05-23 00:00:00', 0.000407756007360372, 0.00116980769230767, 0.000489275131031794, 0.00160692307692306, 0.000940409812467222, 0.00244615384615384, 0.00278173902442339, 0.00603, 0.0041082223228358, 0.0105844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 735, '2021-05-23 00:00:00', 0.000355865791469868, 0.00113269230769229, 0.000886867868052858, 0.00178115384615383, 0.000990411355874984, 0.00258057692307694, 0.0030913252572568, 0.00627538461538461, 0.0042300683937006, 0.0107038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 750, '2021-05-23 00:00:00', 0.000734347250703215, 0.00124326923076925, 0.000741451175839534, 0.00172538461538464, 0.00094316433432273, 0.00243980769230771, 0.00299322560767837, 0.00634153846153846, 0.0043171180023430[...];[ Date: 2021-05-23 17:20:54 - Database: acaweb_fx - User: pgperfstats ]
2 25s974ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1050, '2021-05-23 00:00:00', 0.000235444342598313, 0.000684038461538468, 0.000378882770585002, 0.00103192307692307, 0.000420925034436517, 0.00135826923076923, 0.000690998636311712, 0.00210634615384614, 0.00203704797723044, 0.00683269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1065, '2021-05-23 00:00:00', 0.000283903829870931, 0.000675769230769243, 0.00034392491354052, 0.000922115384615422, 0.000359270039856458, 0.00121980769230771, 0.000672617733474701, 0.00197115384615384, 0.00200900189531636, 0.00684384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1080, '2021-05-23 00:00:00', 0.000216323564632661, 0.000578269230769253, 0.00022382831676222, 0.00080634615384615, 0.000365825778205963, 0.00113750000000001, 0.000709877562574131, 0.0018830769230769, 0.00199365652662488, 0.00684711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1095, '2021-05-23 00:00:00', 0.000228797861743651, 0.000567692307692312, 0.000314614110398006, 0.000795961538461535, 0.000512759840321111, 0.00110057692307693, 0.000702959704502229, 0.0018378846153846, 0.00198271080943396, 0.00686807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1110, '2021-05-23 00:00:00', 0.000211740497925021, 0.000540961538461521, 0.000302540270682451, 0.000753846153846165, 0.000489949958198199, 0.000989807692307678, 0.00067627364170248, 0.00177096153846151, 0.00202243676329783, 0.00684230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1125, '2021-05-23 00:00:00', 0.000251912988641209, 0.000506923076923101, 0.000353424836966198, 0.000701346153846197, 0.000429290873238814, 0.000924423076923087, 0.000688162883223268, 0.00169807692307694, 0.00204359490942954, 0.00684192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1140, '2021-05-23 00:00:00', 0.000284251040184798, 0.000539423076923092, 0.000330853267499924, 0.000678269230769225, 0.000418110217342454, 0.00093307692307693, 0.000698940296779039, 0.00171653846153848, 0.00204282944805636, 0.00684807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1155, '2021-05-23 00:00:00', 0.000174196617471357, 0.000427307692307656, 0.000320134166585536, 0.000656730769230767, 0.000365986180907676, 0.000891730769230744, 0.000723680257699931, 0.00163634615384615, 0.00204284887802835, 0.00686653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1170, '2021-05-23 00:00:00', 0.000234892528616837, 0.000462500000000007, 0.000248566118738289, 0.000626346153846166, 0.00028764106906937, 0.000910769230769219, 0.00074144484726677, 0.00155269230769233, 0.00202270372179268, 0.00690211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1185, '2021-05-23 00:00:00', 0.000193991375700461, 0.00045557692307691, 0.000256410503204996, 0.000617884615384598, 0.000356293580330336, 0.000863653846153859, 0.000753486868856032, 0.0015023076923077, 0.00200493741509847, 0.00695596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1200, '2021-05-23 00:00:00', 0.0001815916805956, 0.000421538461538448, 0.000267903254638979, 0.000641923076923063, 0.000300821439497819, 0.000836538461538468, 0.00068994827007873, 0.00144884615384617, 0.00203146268827322, 0.00696057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1215, '2021-05-23 00:00:00', 0.000220640065404138, 0.000440961538461532, 0.000307495340802741, 0.000544230769230799, 0.00036748668212394, 0.000882692307692326, 0.00065376001242519, 0.00141307692307693, 0.00201576177621803, 0.00699153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1230, '2021-05-23 00:00:00', 0.000188290691791657, 0.000365769230769236, 0.000254948260210989, 0.000578846153846171, 0.000394324592962912, 0.00085826923076926, 0.000571098401867327, 0.00139076923076924, 0.00200702126200844, 0.00702788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1245, '2021-05-23 00:00:00', 0.000179376376971398, 0.000453269230769245, 0.000296788450946781, 0.000669230769230764, 0.000452054327912714, 0.000881346153846163, 0.000520184619593424, 0.00133403846153847, 0.00200377440001462, 0.00706538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1260, '2021-05-23 00:00:00', 0.000280497086231972, 0.000498846153846151, 0.000352670471599843, 0.000627307692307703, 0.000492084889487081, 0.000936538461538474, 0.000501320141840931, 0.00127173076923078, 0.00202165811611697, 0.00707846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1275, '2021-05-23 00:00:00', 0.000175683281460186, 0.000363846153846146, 0.000262866813307542, 0.000545192307692318, 0.000309370576891466, 0.000846923076923083, 0.00046977085248679, 0.00123557692307695, 0.00207739304084565, 0.00711538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1290, '2021-05-23 00:00:00', 0.000191398898799178, 0.000396538461538463, 0.000248175263752161, 0.000660192307692311, 0.000272987249631826, 0.000790961538461536, 0.000481188792311461, 0.00128442307692311, 0.00210330410398645, 0.00713192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1305, '2021-05-23 00:00:00', 0.00022314991511399, 0.000508269230769221, 0.000256281771013553, 0.000617884615384624, 0.000272943287995059, 0.000715961538461532, 0.00052233547280831, 0.00136211538461542, 0.0021904242739707, 0.00715750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1320, '2021-05-23 00:00:00', 0.000169541916759409, 0.000392307692307683, 0.000178984313880801, 0.00047576923076923, 0.000345795626612914, 0.000758846153846155, 0.00051613549205016, 0.00141961538461542, 0.00236166490328005, 0.00723365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1335, '2021-05-23 00:00:00', 0.000138544771991414, 0.000314423076923079, 0.00022070559924583, 0.000450192307692311, 0.000349704325658988, 0.000736346153846144, 0.000474339581377685, 0.00149403846153848, 0.00238163864080695, 0.00724115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1350, '2021-05-23 00:00:00', 0.000141081536708369, 0.000304999999999991, 0.000320106292442884, 0.000559038461538435, 0.000302312115841576, 0.000673846153846136, 0.000484893683827067, 0.00156826923076924, 0.0023855812708856, 0.00724499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1365, '2021-05-23 00:00:00', 0.000225633893389606, 0.000429423076923063, 0.000217234010653518, 0.000526153846153843, 0.000240929370435519, 0.000615192307692324, 0.000527968384834376, 0.00163384615384617, 0.0023922457103027, 0.00723346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1380, '2021-05-23 00:00:00', 0.000182560948726688, 0.000367500000000008, 0.000191610582652964, 0.000471153846153867, 0.000231490820552304, 0.000555000000000023, 0.000556418941501407, 0.00165596153846154, 0.00235924437870721, 0.00723596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1395, '2021-05-23 00:00:00', 0.000166195552101933, 0.000314807692307688, 0.000175630731496964, 0.000383076923076913, 0.000231930775481361, 0.000573269230769195, 0.000579474330751589, 0.00171749999999999, 0.00234351616166819, 0.00722499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1410, '2021-05-23 00:00:00', 0.000155298224270398, 0.000268461538461529, 0.000197328796292262, 0.00037442307692307, 0.000278856800857743, 0.000648653846153834, 0.000615375932631057, 0.00181346153846154, 0.00232716824455422, 0.00721903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 1, 1425, '2021-05-23 00:00:00', 0.000159354949719187, 0.000259999999999978, 0.000207569172900186, 0.000459807692307681, 0.000267906987303721, 0.000631923076923092, 0.000635667063315866, 0.00187384615384614, 0.00231639102584505, 0.00721423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 0, '2021-05-23 00:00:00', 0.000180985868551613, 0.000383269230769231, 0.000250962455052855, 0.000526923076923087, 0.000299483144510932, 0.000653076923076923, 0.00072695246379346, 0.00195326923076923, 0.00231852380090969, 0.00720615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 15, '2021-05-23 00:00:00', 0.000225554104033066, 0.000354423076923084, 0.000212875189145777, 0.000440384615384639, 0.000304109545040298, 0.000728846153846189, 0.000726733683101223, 0.00193961538461541, 0.00232293260440665, 0.00719673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 30, '2021-05-23 00:00:00', 9.44164262110416e-05, 0.000262692307692338, 0.000147448165598857, 0.000389807692307675, 0.00028882580590012, 0.000732115384615407, 0.000680251537187649, 0.00195307692307693, 0.00229722625388499, 0.0071676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 45, '2021-05-23 00:00:00', 0.000136069693681061, 0.000279807692307689, 0.000279623166752353, 0.00054634615384618, 0.000405294811976908, 0.000823269230769252, 0.00066453584148291, 0.00195826923076924, 0.00227139370973319, 0.00714923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 60, '2021-05-23 00:00:00', 0.000245039478765878, 0.000452115384615392, 0.000286649410631524, 0.000593269230769249, 0.000408115226941545, 0.000885961538461544, 0.000657613400574677, 0.00199423076923078, 0.00230756591705169, 0.00716230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 75, '2021-05-23 00:00:00', 0.000239899017216727, 0.00037153846153847, 0.0003398035631633, 0.000597307692307694, 0.000291086096171915, 0.000931346153846166, 0.00067181021243983, 0.00197980769230769, 0.00231143189054221, 0.00712576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 90, '2021-05-23 00:00:00', 0.000216211434978323, 0.000394230769230798, 0.000277260014038491, 0.000596346153846183, 0.00038061796917846, 0.000945961538461561, 0.00068497515395706, 0.00193980769230771, 0.00225803178420093, 0.00708653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 105, '2021-05-23 00:00:00', 0.00020853564535737, 0.000421346153846164, 0.000210223415954042, 0.000688269230769222, 0.000424233970278728, 0.000982307692307705, 0.000647575359440019, 0.00197538461538463, 0.00226020873780755, 0.00708153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 120, '2021-05-23 00:00:00', 0.00015924835465884, 0.000519038461538454, 0.000340974170011994, 0.000745769230769231, 0.000407150510820668, 0.00102846153846155, 0.000578043151170734, 0.00194826923076924, 0.00222410939825015, 0.00714884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 135, '2021-05-23 00:00:00', 0.000302308871596825, 0.000519423076923123, 0.000319652996953783, 0.000684038461538502, 0.000359065292969635, 0.00100173076923081, 0.000577328229532736, 0.0018467307692308, 0.00220750908178289, 0.00717711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 150, '2021-05-23 00:00:00', 0.000151054243950251, 0.000444230769230776, 0.000267248947612509, 0.00066000000000002, 0.000370697315879113, 0.000982500000000032, 0.000580878677919541, 0.00178596153846156, 0.00219257976786742, 0.00717596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 165, '2021-05-23 00:00:00', 0.000221008179451818, 0.000476153846153865, 0.000290841021865871, 0.000727500000000009, 0.000375003179473675, 0.000995769230769238, 0.000571145306851482, 0.00177019230769232, 0.00213949808096703, 0.00719096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 180, '2021-05-23 00:00:00', 0.000288351281492653, 0.000517692307692317, 0.000372411682870534, 0.000722307692307693, 0.000478263364846026, 0.00100961538461539, 0.000544397938446369, 0.00177134615384616, 0.00211170638256218, 0.00716461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 195, '2021-05-23 00:00:00', 0.000179322764439318, 0.000430576923076926, 0.00021828183969001, 0.000605192307692301, 0.000397874932030721, 0.000872307692307711, 0.000538075380764291, 0.00160365384615386, 0.00214357659424257, 0.00705615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 210, '2021-05-23 00:00:00', 0.000134992449931306, 0.000400192307692299, 0.000351243286275825, 0.000604615384615391, 0.00041771263585608, 0.000850384615384635, 0.000532469861913497, 0.00152192307692309, 0.0021077548116785, 0.00702211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 225, '2021-05-23 00:00:00', 0.000326956595566765, 0.000451153846153838, 0.000350863166403164, 0.000590192307692297, 0.000344507452191349, 0.000824230769230746, 0.000511411169818746, 0.00145923076923076, 0.00210901490858066, 0.00704173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 240, '2021-05-23 00:00:00', 0.000197922673323146, 0.000365769230769253, 0.00025257961425746, 0.000562307692307721, 0.000265142704682121, 0.000790576923076927, 0.000504183879765516, 0.00138423076923078, 0.00211239900077178, 0.00702846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 255, '2021-05-23 00:00:00', 0.000196499461733451, 0.000415961538461531, 0.000183865439928225, 0.000547499999999966, 0.000434797609858269, 0.000775192307692305, 0.000461428259279351, 0.00151596153846155, 0.00211281723152908, 0.00702942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 270, '2021-05-23 00:00:00', 0.000124251760550906, 0.000372499999999972, 0.000203854397511122, 0.000553846153846153, 0.000472159523238293, 0.000728846153846155, 0.000487053503615996, 0.00174865384615388, 0.00215013380621194, 0.00703076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 285, '2021-05-23 00:00:00', 0.000197462362528656, 0.000390769230769237, 0.000407964412098009, 0.000514807692307717, 0.000430542636144757, 0.000785192307692302, 0.000588336115341722, 0.00190576923076927, 0.00215365050553706, 0.0070425 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 300, '2021-05-23 00:00:00', 0.000317839824197888, 0.000366923076923081, 0.000346726671335483, 0.000545769230769228, 0.000355103506037324, 0.000802499999999997, 0.000706162244377741, 0.00214634615384617, 0.00217317322931594, 0.00705826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 315, '2021-05-23 00:00:00', 0.000112489315731968, 0.000314615384615379, 0.000206214693947859, 0.000502499999999978, 0.000266035928747632, 0.000683653846153833, 0.00072457013781648, 0.00244326923076924, 0.00217646941521922, 0.00705634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 330, '2021-05-23 00:00:00', 0.000169697128392383, 0.000348653846153816, 0.000216376896960988, 0.000489807692307682, 0.000229344970262282, 0.000626346153846158, 0.000695596396018434, 0.00258788461538463, 0.00216974909042144, 0.00706134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 345, '2021-05-23 00:00:00', 0.000124608926708275, 0.000315769230769233, 0.00015619329740371, 0.000422115384615366, 0.000178609587131764, 0.000600769230769238, 0.000705205261990054, 0.00281730769230769, 0.00216983686908984, 0.00706096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 360, '2021-05-23 00:00:00', 0.000108849225289645, 0.000313076923076916, 0.000135476509459691, 0.000411730769230768, 0.000232113450377511, 0.000635576923076919, 0.000761228384813767, 0.00301942307692305, 0.00216457756582239, 0.00707403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 375, '2021-05-23 00:00:00', 9.94005107555225e-05, 0.000267692307692302, 0.000116555203164061, 0.000426346153846171, 0.000260177749891223, 0.000682692307692322, 0.000754399200586918, 0.00313192307692306, 0.00216683868449302, 0.00706826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 390, '2021-05-23 00:00:00', 0.000111465068691781, 0.000337307692307707, 0.000217294642222194, 0.000504807692307686, 0.000252116273541821, 0.000731153846153854, 0.000808464570366883, 0.00323980769230768, 0.00216849406270804, 0.00707750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 405, '2021-05-23 00:00:00', 0.000168222951877747, 0.000369807692307672, 0.000198111079952615, 0.000559999999999996, 0.000219250120603416, 0.00071884615384614, 0.000884769157203447, 0.00333730769230768, 0.00217881274127414, 0.00706980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 420, '2021-05-23 00:00:00', 0.000169254133002567, 0.000465192307692306, 0.000190212128546386, 0.000594423076923068, 0.000219208453655065, 0.000747884615384613, 0.000992576522917067, 0.00343307692307688, 0.00218136909196603, 0.00706134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 435, '2021-05-23 00:00:00', 0.000124758227723095, 0.000371153846153835, 0.000140255261796275, 0.000518461538461527, 0.000288725848140781, 0.000953846153846151, 0.00101834785125411, 0.00349711538461536, 0.00215898786828102, 0.00707384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 450, '2021-05-23 00:00:00', 0.000148473773907939, 0.000397307692307682, 0.000179330807340883, 0.000576538461538455, 0.000434064555638383, 0.00124596153846155, 0.00104382639287459, 0.00362846153846153, 0.00214492997913327, 0.00711615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 465, '2021-05-23 00:00:00', 0.00014209314388267, 0.000412307692307686, 0.000287955458628324, 0.000802115384615387, 0.000470704218738759, 0.00147230769230771, 0.00107994344581273, 0.00373038461538459, 0.00214020983874157, 0.00715307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 480, '2021-05-23 00:00:00', 0.000271933815477243, 0.000694999999999993, 0.00042789736368219, 0.00109307692307696, 0.000686551275467552, 0.0017594230769231, 0.00106312550818512, 0.00379038461538461, 0.00214492226862923, 0.00717653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 495, '2021-05-23 00:00:00', 0.000303525692740934, 0.000715384615384639, 0.000417679302814974, 0.00110000000000002, 0.000652599889200565, 0.00195884615384618, 0.000970046727661196, 0.00368942307692308, 0.00213790213491207, 0.00713346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 510, '2021-05-23 00:00:00', 0.000386867548393532, 0.000822500000000017, 0.000591303546932872, 0.00129173076923078, 0.000655209772633023, 0.00202961538461538, 0.000999549148366438, 0.00367749999999999, 0.00228415283066749, 0.00713807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 525, '2021-05-23 00:00:00', 0.000356137451857264, 0.000883269230769244, 0.000480114409442008, 0.0014746153846154, 0.000537119131607198, 0.0021151923076923, 0.000932404604318267, 0.00360788461538461, 0.00238903412249837, 0.00718096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 540, '2021-05-23 00:00:00', 0.000426926268179347, 0.00118096153846155, 0.000455640715409013, 0.00154230769230768, 0.000609332326908196, 0.00217673076923074, 0.000892511258278509, 0.00359788461538462, 0.00240432732476579, 0.00713326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 555, '2021-05-23 00:00:00', 0.00033487678560695, 0.00103230769230767, 0.00053551574709302, 0.00150134615384611, 0.000642414466021621, 0.00198211538461535, 0.000977304141306794, 0.00335076923076924, 0.00249389858531699, 0.00716192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 570, '2021-05-23 00:00:00', 0.000317267964879014, 0.000954807692307662, 0.000485698584911093, 0.00136134615384613, 0.000668575983829716, 0.00183538461538461, 0.00103124422609108, 0.00318557692307694, 0.00251034880353001, 0.00713634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 585, '2021-05-23 00:00:00', 0.00030365212889853, 0.000948846153846153, 0.000423370359777896, 0.00127730769230769, 0.000561299488138569, 0.00177365384615383, 0.000989437291517844, 0.00305807692307695, 0.00248168407460615, 0.00726961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 600, '2021-05-23 00:00:00', 0.000226865683745996, 0.000829038461538444, 0.000449176511475771, 0.00121346153846154, 0.000527503590946578, 0.0017359615384615, 0.00102880956225368, 0.00306365384615388, 0.00250896838285257, 0.00727788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 615, '2021-05-23 00:00:00', 0.000490956053179748, 0.000914615384615356, 0.0005129590252042, 0.00127019230769229, 0.000564960073470174, 0.0017082692307692, 0.000946158223879804, 0.00302076923076926, 0.00245153462141573, 0.00723499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 630, '2021-05-23 00:00:00', 0.000360703426014298, 0.000910192307692301, 0.000471664197692131, 0.00129134615384611, 0.000735402035519455, 0.00173692307692308, 0.000931913684514077, 0.00303865384615388, 0.00245390555269319, 0.00718730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 645, '2021-05-23 00:00:00', 0.000419025655539107, 0.000877499999999958, 0.000453461091537578, 0.0011001923076923, 0.000596387490195363, 0.00160596153846153, 0.00100064486899506, 0.00329807692307694, 0.00250897754995016, 0.00713211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 660, '2021-05-23 00:00:00', 0.000258882881152559, 0.000772884615384623, 0.000536236923814063, 0.00122403846153848, 0.000661491234897455, 0.00156557692307693, 0.00119163901348584, 0.00347846153846155, 0.00253277239403781, 0.00714999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 675, '2021-05-23 00:00:00', 0.000407177952025142, 0.000811730769230792, 0.000469018164319391, 0.00107903846153845, 0.000460785324619395, 0.00135134615384616, 0.00122218815434259, 0.00349173076923078, 0.00253299536881961, 0.00708153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 690, '2021-05-23 00:00:00', 0.000252484957663136, 0.000689423076923084, 0.000258747277949285, 0.000911923076923099, 0.000343730440002946, 0.00129115384615386, 0.00123930869377306, 0.00342903846153848, 0.00253879659560315, 0.00698807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 705, '2021-05-23 00:00:00', 0.000248900350773936, 0.00068576923076924, 0.000257057311777858, 0.000912307692307708, 0.000345642100355941, 0.0013223076923077, 0.00122579482848411, 0.00347480769230771, 0.00253393439900514, 0.00698653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 720, '2021-05-23 00:00:00', 0.000162272918258101, 0.000672500000000025, 0.000271095853045506, 0.000960192307692313, 0.000412077475911819, 0.00138538461538466, 0.00130235715295233, 0.00359807692307692, 0.00253393439900514, 0.00698653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 735, '2021-05-23 00:00:00', 0.000212823599761333, 0.000691730769230775, 0.000325239083657637, 0.00101269230769231, 0.000461499895824666, 0.00134692307692311, 0.00133991498008125, 0.00363807692307694, 0.00253481081072214, 0.00698461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 750, '2021-05-23 00:00:00', 0.000235457737511114, 0.000702884615384634, 0.000367617118961894, 0.00100211538461543, 0.000538566044803627, 0.00135076923076927, 0.00145622880968406, 0.00372288461538461, 0.0025358050231405, 0.00699865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 765, '2021-05-23 00:00:00', 0.000318937237616544, 0.000765192307692316, 0.000334106212960013, 0.000979807692307706, 0.000474258936090345, 0.00136346153846155, 0.00153139234032303, 0.0037825, 0.00256232401271851, 0.0070178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 780, '2021-05-23 00:00:00', 0.000222496067381024, 0.000667500000000009, 0.000370618194580177, 0.000930384615384621, 0.000709852097270998, 0.00155500000000002, 0.00188518937020623, 0.00402980769230769, 0.00256012482418038, 0.00702634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 795, '2021-05-23 00:00:00', 0.000261931068442435, 0.000688269230769231, 0.000328922717133004, 0.000948076923076934, 0.000714574456474732, 0.00159557692307694, 0.00197762461437571, 0.00414634615384614, 0.00255801369004577, 0.00703903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 810, '2021-05-23 00:00:00', 0.000256273366664447, 0.000730961538461545, 0.000725479920731529, 0.00127365384615386, 0.000759903966604711, 0.00172596153846156, 0.00197004920867867, 0.00414826923076922, 0.00246559214295159, 0.00708884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 825, '2021-05-23 00:00:00', 0.000675401447573695, 0.00095134615384616, 0.000657787228867785, 0.00122596153846156, 0.0010281806186733, 0.00210576923076923, 0.00182961357836946, 0.00416961538461536, 0.00242188343745428, 0.00702076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 840, '2021-05-23 00:00:00', 0.00028214180831633, 0.000784999999999993, 0.000418062978325213, 0.00115442307692308, 0.00103236397874749, 0.00211576923076919, 0.00173783432865338, 0.00407692307692305, 0.00233647808595624, 0.00692538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 855, '2021-05-23 00:00:00', 0.00038501933018402, 0.000891730769230795, 0.000854552244430698, 0.00158153846153843, 0.00101130319580536, 0.00216692307692305, 0.00171931065121596, 0.00401365384615383, 0.00224115986454815, 0.00682346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 870, '2021-05-23 00:00:00', 0.000864753055012726, 0.00118461538461538, 0.000937386321312918, 0.00162634615384613, 0.000995464406503495, 0.00215076923076921, 0.00162271312455881, 0.00392173076923076, 0.00212976969683073, 0.0067251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 885, '2021-05-23 00:00:00', 0.000436695986488772, 0.00101576923076923, 0.000546511207570352, 0.00138250000000003, 0.000610582193799189, 0.00198615384615385, 0.00158316344702627, 0.00365750000000001, 0.00222451814142715, 0.00669019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 900, '2021-05-23 00:00:00', 0.000375095321218512, 0.000992499999999994, 0.000541226953675293, 0.00140115384615384, 0.000631506653841512, 0.00201442307692305, 0.00155335271392113, 0.00357942307692307, 0.00219806971262023, 0.00668230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 915, '2021-05-23 00:00:00', 0.000397343873548053, 0.000943076923076901, 0.000467867338199486, 0.00139038461538459, 0.000628333601985919, 0.00196365384615383, 0.00146241550709252, 0.00349134615384616, 0.00204264041038891, 0.0066503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 930, '2021-05-23 00:00:00', 0.000316878768373879, 0.00106692307692307, 0.000555146030684345, 0.00155865384615383, 0.000750914212041653, 0.00204307692307689, 0.00142743148831956, 0.00344057692307692, 0.00202026358714361, 0.00660980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 945, '2021-05-23 00:00:00', 0.000410783351096954, 0.00110980769230765, 0.00048679426233898, 0.00153557692307689, 0.000832583837312418, 0.00201461538461536, 0.00134876697251745, 0.00334788461538461, 0.00216109505717676, 0.0066803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 960, '2021-05-23 00:00:00', 0.00042460375193098, 0.00109711538461538, 0.000663368588806694, 0.00143826923076921, 0.00107793921977937, 0.00224980769230769, 0.0013000807075539, 0.00319038461538462, 0.0021406886472851, 0.00670673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 975, '2021-05-23 00:00:00', 0.00043933660654009, 0.000975576923076918, 0.000602661692315545, 0.00136634615384616, 0.00117617811641711, 0.00212519230769232, 0.00125259492193667, 0.00305403846153848, 0.00208326597327001, 0.00677865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 990, '2021-05-23 00:00:00', 0.000352232003962406, 0.000954230769230744, 0.000852585118692212, 0.00165423076923077, 0.0010941789334755, 0.00200346153846152, 0.00114589293364809, 0.00297115384615386, 0.00200502082283451, 0.0067675 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1005, '2021-05-23 00:00:00', 0.000665385255668905, 0.00134846153846155, 0.000899050867047322, 0.00159730769230769, 0.000873098020754956, 0.00189692307692307, 0.00100276366185582, 0.00283519230769232, 0.00191439869049106, 0.00665211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1020, '2021-05-23 00:00:00', 0.000606126922479014, 0.00103538461538458, 0.000616400718813563, 0.00131038461538457, 0.000602199589964865, 0.00175288461538459, 0.000732635311734255, 0.00258249999999998, 0.00189428979993925, 0.00665961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1035, '2021-05-23 00:00:00', 0.000397894893349786, 0.000787115384615374, 0.000397605912353494, 0.0011076923076923, 0.00051643232485376, 0.00149788461538461, 0.000751950719539075, 0.00239326923076923, 0.00193147444675347, 0.00657653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1050, '2021-05-23 00:00:00', 0.000278032164713714, 0.000756730769230748, 0.000398818109688328, 0.00107826923076921, 0.000423502111519539, 0.00136403846153846, 0.000770545985249782, 0.00225634615384614, 0.00196306455867821, 0.00654269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1065, '2021-05-23 00:00:00', 0.000332404815756992, 0.000720192307692295, 0.000371540866372181, 0.000936153846153847, 0.000345320642524958, 0.00124788461538462, 0.000724567138684551, 0.00217153846153847, 0.00198203439580494, 0.00650788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1080, '2021-05-23 00:00:00', 0.000283238415473604, 0.000630000000000002, 0.000289163515094045, 0.000886538461538471, 0.000349943347063273, 0.00114788461538463, 0.000759735480282431, 0.002235, 0.00199464260342163, 0.00647865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1095, '2021-05-23 00:00:00', 0.000241789164356028, 0.000660000000000002, 0.000314350184446488, 0.000884038461538463, 0.000341582122122689, 0.0011421153846154, 0.000796772262608035, 0.00215903846153844, 0.00199176930429668, 0.00647980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1110, '2021-05-23 00:00:00', 0.000232486641469023, 0.000580961538461544, 0.00026896961509833, 0.000764423076923089, 0.000308586354950338, 0.00104653846153848, 0.000754304672172684, 0.00205153846153843, 0.0020078353920425, 0.0065501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1125, '2021-05-23 00:00:00', 0.000149368542666989, 0.000569807692307702, 0.000234331783195064, 0.000775769230769257, 0.000362092051619702, 0.00106942307692308, 0.000694953927637275, 0.00197980769230766, 0.00200194866605978, 0.00654769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1140, '2021-05-23 00:00:00', 0.000207453516572918, 0.000539807692307702, 0.000196581163507997, 0.000716923076923102, 0.000396040207748943, 0.00105038461538461, 0.000696434877401715, 0.00192346153846153, 0.00201271237770939, 0.00651365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1155, '2021-05-23 00:00:00', 0.000210709789484563, 0.000478846153846182, 0.00034575780763195, 0.000727307692307717, 0.000462625492330272, 0.00100711538461542, 0.000680184618603365, 0.00180865384615386, 0.00188030014993516, 0.00664942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1170, '2021-05-23 00:00:00', 0.000221460189164113, 0.000501153846153841, 0.000281131026117942, 0.000705576923076925, 0.000396838903567446, 0.00102634615384615, 0.000603653778763433, 0.00170673076923077, 0.00188717086789071, 0.00663326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1185, '2021-05-23 00:00:00', 0.00017940499950154, 0.000461923076923097, 0.00024730120221178, 0.000651730769230786, 0.00040785102861029, 0.000957307692307695, 0.000614620708554975, 0.00160115384615386, 0.00196803710291793, 0.00667596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1200, '2021-05-23 00:00:00', 0.00025677444457075, 0.000443653846153832, 0.000333380644078463, 0.000724423076923066, 0.000419547237644797, 0.00103326923076923, 0.000612684634651836, 0.0015476923076923, 0.00200419621333306, 0.00665769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1215, '2021-05-23 00:00:00', 0.000230104073443699, 0.000518269230769236, 0.000280079178365393, 0.00067711538461538, 0.000281677939389047, 0.000987307692307687, 0.000629047173234132, 0.00154788461538462, 0.00202031300887913, 0.0066505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1230, '2021-05-23 00:00:00', 0.000183287605019647, 0.000442884615384613, 0.000273602181727679, 0.000698076923076919, 0.000278271381098483, 0.000895192307692297, 0.000683444556301735, 0.00149730769230768, 0.00206523591500232, 0.0067207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1245, '2021-05-23 00:00:00', 0.000135325959758722, 0.000501346153846159, 0.000222890452568419, 0.00066807692307691, 0.000276565474234321, 0.000802307692307688, 0.000701959044389325, 0.00144749999999998, 0.00204785074012884, 0.0068105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1260, '2021-05-23 00:00:00', 0.000180642869092157, 0.000445384615384595, 0.000217468300077171, 0.00055230769230769, 0.000546459408021674, 0.000903269230769221, 0.000779511089376885, 0.00145153846153845, 0.00208624111741669, 0.00681499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1275, '2021-05-23 00:00:00', 0.000128904854596139, 0.000347307692307687, 0.00024487265136109, 0.000493846153846144, 0.00053571106592438, 0.000907884615384602, 0.000780233594212938, 0.00145730769230768, 0.0020996546236135, 0.00685846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1290, '2021-05-23 00:00:00', 0.00021970093308862, 0.000382499999999944, 0.000517377558907946, 0.000711538461538434, 0.000534169412769464, 0.000925192307692271, 0.000757418896394444, 0.00149576923076921, 0.00209043444141312, 0.00686192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1305, '2021-05-23 00:00:00', 0.000317229412255572, 0.000562499999999996, 0.000312935481185216, 0.00071884615384614, 0.00035188399530792, 0.000812884615384586, 0.000685815180306213, 0.0014226923076923, 0.00209907349525012, 0.00685153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1320, '2021-05-23 00:00:00', 0.000175485370856423, 0.000423653846153829, 0.000179511409536702, 0.000527115384615371, 0.000229457302882623, 0.000724423076923074, 0.000821836147809377, 0.00145442307692308, 0.00206044148555222, 0.00682865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1335, '2021-05-23 00:00:00', 0.000113055466305445, 0.000318461538461524, 0.000123330232116257, 0.000397115384615364, 0.000235431273656208, 0.000668269230769202, 0.000885307356450071, 0.00153865384615386, 0.00205023947006573, 0.00681826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1350, '2021-05-23 00:00:00', 0.000113392612702029, 0.000278269230769226, 0.000192532215086626, 0.000509423076923084, 0.000217502961960414, 0.000653461538461524, 0.000849702504500167, 0.00161711538461541, 0.0020540681304707, 0.00685826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1365, '2021-05-23 00:00:00', 0.000137144505484602, 0.000391153846153847, 0.000178408347510828, 0.000546538461538447, 0.000174526171720426, 0.000619230769230744, 0.000995135186023267, 0.00175096153846157, 0.0020566260271096, 0.00686384615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1380, '2021-05-23 00:00:00', 0.000195082329760064, 0.000426346153846163, 0.00017787084770005, 0.000489038461538454, 0.000178917686273714, 0.000566538461538449, 0.000994858706628158, 0.0017696153846154, 0.00206512432108541, 0.00685730769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1395, '2021-05-23 00:00:00', 0.00014764262986632, 0.000267884615384637, 0.000158532695002031, 0.000386153846153848, 0.000368508688969705, 0.000629423076923093, 0.000961501870073001, 0.0018096153846154, 0.00206217394625559, 0.00683923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1410, '2021-05-23 00:00:00', 0.000148401352886199, 0.000299807692307684, 0.000149741315402473, 0.000377307692307679, 0.000381857252829483, 0.000679807692307696, 0.000949289147001808, 0.00182173076923077, 0.00207160023616082, 0.00684153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 2, 1425, '2021-05-23 00:00:00', 0.0001087544870869, 0.000278461538461535, 0.000330765545596653, 0.00053538461538463, 0.000395507901311749, 0.000687500000000003, 0.000915898402998612, 0.00186673076923079, 0.00207265188735442, 0.00683038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 0, '2021-05-23 00:00:00', 0.000341574465358033, 0.000433653846153835, 0.00036629958314937, 0.000540769230769204, 0.000500946642329838, 0.000721538461538466, 0.000952870420603748, 0.00188096153846157, 0.00207832706391833, 0.00682423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 15, '2021-05-23 00:00:00', 0.000231694759410885, 0.000357307692307693, 0.000293886948436878, 0.000473461538461549, 0.000391168073260652, 0.000772307692307662, 0.000952721950720468, 0.00187865384615386, 0.00206547733354414, 0.00679884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 30, '2021-05-23 00:00:00', 0.000172149755914827, 0.000336538461538463, 0.000298906532857032, 0.000496346153846152, 0.000360123055891474, 0.000803846153846142, 0.000950906227682911, 0.00187557692307694, 0.00206547733354414, 0.00679884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 45, '2021-05-23 00:00:00', 0.000242007310760515, 0.000348461538461498, 0.000290826144206222, 0.000615384615384565, 0.00042626282971893, 0.000799999999999955, 0.000934721431147348, 0.00191192307692307, 0.00206547733354414, 0.00679884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 60, '2021-05-23 00:00:00', 0.000281816702567747, 0.0004905769230769, 0.000372476999806193, 0.000628653846153831, 0.000754995695351971, 0.000962499999999986, 0.000969142840944444, 0.0019446153846154, 0.00206547733354414, 0.00679884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 75, '2021-05-23 00:00:00', 0.000179982905171178, 0.000355384615384604, 0.000247882105972837, 0.000511538461538439, 0.000737336057397493, 0.00103769230769232, 0.000944769894654858, 0.00192307692307694, 0.0020735828524932, 0.00678961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 90, '2021-05-23 00:00:00', 0.000189035303988013, 0.000387884615384594, 0.000645476955436832, 0.000702499999999982, 0.000711668381070426, 0.00113826923076926, 0.000928363427675889, 0.00194942307692309, 0.00207487104325879, 0.00679038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 105, '2021-05-23 00:00:00', 0.000575211165238817, 0.00053826923076923, 0.000599842928158328, 0.000856538461538496, 0.00088328950302484, 0.0012471153846154, 0.000915697737331382, 0.00190788461538461, 0.00205193807074039, 0.00677961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 120, '2021-05-23 00:00:00', 0.00040443907024232, 0.000679807692307713, 0.000554187555033368, 0.000914615384615398, 0.000719636981133822, 0.00121923076923076, 0.000825059368493233, 0.00184980769230768, 0.00206179828156056, 0.00677692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 135, '2021-05-23 00:00:00', 0.000350895995987434, 0.000554999999999989, 0.000484638683811138, 0.000834423076923061, 0.000486232612898576, 0.00108692307692307, 0.000611797729268809, 0.00169730769230768, 0.00207075204659116, 0.00675903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 150, '2021-05-23 00:00:00', 0.000343933636264139, 0.000542115384615358, 0.000314260854411427, 0.000731730769230755, 0.000376169560785509, 0.000986538461538425, 0.000609778774512651, 0.00163192307692305, 0.00207940083825937, 0.00675038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 165, '2021-05-23 00:00:00', 0.000190095927201124, 0.000472307692307678, 0.00024786418427468, 0.000669423076923056, 0.000310727929471817, 0.000919615384615354, 0.000589643568998713, 0.00153153846153843, 0.0020817609409787, 0.00674615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 180, '2021-05-23 00:00:00', 0.000180924973825754, 0.000490384615384608, 0.000252633209340211, 0.000646538461538427, 0.000309319414198344, 0.000847500000000001, 0.000556117309151998, 0.00148269230769228, 0.00209456689115874, 0.00676230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 195, '2021-05-23 00:00:00', 0.000222738290722195, 0.000397115384615347, 0.000280075607923743, 0.000572115384615383, 0.000355378887732726, 0.000786923076923074, 0.000586416627951907, 0.00147269230769228, 0.00208935105861935, 0.00676961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 210, '2021-05-23 00:00:00', 0.000213597482699085, 0.000428269230769244, 0.000245481943562839, 0.000594230769230793, 0.000381143068232269, 0.000815961538461529, 0.000603659226334249, 0.00155269230769227, 0.00209343607864786, 0.00679115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 225, '2021-05-23 00:00:00', 0.000211864706466535, 0.000414423076923068, 0.000302235007899481, 0.000584999999999981, 0.000387076021155859, 0.000779615384615368, 0.000654904455744361, 0.00155038461538458, 0.00212236616865377, 0.00682692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 240, '2021-05-23 00:00:00', 0.000253411796216214, 0.000443461538461531, 0.000350411845602353, 0.000587692307692289, 0.00037347309654934, 0.00077692307692306, 0.000802451268589888, 0.0015959615384615, 0.00212426117472911, 0.00684346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 255, '2021-05-23 00:00:00', 0.000138535749343462, 0.000366923076923055, 0.000165028668838045, 0.000512692307692293, 0.000231714346689079, 0.000688461538461522, 0.000836894350468521, 0.00168807692307689, 0.0021291586005166, 0.00686288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 270, '2021-05-23 00:00:00', 0.000107482377804276, 0.000342307692307672, 0.000157118279796323, 0.000486923076923056, 0.000372258181704788, 0.000708076923076907, 0.000851662559576644, 0.00179134615384612, 0.00213800429049005, 0.00685711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 285, '2021-05-23 00:00:00', 0.000168162009795505, 0.00034769230769228, 0.000168398451481997, 0.000484038461538439, 0.000372899656537999, 0.000678076923076899, 0.00100320833406551, 0.00203519230769226, 0.00213733295343663, 0.00685807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 300, '2021-05-23 00:00:00', 0.000124525561169634, 0.000323846153846149, 0.000394976532895903, 0.000522307692307707, 0.000392589480246245, 0.000662499999999993, 0.000980857552584235, 0.00222846153846152, 0.00214001901501257, 0.00685576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 315, '2021-05-23 00:00:00', 0.000355848336319761, 0.000380961538461549, 0.000341121002668478, 0.000456538461538446, 0.000343313043961144, 0.000650384615384606, 0.0010135667410001, 0.00251153846153843, 0.0021474041574386, 0.00686384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 330, '2021-05-23 00:00:00', 0.000119891778123194, 0.000269038461538439, 0.000228096133579319, 0.000429615384615364, 0.000272074367661606, 0.000607307692307683, 0.000983491054278635, 0.00263442307692305, 0.00226586926773402, 0.00694653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 345, '2021-05-23 00:00:00', 0.000172013080897938, 0.000312499999999981, 0.000176250259137841, 0.000441923076923068, 0.000251766451605158, 0.000592115384615361, 0.00102503802931325, 0.00295480769230766, 0.00227308851227034, 0.00694076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 360, '2021-05-23 00:00:00', 0.000156192312427794, 0.00033596153846157, 0.000239497631271448, 0.000451346153846181, 0.000260511331512012, 0.000628076923076956, 0.0010287321547195, 0.00309961538461537, 0.00227512369908843, 0.0069403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 375, '2021-05-23 00:00:00', 0.000133021108793382, 0.000278846153846145, 0.000140059328088552, 0.000378846153846142, 0.000261164625358151, 0.000675192307692316, 0.000964087452145593, 0.00331115384615383, 0.00228251800902829, 0.00695730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 390, '2021-05-23 00:00:00', 0.00012028299963004, 0.000315000000000005, 0.000208328235835084, 0.000484423076923099, 0.000375380678573296, 0.000860576923076916, 0.000953220876010122, 0.00338596153846152, 0.00228710829349068, 0.00695211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 405, '2021-05-23 00:00:00', 0.000186751583249385, 0.000361923076923091, 0.000240891054213297, 0.000552499999999999, 0.000417571965239321, 0.000937115384615366, 0.000934390463597261, 0.00348346153846153, 0.00229411596011655, 0.00694096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 420, '2021-05-23 00:00:00', 0.000196243177245405, 0.000455769230769253, 0.000313698041974211, 0.000702692307692308, 0.000454454195034663, 0.000993846153846157, 0.000898189311037206, 0.00351096153846153, 0.00230192238223753, 0.00693442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 435, '2021-05-23 00:00:00', 0.000268710596395788, 0.000444230769230784, 0.000345412128422738, 0.00065153846153846, 0.000527859720584342, 0.00113673076923076, 0.00087245650100955, 0.00347711538461537, 0.00230104718635802, 0.00691307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 450, '2021-05-23 00:00:00', 0.000265288594669141, 0.000455961538461545, 0.000378901854554182, 0.000676153846153878, 0.000553648909855887, 0.00131865384615385, 0.00094975656800125, 0.00347653846153845, 0.0022847425709223, 0.00691615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 465, '2021-05-23 00:00:00', 0.000228341933208806, 0.000489038461538488, 0.000409335484000036, 0.000923461538461542, 0.000692895818564817, 0.00153884615384613, 0.000934896724037124, 0.00345326923076925, 0.0022733068424654, 0.00690000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 480, '2021-05-23 00:00:00', 0.000387849693328974, 0.000814230769230783, 0.000471315017959178, 0.00112461538461539, 0.000673505296649828, 0.00171923076923078, 0.000937779312237962, 0.00341903846153848, 0.00226724020647265, 0.00688307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 495, '2021-05-23 00:00:00', 0.000375701395341499, 0.000751538461538457, 0.000589295309279198, 0.00113980769230767, 0.000722742107425726, 0.00185307692307691, 0.00104202967623471, 0.00333038461538461, 0.00226985571381496, 0.00684019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 510, '2021-05-23 00:00:00', 0.000389513355157612, 0.00077942307692305, 0.000474044991373337, 0.00114557692307693, 0.000784015011630203, 0.00192346153846153, 0.00104735301887844, 0.00333288461538461, 0.00227993363601123, 0.00684576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 525, '2021-05-23 00:00:00', 0.00038934896350784, 0.000858846153846144, 0.00054529473329003, 0.00147288461538461, 0.000931470817908614, 0.00216173076923075, 0.00103529759749772, 0.00343865384615384, 0.00225106832756906, 0.00684884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 540, '2021-05-23 00:00:00', 0.000387934966794081, 0.00118846153846153, 0.000512326668625207, 0.00153384615384613, 0.000935194447078333, 0.00217942307692309, 0.00100746271165961, 0.00345365384615386, 0.00225615523879418, 0.00685230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 555, '2021-05-23 00:00:00', 0.000287328276474027, 0.000973461538461545, 0.000747335266128917, 0.00150000000000002, 0.000860876588135609, 0.00212250000000004, 0.000897338479144734, 0.00326788461538464, 0.00223691330081983, 0.00694865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 570, '2021-05-23 00:00:00', 0.00066056482241743, 0.00105326923076923, 0.000715006320574529, 0.00144096153846158, 0.000804499772911955, 0.00201673076923078, 0.000908337217117053, 0.00314750000000001, 0.00225862967305398, 0.00694000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 585, '2021-05-23 00:00:00', 0.000312592632424627, 0.000961923076923119, 0.000617981702492391, 0.00142923076923078, 0.000699362814391677, 0.00199288461538461, 0.000861675313649993, 0.0029271153846154, 0.0022733150057536, 0.00692865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 600, '2021-05-23 00:00:00', 0.000514906414200311, 0.00103384615384616, 0.000527828534221541, 0.00139980769230768, 0.000666465331777659, 0.00181096153846153, 0.000882695805255326, 0.00289173076923078, 0.00231383229396933, 0.00690673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 615, '2021-05-23 00:00:00', 0.000314876776875339, 0.000850769230769193, 0.000553135954911046, 0.00129076923076921, 0.000549303054928537, 0.00151961538461536, 0.00107407292761997, 0.00288557692307691, 0.00232799914089332, 0.00690000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 630, '2021-05-23 00:00:00', 0.000538984087106313, 0.000974615384615373, 0.000528193474168148, 0.0011928846153846, 0.000543675808377913, 0.00155423076923075, 0.00108488964344837, 0.00289346153846152, 0.00233147407976486, 0.00695923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 645, '2021-05-23 00:00:00', 0.000261635977295518, 0.00079076923076921, 0.000343573807992462, 0.0010501923076923, 0.000408738773075644, 0.00140923076923076, 0.00118864816558074, 0.00312269230769229, 0.00237561163784112, 0.00690942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 660, '2021-05-23 00:00:00', 0.000264531007343476, 0.000779423076923076, 0.000343861107917795, 0.00111730769230768, 0.000345309949955775, 0.00144019230769233, 0.00126308882689041, 0.00324576923076924, 0.0024467758141308, 0.00696673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 675, '2021-05-23 00:00:00', 0.000273068954379947, 0.00073942307692307, 0.000310522946012053, 0.000982500000000006, 0.00041534804682338, 0.00140500000000002, 0.00143042534018596, 0.00335557692307692, 0.00248343081550194, 0.00693115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 690, '2021-05-23 00:00:00', 0.000218260253966551, 0.000668461538461528, 0.00026234973721234, 0.000959230769230785, 0.00042028616624685, 0.00143769230769231, 0.00142384598346007, 0.00332423076923076, 0.00255974578064669, 0.0069873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 705, '2021-05-23 00:00:00', 0.000205310740099029, 0.000682500000000022, 0.000404350238511876, 0.00101365384615386, 0.00047909899410651, 0.00147538461538464, 0.00165963202594386, 0.00362230769230769, 0.00259470816500401, 0.00698730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 720, '2021-05-23 00:00:00', 0.000268968113637718, 0.000735384615384608, 0.000335767605071426, 0.00101173076923078, 0.00039216891964874, 0.0014626923076923, 0.00168050752407168, 0.00370346153846152, 0.00263162371638033, 0.00698576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989285 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989285, 3, 735, '2021-05-23 00:00:00', 0.000227826604106007, 0.000690192307692312, 0.000331031778627897,[...];[ Date: 2021-05-23 17:20:27 - Database: acaweb_fx - User: pgperfstats ]
3 25s881ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1035, '2021-05-23 00:00:00', 0.0156278117580856, 0.0158421153846155, 0.021809918030566, 0.0243325000000001, 0.0237641667003398, 0.0332601923076924, 0.0380415682647083, 0.0495190384615385, 0.0627745437259403, 0.11395 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1050, '2021-05-23 00:00:00', 0.0155312628950574, 0.0167663461538462, 0.0169150639326653, 0.0240246153846155, 0.020005017694607, 0.0306001923076924, 0.031756273703608, 0.0462984615384616, 0.0607314652703572, 0.114276730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1065, '2021-05-23 00:00:00', 0.0120726704585191, 0.0179750000000001, 0.013399050431338, 0.0219376923076923, 0.0204023471208207, 0.0284459615384615, 0.0271832818078715, 0.0418203846153846, 0.0611189132143233, 0.1132675 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1080, '2021-05-23 00:00:00', 0.0105819831062772, 0.0137023076923076, 0.0127786809976014, 0.0178790384615384, 0.0234898268201036, 0.0251790384615385, 0.0266592864870761, 0.0381549999999999, 0.0614643555757818, 0.112097884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1095, '2021-05-23 00:00:00', 0.00767313658912586, 0.010383653846154, 0.0136955557081062, 0.0172069230769232, 0.0224671075129844, 0.0242950000000001, 0.0239710052908477, 0.0352694230769231, 0.0611723030052124, 0.111914807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1110, '2021-05-23 00:00:00', 0.0123450876807802, 0.0122446153846154, 0.0158152967298703, 0.0163305769230769, 0.024162220182629, 0.0239580769230769, 0.02430497664851, 0.0333367307692308, 0.0607268683748418, 0.111571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1125, '2021-05-23 00:00:00', 0.0107132749499789, 0.0106130769230769, 0.0233235156045105, 0.0169980769230769, 0.0242064941516814, 0.0216436538461538, 0.0249244394489857, 0.0313496153846154, 0.0606729171633882, 0.111493653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1140, '2021-05-23 00:00:00', 0.0153997072062576, 0.0101690384615384, 0.0196044779970919, 0.0155965384615385, 0.0195447470269163, 0.0183071153846152, 0.0242435881142591, 0.029474423076923, 0.0608076936747188, 0.111070961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1155, '2021-05-23 00:00:00', 0.012283969954626, 0.0102896153846154, 0.0132056093806906, 0.0129963461538461, 0.0162791028020116, 0.0187190384615383, 0.0197295461057384, 0.0283034615384615, 0.0608381767557306, 0.110980192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1170, '2021-05-23 00:00:00', 0.0101596537512925, 0.00769211538461523, 0.0102439874147641, 0.00987192307692283, 0.0154373078661354, 0.0162469230769229, 0.0192920048216472, 0.0263709615384614, 0.0598966359402723, 0.110295192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1185, '2021-05-23 00:00:00', 0.00596862951992777, 0.00585288461538457, 0.0131391470057406, 0.0104740384615383, 0.0148461540435434, 0.0145482692307692, 0.0184528754440559, 0.025236923076923, 0.0590577525491262, 0.109926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1200, '2021-05-23 00:00:00', 0.0116157258937381, 0.00716903846153843, 0.0129703107963474, 0.0104630769230769, 0.0149232820168301, 0.013963076923077, 0.0175828109111843, 0.0255315384615383, 0.05922409829297, 0.109513846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1215, '2021-05-23 00:00:00', 0.00705482892176597, 0.00594634615384619, 0.00948035357179028, 0.00883461538461546, 0.0119676799563851, 0.0131215384615384, 0.0156342933372074, 0.0244480769230768, 0.0594830263446252, 0.108521346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1230, '2021-05-23 00:00:00', 0.00775039641914183, 0.00528057692307696, 0.00985457053078177, 0.00887711538461536, 0.0120729937097383, 0.0127886538461538, 0.0158754602755806, 0.0232501923076922, 0.059462540746578, 0.108514038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1245, '2021-05-23 00:00:00', 0.00871499511452254, 0.00678961538461534, 0.0102922678445818, 0.00961076923076903, 0.0110935782394069, 0.012211923076923, 0.0224141758517995, 0.0256686538461536, 0.0595054784242593, 0.1084675 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1260, '2021-05-23 00:00:00', 0.00898356747922812, 0.00731557692307681, 0.0101549708706924, 0.0101042307692307, 0.0106625493361648, 0.0123628846153847, 0.0222413990152115, 0.0252269230769228, 0.0594845254864334, 0.108457884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1275, '2021-05-23 00:00:00', 0.00755728116810836, 0.00621057692307683, 0.00726644110594397, 0.0077578846153847, 0.00741285679385167, 0.0103803846153847, 0.0209465157337592, 0.0241892307692305, 0.0594734761078092, 0.108402884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1290, '2021-05-23 00:00:00', 0.00501147802933033, 0.00441403846153847, 0.00635166717060585, 0.00709961538461542, 0.00843158514387795, 0.00943403846153846, 0.0207547171357408, 0.0241492307692305, 0.0592557726214207, 0.108324807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1305, '2021-05-23 00:00:00', 0.00584041863620689, 0.00487538461538458, 0.00559328745014946, 0.00620249999999997, 0.009515517779679, 0.0100438461538461, 0.0204973204749754, 0.0241055769230766, 0.0592533594776245, 0.108349230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1320, '2021-05-23 00:00:00', 0.00533867661504233, 0.00427999999999996, 0.00832968705894789, 0.0062224999999999, 0.0121562126645662, 0.0115928846153844, 0.0201985794397679, 0.023430769230769, 0.0592506861320218, 0.108308653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1335, '2021-05-23 00:00:00', 0.00734195758060391, 0.00446365384615382, 0.00872156410857612, 0.0072575, 0.0128156095506162, 0.0123230769230769, 0.0203924862906754, 0.0229736538461537, 0.0593399000219528, 0.108346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1350, '2021-05-23 00:00:00', 0.00625871002007475, 0.00441865384615389, 0.00961740205804849, 0.00864288461538457, 0.0107727674253184, 0.0116499999999999, 0.0196467089708332, 0.0219357692307691, 0.0597339677184147, 0.108474230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1365, '2021-05-23 00:00:00', 0.0080142422190844, 0.00635788461538458, 0.0100749492611816, 0.00873384615384608, 0.00994961587971342, 0.0114280769230769, 0.0198191093925884, 0.0210486538461537, 0.0600759364500141, 0.108612884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1380, '2021-05-23 00:00:00', 0.00669384249774472, 0.00566923076923071, 0.00942971776435446, 0.00839365384615381, 0.0106753432965877, 0.0142774999999999, 0.0198295942945036, 0.0215117307692306, 0.0610042099206148, 0.109229038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1395, '2021-05-23 00:00:00', 0.00668216716342829, 0.0048599999999999, 0.0087862926219459, 0.00680596153846149, 0.0109068680638182, 0.0142048076923076, 0.0198460651515607, 0.0214999999999999, 0.0607394845258134, 0.109407307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1410, '2021-05-23 00:00:00', 0.00699764449379482, 0.00400769230769226, 0.0098516355768198, 0.0111765384615384, 0.00984211936213237, 0.0131984615384614, 0.0193692758502101, 0.0207801923076922, 0.0607394845258134, 0.109407307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 1, 1425, '2021-05-23 00:00:00', 0.00863825550408453, 0.00982192307692298, 0.00896800237596889, 0.0119611538461538, 0.0181230143877887, 0.0155774999999998, 0.017988871291611, 0.0204178846153846, 0.0607394845258134, 0.109407307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 0, '2021-05-23 00:00:00', 0.00582045890339871, 0.00522461538461545, 0.00577782068310822, 0.00564461538461544, 0.0171001636980469, 0.00997249999999994, 0.0168275242122953, 0.0176136538461538, 0.0605178688106629, 0.109040769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 15, '2021-05-23 00:00:00', 0.00241252397224683, 0.00115139999999986, 0.0151192090208671, 0.00646719999999977, 0.0146603345999788, 0.0087927999999998, 0.0148068802363406, 0.0161676, 0.0595341010801092, 0.1107868 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 30, '2021-05-23 00:00:00', 0.0151435285958503, 0.00593199999999989, 0.0150499842524836, 0.0063201999999999, 0.0149721517936914, 0.00904779999999985, 0.0145975320916472, 0.0166615999999999, 0.0595282236541345, 0.1109152 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 45, '2021-05-23 00:00:00', 0.00501979838700268, 0.00213961538461531, 0.00584987384479363, 0.00506499999999986, 0.00650928736794296, 0.00669403846153834, 0.00878266383499117, 0.0143340384615384, 0.0566671881810465, 0.107807884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 60, '2021-05-23 00:00:00', 0.00377802926343692, 0.00411865384615373, 0.00455113157526636, 0.0050111538461538, 0.00578631804345399, 0.00663249999999999, 0.00882628140184845, 0.0141842307692307, 0.0566671881810465, 0.107807884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 75, '2021-05-23 00:00:00', 0.003374743477431, 0.00202846153846147, 0.00470335805159884, 0.00359480769230756, 0.00516251952501439, 0.00620461538461538, 0.00958222281101837, 0.0144349999999999, 0.056509556885403, 0.107669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 90, '2021-05-23 00:00:00', 0.00295666712051559, 0.00196769230769222, 0.00419674657873853, 0.00352961538461543, 0.00522213798318126, 0.00585365384615384, 0.0128983609766752, 0.0160417307692306, 0.0564898132944201, 0.107640961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 105, '2021-05-23 00:00:00', 0.0041637202669653, 0.00308769230769235, 0.00504174261693166, 0.00532115384615388, 0.00522845675495768, 0.00617096153846144, 0.0130491543197841, 0.0162326923076922, 0.0564898132944201, 0.107640961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 120, '2021-05-23 00:00:00', 0.00419492013768311, 0.00375480769230769, 0.00436366606633266, 0.00435653846153836, 0.00633089293738368, 0.00676076923076918, 0.0131369226360725, 0.0159128846153845, 0.0564898132944201, 0.107640961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 135, '2021-05-23 00:00:00', 0.00275261638473988, 0.00172980769230769, 0.00347949966009695, 0.00298673076923074, 0.00693335707620431, 0.00591288461538459, 0.0133238712900512, 0.0151369230769229, 0.056519026334909, 0.107614615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 150, '2021-05-23 00:00:00', 0.00241951423128372, 0.00202365384615386, 0.0054496160097613, 0.004194423076923, 0.00676107880558895, 0.00593615384615386, 0.0131365257437188, 0.0153538461538461, 0.0565096178365988, 0.107600961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 165, '2021-05-23 00:00:00', 0.00516867165274076, 0.00357057692307685, 0.00670555956765605, 0.00506865384615381, 0.0069710545940945, 0.00751192307692322, 0.0130058037281588, 0.016113846153846, 0.0563712342013602, 0.107785769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 180, '2021-05-23 00:00:00', 0.00598547705186991, 0.00375346153846158, 0.00611904293987219, 0.00455750000000008, 0.00664437110527507, 0.0078992307692308, 0.0127432939362692, 0.0158028846153845, 0.0561787671223265, 0.107760769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 195, '2021-05-23 00:00:00', 0.00268842304363332, 0.00163730769230774, 0.00445675038565097, 0.00431000000000005, 0.00582461392579936, 0.00733576923076917, 0.0141303325346032, 0.0160534615384614, 0.0552415306327932, 0.107070576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 210, '2021-05-23 00:00:00', 0.00410538796536383, 0.00361211538461542, 0.00515219627552536, 0.00576269230769226, 0.00579873002342886, 0.00764326923076915, 0.0193312352912228, 0.0177032692307692, 0.0552070460459113, 0.107013653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 225, '2021-05-23 00:00:00', 0.00442438644159992, 0.00333576923076914, 0.0058388269501541, 0.00522307692307674, 0.00649282673121184, 0.0073551923076922, 0.020482083695269, 0.0193575, 0.0551771133518793, 0.106959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 240, '2021-05-23 00:00:00', 0.00449857668088988, 0.00283192307692296, 0.00447874514104798, 0.00475596153846155, 0.00548782738291001, 0.00629423076923065, 0.0238949453626623, 0.0216717307692308, 0.0551771133518793, 0.106959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 255, '2021-05-23 00:00:00', 0.00287561895009644, 0.00270788461538465, 0.00489211497836446, 0.00490519230769234, 0.00820540479712092, 0.00736826923076907, 0.0256509093983342, 0.0268951923076922, 0.0550777022159113, 0.106899230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 270, '2021-05-23 00:00:00', 0.00479597565272581, 0.00308230769230766, 0.00533008047637335, 0.00347326923076909, 0.0123704192392112, 0.0082730769230767, 0.0301563039187243, 0.0297859615384616, 0.0549167555109197, 0.106909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 285, '2021-05-23 00:00:00', 0.0030088812129839, 0.00168192307692311, 0.00705733802506306, 0.00454999999999999, 0.01211665431735, 0.0078803846153845, 0.0290806028162047, 0.0335419230769231, 0.0546290780674539, 0.1067275 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 300, '2021-05-23 00:00:00', 0.00661436094069905, 0.00368057692307689, 0.0117977340604685, 0.00632019230769223, 0.0121002481729159, 0.00741538461538448, 0.0281773337802132, 0.0359851923076923, 0.0546290780674539, 0.1067275 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 315, '2021-05-23 00:00:00', 0.0107390181419833, 0.00468057692307699, 0.0111992369331404, 0.00578826923076917, 0.0110883299307807, 0.00691557692307679, 0.0347139246994411, 0.0427390384615384, 0.0544795367807595, 0.106620384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 330, '2021-05-23 00:00:00', 0.00442355449227813, 0.0030721153846153, 0.00445989154749139, 0.00340384615384608, 0.00527417073685892, 0.00535019230769223, 0.0373035926213756, 0.0482023076923077, 0.0543345693586007, 0.106520769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 345, '2021-05-23 00:00:00', 0.0023362534849955, 0.00149711538461535, 0.00404575281575049, 0.00297038461538462, 0.00482086197207991, 0.00524192307692297, 0.0352010109164278, 0.0520934615384615, 0.0539552841031703, 0.106249423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 360, '2021-05-23 00:00:00', 0.0037352200069072, 0.00220750000000002, 0.00380200291344523, 0.00301692307692303, 0.0047527421720355, 0.00522692307692306, 0.0358224532236633, 0.0553148076923076, 0.053855745548784, 0.106156153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 375, '2021-05-23 00:00:00', 0.00224163690190888, 0.00131999999999994, 0.00426268694604704, 0.00362499999999989, 0.00683326866260821, 0.00668884615384613, 0.0361860618130581, 0.0568915384615383, 0.0537654411452044, 0.106058461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 390, '2021-05-23 00:00:00', 0.00417230547318118, 0.00286480769230759, 0.00445728746419391, 0.00385846153846167, 0.0139967483325454, 0.00914826923076932, 0.0380282560493358, 0.0605080769230768, 0.0537654411452044, 0.106058461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 405, '2021-05-23 00:00:00', 0.00285838241641337, 0.00212903846153855, 0.00649039643508882, 0.0047832692307693, 0.016016658457801, 0.0131980769230771, 0.045394142401263, 0.0658078846153845, 0.0537167844174782, 0.106111923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 420, '2021-05-23 00:00:00', 0.00655022839590044, 0.00378903846153829, 0.0141468555040987, 0.00724942307692291, 0.0194971748298607, 0.0162471153846154, 0.0446431058735663, 0.0677659615384614, 0.0537167844174782, 0.106111923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 435, '2021-05-23 00:00:00', 0.0119180482865921, 0.0053301923076922, 0.0145916584917022, 0.0112184615384616, 0.0209188292849732, 0.021840576923077, 0.0446348900753485, 0.0709340384615385, 0.0530786337286481, 0.1055575 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 450, '2021-05-23 00:00:00', 0.0128034015387138, 0.00929019230769242, 0.0163626633258582, 0.0134013461538462, 0.0235247698787078, 0.0240146153846154, 0.0490168271122666, 0.0751130769230769, 0.0528135269400382, 0.105280384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 465, '2021-05-23 00:00:00', 0.0102118613556076, 0.00715211538461538, 0.0144836437191963, 0.0149592307692308, 0.0202808231863351, 0.025576346153846, 0.0486267623137237, 0.0755686538461537, 0.0524633242813857, 0.104830576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 480, '2021-05-23 00:00:00', 0.0126804832851968, 0.0122021153846154, 0.0222236822097856, 0.0193101923076923, 0.0196616589614251, 0.0287386538461537, 0.0489023670545553, 0.0763315384615383, 0.0524587654683326, 0.104777692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 495, '2021-05-23 00:00:00', 0.018953109102568, 0.0128505769230769, 0.0180692906931581, 0.0196719230769229, 0.0330881025724679, 0.0355403846153845, 0.0491722692163439, 0.0778182692307692, 0.0524765518687961, 0.104565961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 510, '2021-05-23 00:00:00', 0.0120391409177923, 0.0137390384615383, 0.0142242222931925, 0.0210396153846153, 0.0340494868983141, 0.0405690384615383, 0.0479357921743722, 0.0786392307692306, 0.0532577308671273, 0.105131346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 525, '2021-05-23 00:00:00', 0.0092289389443457, 0.0143290384615385, 0.026829044668906, 0.0277746153846152, 0.0273977725575527, 0.0417213461538461, 0.0434244000822117, 0.0796974999999999, 0.0527014541548755, 0.105834038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 540, '2021-05-23 00:00:00', 0.0235715742498329, 0.0206011538461538, 0.0245912631233127, 0.0316099999999999, 0.0222804780331262, 0.0436492307692306, 0.0438142495033117, 0.0804465384615383, 0.054158199454504, 0.107033076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 555, '2021-05-23 00:00:00', 0.0099647943762799, 0.0187648076923076, 0.0134335218762617, 0.02853, 0.0140085214011384, 0.0378096153846152, 0.0416544494275868, 0.078816346153846, 0.053254843724809, 0.105476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 570, '2021-05-23 00:00:00', 0.0115070710368085, 0.0196253846153847, 0.0127671018050299, 0.0275675, 0.0172526256162314, 0.0365755769230768, 0.0404114658462934, 0.0777703846153845, 0.0558457031870985, 0.105312692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 585, '2021-05-23 00:00:00', 0.0123475345732848, 0.0189159615384614, 0.0133337291050235, 0.0244446153846152, 0.0250999414341946, 0.0374999999999999, 0.0430033984453106, 0.0766853846153844, 0.0605835421761995, 0.107721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 600, '2021-05-23 00:00:00', 0.00698019302411072, 0.0174194230769231, 0.0104343674387167, 0.0245296153846153, 0.0192770450306934, 0.037476346153846, 0.0484732824764163, 0.0780809615384614, 0.0622113600447328, 0.108481153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 615, '2021-05-23 00:00:00', 0.0101358692257516, 0.0171351923076922, 0.0201626576964599, 0.0263392307692306, 0.0249584507508902, 0.0397082692307692, 0.0491341073863546, 0.0754194230769229, 0.061639576795582, 0.107966538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 630, '2021-05-23 00:00:00', 0.0197362436298142, 0.0202511538461539, 0.0203742884500575, 0.0286753846153845, 0.0359986671484033, 0.0433073076923078, 0.0504278192701819, 0.0732778846153844, 0.0614256963493292, 0.107685 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 645, '2021-05-23 00:00:00', 0.0116540868384639, 0.0190809615384614, 0.0177108974634696, 0.0278901923076923, 0.0344904932102255, 0.0414117307692307, 0.0445051967008866, 0.0687992307692305, 0.0600380318759574, 0.106026538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 660, '2021-05-23 00:00:00', 0.0109129199522683, 0.0186232692307692, 0.0289372773060045, 0.0277182692307693, 0.0328561081693869, 0.0372309615384615, 0.0426378165937774, 0.0653082692307689, 0.0589644378744185, 0.103990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 675, '2021-05-23 00:00:00', 0.0249587361928873, 0.0195478846153847, 0.0281108207307051, 0.0288680769230769, 0.0302053571261023, 0.0369563461538462, 0.0400531828837032, 0.0631913461538458, 0.0575082347802336, 0.105223461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 690, '2021-05-23 00:00:00', 0.0168752622315807, 0.0178457692307692, 0.0207130430563411, 0.0241705769230768, 0.0311683140069921, 0.0345559615384614, 0.0366838207032011, 0.0606392307692304, 0.0554835170121585, 0.103965961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 705, '2021-05-23 00:00:00', 0.0106552133231362, 0.0145851923076924, 0.0172576457704538, 0.0224084615384617, 0.0248511375169149, 0.0335267307692307, 0.0325331486569999, 0.0597184615384614, 0.0481440783849735, 0.101478461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 720, '2021-05-23 00:00:00', 0.0170889470317467, 0.0162194230769232, 0.0215276104572708, 0.02376, 0.0242795493186216, 0.0333386538461537, 0.0371612397413674, 0.0600813461538461, 0.0460481713898191, 0.101622115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 735, '2021-05-23 00:00:00', 0.015110057930195, 0.0162094230769231, 0.0187023762959519, 0.0233986538461537, 0.0195553978186625, 0.0309596153846152, 0.0381539229236201, 0.0590626923076923, 0.0446080361132904, 0.100203269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 750, '2021-05-23 00:00:00', 0.0123532698769939, 0.0147094230769231, 0.0135816508512827, 0.0204553846153845, 0.0185354830704205, 0.0300705769230769, 0.0378731578541605, 0.0591753846153846, 0.0453053176472187, 0.101636346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 765, '2021-05-23 00:00:00', 0.012337999856603, 0.0144573076923076, 0.0187523518001999, 0.0210490384615384, 0.0201589355612227, 0.0311451923076923, 0.0380051134009016, 0.0588311538461538, 0.0443357586643801, 0.103092115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 780, '2021-05-23 00:00:00', 0.0160362399067285, 0.0145921153846155, 0.0167499440102393, 0.0210471153846156, 0.025346750597387, 0.0332053846153847, 0.0385050258942308, 0.0589913461538462, 0.0443409102821971, 0.103265576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 795, '2021-05-23 00:00:00', 0.00777496984906342, 0.012828076923077, 0.0103684353188673, 0.0198648076923078, 0.0198847637159323, 0.0300259615384614, 0.0383454751778536, 0.0586411538461539, 0.0436481482539638, 0.10337 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 810, '2021-05-23 00:00:00', 0.00924241562871101, 0.0150344230769231, 0.0192137005845785, 0.023816923076923, 0.0183849381455412, 0.0293638461538459, 0.0388673416898874, 0.0600809615384615, 0.0432481543012131, 0.102567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 825, '2021-05-23 00:00:00', 0.0125444575763406, 0.0162482692307691, 0.0118280482101459, 0.0207423076923074, 0.0208191812121935, 0.0307121153846151, 0.0392972132604649, 0.0599509615384614, 0.0431595034743664, 0.102306923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 840, '2021-05-23 00:00:00', 0.00834663959096941, 0.0147426923076922, 0.0112150228248337, 0.0199748076923074, 0.0220693839968405, 0.0302249999999998, 0.0368044684849753, 0.0599826923076922, 0.0406278729526154, 0.102455576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 855, '2021-05-23 00:00:00', 0.0104571305172044, 0.014149423076923, 0.0172585468726033, 0.0226630769230767, 0.0222393493575273, 0.0319796153846152, 0.0352415591688825, 0.059814423076923, 0.0394505044196084, 0.103059807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 870, '2021-05-23 00:00:00', 0.0109756850863802, 0.0159963461538461, 0.0142184709620973, 0.0225124999999999, 0.0192311743041185, 0.0325913461538462, 0.0304370059555547, 0.0583784615384616, 0.036706505263425, 0.101895576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 885, '2021-05-23 00:00:00', 0.00701870375113212, 0.0142221153846153, 0.0149353263220513, 0.0220478846153846, 0.0197046797604412, 0.0350876923076924, 0.0278324485620929, 0.0563051923076924, 0.0362300050600859, 0.101019423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 900, '2021-05-23 00:00:00', 0.0125561504389744, 0.0156153846153847, 0.0172418340281376, 0.0240344230769233, 0.0246015138277178, 0.0344561538461542, 0.027234382121474, 0.0552934615384617, 0.0360450279004769, 0.100712115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 915, '2021-05-23 00:00:00', 0.00930801245412531, 0.0154003846153846, 0.013825994938465, 0.0236759615384615, 0.01885657646552, 0.0320850000000003, 0.0239240872127138, 0.0529398076923078, 0.0357081115736166, 0.100243076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 930, '2021-05-23 00:00:00', 0.0113903701719412, 0.016000576923077, 0.014871581339537, 0.0218015384615388, 0.0171318024333516, 0.0302261538461541, 0.0244989343229769, 0.0517051923076924, 0.036035453500151, 0.100074807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 945, '2021-05-23 00:00:00', 0.00896289182600216, 0.0133167307692311, 0.0113937960801213, 0.0210286538461541, 0.0171480458496454, 0.0283476923076925, 0.0248705936120428, 0.0506238461538462, 0.0364272257542878, 0.101246923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 960, '2021-05-23 00:00:00', 0.0093628574451639, 0.0152265384615385, 0.0127621412373292, 0.0208348076923076, 0.0153646689631165, 0.0278971153846153, 0.0253096438665944, 0.0496355769230768, 0.0385549780423508, 0.102075384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 975, '2021-05-23 00:00:00', 0.0113012242495432, 0.0147684615384615, 0.0132038760582467, 0.0210448076923077, 0.0188725558183142, 0.0311336538461539, 0.025298243979801, 0.0485923076923076, 0.0391070421422458, 0.102218653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 990, '2021-05-23 00:00:00', 0.00749703167157627, 0.0144617307692307, 0.0100264349078594, 0.0199198076923077, 0.0177891881306078, 0.0304528846153846, 0.0248900818098294, 0.0461824999999999, 0.0425210288662699, 0.104634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1005, '2021-05-23 00:00:00', 0.0071411959809587, 0.0125190384615385, 0.0125174536501884, 0.0199932692307693, 0.0193896889182409, 0.0317871153846153, 0.0256102168742507, 0.0448221153846152, 0.0427427794914398, 0.103975576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1020, '2021-05-23 00:00:00', 0.0111936326560444, 0.0137759615384615, 0.0169446089327731, 0.0206567307692308, 0.0198282397488648, 0.0313015384615384, 0.02538308812894, 0.0423351923076923, 0.0426352180700957, 0.104331730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1035, '2021-05-23 00:00:00', 0.0093326445670767, 0.0134538461538463, 0.0133574667004581, 0.0208444230769231, 0.0167005828088078, 0.029156923076923, 0.0264481272312135, 0.0412759615384616, 0.0426443185272534, 0.104480576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1050, '2021-05-23 00:00:00', 0.0105917712563175, 0.0130871153846153, 0.0156206696547088, 0.0209376923076923, 0.0152238669857564, 0.02711, 0.0249170237388015, 0.039495, 0.0407518396413444, 0.104138076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1065, '2021-05-23 00:00:00', 0.00980209680865031, 0.0150046153846153, 0.010266671614426, 0.0193440384615384, 0.0107239828870405, 0.0252948076923076, 0.0214699978897206, 0.0361292307692308, 0.0417928403331885, 0.109473653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1080, '2021-05-23 00:00:00', 0.00778146672944992, 0.0134026923076923, 0.00792400909602231, 0.0180869230769232, 0.0091840101618979, 0.0233905769230769, 0.0208504864368637, 0.0352594230769232, 0.0418029165802506, 0.110168846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1095, '2021-05-23 00:00:00', 0.00677224647706766, 0.0118828846153848, 0.00897851864816159, 0.0158013461538463, 0.00963929473361713, 0.0199901923076925, 0.0217473385356601, 0.0336992307692308, 0.0410624024761751, 0.109471346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1110, '2021-05-23 00:00:00', 0.00633556941767299, 0.00984538461538462, 0.00862740317467906, 0.0151315384615384, 0.012756347964234, 0.0192507692307694, 0.0226638279856148, 0.0325751923076924, 0.0409570442105085, 0.108822307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1125, '2021-05-23 00:00:00', 0.00657332731867659, 0.0105259615384614, 0.00807478170221707, 0.0129634615384615, 0.0112404008842417, 0.0169309615384616, 0.0213690069817155, 0.0301607692307692, 0.0401817278110912, 0.108098269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1140, '2021-05-23 00:00:00', 0.00504929936114536, 0.00671096153846139, 0.00817543729482046, 0.0102501923076923, 0.0118342672581982, 0.0152665384615385, 0.018918430277215, 0.0277119230769231, 0.0403941189593239, 0.1076675 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1155, '2021-05-23 00:00:00', 0.00664555622491159, 0.0083015384615386, 0.00711142785619369, 0.0108519230769231, 0.0134745286373958, 0.01536, 0.0185957691559129, 0.0282924999999999, 0.0403945977904701, 0.107905576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1170, '2021-05-23 00:00:00', 0.00482743022895058, 0.00599884615384612, 0.0086912874853986, 0.0102130769230769, 0.0112557182954333, 0.0135978846153845, 0.0163044409948287, 0.0265969230769231, 0.0401942258869835, 0.108380576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1185, '2021-05-23 00:00:00', 0.00846466381721462, 0.00711153846153859, 0.0108335921026295, 0.00934461538461528, 0.0130338684926853, 0.0144832692307693, 0.0164654971239396, 0.0261684615384615, 0.0400770539163671, 0.108681153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1200, '2021-05-23 00:00:00', 0.00754139328077937, 0.0055388461538459, 0.00878578146123693, 0.00819173076923069, 0.0110978756802995, 0.0140388461538461, 0.0131497942613329, 0.0250013461538462, 0.0402376110565534, 0.108256538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1215, '2021-05-23 00:00:00', 0.00584989008772478, 0.00547403846153841, 0.00872130807055558, 0.00977769230769245, 0.0103168378149508, 0.0145775000000001, 0.0120131695378928, 0.0252521153846154, 0.0406501444959113, 0.108446538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1230, '2021-05-23 00:00:00', 0.00761535873189078, 0.00700615384615397, 0.00848580310554948, 0.0103578846153847, 0.0097612812683581, 0.0135100000000001, 0.011790491481894, 0.0246942307692308, 0.0407482761541941, 0.108503461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1245, '2021-05-23 00:00:00', 0.00584036608770903, 0.00656096153846154, 0.00789671576572285, 0.0100982692307692, 0.00917097672845396, 0.0127869230769232, 0.0115835590983349, 0.0237592307692309, 0.043068109865475, 0.110405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1260, '2021-05-23 00:00:00', 0.00679678813569609, 0.00664980769230771, 0.00760718181164255, 0.00815865384615393, 0.00812607648963407, 0.0118413461538463, 0.0113948025213253, 0.0231225000000001, 0.0443140431001801, 0.111511730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1275, '2021-05-23 00:00:00', 0.00606606479016355, 0.00456096153846155, 0.006966542945779, 0.00714115384615385, 0.00909868568065645, 0.0114086538461538, 0.0109108684135802, 0.0218315384615386, 0.0447913459125069, 0.111720576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1290, '2021-05-23 00:00:00', 0.00451241016957245, 0.00434653846153846, 0.00548847486522022, 0.00746711538461541, 0.00968098926326148, 0.0114113461538461, 0.0113595670489003, 0.0206365384615385, 0.0448201279492219, 0.111605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1305, '2021-05-23 00:00:00', 0.00477878066601162, 0.00529942307692315, 0.00850128770562702, 0.00815557692307685, 0.0100214734618295, 0.0109778846153845, 0.0116861300842561, 0.0199921153846154, 0.0448201279492219, 0.111605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1320, '2021-05-23 00:00:00', 0.00750636728692074, 0.00504961538461535, 0.00874050688549496, 0.00746615384615377, 0.0114071705468367, 0.0108567307692308, 0.010897457162815, 0.0190111538461539, 0.0448550626166786, 0.111552115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1335, '2021-05-23 00:00:00', 0.007008790483276, 0.00509096153846147, 0.00745946703602459, 0.00690230769230765, 0.0101560893007406, 0.0117167307692306, 0.00959468135719755, 0.0180828846153845, 0.0448550626166786, 0.111552115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1350, '2021-05-23 00:00:00', 0.0045093889787354, 0.00401480769230758, 0.00966866322993256, 0.00765557692307678, 0.00945495988886271, 0.0115074999999999, 0.00915689423330875, 0.0182649999999999, 0.0448550626166786, 0.111552115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1365, '2021-05-23 00:00:00', 0.00925931998666136, 0.00589884615384608, 0.00927962404949698, 0.00915249999999986, 0.00851867301195542, 0.0116317307692306, 0.00834953361203263, 0.0178865384615383, 0.0448274831175458, 0.111579423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1380, '2021-05-23 00:00:00', 0.00483961719719491, 0.00531115384615364, 0.00477503467566956, 0.00666307692307685, 0.00542632527591186, 0.0113749999999999, 0.00661626957698853, 0.016766346153846, 0.0448259933023069, 0.111543461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1395, '2021-05-23 00:00:00', 0.00297047611438877, 0.00273211538461539, 0.00373162198699789, 0.004739423076923, 0.00491481347951891, 0.0119534615384615, 0.00662980098610696, 0.0160563461538461, 0.0445974594360918, 0.111371923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1410, '2021-05-23 00:00:00', 0.00375589618517941, 0.003291923076923, 0.00515890942932708, 0.00902749999999991, 0.00499104664913559, 0.012074423076923, 0.00691487816512067, 0.0169890384615383, 0.0445974594360918, 0.111371923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 2, 1425, '2021-05-23 00:00:00', 0.00539971629240473, 0.0076490384615384, 0.00540016444550191, 0.0106259615384614, 0.00548880062911347, 0.0117628846153845, 0.00653342956529074, 0.017473269230769, 0.044682918302188, 0.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 0, '2021-05-23 00:00:00', 0.00530103595100479, 0.00686307692307686, 0.0056332592731439, 0.00763096153846151, 0.00615310099430805, 0.00903038461538459, 0.0069878845263675, 0.0170730769230767, 0.0447816480392961, 0.110973653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 15, '2021-05-23 00:00:00', 0.0044884750065714, 0.00201673076923074, 0.00498229772834246, 0.00359942307692301, 0.00525245746147618, 0.00610576923076942, 0.00751526658516864, 0.0153703846153846, 0.0445872309148466, 0.110674423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 30, '2021-05-23 00:00:00', 0.00282272170894564, 0.00206038461538453, 0.00350838238530775, 0.00308019230769222, 0.00482867669402137, 0.00589884615384618, 0.00795443160469976, 0.0154630769230769, 0.0447025643908198, 0.110556346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 45, '2021-05-23 00:00:00', 0.00314189976826862, 0.00193192307692304, 0.00454326879951171, 0.00483423076923093, 0.0056087078622991, 0.00603326923076933, 0.00806386904894049, 0.0159590384615385, 0.0447228729747474, 0.110536346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 60, '2021-05-23 00:00:00', 0.00416859624038905, 0.00340384615384632, 0.00466974665759877, 0.00437461538461545, 0.00571456787854186, 0.00560596153846162, 0.00854206609172423, 0.0162886538461538, 0.0446120071884759, 0.110379230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 75, '2021-05-23 00:00:00', 0.00241477213449612, 0.00177230769230765, 0.00391583304822082, 0.00278769230769229, 0.00418579686375431, 0.0050657692307693, 0.00897829165050555, 0.0164501923076923, 0.0447111238804602, 0.110029423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 90, '2021-05-23 00:00:00', 0.0034281274547707, 0.00154461538461546, 0.00372380146954886, 0.00234576923076931, 0.00456211754561408, 0.00538749999999995, 0.00925045853541242, 0.0167836538461538, 0.0447111238804602, 0.110029423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 105, '2021-05-23 00:00:00', 0.00155260698875739, 0.00107769230769233, 0.00338519430756947, 0.00339250000000001, 0.00444143067733107, 0.00547269230769227, 0.00908572677123514, 0.0167551923076923, 0.0447111238804602, 0.110029423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 120, '2021-05-23 00:00:00', 0.00352750001362928, 0.0030821153846154, 0.00463094006489121, 0.00494673076923073, 0.00553744921838136, 0.00700961538461538, 0.0090626492051378, 0.0167261538461538, 0.0447111238804602, 0.110029423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 135, '2021-05-23 00:00:00', 0.00403410938126374, 0.00300249999999985, 0.00436542422381216, 0.00380057692307682, 0.0061195723329708, 0.00733653846153855, 0.00960384780459616, 0.016794423076923, 0.0447723089716608, 0.109919423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 150, '2021-05-23 00:00:00', 0.00310943064909604, 0.00223019230769229, 0.00520360609060231, 0.00474711538461549, 0.00717098500100332, 0.00860826923076934, 0.00913298327702742, 0.0164484615384615, 0.0449375189230731, 0.109670192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 165, '2021-05-23 00:00:00', 0.00523089597046681, 0.00412442307692308, 0.00599052884528186, 0.00553538461538477, 0.00673303283189552, 0.0101913461538463, 0.00924701954477973, 0.0172773076923076, 0.0449375189230731, 0.109670192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 180, '2021-05-23 00:00:00', 0.00431957927527496, 0.00345865384615381, 0.00689270642390589, 0.00717461538461528, 0.00735918270179908, 0.0109840384615384, 0.0108900245478992, 0.0174955769230769, 0.0448813168495963, 0.109598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 195, '2021-05-23 00:00:00', 0.00650155496489398, 0.00620980769230773, 0.00647949002326093, 0.00834519230769247, 0.00756037614041873, 0.0112392307692308, 0.0106672948845453, 0.0175519230769231, 0.0448813168495963, 0.109598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 210, '2021-05-23 00:00:00', 0.00521212586187247, 0.00541500000000003, 0.00667756133514422, 0.00771076923076912, 0.00720667624231419, 0.00958269230769235, 0.0107676927890797, 0.017015, 0.0450624811174612, 0.109372307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 225, '2021-05-23 00:00:00', 0.00668952179502776, 0.00560961538461536, 0.00747731327982268, 0.0072032692307692, 0.00824345170656436, 0.00989096153846159, 0.0103899842229834, 0.017378076923077, 0.0451413299099447, 0.109170961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 240, '2021-05-23 00:00:00', 0.00541730289123516, 0.00387115384615364, 0.0058327710000019, 0.00525153846153847, 0.00811904043212386, 0.00822346153846156, 0.0102053406625385, 0.0170690384615386, 0.0452008477647694, 0.108804423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 255, '2021-05-23 00:00:00', 0.00572202240000461, 0.00359288461538476, 0.00767691410358648, 0.00647307692307711, 0.00849822020280624, 0.0084538461538462, 0.0109752882720157, 0.0206905769230771, 0.0456513327718498, 0.109299615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 270, '2021-05-23 00:00:00', 0.00661999264466238, 0.00497115384615391, 0.00705454685891419, 0.00580923076923077, 0.00831479415536875, 0.00790538461538452, 0.0171337399628741, 0.0255063461538463, 0.0457034089605513, 0.109218846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 285, '2021-05-23 00:00:00', 0.00525139995986416, 0.00254846153846153, 0.0070064839338561, 0.0046213461538461, 0.0081436464427562, 0.00670923076923069, 0.0207122850056155, 0.0302419230769232, 0.0458471705057643, 0.108979230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 300, '2021-05-23 00:00:00', 0.00612782674802785, 0.00370557692307694, 0.00755894248810385, 0.00539653846153848, 0.00789578807875544, 0.00628576923076909, 0.0245136393282472, 0.0351913461538462, 0.0458471705057643, 0.108979230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 315, '2021-05-23 00:00:00', 0.0058640421081498, 0.00304538461538472, 0.00604680953383369, 0.0039665384615384, 0.00612519654001788, 0.00563057692307682, 0.0243846549517393, 0.0420213461538463, 0.0460062861478233, 0.108816346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 330, '2021-05-23 00:00:00', 0.00319014873658571, 0.00227519230769226, 0.00507392319762387, 0.00328115384615377, 0.00525467623609246, 0.0049571153846153, 0.027196496279569, 0.0464032692307693, 0.0460062861478233, 0.108816346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 345, '2021-05-23 00:00:00', 0.00291936360952455, 0.00188673076923074, 0.00369534688701691, 0.00351115384615381, 0.00582836232441123, 0.00572423076923068, 0.0327717850221567, 0.0508065384615385, 0.0460064135595832, 0.108816153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 360, '2021-05-23 00:00:00', 0.00246368380370037, 0.00205826923076909, 0.00277750331302159, 0.00263557692307683, 0.00870930359531614, 0.00717365384615371, 0.0347182141910467, 0.0561838461538461, 0.0460064135595832, 0.108816153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 375, '2021-05-23 00:00:00', 0.00184668243073901, 0.00124999999999996, 0.00551606804289494, 0.00385057692307681, 0.0087104978330749, 0.00779749999999982, 0.0340452832246431, 0.0581396153846155, 0.0460295128657023, 0.108770576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 390, '2021-05-23 00:00:00', 0.00549949588249135, 0.00317519230769225, 0.00894464435591756, 0.00631057692307677, 0.00884958922123608, 0.00838576923076912, 0.0336300306502756, 0.0598984615384616, 0.0460295128657023, 0.108770576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 405, '2021-05-23 00:00:00', 0.00815092816092837, 0.0040432692307692, 0.00824004428666214, 0.00531961538461541, 0.00862913739338096, 0.00850307692307705, 0.0344200951413338, 0.0633965384615384, 0.0457573324683093, 0.108736153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 420, '2021-05-23 00:00:00', 0.00380075027006313, 0.00303384615384611, 0.0047957773774276, 0.00424442307692312, 0.00624388878147134, 0.00798134615384625, 0.0338591002606618, 0.0642176923076923, 0.04546873246402, 0.108618269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 435, '2021-05-23 00:00:00', 0.00280782911626642, 0.00199788461538454, 0.00585322764345905, 0.0050553846153846, 0.00902061206562287, 0.0125209615384616, 0.0350730254491091, 0.0679130769230769, 0.0463224221952877, 0.108505961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 450, '2021-05-23 00:00:00', 0.00558839315009242, 0.00391999999999999, 0.00547113484220029, 0.00577769230769234, 0.0163268280917777, 0.0187434615384615, 0.0349727735157597, 0.0681992307692308, 0.0463937986194941, 0.108407884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 465, '2021-05-23 00:00:00', 0.0046874406827017, 0.00367807692307692, 0.00950613737782881, 0.0102603846153847, 0.0201106248573695, 0.0240269230769231, 0.0345584613467361, 0.0682205769230769, 0.0465534856333594, 0.108198846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 480, '2021-05-23 00:00:00', 0.00989738112408449, 0.00896865384615394, 0.0171270780311358, 0.0165567307692307, 0.0263043742077538, 0.0296373076923077, 0.0339391509894491, 0.0698767307692308, 0.0465918002562189, 0.108118653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 495, '2021-05-23 00:00:00', 0.0129395782775174, 0.0101099999999998, 0.0162651942455709, 0.0191696153846154, 0.0240787105687545, 0.0364694230769231, 0.0333706897147552, 0.0696390384615384, 0.0458912591145133, 0.107171346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 510, '2021-05-23 00:00:00', 0.0113765698105294, 0.0142494230769232, 0.0248800889568347, 0.0244825, 0.0254796227329877, 0.0391761538461539, 0.0338133122874137, 0.0704553846153847, 0.0461733383091953, 0.108508846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 525, '2021-05-23 00:00:00', 0.024612367229786, 0.0171844230769231, 0.0233023523911544, 0.0283798076923077, 0.0309698260675425, 0.0399694230769231, 0.0342561856407547, 0.0703644230769231, 0.0493495442115186, 0.108693269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 540, '2021-05-23 00:00:00', 0.0131652387354555, 0.0200601923076923, 0.0156269788026988, 0.0269125, 0.0224725451025162, 0.0404192307692307, 0.0263890755456467, 0.0661919230769231, 0.0475114376820507, 0.106998846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 555, '2021-05-23 00:00:00', 0.00997644235957113, 0.0185980769230768, 0.0126128263226825, 0.0271903846153845, 0.0156846306018148, 0.0380136538461539, 0.0274386484564271, 0.0646486538461539, 0.0497986328994467, 0.109040576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 570, '2021-05-23 00:00:00', 0.0125399094954407, 0.0175880769230768, 0.0151471223022219, 0.0264740384615384, 0.0166270153769748, 0.0356328846153847, 0.0268522459138037, 0.060751153846154, 0.051869009313032, 0.108843653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 585, '2021-05-23 00:00:00', 0.0156668816248212, 0.0194346153846154, 0.0159591287356172, 0.0266100000000002, 0.0223394271739796, 0.0375923076923077, 0.0267330837266946, 0.0588934615384617, 0.0526259931084806, 0.108325576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 600, '2021-05-23 00:00:00', 0.0116868852944066, 0.0187932692307692, 0.0145666260546287, 0.0254588461538462, 0.021358384926156, 0.0353694230769231, 0.026723292234419, 0.0595396153846154, 0.05397938079988, 0.109046538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 615, '2021-05-23 00:00:00', 0.0102038302536917, 0.0179846153846152, 0.0172555948931174, 0.026826346153846, 0.0201440907130067, 0.0376644230769231, 0.0235503396905112, 0.0580215384615384, 0.0544833830083857, 0.107889038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 630, '2021-05-23 00:00:00', 0.0125232082166853, 0.0169159615384613, 0.016171057727881, 0.0225590384615383, 0.0227764326518916, 0.0343021153846154, 0.0227858628176805, 0.0545878846153846, 0.0551970105308109, 0.108248461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 645, '2021-05-23 00:00:00', 0.0104709791989392, 0.0139057692307691, 0.0179411629039524, 0.0237321153846154, 0.0213684469874122, 0.0305005769230771, 0.0228978098549589, 0.0523069230769232, 0.0545435050243947, 0.107967884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 660, '2021-05-23 00:00:00', 0.0153556993991958, 0.0173790384615385, 0.0191155342225998, 0.0244638461538462, 0.0185591853279842, 0.0296740384615386, 0.021474104960304, 0.0522053846153846, 0.0582525173665351, 0.110463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 675, '2021-05-23 00:00:00', 0.0106818257388607, 0.0171686538461539, 0.010945931144283, 0.020421153846154, 0.0109965616951567, 0.0274113461538462, 0.0202211044665258, 0.0515003846153845, 0.0575459763279629, 0.111746538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 690, '2021-05-23 00:00:00', 0.00588294369015535, 0.00974769230769235, 0.0101900552274491, 0.0175465384615384, 0.0136937202901409, 0.0266192307692308, 0.0235850408946009, 0.0531199999999999, 0.0564779875257746, 0.111879807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 705, '2021-05-23 00:00:00', 0.0103128172902239, 0.0133976923076924, 0.0112981064785211, 0.019085, 0.0149276647202433, 0.02852, 0.0256828096211934, 0.0544659615384615, 0.0563671631196201, 0.111988076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 720, '2021-05-23 00:00:00', 0.0081466687033128, 0.0120598076923077, 0.0139807341669225, 0.0196903846153846, 0.0155519852801451, 0.026763076923077, 0.0258608046851126, 0.0548801923076922, 0.0559076739262703, 0.112739615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 735, '2021-05-23 00:00:00', 0.0108416413904198, 0.0130259615384616, 0.0123173880800834, 0.020403653846154, 0.0141962342135566, 0.0262996153846155, 0.0256621422010353, 0.0553428846153845, 0.0549035379243943, 0.113313846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 750, '2021-05-23 00:00:00', 0.0100007765025444, 0.013635576923077, 0.0140811569960056, 0.0189771153846154, 0.016271657922242, 0.0245884615384616, 0.0287125702497382, 0.0571028846153846, 0.0544515602361755, 0.113588076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 765, '2021-05-23 00:00:00', 0.0130168036251372, 0.0131361538461538, 0.0138351030590252, 0.0175144230769231, 0.0173538709370562, 0.0231875000000001, 0.0286540626438904, 0.056945, 0.0547073022284537, 0.114041346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988100, 3, 780, '2021-05-23 00:00:00', 0.00633376831873285, 0.010913653846154, 0.00859980467577847, 0.0160823076923078, 0.0187865712442528, 0.0274136538461537, 0.0268654393312586, 0.0580476923076923, 0.0528397113979191, 0.114548846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988100 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780[...];[ Date: 2021-05-23 17:05:46 - Database: acaweb_fx - User: pgperfstats ]
4 25s686ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1050, '2021-05-23 00:00:00', 0.01972882506541, 0.0485576923076913, 0.0295342369775494, 0.0676346153846142, 0.0432055017864095, 0.0856538461538463, 0.0576279846548928, 0.133230769230771, 0.157636529347151, 0.506846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1065, '2021-05-23 00:00:00', 0.0128778432260139, 0.0408269230769218, 0.0184527775687016, 0.0552500000000004, 0.0358492624106097, 0.0755192307692328, 0.0552639679524202, 0.125615384615388, 0.158684371049529, 0.50898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1080, '2021-05-23 00:00:00', 0.0190318053632494, 0.0409807692307687, 0.0240544894258533, 0.056461538461538, 0.0339188227752889, 0.0740576923076939, 0.0549816647759808, 0.12271153846154, 0.16007012886184, 0.510115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1095, '2021-05-23 00:00:00', 0.016867230405093, 0.0407115384615394, 0.0273120781960059, 0.0530192307692336, 0.0364746329132168, 0.0741730769230807, 0.0551412591580789, 0.121038461538465, 0.164466200642704, 0.514865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1110, '2021-05-23 00:00:00', 0.0179420863206713, 0.0340384615384628, 0.0216850533423736, 0.048692307692309, 0.0275885776252513, 0.070519230769233, 0.0527832323317236, 0.115980769230771, 0.168754601076876, 0.516346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1125, '2021-05-23 00:00:00', 0.0155376589663268, 0.0351730769230782, 0.0184423842943787, 0.0521923076923082, 0.0233540969886186, 0.0700769230769232, 0.0460843374027017, 0.114615384615386, 0.170694433463381, 0.518519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1140, '2021-05-23 00:00:00', 0.0173089683290317, 0.0410961538461528, 0.0215699666559406, 0.0527115384615387, 0.0271423314003445, 0.0676153846153844, 0.0463012543441983, 0.115384615384615, 0.170137117779025, 0.519673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1155, '2021-05-23 00:00:00', 0.0131085996435691, 0.0306538461538455, 0.0208516094195301, 0.0429807692307695, 0.0304624421971617, 0.0629038461538464, 0.0453866169702048, 0.116250000000001, 0.171361575667898, 0.526019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1170, '2021-05-23 00:00:00', 0.0158856490630335, 0.0315769230769241, 0.0191619514824419, 0.044096153846154, 0.0314421140902063, 0.0684423076923076, 0.0424533409032352, 0.115115384615386, 0.170489584613073, 0.528961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1185, '2021-05-23 00:00:00', 0.0144132017475432, 0.031596153846156, 0.0196972469767107, 0.048692307692309, 0.0320007211457199, 0.0658846153846168, 0.0367869385265202, 0.110326923076925, 0.169781004872114, 0.531519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1200, '2021-05-23 00:00:00', 0.0158941692259952, 0.0342692307692293, 0.0194680408717603, 0.0477692307692293, 0.0277302181744007, 0.0607499999999993, 0.0335550122359374, 0.107826923076924, 0.170312975475695, 0.532519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1215, '2021-05-23 00:00:00', 0.0127833425266567, 0.0304230769230779, 0.0223316694749509, 0.0442115384615397, 0.025980384612536, 0.0639038461538474, 0.0327711235459147, 0.107557692307694, 0.1714762777942, 0.535423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1230, '2021-05-23 00:00:00', 0.0197569851328197, 0.0334615384615403, 0.0216976868671425, 0.0445192307692318, 0.025114660137977, 0.0628846153846178, 0.0358113647625155, 0.109576923076925, 0.171350397858172, 0.535826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1245, '2021-05-23 00:00:00', 0.0165121517024925, 0.0321346153846141, 0.0245520561570396, 0.0492884615384624, 0.0233602226016795, 0.0590000000000008, 0.0365731301115165, 0.113576923076924, 0.171255015648055, 0.538096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1260, '2021-05-23 00:00:00', 0.0176017044629193, 0.0365000000000005, 0.016443282472229, 0.0443076923076929, 0.0225850869789376, 0.0606153846153855, 0.0370281857300849, 0.114442307692307, 0.171630345174201, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1275, '2021-05-23 00:00:00', 0.00861065976208934, 0.0257884615384628, 0.0169171851632051, 0.0363653846153833, 0.0203739652875529, 0.0590384615384614, 0.0426382322118773, 0.120173076923077, 0.171948364342323, 0.540499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1290, '2021-05-23 00:00:00', 0.0146124420114663, 0.0262884615384592, 0.017533144436928, 0.0423653846153847, 0.0198311332544024, 0.0549230769230757, 0.0511745918025143, 0.125673076923076, 0.171652421614593, 0.541423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1305, '2021-05-23 00:00:00', 0.0161717346008416, 0.0362500000000004, 0.0188524228191985, 0.0479230769230773, 0.021893527318858, 0.0564423076923083, 0.0596325027532441, 0.133653846153846, 0.171539203861795, 0.541961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1320, '2021-05-23 00:00:00', 0.0140010576523559, 0.0319807692307694, 0.014352713493112, 0.0359038461538465, 0.0246082537748239, 0.0598846153846155, 0.0589043847133796, 0.138442307692308, 0.173959934600339, 0.543326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1335, '2021-05-23 00:00:00', 0.0119014058639514, 0.0212884615384626, 0.0188732615093426, 0.0320000000000014, 0.0302487444113251, 0.0759423076923079, 0.0537537547883534, 0.152884615384614, 0.174938056069966, 0.544211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1350, '2021-05-23 00:00:00', 0.0124048532685948, 0.0220961538461539, 0.0243529574890092, 0.0480576923076906, 0.027508935611208, 0.0763076923076915, 0.0541630728590868, 0.157961538461536, 0.17691234683181, 0.545538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1365, '2021-05-23 00:00:00', 0.0214368571892856, 0.0408269230769223, 0.0268828011933288, 0.0667499999999995, 0.0254967645006189, 0.0742499999999998, 0.0529155967992013, 0.169403846153844, 0.177427307975364, 0.54601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1380, '2021-05-23 00:00:00', 0.0278524408542332, 0.0555384615384605, 0.0278811488561454, 0.0639615384615378, 0.0267961033332499, 0.0693653846153846, 0.0564275164736566, 0.177230769230767, 0.182629861068354, 0.548884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1395, '2021-05-23 00:00:00', 0.0223149139504372, 0.0381538461538469, 0.0209568512755293, 0.0424807692307693, 0.0236884262554851, 0.0568076923076925, 0.0554536708918769, 0.184519230769229, 0.181573341825111, 0.547961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1410, '2021-05-23 00:00:00', 0.0144715769168919, 0.0274423076923081, 0.0181595598896171, 0.0365192307692313, 0.0289388214102694, 0.059153846153846, 0.057390635124556, 0.189749999999998, 0.18149058886387, 0.547076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1425, '2021-05-23 00:00:00', 0.015751788665222, 0.026673076923078, 0.0170270486172849, 0.0405961538461547, 0.0358834437932247, 0.0666923076923069, 0.0616092900087682, 0.195230769230767, 0.181368006677457, 0.546923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 0, '2021-05-23 00:00:00', 0.0152649422382942, 0.0314615384615378, 0.0203724927669279, 0.0475384615384601, 0.0321257624872092, 0.0677692307692281, 0.079705370922204, 0.205115384615381, 0.185329769496265, 0.547211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 15, '2021-05-23 00:00:00', 0.0150759232400039, 0.0292884615384598, 0.0244494454868692, 0.0466538461538437, 0.0347989445021205, 0.0755576923076896, 0.0831779394754682, 0.206519230769228, 0.195241353595611, 0.551115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 30, '2021-05-23 00:00:00', 0.017766823013696, 0.0369999999999979, 0.0200214980612194, 0.0504038461538431, 0.0424035194475472, 0.083961538461536, 0.082842900443226, 0.209884615384614, 0.195241353595611, 0.551115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 45, '2021-05-23 00:00:00', 0.0162906887043348, 0.0304423076923066, 0.0323565473103396, 0.0621153846153844, 0.0512347425694138, 0.0901730769230762, 0.08219856118898, 0.212288461538461, 0.193746508653408, 0.54851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 60, '2021-05-23 00:00:00', 0.0239291984500438, 0.0515576923076909, 0.0383672185796469, 0.0657115384615369, 0.0468861960988044, 0.100346153846153, 0.0801364797368556, 0.213346153846152, 0.193477350095561, 0.548249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 75, '2021-05-23 00:00:00', 0.0315876314645226, 0.0424615384615379, 0.0440267095505266, 0.0686346153846157, 0.0374196986379363, 0.112576923076923, 0.079274452670162, 0.210673076923076, 0.195487092825943, 0.55128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 90, '2021-05-23 00:00:00', 0.0202362583954213, 0.0486153846153845, 0.026370999514327, 0.0730192307692307, 0.0305945445111726, 0.107884615384613, 0.0796843798031677, 0.208403846153845, 0.195007539301987, 0.550403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 105, '2021-05-23 00:00:00', 0.0200346238758324, 0.0578846153846163, 0.027730017060105, 0.0909230769230771, 0.0376904650256021, 0.114134615384614, 0.0813665873590724, 0.204692307692307, 0.196420063991594, 0.549192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 120, '2021-05-23 00:00:00', 0.0289472796649366, 0.068249999999999, 0.031909005239659, 0.08076923076923, 0.0442870053870633, 0.112326923076923, 0.081510001745891, 0.196403846153846, 0.20182296983705, 0.553134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 135, '2021-05-23 00:00:00', 0.0181398414037687, 0.0484230769230753, 0.0351907822283944, 0.0751346153846145, 0.0487954955361179, 0.109903846153843, 0.074561621392076, 0.185846153846154, 0.211271593343371, 0.556384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 150, '2021-05-23 00:00:00', 0.0254535776539309, 0.0557307692307697, 0.0284858466881081, 0.0782115384615392, 0.0416673871732555, 0.108634615384616, 0.0671305530577991, 0.180634615384617, 0.215910039136675, 0.56375 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 165, '2021-05-23 00:00:00', 0.0224818559321479, 0.0514230769230781, 0.0323864703470188, 0.0767884615384625, 0.0462969387590731, 0.103442307692308, 0.0652338190959734, 0.178134615384618, 0.222996068437229, 0.569057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 180, '2021-05-23 00:00:00', 0.0227180798890689, 0.0526346153846158, 0.0320448963895235, 0.0706538461538468, 0.0549092853293911, 0.10098076923077, 0.0574214245730627, 0.1695, 0.229933054638486, 0.572480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 195, '2021-05-23 00:00:00', 0.0186488193068199, 0.0430384615384621, 0.0227952086733482, 0.0601923076923071, 0.0426124981666173, 0.0902500000000008, 0.0510184619675889, 0.161288461538463, 0.234463876994699, 0.573980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 210, '2021-05-23 00:00:00', 0.0162668728969701, 0.0391346153846126, 0.0346337096793555, 0.0640769230769219, 0.0377289166799987, 0.0856346153846149, 0.0541292754573572, 0.158461538461539, 0.234612315238436, 0.570961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 225, '2021-05-23 00:00:00', 0.025446051529883, 0.0473076923076914, 0.0274315722087906, 0.0623653846153845, 0.0334804248203904, 0.085173076923077, 0.0520057837020213, 0.151807692307693, 0.235383834651798, 0.570480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 240, '2021-05-23 00:00:00', 0.0185932680124994, 0.0419807692307691, 0.0213849335892225, 0.0553461538461536, 0.0306422031744568, 0.0797307692307679, 0.0488167531142266, 0.147346153846156, 0.235013512704795, 0.568134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 255, '2021-05-23 00:00:00', 0.0171635122817625, 0.0373846153846157, 0.0230256712923115, 0.0536923076923083, 0.0305506703942565, 0.0752115384615374, 0.048177396551303, 0.151307692307694, 0.23534707594072, 0.566615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 270, '2021-05-23 00:00:00', 0.0175728046008156, 0.0402884615384621, 0.0213694965924657, 0.052846153846152, 0.0300434621071637, 0.0724807692307693, 0.0538238473026733, 0.163557692307696, 0.235213827432371, 0.565769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 285, '2021-05-23 00:00:00', 0.0132560000928455, 0.0333076923076896, 0.0213265904808633, 0.0497884615384593, 0.0289390672860154, 0.0669807692307682, 0.0799977427566152, 0.178826923076924, 0.235010353290758, 0.565884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 300, '2021-05-23 00:00:00', 0.0164713270681106, 0.0347692307692295, 0.0214175431328204, 0.0481346153846146, 0.0255636234942123, 0.0656730769230768, 0.0894331056411183, 0.183403846153847, 0.241644014234545, 0.571480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 315, '2021-05-23 00:00:00', 0.0145115868824245, 0.0313846153846166, 0.0157006736749132, 0.0441346153846162, 0.0196698617569753, 0.0657115384615401, 0.0998659023968576, 0.191538461538462, 0.248698844759311, 0.575346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 330, '2021-05-23 00:00:00', 0.00917597196696143, 0.0285384615384612, 0.0169672195265327, 0.0434423076923063, 0.0327759057845864, 0.0674999999999987, 0.0995727797218638, 0.199038461538462, 0.248278894824722, 0.575480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 345, '2021-05-23 00:00:00', 0.0130767556550377, 0.0318076923076917, 0.0167873578807226, 0.048153846153846, 0.0412007888274017, 0.074250000000002, 0.116725788133492, 0.219980769230771, 0.248360061975785, 0.575903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 360, '2021-05-23 00:00:00', 0.0118166766120538, 0.0345769230769209, 0.0230134743139761, 0.0484999999999982, 0.0398292750856223, 0.0733653846153846, 0.133068850021911, 0.222173076923077, 0.250334957914085, 0.576865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 375, '2021-05-23 00:00:00', 0.0158950887431897, 0.0325769230769234, 0.0319465178071104, 0.0520000000000018, 0.0350578642554544, 0.0770769230769238, 0.130416964446289, 0.22773076923077, 0.250321116844868, 0.576692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 390, '2021-05-23 00:00:00', 0.0290161824876024, 0.0378269230769244, 0.0302301746858747, 0.0527115384615382, 0.0298487211425581, 0.0773846153846165, 0.130386278183178, 0.235692307692309, 0.250243691229171, 0.575749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 405, '2021-05-23 00:00:00', 0.0125275235443338, 0.0348269230769227, 0.0176987179022855, 0.0537307692307689, 0.024281054659644, 0.0724807692307704, 0.134229728450891, 0.244000000000001, 0.250220502757069, 0.574499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 420, '2021-05-23 00:00:00', 0.0169410289397802, 0.0404615384615382, 0.0234974384856002, 0.0575192307692316, 0.0215849751875256, 0.0763653846153852, 0.134341798581654, 0.247326923076923, 0.249316827319409, 0.574403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 435, '2021-05-23 00:00:00', 0.0138319724384634, 0.0352884615384628, 0.016676895579026, 0.0481730769230779, 0.0189252781709079, 0.0878846153846164, 0.124673111035958, 0.251769230769232, 0.24823186431548, 0.570461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 450, '2021-05-23 00:00:00', 0.0124870548353689, 0.0334423076923094, 0.020515360099204, 0.0560000000000001, 0.0358918728748117, 0.101557692307693, 0.129392664160151, 0.256192307692308, 0.248521758836898, 0.56976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 465, '2021-05-23 00:00:00', 0.0177997082949303, 0.04148076923077, 0.0207351151431589, 0.0732500000000011, 0.0726989710010764, 0.115596153846154, 0.129774194424244, 0.255807692307694, 0.24742745634599, 0.569115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 480, '2021-05-23 00:00:00', 0.0227445682442089, 0.0598461538461543, 0.0405630800302263, 0.0812115384615398, 0.0840790470560069, 0.124615384615384, 0.12986453889164, 0.254538461538462, 0.247674688157363, 0.567634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 495, '2021-05-23 00:00:00', 0.0316695255119802, 0.0553269230769254, 0.067813284380434, 0.0868076923076925, 0.0794712550839336, 0.133096153846154, 0.12264726313231, 0.250865384615386, 0.245191354628616, 0.564403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 510, '2021-05-23 00:00:00', 0.0443259083815094, 0.0616153846153853, 0.0529875457065138, 0.0895000000000005, 0.055633170100082, 0.131480769230769, 0.109853932740078, 0.241557692307692, 0.239568393960088, 0.556346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 525, '2021-05-23 00:00:00', 0.0242591219956557, 0.0532499999999996, 0.03650987748331, 0.088634615384615, 0.0727708019427073, 0.137519230769231, 0.1029597979796, 0.2345, 0.236090699650662, 0.550038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 540, '2021-05-23 00:00:00', 0.0329684464532139, 0.0770384615384621, 0.037210668445406, 0.0999230769230769, 0.0888460466199816, 0.139, 0.106359868082193, 0.234192307692308, 0.239793173701519, 0.552115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 555, '2021-05-23 00:00:00', 0.0193754106656221, 0.0604423076923066, 0.0669146758652678, 0.101076923076924, 0.0785257356148044, 0.128634615384614, 0.107290197774362, 0.233557692307692, 0.236696904532748, 0.547269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 570, '2021-05-23 00:00:00', 0.0488973965014009, 0.0758461538461558, 0.060549309212853, 0.0941730769230757, 0.0594291983404168, 0.124480769230768, 0.102230252936129, 0.23076923076923, 0.234491506324774, 0.545557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 585, '2021-05-23 00:00:00', 0.0306213349455253, 0.0558846153846133, 0.0314120750912495, 0.0809615384615353, 0.0467748165313187, 0.116288461538459, 0.0980882334353208, 0.226307692307691, 0.237190596032292, 0.546673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 600, '2021-05-23 00:00:00', 0.0177465597966307, 0.0574038461538442, 0.0314722099637131, 0.0819999999999985, 0.0519099701406186, 0.116749999999999, 0.10012534452068, 0.23126923076923, 0.23366767740006, 0.552288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 615, '2021-05-23 00:00:00', 0.0240495082310185, 0.0548269230769236, 0.0391095748654203, 0.0788269230769223, 0.0638412604704952, 0.110942307692308, 0.104986147437872, 0.239634615384616, 0.235407398909929, 0.547788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 630, '2021-05-23 00:00:00', 0.0311345529053394, 0.0595961538461542, 0.0339728002061368, 0.0803653846153847, 0.0624962768121806, 0.111769230769231, 0.119149920107144, 0.254788461538463, 0.238049871956407, 0.548807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 645, '2021-05-23 00:00:00', 0.0236580121409542, 0.0566923076923056, 0.0515830025671863, 0.0768846153846141, 0.0589367751199411, 0.105711538461539, 0.133982049601374, 0.27201923076923, 0.237348997340333, 0.548057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 660, '2021-05-23 00:00:00', 0.0369476136421058, 0.054884615384614, 0.0450034870443836, 0.0810769230769227, 0.0464157963827633, 0.103384615384617, 0.152704808246299, 0.27503846153846, 0.236503732284747, 0.553653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 675, '2021-05-23 00:00:00', 0.0256428427561261, 0.0571538461538469, 0.0232291925088962, 0.0703461538461563, 0.0380485165990029, 0.104519230769231, 0.167169394742165, 0.283942307692307, 0.239936161381443, 0.551692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 690, '2021-05-23 00:00:00', 0.0181331506872403, 0.0476346153846176, 0.0313566395864403, 0.0698269230769247, 0.0494853358232355, 0.107538461538461, 0.179348874672116, 0.286173076923076, 0.239004329700081, 0.552980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 705, '2021-05-23 00:00:00', 0.0261969243643945, 0.0516730769230782, 0.0336781657183663, 0.0773269230769223, 0.0410858435286585, 0.107942307692305, 0.179237415608031, 0.295365384615384, 0.239802761901076, 0.55176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 720, '2021-05-23 00:00:00', 0.0229889020047617, 0.0520192307692305, 0.0375756518956693, 0.0730192307692296, 0.0457568153813855, 0.102115384615385, 0.17273065404309, 0.308826923076924, 0.23865167407429, 0.549692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 735, '2021-05-23 00:00:00', 0.0242778785031843, 0.0506538461538453, 0.0283792177482044, 0.0704999999999988, 0.0610393315821868, 0.113, 0.163171929146954, 0.314038461538463, 0.238076636013248, 0.549769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 750, '2021-05-23 00:00:00', 0.0221668931933655, 0.0491346153846128, 0.0322893230745912, 0.0714038461538444, 0.063694296931032, 0.118288461538461, 0.158956802308048, 0.310249999999999, 0.233916961762074, 0.54925 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 765, '2021-05-23 00:00:00', 0.0174508981474833, 0.0474230769230782, 0.0544875568011076, 0.0825769230769255, 0.0700813812649273, 0.117000000000001, 0.150619403183602, 0.311769230769231, 0.222759443380936, 0.549980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 780, '2021-05-23 00:00:00', 0.0487849007220654, 0.0640576923076926, 0.0520584730412331, 0.0867692307692308, 0.0669229666223683, 0.127788461538462, 0.149393491774627, 0.314153846153846, 0.219579613212295, 0.549442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 795, '2021-05-23 00:00:00', 0.0306760743652355, 0.0563076923076928, 0.0581480768912762, 0.0891730769230758, 0.0668626865011711, 0.141673076923076, 0.13980445134324, 0.30676923076923, 0.213630108977031, 0.549788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 810, '2021-05-23 00:00:00', 0.0487844868154432, 0.0633846153846163, 0.0485288177668295, 0.0921153846153856, 0.080695469799448, 0.146826923076924, 0.136867532813525, 0.306192307692305, 0.211243902961627, 0.551442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 825, '2021-05-23 00:00:00', 0.0266442951030498, 0.0594615384615393, 0.03581265354377, 0.0966153846153835, 0.095527370222038, 0.160461538461538, 0.133540655002367, 0.306057692307692, 0.207971825939513, 0.548903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 840, '2021-05-23 00:00:00', 0.0266741375752742, 0.0680192307692298, 0.0456649714265172, 0.101519230769232, 0.0965834115395364, 0.156153846153845, 0.116258758148166, 0.305826923076922, 0.199001654419097, 0.543461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 855, '2021-05-23 00:00:00', 0.0355430886931076, 0.0748653846153868, 0.0782500454657036, 0.11948076923077, 0.0912392375107256, 0.158038461538461, 0.115124542929018, 0.305403846153846, 0.196570148958426, 0.542288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 870, '2021-05-23 00:00:00', 0.0739807485353196, 0.0838653846153839, 0.0811777370958327, 0.106249999999998, 0.0948221432269592, 0.155326923076922, 0.102817822459846, 0.298230769230768, 0.188483845461619, 0.542 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 885, '2021-05-23 00:00:00', 0.0325626496748376, 0.0688846153846153, 0.0500725473687925, 0.0999999999999987, 0.0647875255086848, 0.156211538461537, 0.0851071022074764, 0.276173076923077, 0.191358865445569, 0.539653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 900, '2021-05-23 00:00:00', 0.0349951480153362, 0.0749038461538453, 0.051627959032352, 0.107615384615385, 0.0529004762229558, 0.170596153846155, 0.0849539784915245, 0.270461538461539, 0.19477095818896, 0.545884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 915, '2021-05-23 00:00:00', 0.0380880407234872, 0.0726730769230769, 0.0461442262410442, 0.121480769230768, 0.0519192123917994, 0.171769230769231, 0.081019297321449, 0.264442307692307, 0.19541055400204, 0.548769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 930, '2021-05-23 00:00:00', 0.0271640104097033, 0.0852115384615387, 0.0380009159808626, 0.122519230769232, 0.0485194330615604, 0.160653846153846, 0.0838290132444509, 0.255788461538462, 0.190952870746039, 0.541673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 945, '2021-05-23 00:00:00', 0.0237482711921402, 0.0780961538461545, 0.0318810348736583, 0.111096153846155, 0.0446701285493496, 0.150903846153847, 0.0841001257659352, 0.242634615384616, 0.187684318635144, 0.539788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 960, '2021-05-23 00:00:00', 0.031086257166397, 0.0826538461538467, 0.0355690660762721, 0.109461538461538, 0.0431763646169807, 0.155038461538461, 0.0829647492335427, 0.233980769230769, 0.192163541126983, 0.539942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 975, '2021-05-23 00:00:00', 0.0280867337970165, 0.0757307692307695, 0.0345177323437377, 0.112076923076924, 0.0504508138228176, 0.15473076923077, 0.0902568066898345, 0.225365384615385, 0.201139015264415, 0.548288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 990, '2021-05-23 00:00:00', 0.0286999396943897, 0.0714423076923083, 0.0317510569176001, 0.108480769230769, 0.052822489382983, 0.145153846153844, 0.0823108460934225, 0.211846153846153, 0.200660459483177, 0.543499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1005, '2021-05-23 00:00:00', 0.0254610411292321, 0.089269230769229, 0.0416970760826953, 0.114615384615384, 0.049048390548361, 0.142269230769229, 0.0885659858306439, 0.202423076923076, 0.202373333603629, 0.549384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1020, '2021-05-23 00:00:00', 0.0447604564491743, 0.0775384615384645, 0.051416399658534, 0.0998846153846157, 0.0479257117438413, 0.127076923076924, 0.0905378565106244, 0.185288461538464, 0.204369921014283, 0.547269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1035, '2021-05-23 00:00:00', 0.0274767104178176, 0.0579807692307684, 0.0310610131589672, 0.0769423076923078, 0.0350754351911162, 0.107884615384615, 0.084188243743502, 0.167403846153846, 0.210079297299486, 0.544634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1050, '2021-05-23 00:00:00', 0.0216507594466203, 0.0551538461538461, 0.0237055089345509, 0.0763653846153836, 0.033339489175173, 0.0996923076923055, 0.0796487674345676, 0.160884615384616, 0.209207340105087, 0.543634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1065, '2021-05-23 00:00:00', 0.0220744544317993, 0.0501923076923074, 0.0287564842186144, 0.075653846153845, 0.0344980266994195, 0.0914230769230773, 0.0757727777381398, 0.152576923076925, 0.202674483233203, 0.539115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1080, '2021-05-23 00:00:00', 0.0247439192219343, 0.0538076923076913, 0.0266716790161114, 0.0660384615384609, 0.0285525157183437, 0.085615384615384, 0.0714258087377811, 0.150115384615387, 0.201634041120197, 0.535442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1095, '2021-05-23 00:00:00', 0.015888033716752, 0.0389807692307668, 0.018573233428783, 0.051749999999999, 0.0322126348837497, 0.0789230769230755, 0.0686208451173203, 0.143903846153847, 0.20224245255481, 0.535019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1110, '2021-05-23 00:00:00', 0.0160845004226484, 0.0363653846153861, 0.0225808291733027, 0.0559230769230761, 0.0350079826061671, 0.0763269230769224, 0.0659252140394986, 0.142423076923078, 0.19978394965177, 0.534442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1125, '2021-05-23 00:00:00', 0.0131120613881331, 0.0398846153846151, 0.026618624191459, 0.0578653846153833, 0.0407248034419388, 0.0769807692307684, 0.0655295852150887, 0.139057692307694, 0.200111835078441, 0.532942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1140, '2021-05-23 00:00:00', 0.0260384626746986, 0.042692307692306, 0.0306755791118311, 0.0541346153846142, 0.0374626429311202, 0.0725192307692311, 0.0619680687004334, 0.142807692307694, 0.203347600277115, 0.531442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1155, '2021-05-23 00:00:00', 0.0156852331337973, 0.0334423076923078, 0.0250675778953303, 0.0507884615384625, 0.0314742202200705, 0.067942307692308, 0.0540494360605337, 0.135807692307695, 0.200308700221971, 0.524653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1170, '2021-05-23 00:00:00', 0.011699983563434, 0.03598076923077, 0.0146240713051626, 0.04771153846154, 0.030236758067979, 0.065192307692308, 0.0451736648944948, 0.129500000000002, 0.20058615356001, 0.522250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1185, '2021-05-23 00:00:00', 0.011827038773669, 0.0303269230769241, 0.0213713683374589, 0.0468461538461529, 0.0342182193934957, 0.0625576923076948, 0.0441451147223135, 0.125865384615387, 0.199183592350219, 0.52521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1200, '2021-05-23 00:00:00', 0.0208660287032807, 0.0366346153846138, 0.0300141569161054, 0.0465192307692299, 0.0357655399253788, 0.0664230769230787, 0.0464319560051208, 0.125057692307694, 0.199116878123995, 0.524865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1215, '2021-05-23 00:00:00', 0.0153368961858434, 0.0295961538461541, 0.0195484408191921, 0.0418076923076941, 0.0270592867607377, 0.0617500000000008, 0.0579292273780264, 0.125346153846155, 0.199004334123656, 0.526250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1230, '2021-05-23 00:00:00', 0.013206481508947, 0.0273653846153874, 0.0164433760336705, 0.0407692307692325, 0.0205311021098759, 0.0581153846153855, 0.0624159742866642, 0.128076923076925, 0.200650999154099, 0.531211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1245, '2021-05-23 00:00:00', 0.0121226583781724, 0.034326923076923, 0.0168119463020045, 0.0488076923076909, 0.0186682474147533, 0.0592115384615392, 0.0615693480181846, 0.130269230769231, 0.200171564875272, 0.535153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1260, '2021-05-23 00:00:00', 0.0171100959849834, 0.0358461538461517, 0.0161378794717925, 0.0436346153846144, 0.0254955576824366, 0.0662115384615387, 0.0627719682660968, 0.127000000000001, 0.200346895312951, 0.534961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1275, '2021-05-23 00:00:00', 0.0116079548321249, 0.0257307692307691, 0.0126214103807785, 0.0345000000000008, 0.0276029611009116, 0.0652115384615388, 0.0571481879381589, 0.131153846153847, 0.20052596992755, 0.53523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1290, '2021-05-23 00:00:00', 0.0108403803509756, 0.0245769230769246, 0.0236783331663873, 0.0492115384615395, 0.031324756736731, 0.0665961538461543, 0.055744251169617, 0.134307692307694, 0.200810010668331, 0.535596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1305, '2021-05-23 00:00:00', 0.0195639877168388, 0.0374807692307684, 0.0250929042989018, 0.0494230769230768, 0.0317479981198087, 0.0593461538461546, 0.0547802322572084, 0.133923076923077, 0.201108486796401, 0.535288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1320, '2021-05-23 00:00:00', 0.0144773563247522, 0.0320769230769243, 0.0215531632516874, 0.0413269230769242, 0.0304164176315769, 0.0669615384615406, 0.056937198871955, 0.147769230769232, 0.202174136670498, 0.534192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1335, '2021-05-23 00:00:00', 0.0129112354172645, 0.0239999999999998, 0.0135324254463697, 0.0320576923076929, 0.027684465235662, 0.0739807692307689, 0.0519288307353277, 0.163711538461538, 0.203634050537874, 0.533057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1350, '2021-05-23 00:00:00', 0.00780354948823988, 0.0216538461538452, 0.0248997760261786, 0.0513269230769238, 0.0241933954751158, 0.0710961538461544, 0.0591142082361292, 0.18098076923077, 0.204051521585943, 0.53321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1365, '2021-05-23 00:00:00', 0.0246512365113493, 0.0437115384615395, 0.0258022062264802, 0.0629230769230778, 0.024227797131521, 0.067884615384616, 0.0696306436740419, 0.196057692307692, 0.205742846403353, 0.533826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1380, '2021-05-23 00:00:00', 0.0239600709514802, 0.0457500000000004, 0.0232905477690973, 0.0515192307692297, 0.0230214281452329, 0.0608846153846153, 0.0828235775609813, 0.20975, 0.210902752836101, 0.535634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1395, '2021-05-23 00:00:00', 0.016544671463832, 0.0273846153846144, 0.0184638940804841, 0.0371538461538454, 0.0370061325479155, 0.0635769230769228, 0.0816094286596444, 0.219826923076924, 0.207484794623604, 0.533000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1410, '2021-05-23 00:00:00', 0.0141298919370877, 0.0284230769230754, 0.0161310617705748, 0.0378653846153851, 0.0445181380493912, 0.0727307692307683, 0.0839549512902824, 0.222076923076924, 0.208138068081297, 0.534346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1425, '2021-05-23 00:00:00', 0.0126251275698057, 0.0254230769230775, 0.0321551527154484, 0.049923076923077, 0.0390721078953335, 0.0760192307692314, 0.0863973757614271, 0.225942307692309, 0.20828584002242, 0.533865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 0, '2021-05-23 00:00:00', 0.0279931310255818, 0.0426538461538454, 0.0371852948602814, 0.0588846153846151, 0.0404941401268795, 0.0783461538461535, 0.0884327645511193, 0.229076923076923, 0.208066728386683, 0.533788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 15, '2021-05-23 00:00:00', 0.0282372912189657, 0.0367307692307686, 0.0295557881875056, 0.0527307692307707, 0.0392425642148133, 0.0818269230769235, 0.0871121381633155, 0.22473076923077, 0.207415439674543, 0.532769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 30, '2021-05-23 00:00:00', 0.0138311382255918, 0.0369038461538475, 0.0236309445105674, 0.0506923076923082, 0.0298447585914942, 0.0799807692307702, 0.0837797501694851, 0.223942307692308, 0.204391160617237, 0.531057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 45, '2021-05-23 00:00:00', 0.0201976388566726, 0.0362692307692312, 0.0232874347102608, 0.064730769230769, 0.0300567220179046, 0.081442307692308, 0.0776588619936818, 0.226673076923077, 0.19983619157084, 0.529288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 60, '2021-05-23 00:00:00', 0.0194421825302228, 0.0550384615384614, 0.0278811488561462, 0.0664615384615393, 0.0349490398239402, 0.106653846153847, 0.097071306066923, 0.233538461538462, 0.199256579854679, 0.530730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 75, '2021-05-23 00:00:00', 0.0161091111343389, 0.0407115384615416, 0.0236975493702161, 0.0585769230769251, 0.0365843388098483, 0.121423076923077, 0.112732631273495, 0.234115384615386, 0.19933133220846, 0.533000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 90, '2021-05-23 00:00:00', 0.018919271818805, 0.0443269230769221, 0.037013100591339, 0.0849807692307689, 0.052802363729142, 0.135019230769231, 0.113196493558086, 0.232884615384616, 0.200009166136106, 0.531942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 105, '2021-05-23 00:00:00', 0.0323206768779071, 0.0671153846153859, 0.0365251441317622, 0.100384615384616, 0.0641394154587062, 0.14576923076923, 0.11648557685561, 0.22848076923077, 0.197273359736022, 0.530961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 120, '2021-05-23 00:00:00', 0.0348709544110642, 0.0677115384615371, 0.0519486284708276, 0.0970000000000008, 0.0832703659542454, 0.140076923076923, 0.121457007271645, 0.21373076923077, 0.193010218940304, 0.522769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 135, '2021-05-23 00:00:00', 0.0396350709114263, 0.0566730769230781, 0.0450400505533265, 0.0846153846153831, 0.0715631216802018, 0.130596153846154, 0.0974631449081361, 0.190230769230769, 0.20043595274762, 0.520865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 150, '2021-05-23 00:00:00', 0.0282988515668048, 0.0532499999999985, 0.05119197653479, 0.0884615384615384, 0.068739097037556, 0.11471153846154, 0.092334925469935, 0.180461538461538, 0.200840530884963, 0.516673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 165, '2021-05-23 00:00:00', 0.0429712828973735, 0.0656346153846167, 0.0617105308305218, 0.0899807692307715, 0.0627698145240587, 0.103519230769233, 0.0756794556005793, 0.166000000000001, 0.202092824255055, 0.515019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 180, '2021-05-23 00:00:00', 0.0403180480678331, 0.0582500000000016, 0.0421048690771038, 0.0720000000000022, 0.0472956494990657, 0.0929615384615391, 0.072279109121408, 0.163519230769231, 0.202509616105963, 0.514230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 195, '2021-05-23 00:00:00', 0.023382578985219, 0.0422500000000011, 0.0359996367503043, 0.0624230769230766, 0.0417330343234961, 0.0866153846153839, 0.0692447748653557, 0.159173076923076, 0.204943651730458, 0.511096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 210, '2021-05-23 00:00:00', 0.0224609747031458, 0.0443461538461535, 0.0234478472031339, 0.0568076923076914, 0.0369251477784646, 0.0820576923076906, 0.0670630013781519, 0.152615384615383, 0.204952185793513, 0.510538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 225, '2021-05-23 00:00:00', 0.0199912384655038, 0.0409807692307665, 0.0264455972778947, 0.0594807692307679, 0.0369279183524629, 0.0868653846153829, 0.0639372438712064, 0.146865384615384, 0.206874481640066, 0.513865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 240, '2021-05-23 00:00:00', 0.0191521438848133, 0.0397692307692294, 0.0265325054631823, 0.0569230769230754, 0.0499781336801781, 0.0849230769230758, 0.064339603786351, 0.142730769230768, 0.207911963617741, 0.514269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 255, '2021-05-23 00:00:00', 0.0177046712653854, 0.0386538461538454, 0.0255037930813928, 0.0577884615384604, 0.0633714962618177, 0.0799423076923074, 0.0587280597329763, 0.145249999999998, 0.21042344122123, 0.517269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 270, '2021-05-23 00:00:00', 0.0178733148748446, 0.0393461538461521, 0.0388957779001959, 0.0566923076923067, 0.0520070298502609, 0.0788653846153862, 0.057543257975731, 0.149557692307692, 0.210488480408347, 0.517596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 285, '2021-05-23 00:00:00', 0.0360371816536523, 0.0420384615384606, 0.0529765550466927, 0.0568461538461536, 0.0511819830078448, 0.0776538461538475, 0.0576413613515633, 0.155942307692307, 0.209789095558812, 0.517269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 300, '2021-05-23 00:00:00', 0.0242143631883098, 0.0378461538461553, 0.0258898925927001, 0.05244230769231, 0.0316402615957289, 0.0696153846153863, 0.0600932512529803, 0.163326923076922, 0.209481609253376, 0.51623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 315, '2021-05-23 00:00:00', 0.0184293661980421, 0.0361923076923089, 0.0206053484468334, 0.0475961538461554, 0.0276912649376306, 0.0676153846153866, 0.0611889161657425, 0.167711538461537, 0.209373550052383, 0.514211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 330, '2021-05-23 00:00:00', 0.0154933856855114, 0.0337500000000021, 0.0254938001512877, 0.0459230769230792, 0.0286655783931763, 0.066653846153848, 0.0598324873163522, 0.171942307692306, 0.20918654262496, 0.514519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 345, '2021-05-23 00:00:00', 0.0160282083071824, 0.0322884615384627, 0.0203395030572362, 0.0491538461538475, 0.0259985872397233, 0.0670576923076933, 0.06165268725817, 0.192576923076923, 0.208997759465354, 0.514788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 360, '2021-05-23 00:00:00', 0.0176755916014578, 0.0350576923076935, 0.0188303049527981, 0.0470961538461552, 0.0258870921206227, 0.0673076923076929, 0.0663058095841935, 0.204403846153846, 0.208934248950752, 0.515403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 375, '2021-05-23 00:00:00', 0.013839853267341, 0.0318076923076939, 0.0170746438187871, 0.0457115384615397, 0.023772260822552, 0.0725961538461539, 0.0647079949881353, 0.206769230769232, 0.208883316710549, 0.515000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 390, '2021-05-23 00:00:00', 0.0162690007257793, 0.0324038461538457, 0.0206132612281894, 0.049057692307691, 0.0313967416241789, 0.079846153846153, 0.068955314404441, 0.212846153846155, 0.206278427411555, 0.518519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 405, '2021-05-23 00:00:00', 0.0164298508818556, 0.0359999999999997, 0.0227879607215344, 0.0561346153846151, 0.0304218039216312, 0.077115384615385, 0.0713010410971554, 0.22046153846154, 0.204500668609024, 0.519788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 420, '2021-05-23 00:00:00', 0.0194248156114396, 0.0442884615384593, 0.0268535128772013, 0.0633653846153827, 0.0291344100018139, 0.0765769230769198, 0.0854845217658628, 0.235288461538462, 0.204500668609024, 0.519788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 435, '2021-05-23 00:00:00', 0.0147837358659366, 0.0381730769230772, 0.0184742648443293, 0.0484615384615403, 0.0321349318678895, 0.0874230769230768, 0.0892517808484249, 0.234096153846154, 0.203432891977824, 0.518192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 450, '2021-05-23 00:00:00', 0.011269427669585, 0.0330000000000018, 0.0157491391706147, 0.0501538461538468, 0.0423874845461938, 0.101173076923078, 0.0864943328512595, 0.235980769230771, 0.20309635549508, 0.51598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 465, '2021-05-23 00:00:00', 0.0127470207680679, 0.0380576923076909, 0.0278157951807693, 0.0720384615384595, 0.0492027399174544, 0.110480769230769, 0.0859486698335329, 0.238076923076924, 0.203127168390791, 0.515057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 480, '2021-05-23 00:00:00', 0.0250145880514669, 0.0595192307692297, 0.0397498911464403, 0.0825769230769233, 0.0526893252945981, 0.113250000000001, 0.0852960207386363, 0.235365384615385, 0.204366055438236, 0.515269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 495, '2021-05-23 00:00:00', 0.0267114207783867, 0.0560000000000001, 0.0374896703721894, 0.0816538461538458, 0.0485070653061524, 0.111346153846153, 0.0841831359870565, 0.229403846153846, 0.203087112797969, 0.516846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 510, '2021-05-23 00:00:00', 0.0204052783518245, 0.0533461538461533, 0.0291228234577928, 0.0751730769230773, 0.0335223232167177, 0.110115384615383, 0.080226086779799, 0.225249999999999, 0.203992036986363, 0.514365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 525, '2021-05-23 00:00:00', 0.0259247209019902, 0.0551346153846157, 0.0302327700453559, 0.0829038461538446, 0.0417169445374237, 0.124711538461539, 0.0771119989665378, 0.224096153846153, 0.201653800818668, 0.510846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 540, '2021-05-23 00:00:00', 0.0280188123615859, 0.0695769230769219, 0.0294707416836531, 0.089269230769229, 0.050683512719014, 0.140461538461539, 0.0730884316848694, 0.222326923076923, 0.198439172040198, 0.51575 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 555, '2021-05-23 00:00:00', 0.0200492182851643, 0.0563653846153859, 0.0435651060085759, 0.094961538461541, 0.0480603306752619, 0.130346153846155, 0.0783174702977966, 0.215115384615386, 0.194673735931527, 0.524288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 570, '2021-05-23 00:00:00', 0.0331584076819151, 0.0670000000000007, 0.0431534515956193, 0.0985961538461551, 0.0418888455870452, 0.122346153846155, 0.0764037856492621, 0.205038461538462, 0.191227963034052, 0.521076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 585, '2021-05-23 00:00:00', 0.0218794336166325, 0.0630192307692316, 0.022213137138605, 0.0802884615384618, 0.0513482117132985, 0.118826923076924, 0.0711406002223755, 0.197750000000001, 0.190624501008172, 0.522596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 600, '2021-05-23 00:00:00', 0.0200120060117764, 0.0570961538461537, 0.0330875528536966, 0.0766153846153842, 0.0742132167370578, 0.123807692307691, 0.0716650220443355, 0.194653846153848, 0.18980157655177, 0.521038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 615, '2021-05-23 00:00:00', 0.0194248849120417, 0.0521153846153848, 0.0442014270566684, 0.0838846153846153, 0.0676487875836529, 0.112961538461538, 0.0768836883770637, 0.20669230769231, 0.189627660470152, 0.521480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 630, '2021-05-23 00:00:00', 0.0384246715615803, 0.0601538461538464, 0.0649093687678902, 0.0883846153846144, 0.0619082074837086, 0.110115384615386, 0.0715911575975261, 0.214923076923078, 0.191768274628117, 0.517865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 645, '2021-05-23 00:00:00', 0.0351273945255509, 0.0604230769230768, 0.0329815099714964, 0.0744999999999999, 0.0323007799381879, 0.0970961538461534, 0.0986072005484371, 0.240000000000001, 0.190496510163873, 0.519096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 660, '2021-05-23 00:00:00', 0.0178237093609788, 0.0497307692307695, 0.0245891548952287, 0.0720576923076937, 0.031839386590534, 0.0915576923076944, 0.107206337714491, 0.253826923076924, 0.199844655054483, 0.525115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 675, '2021-05-23 00:00:00', 0.016010429293242, 0.0470769230769243, 0.0201963153532054, 0.0618653846153865, 0.0361465233991616, 0.0913653846153863, 0.135776469299304, 0.26798076923077, 0.201078267387064, 0.524519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 690, '2021-05-23 00:00:00', 0.0151354398172474, 0.0441923076923083, 0.0259315148330843, 0.0622115384615376, 0.0404610781635133, 0.0908269230769211, 0.13715802929468, 0.271249999999999, 0.202180425895742, 0.528230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 705, '2021-05-23 00:00:00', 0.0197611117719019, 0.0473076923076908, 0.0303085225384144, 0.0685576923076912, 0.0338036923335998, 0.0944807692307667, 0.136257354071117, 0.289557692307693, 0.205251305626876, 0.532961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 720, '2021-05-23 00:00:00', 0.0235290981879544, 0.0474615384615388, 0.0268170726332185, 0.0653461538461516, 0.0301383285228914, 0.0868269230769212, 0.14211621463274, 0.29496153846154, 0.206974011746549, 0.534807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 735, '2021-05-23 00:00:00', 0.0175499726057196, 0.0423076923076899, 0.0209699510288832, 0.0618269230769221, 0.0293612578330454, 0.087788461538461, 0.153898273094725, 0.311038461538462, 0.206210911447477, 0.535 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 750, '2021-05-23 00:00:00', 0.0146475647752847, 0.0418653846153856, 0.0157380479680987, 0.0536153846153826, 0.0280793723905335, 0.0848653846153848, 0.155244115458897, 0.322153846153846, 0.206235038618188, 0.534865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 765, '2021-05-23 00:00:00', 0.0144020965354147, 0.0414038461538427, 0.0226339092106065, 0.0669230769230751, 0.0280808722196333, 0.0911538461538463, 0.160350049770926, 0.33146153846154, 0.205344585626584, 0.536826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 780, '2021-05-23 00:00:00', 0.0234742166249244, 0.053326923076923, 0.0231876376214037, 0.0680576923076926, 0.0420718844543305, 0.104288461538463, 0.164083459064166, 0.350307692307694, 0.204651786813978, 0.537423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 795, '2021-05-23 00:00:00', 0.0145782767790338, 0.0456153846153849, 0.0302942048278863, 0.0701730769230775, 0.0681622075527322, 0.127557692307695, 0.166234634917499, 0.350076923076925, 0.205947188898961, 0.534730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 810, '2021-05-23 00:00:00', 0.028917315813301, 0.0546346153846161, 0.0423178858349344, 0.0827115384615388, 0.0662182783271785, 0.143903846153848, 0.16643772224053, 0.350346153846155, 0.207130668531131, 0.541576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 825, '2021-05-23 00:00:00', 0.0247442922711481, 0.0549999999999992, 0.0602431866559341, 0.0978076923076947, 0.101193599675991, 0.170230769230769, 0.156305535361405, 0.3[...];[ Date: 2021-05-23 17:21:20 - Database: acaweb_fx - User: pgperfstats ]
5 25s588ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1050, '2021-05-23 00:00:00', 22.3415053552457, 39.1984615384618, 39.1508689283665, 63.1253846153845, 66.2841369072454, 88.1815384615382, 86.6470065353583, 142.971538461538, 140.461644580127, 277.006923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1065, '2021-05-23 00:00:00', 33.9310975972462, 46.3519230769229, 62.1375932439763, 70.3669230769228, 63.7971361269455, 85.7149999999998, 81.1113193580278, 137.84, 139.448428166666, 274.546923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1080, '2021-05-23 00:00:00', 39.317082411906, 45.8157692307691, 39.8702294874837, 55.5307692307692, 49.5729811024573, 75.8607692307692, 69.4833918894401, 129.552692307692, 135.609635489291, 269.831538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1095, '2021-05-23 00:00:00', 17.7061736864682, 31.9888461538463, 26.282074312235, 48.9469230769231, 45.7805490507117, 66.7507692307693, 61.7552025488231, 120.264615384615, 132.251660634041, 262.242692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1110, '2021-05-23 00:00:00', 19.0037659790006, 35.1457692307691, 26.2481045059228, 44.9369230769229, 41.1918485364051, 61.7546153846153, 57.3980476443633, 115.554230769231, 132.01138768886, 258.486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1125, '2021-05-23 00:00:00', 15.443255117215, 27.3261538461537, 30.0668218499038, 40.2919230769229, 33.3498322357675, 55.5769230769231, 50.1169959379668, 108.795384615385, 131.667774135686, 253.715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1140, '2021-05-23 00:00:00', 21.9119258992766, 28.576153846154, 27.6075824701502, 40.7853846153848, 30.9907493592227, 55.3053846153848, 57.8598458039904, 113.377307692308, 134.143730865871, 254.891153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1155, '2021-05-23 00:00:00', 20.0450317189915, 30.1338461538463, 23.4951617965518, 40.7803846153846, 33.5162007599998, 57.4442307692307, 60.9072512558109, 113.413461538462, 134.607542465552, 253.623846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1170, '2021-05-23 00:00:00', 14.1981206340297, 24.1084615384615, 23.0854352385622, 36.0319230769231, 31.0885812824233, 51.576923076923, 59.6455503234285, 107.125769230769, 134.623987667075, 252.219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1185, '2021-05-23 00:00:00', 16.2811113209807, 26.6853846153845, 21.3962166785125, 37.1380769230766, 26.6246095442659, 50.0742307692306, 59.3720983588964, 104.463461538461, 134.845848847432, 249.019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1200, '2021-05-23 00:00:00', 13.1269503450847, 24.4958333333332, 14.9135313460676, 33.5120833333332, 27.7725951358475, 50.6416666666666, 57.6081647654646, 105.147083333333, 140.058743056339, 249.9975 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1215, '2021-05-23 00:00:00', 8.71671257296636, 23.6520833333334, 14.7672795371231, 34.9683333333335, 28.7996885519342, 50.8479166666668, 57.3472997718565, 104.005416666667, 139.564852583415, 249.54625 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1230, '2021-05-23 00:00:00', 14.0331179714273, 25.5250000000002, 24.5184686046536, 35.6337499999998, 28.9036696901615, 49.9279166666668, 53.3710070291383, 100.585, 138.055945133759, 248.420416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1245, '2021-05-23 00:00:00', 14.0905481155153, 26.1337499999998, 16.8515970085668, 36.7300000000001, 23.5361680355386, 49.5683333333335, 44.0272057504863, 95.94125, 136.989442097541, 247.50875 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1260, '2021-05-23 00:00:00', 13.1654116169409, 26.7475000000001, 19.4587758181388, 35.0645833333335, 25.9518537182423, 52.3162500000002, 44.0224181031911, 94.53, 136.105800821976, 246.605 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1275, '2021-05-23 00:00:00', 10.6208588519773, 22.5558333333335, 15.6043288076171, 33.6558333333335, 28.5316495888492, 54.1425000000001, 39.4597611199678, 89.2879166666668, 132.989368284199, 243.93375 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1290, '2021-05-23 00:00:00', 14.554808950548, 25.0212499999999, 20.9659487734522, 37.5141666666665, 32.2629625420969, 55.3995833333333, 39.0591099062262, 87.5466666666666, 131.28859856179, 243.374166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1305, '2021-05-23 00:00:00', 15.3115021591474, 26.7212499999998, 21.8691835331317, 40.5866666666666, 24.5000054089021, 55.1895833333335, 29.8654230662739, 83.5658333333333, 129.323467505495, 243.477083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1320, '2021-05-23 00:00:00', 14.2228146993137, 28.1066666666666, 19.0795432601123, 37.2916666666667, 26.1696521882156, 58.8400000000001, 28.6844331078269, 78.7037500000001, 127.301059110062, 246.08375 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1335, '2021-05-23 00:00:00', 11.3424163500557, 27.4690909090909, 15.4483194283451, 39.9772727272728, 21.2993099140292, 62.6913636363637, 27.5569435511052, 81.5204545454547, 132.168180461953, 248.571363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1350, '2021-05-23 00:00:00', 13.9872852135404, 29.6979166666668, 22.0212806167125, 48.94, 22.6040959759797, 55.7737500000001, 27.2748676287653, 77.5695833333333, 126.16316933032, 245.472083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1365, '2021-05-23 00:00:00', 19.2465655133056, 39.1316666666667, 21.8130634307032, 45.1383333333334, 24.1852395996554, 48.2116666666668, 46.0303210088079, 76.405, 125.204076194236, 247.065 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1380, '2021-05-23 00:00:00', 12.6710305737485, 24.7340909090909, 12.9465880443978, 26.7909090909091, 16.3381998139382, 37.2127272727271, 40.5488816468947, 67.9886363636365, 128.191691605787, 245.935909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1410, '2021-05-23 00:00:00', 4.69184640917309, 11.4768181818181, 8.95781498752037, 16.3727272727272, 14.4544344818631, 30.35, 38.0794914551195, 65.4886363636361, 124.093432740619, 243.607272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 1, 1425, '2021-05-23 00:00:00', 6.99630136980555, 10.1785714285716, 8.49570202261971, 22.5385714285714, 12.6696202070338, 28.5852380952381, 38.7086622703744, 64.9304761904761, 127.038878004971, 241.890476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 60, '2021-05-23 00:00:00', 6.42569655009047, 15.3819230769229, 10.6462125876547, 20.3176923076922, 10.8441391827744, 25.338846153846, 36.5979093476032, 67.1961538461536, 114.534037333214, 238.390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 75, '2021-05-23 00:00:00', 7.36860529544078, 12.3300000000001, 8.61689432720122, 16.6396153846154, 12.6161268285415, 25.2880769230768, 38.2774310547853, 66.4219230769228, 114.17216927282, 239.932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 90, '2021-05-23 00:00:00', 6.10389773328994, 11.2434615384615, 7.7878027808777, 15.9180769230768, 11.5334069487795, 24.1296153846154, 40.4982952746636, 67.7780769230768, 114.441581883509, 240.5 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 105, '2021-05-23 00:00:00', 4.8672139716838, 11.2903846153845, 9.58188447821427, 18.5030769230768, 10.8178955226264, 25.2665384615384, 40.3974223168526, 66.9653846153844, 114.941072884527, 240.139615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 120, '2021-05-23 00:00:00', 8.14551426340804, 14.0688461538459, 8.37158792951121, 17.9873076923077, 11.1491896359538, 25.7815384615384, 40.5559965479827, 66.3799999999999, 114.934166515512, 240.883846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 135, '2021-05-23 00:00:00', 6.8466032566411, 12.4980769230771, 9.13218090895306, 17.848076923077, 13.2665620843706, 27.0384615384616, 40.4110035510131, 64.41, 114.914744824152, 240.615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 150, '2021-05-23 00:00:00', 6.56886241175852, 12.0857692307692, 7.81804787753192, 17.2838461538462, 17.4979006037425, 31.9515384615386, 40.1133053794064, 62.9773076923078, 114.679197728003, 240.253461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 165, '2021-05-23 00:00:00', 5.69799117098423, 11.7092307692309, 10.8132900565069, 18.9553846153847, 19.8734368828962, 33.9084615384615, 39.9122011901893, 62.4496153846155, 114.716304186257, 239.303076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 180, '2021-05-23 00:00:00', 9.93289184787294, 15.0526923076922, 15.5988420674792, 24.7453846153845, 34.5245970666624, 38.9088461538459, 39.7741636666896, 60.6092307692307, 114.674659195214, 238.361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 195, '2021-05-23 00:00:00', 13.587686943021, 18.0573076923075, 19.279345731797, 25.0196153846151, 34.1146735607107, 35.491923076923, 41.0022220936304, 58.4561538461537, 114.613916319764, 237.153076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 210, '2021-05-23 00:00:00', 9.4129410183738, 14.1211538461536, 28.097699834684, 24.1299999999997, 30.0492171867831, 33.1584615384612, 36.485949769951, 54.5611538461539, 114.492047391276, 235.489615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 225, '2021-05-23 00:00:00', 23.7880578991937, 17.7688461538462, 25.3168102134653, 23.1907692307693, 26.5271811631305, 32.5526923076923, 32.4943138623456, 52.5542307692308, 114.566539137071, 235.095384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 240, '2021-05-23 00:00:00', 14.2003505753041, 15.9373076923077, 16.997902264239, 22.6042307692306, 21.6219614316983, 29.161923076923, 27.3598478318981, 49.4042307692308, 112.739609208395, 235.752692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 255, '2021-05-23 00:00:00', 11.8301594501252, 15.8461538461536, 13.7717033022844, 22.0703846153843, 18.0064624681079, 26.5988461538459, 23.9498773659939, 46.7746153846154, 109.864662282563, 234.532307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 270, '2021-05-23 00:00:00', 8.22831453906827, 14.0519230769229, 12.7360207829845, 17.8257692307691, 16.4961762282608, 25.456923076923, 22.1109257503718, 45.7984615384616, 110.006730437453, 234.331538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 285, '2021-05-23 00:00:00', 8.71369999130465, 11.6234615384616, 11.2907116693323, 16.515, 14.255840913599, 25.0319230769231, 21.7681350920241, 46.7357692307693, 110.363771068506, 235.057307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 300, '2021-05-23 00:00:00', 7.42099508152379, 11.5499999999999, 11.5902142277937, 17.4853846153846, 12.4602497382058, 23.5634615384617, 22.5122608918238, 46.8223076923079, 110.402329730853, 235.485 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 315, '2021-05-23 00:00:00', 9.99592267646376, 12.656923076923, 11.1581246563276, 18.1446153846154, 12.7504208316671, 22.1992307692308, 20.780121170151, 47.3203846153848, 110.402329730853, 235.485 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 330, '2021-05-23 00:00:00', 7.78918430606476, 12.5219230769231, 9.56559943033048, 15.6926923076925, 11.3798935779803, 20.1653846153847, 19.8782025692622, 47.6957692307694, 110.402329730853, 235.485 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 345, '2021-05-23 00:00:00', 6.15537683655531, 9.50000000000021, 7.39927526596646, 12.9576923076924, 11.7683566658812, 21.5511538461539, 20.5917095976476, 49.218076923077, 110.513614796479, 236.029230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 360, '2021-05-23 00:00:00', 5.35500341162011, 9.23153846153841, 7.90225424507768, 14.463076923077, 11.2354054461095, 21.0165384615383, 22.9995667250161, 51.9215384615386, 110.513614796479, 236.029230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 375, '2021-05-23 00:00:00', 4.4585157240429, 10.0223076923076, 9.32606205129554, 15.7442307692307, 11.1879242661281, 22.4242307692307, 25.2704178072671, 56.7019230769232, 110.508739344626, 236.136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 390, '2021-05-23 00:00:00', 6.81996201207567, 10.3346153846154, 7.19382484122008, 13.6003846153844, 10.6781917296606, 21.438846153846, 27.8365569627146, 58.7634615384616, 110.508739344626, 236.136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 405, '2021-05-23 00:00:00', 4.05949379186053, 8.81538461538443, 7.4714797628152, 15.0253846153845, 8.83644829450953, 21.9176923076922, 31.2564400084205, 63.505, 110.731422198732, 236.996923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 420, '2021-05-23 00:00:00', 5.60178537473699, 11.190769230769, 9.01076170262767, 16.0723076923075, 9.74698713212704, 21.8469230769229, 33.5359790099207, 66.8280769230769, 110.808009063494, 236.886153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 435, '2021-05-23 00:00:00', 6.34360736974948, 10.1476923076922, 6.06001304898332, 15.086923076923, 11.6416727915114, 22.9742307692307, 42.6121181987546, 71.2357692307692, 110.69549810108, 235.909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 450, '2021-05-23 00:00:00', 5.26300043116693, 11.3584615384615, 7.14885122562731, 15.0153846153845, 15.704080175351, 24.936923076923, 48.1793431717528, 72.9873076923077, 110.549781594607, 235.718846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 465, '2021-05-23 00:00:00', 6.2879861518735, 10.3846153846154, 11.0265663530611, 17.3715384615385, 16.8939400332236, 26.1946153846154, 50.6055201975192, 73.5023076923077, 109.944392428453, 235.902307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 480, '2021-05-23 00:00:00', 9.21381548795906, 13.1996153846154, 14.111778888029, 19.2392307692307, 17.3703478199091, 26.9792307692309, 50.9231087289003, 74.491153846154, 108.745476125889, 235.424615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 495, '2021-05-23 00:00:00', 9.88434628786671, 12.3984615384615, 11.867061537654, 19.0584615384616, 13.4956944302192, 27.9919230769232, 58.8297607155269, 75.9153846153847, 108.85119725641, 235.261923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 510, '2021-05-23 00:00:00', 7.97554901896092, 13.0130769230769, 9.50896752463783, 18.8707692307694, 12.7568671642436, 28.0703846153846, 66.7129490832522, 76.8992307692308, 108.506194055738, 236.327307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 525, '2021-05-23 00:00:00', 6.54026483820385, 12.8980769230771, 8.02219325467681, 20.1661538461538, 15.7659326592305, 30.6661538461537, 70.6056786820568, 78.013076923077, 109.181842610601, 237.709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 540, '2021-05-23 00:00:00', 6.92153799049352, 16.008076923077, 11.1091924029678, 21.8296153846154, 22.971926080461, 34.2903846153846, 70.9045773807196, 78.2184615384616, 109.584546939794, 238.47 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 555, '2021-05-23 00:00:00', 9.91665769532029, 14.5503846153848, 15.1530321921187, 21.8861538461537, 26.1378134598427, 39.5926923076924, 70.3240191432595, 75.3126923076923, 111.368413995379, 241.790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 570, '2021-05-23 00:00:00', 10.1897812764327, 14.7476923076924, 16.7935256572288, 23.0200000000001, 23.9940748615473, 40.3073076923077, 68.7399279883689, 74.5803846153846, 108.461420550563, 240.710384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 585, '2021-05-23 00:00:00', 12.5312430287724, 15.7803846153846, 19.4493742869493, 30.0580769230771, 26.9381453790258, 44.6773076923076, 68.4169311073936, 74.8830769230768, 107.81396378877, 240.409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 600, '2021-05-23 00:00:00', 16.6818586909439, 24.8442307692309, 20.3113422841677, 32.3557692307694, 27.685674285005, 44.8061538461538, 66.9757261148798, 74.1861538461537, 105.748979179652, 239.068461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 615, '2021-05-23 00:00:00', 11.9696536355001, 20.1919230769229, 17.8421214028444, 30.4680769230768, 29.954776950494, 43.133076923077, 61.8353099438028, 70.0503846153845, 103.125890104503, 237.515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 630, '2021-05-23 00:00:00', 12.4598449243343, 20.1865384615383, 16.9254786183887, 27.5823076923076, 28.1677187192386, 39.0746153846154, 53.4973505655979, 67.5115384615382, 98.5967396902069, 235.131538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 645, '2021-05-23 00:00:00', 14.097339896372, 19.6319230769232, 20.7021813975095, 29.421153846154, 28.3004103395094, 37.5542307692308, 53.6162750678734, 69.2780769230767, 98.7546881247435, 235.021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 660, '2021-05-23 00:00:00', 14.5480667972919, 19.9565384615386, 21.3081885307392, 26.1823076923078, 24.5657923043091, 34.3234615384615, 49.4598994073442, 68.4442307692305, 97.085172104783, 234.001153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 675, '2021-05-23 00:00:00', 12.2851156533173, 16.4088461538461, 15.2516313024087, 24.5242307692307, 24.9039916510154, 31.1380769230771, 41.5760914154352, 66.3357692307689, 96.3053927589805, 233.352307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 690, '2021-05-23 00:00:00', 9.82458273140161, 17.9953846153844, 10.7109298310724, 21.9546153846152, 28.2558775805344, 30.8746153846153, 37.3910866466246, 66.983846153846, 96.6629979393115, 232.968846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 705, '2021-05-23 00:00:00', 8.64468830242913, 14.0103846153845, 19.6643150949593, 21.2080769230771, 34.2770424628498, 30.8400000000002, 37.9212749237966, 71.3003846153845, 97.1050779595919, 233.738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 720, '2021-05-23 00:00:00', 15.576222569624, 16.5584615384616, 24.42399225226, 22.9415384615384, 30.5013223950398, 31.3396153846153, 36.0078140600706, 73.7942307692307, 97.0458897009354, 233.980384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 735, '2021-05-23 00:00:00', 13.6882440127962, 14.8580769230767, 19.7983445150969, 21.6215384615386, 20.7761189868043, 29.6780769230769, 34.7091578604928, 74.9792307692307, 96.5589417195527, 235.835 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 750, '2021-05-23 00:00:00', 11.3575377613283, 15.6600000000001, 15.6970437197093, 21.8084615384616, 17.9859878110282, 30.7615384615384, 32.7041520887814, 75.6496153846154, 96.3305852133082, 237.793461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 765, '2021-05-23 00:00:00', 12.8732476626772, 15.6742307692307, 12.4945909281393, 21.6423076923077, 17.3332162801768, 31.4211538461538, 43.53341775623, 99.3484615384615, 96.6574290160874, 238.34 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 780, '2021-05-23 00:00:00', 10.9044256153177, 16.0949999999998, 13.6641923119685, 22.5334615384614, 17.5240927999579, 32.9073076923076, 57.8892326270944, 117.023076923077, 97.0554797660357, 238.803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 795, '2021-05-23 00:00:00', 8.66998363054078, 15.0319230769231, 11.8910652754333, 22.2357692307693, 13.9431565789321, 31.7892307692307, 60.5565316365308, 125.159615384616, 96.1389266298435, 241.258461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 810, '2021-05-23 00:00:00', 11.3901746930619, 15.9034615384614, 13.3106553499879, 22.5153846153844, 15.5461579374259, 32.1911538461536, 60.1463158856417, 129.778846153846, 96.8090025541965, 241.793461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 825, '2021-05-23 00:00:00', 9.8025016273319, 16.7730769230769, 12.0175712380472, 24.2376923076923, 19.8665541435463, 34.9384615384615, 60.2265708100542, 130.386538461538, 100.101327996263, 243.558846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 840, '2021-05-23 00:00:00', 7.84765030978169, 17.0907692307694, 10.0786841326709, 23.1446153846151, 19.9043852493325, 34.0480769230767, 67.762061717113, 135.608076923077, 100.29145812312, 243.602692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 855, '2021-05-23 00:00:00', 7.54875416109282, 15.555769230769, 18.4030645817484, 24.8949999999997, 21.6283049159767, 34.1815384615383, 70.384373676592, 141.414615384615, 100.009441004337, 243.345 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 870, '2021-05-23 00:00:00', 18.40793187314, 19.8596153846153, 18.8905826110425, 24.5792307692308, 21.8732074113867, 35.7723076923078, 73.2570806239129, 148.341538461538, 103.015753017906, 248.095384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 885, '2021-05-23 00:00:00', 10.5115493698049, 15.1469230769232, 14.0687013068564, 24.7126923076923, 20.8972446361862, 38.9757692307692, 69.8668522790645, 152.609230769231, 102.472574243813, 251.261923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 900, '2021-05-23 00:00:00', 11.6878163486597, 19.9352, 14.0669453921832, 26.9188, 24.0836836398974, 41.9752, 71.3530183734366, 156.3868, 105.82312314581, 260.4244 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 915, '2021-05-23 00:00:00', 9.58362280142553, 16.985, 17.0345458407318, 29.6300000000002, 25.5365770521123, 41.4934615384615, 69.0868668817631, 161.066538461538, 107.927959183607, 257.161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 930, '2021-05-23 00:00:00', 17.3611257743799, 24.9019230769232, 22.6935665298814, 31.0646153846155, 26.3819889026878, 43.9376923076923, 69.5249463861713, 161.895, 109.702576754675, 269.981153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 945, '2021-05-23 00:00:00', 11.8033912988533, 18.606923076923, 16.5437440697731, 28.0396153846152, 37.8051756509604, 77.0749999999999, 70.4926112538372, 158.485769230769, 113.952649621876, 271.359615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 960, '2021-05-23 00:00:00', 13.2961960783469, 21.573076923077, 14.5098532092453, 30.0019230769231, 50.8130097953419, 97.2873076923077, 69.8299684133923, 159.356153846154, 118.232900870078, 275.988076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 975, '2021-05-23 00:00:00', 9.83274454995231, 20.2142307692307, 34.8538740193085, 71.5530769230769, 50.6274717109806, 103.269615384616, 69.2222175938866, 160.916153846154, 116.927482221313, 280.281153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 990, '2021-05-23 00:00:00', 36.2880794942994, 65.5657692307693, 48.44096978798, 90.4950000000002, 53.5754065737112, 107.011538461539, 71.1274893261821, 161.694615384615, 116.358187681896, 284.253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1005, '2021-05-23 00:00:00', 25.8707567996109, 52.1942307692307, 39.1856774325282, 70.2803846153847, 50.5899854912019, 91.0900000000001, 68.8607397679159, 150.454230769231, 116.211923286065, 278.305384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1020, '2021-05-23 00:00:00', 17.6790988501632, 43.5080769230774, 28.9060888980956, 61.3407692307695, 41.5242472353386, 80.5773076923077, 51.390043808265, 139.058846153846, 107.148120392, 268.753461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1035, '2021-05-23 00:00:00', 22.7705323474137, 47.7107692307694, 26.7134149560738, 62.9488461538462, 34.8100644000906, 83.9665384615386, 49.4063159104802, 136.820384615384, 105.703226514324, 268.306538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1050, '2021-05-23 00:00:00', 16.0297003762967, 39.1030769230768, 23.7764921168918, 55.6657692307691, 37.5436080660263, 82.458846153846, 49.7998389015004, 134.551153846154, 104.499236390291, 264.996923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1065, '2021-05-23 00:00:00', 18.9633863577644, 37.9230769230767, 20.2754350346953, 53.1753846153847, 36.7239686392334, 79.1438461538459, 47.1490592009901, 128.726538461538, 106.595467538944, 261.249615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1080, '2021-05-23 00:00:00', 14.1551453705549, 39.6473076923078, 28.123480583915, 57.6119230769228, 31.556114884684, 75.108846153846, 45.0577026489368, 122.33, 106.939653924718, 261.068461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1095, '2021-05-23 00:00:00', 23.7678769641845, 36.3707692307687, 28.3709051291311, 51.9653846153841, 37.7870052063078, 72.2823076923073, 52.8197432216403, 118.775, 106.658248689628, 259.448461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1110, '2021-05-23 00:00:00', 18.9072980455859, 35.6992307692306, 19.2748597520586, 46.5223076923075, 30.0080931980793, 65.1142307692308, 59.8945005103525, 115.759230769231, 104.564625832728, 259.866538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1125, '2021-05-23 00:00:00', 11.7706811841309, 29.7234615384615, 21.8336648356121, 48.611923076923, 23.4236795670866, 59.8126923076924, 61.2782707478448, 113.255384615385, 103.272234428457, 260.320384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1140, '2021-05-23 00:00:00', 17.5668016483888, 33.3980769230769, 20.6873600501888, 41.4746153846155, 26.3554062648371, 53.9692307692309, 64.8774352487947, 112.752692307692, 105.900359038398, 258.372692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1155, '2021-05-23 00:00:00', 16.8936935752781, 24.8588461538463, 21.8936083858705, 37.0319230769231, 26.7970714157637, 51.9626923076924, 64.4707652673199, 113.176923076923, 106.461281496355, 257.904615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1170, '2021-05-23 00:00:00', 20.5851981623842, 27.8392307692308, 22.5654527234751, 37.2561538461537, 31.5797763547398, 56.088846153846, 64.7354257990525, 110.715769230769, 108.85118909495, 257.800769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1185, '2021-05-23 00:00:00', 12.3391360874502, 26.3607692307691, 19.2514546103762, 38.6538461538463, 32.8876517228905, 60.3503846153847, 65.0548588772466, 107.726538461538, 112.28139352469, 261.709615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1200, '2021-05-23 00:00:00', 20.0515308795956, 28.3388461538463, 32.0497205364029, 42.6623076923077, 32.8338914866002, 56.8569230769231, 64.6486585749346, 105.043461538462, 113.872036494412, 262.879230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1215, '2021-05-23 00:00:00', 18.618459115785, 27.6203846153846, 21.7656617210194, 37.5330769230769, 24.1766708308145, 51.1173076923076, 51.4737148051913, 97.3296153846153, 113.685696737168, 259.711153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1230, '2021-05-23 00:00:00', 10.2982547363806, 24.9311538461538, 16.210722681181, 34.1553846153846, 24.9543170182269, 50.6546153846154, 49.5860077984166, 94.9742307692308, 116.7799641726, 262.841923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1245, '2021-05-23 00:00:00', 15.1443297792122, 23.5326923076923, 20.0739875000921, 35.6069230769232, 26.8907102889855, 51.5403846153846, 47.7155339276426, 92.7750000000001, 120.615406779629, 265.766153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1260, '2021-05-23 00:00:00', 14.4942963477152, 26.2811538461538, 17.3319827664172, 37.6011538461538, 22.0758934168891, 52.2730769230769, 41.7235454205601, 89.2076923076924, 120.66968941447, 266.180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1275, '2021-05-23 00:00:00', 13.3357558985089, 25.5342307692309, 17.353960971047, 35.4457692307693, 29.2255953996074, 50.6976923076925, 40.0284629905349, 87.9242307692309, 123.659679135303, 267.050384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1290, '2021-05-23 00:00:00', 15.7474402950497, 27.0596153846155, 18.7939809022422, 37.9769230769233, 37.488899165158, 51.7061538461538, 39.3069583994411, 86.4988461538463, 125.317402377385, 268.378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1305, '2021-05-23 00:00:00', 12.916918279766, 26.7546153846154, 22.7587656992607, 37.8880769230771, 34.3289257646354, 51.611923076923, 36.6858153849895, 85.7123076923079, 126.6775248817, 269.566923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1320, '2021-05-23 00:00:00', 13.5873035531761, 27.5653846153848, 24.2616548867993, 36.5453846153846, 32.979755974747, 57.6380769230768, 35.0510925298836, 82.4765384615386, 143.15957759733, 275.505384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1335, '2021-05-23 00:00:00', 15.0172749740069, 25.1679166666666, 18.4853283724213, 35.2854166666666, 32.4607502541951, 64.8487499999999, 39.2792090891183, 85.496666666667, 148.048283925172, 269.390833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1350, '2021-05-23 00:00:00', 14.8392555121155, 27.4719230769229, 25.9249012608459, 47.1042307692307, 32.0289666107705, 61.266923076923, 38.228124193905, 83.1707692307693, 143.386177793237, 274.883076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1365, '2021-05-23 00:00:00', 21.1340586221897, 37.2046153846154, 29.0961172588106, 50.0334615384614, 30.2670442891274, 53.4449999999999, 37.4017038135143, 81.031923076923, 142.242002986243, 274.761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1380, '2021-05-23 00:00:00', 27.1039142047304, 32.6599999999999, 26.8024137425632, 35.4420833333332, 26.8879712579728, 42.1337499999998, 37.438540300322, 74.0229166666669, 149.909415676649, 266.887083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1410, '2021-05-23 00:00:00', 8.62222926510306, 13.99875, 9.81797903434517, 17.6758333333333, 12.7247057922769, 29.9537499999999, 35.4275242189262, 64.9112500000002, 147.60787855468, 264.32875 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 2, 1425, '2021-05-23 00:00:00', 4.52341378635751, 10.3412499999999, 8.82286529381203, 23.1304166666664, 11.1994207924767, 28.5649999999998, 35.1708100210421, 63.7608333333335, 149.737647430334, 264.988333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 60, '2021-05-23 00:00:00', 6.75881643029765, 18.3665384615382, 9.19038294171608, 23.0211538461537, 9.53577875485488, 27.1926923076922, 38.8113261363425, 66.8026923076926, 145.958410084728, 271.732307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 75, '2021-05-23 00:00:00', 6.48007882193296, 11.5015384615384, 9.44498271367081, 16.5323076923077, 12.9873064951896, 25.485, 39.80447163129, 66.4453846153848, 145.743383081888, 271.391923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 90, '2021-05-23 00:00:00', 8.87329473974931, 12.8634615384617, 8.73407915096862, 15.9388461538464, 14.5396410758787, 28.1188461538462, 40.7393809250197, 66.3669230769232, 144.753013094719, 271.58 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 105, '2021-05-23 00:00:00', 5.08654631204834, 10.9342307692309, 11.5851086977401, 20.7965384615386, 15.3247911618346, 28.7280769230772, 43.4933607594752, 66.4730769230771, 143.98796905511, 272.173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 120, '2021-05-23 00:00:00', 9.70599234414548, 15.9107692307693, 11.8339847310777, 21.4311538461538, 21.5765928585728, 30.9807692307694, 43.2652528995446, 66.8226923076924, 144.613197297534, 273.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 135, '2021-05-23 00:00:00', 8.94558748984423, 13.7565384615385, 11.4411316815184, 19.3730769230772, 21.9493642872723, 32.3338461538463, 45.6005850907136, 65.156153846154, 144.482708323389, 273.542692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 150, '2021-05-23 00:00:00', 6.72010370799099, 11.9546153846155, 18.1924039135525, 21.0419230769232, 32.8406527247041, 36.9107692307694, 45.5721213851021, 64.2534615384616, 144.711415970385, 275.278076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 165, '2021-05-23 00:00:00', 17.0109137139843, 16.0542307692308, 18.5555128072082, 25.7665384615385, 33.2268759799146, 41.1092307692309, 45.9952736317718, 64.1573076923078, 144.522550553405, 275.452307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 180, '2021-05-23 00:00:00', 10.067513970115, 17.6315384615383, 23.0088691929537, 27.9484615384617, 26.5298822056591, 39.5253846153845, 41.6098675870927, 62.1638461538462, 143.221162437142, 273.984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 195, '2021-05-23 00:00:00', 20.7970455002257, 18.7015384615387, 23.235469348523, 28.5496153846155, 23.6001051366628, 36.5876923076924, 46.9876116913974, 63.6426923076924, 142.848903544431, 273.920384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 210, '2021-05-23 00:00:00', 14.2562621490184, 18.6576923076925, 17.3791804754998, 25.1150000000001, 16.8887233975808, 32.0950000000002, 43.3862613986714, 61.373076923077, 141.701496447774, 274.286538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 225, '2021-05-23 00:00:00', 10.4539920383774, 16.1484615384614, 12.251174336176, 21.2261538461539, 11.3957782263701, 28.4142307692308, 41.5805297946045, 57.6350000000001, 140.7752714102, 275.276153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 240, '2021-05-23 00:00:00', 6.99418210976911, 14.4807692307692, 10.710431177128, 19.69, 20.699339762789, 31.1488461538464, 39.6430908055286, 56.6661538461539, 140.7752714102, 275.276153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 255, '2021-05-23 00:00:00', 8.68766404825742, 13.2311538461538, 9.20530154939989, 19.2838461538461, 20.0428123775084, 31.76, 41.6606045969644, 54.7392307692307, 140.214176307314, 275.998461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 270, '2021-05-23 00:00:00', 7.88332324496555, 14.9042307692308, 18.1401726605302, 23.6919230769233, 23.2145927083675, 32.701153846154, 43.0361985327914, 54.7019230769231, 140.539837063539, 277.895384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 285, '2021-05-23 00:00:00', 13.1300319291897, 15.4576923076923, 13.7694657122202, 21.7249999999999, 20.2606267539171, 28.7373076923076, 39.1205441601291, 51.0292307692306, 142.912931358707, 279.531538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 300, '2021-05-23 00:00:00', 10.3366837711434, 15.4007692307692, 16.8095008116976, 20.4615384615383, 17.8982402615881, 26.3726923076922, 37.5659439304353, 49.7692307692306, 146.041477018846, 280.984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 315, '2021-05-23 00:00:00', 10.1361458917313, 12.7984615384615, 12.6667839886605, 18.3038461538461, 13.5561049545384, 24.0184615384617, 32.2611626596725, 48.0880769230769, 145.819311548442, 281.627307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 330, '2021-05-23 00:00:00', 8.6486688793487, 12.5342307692307, 9.85587378165918, 16.82, 13.5154433377297, 22.7461538461539, 31.9647052567961, 48.7369230769231, 145.82276113989, 281.632307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 345, '2021-05-23 00:00:00', 7.64311045220544, 10.9357692307693, 10.006506414098, 16.1388461538465, 16.385922269295, 21.9461538461541, 30.2364490894427, 48.7415384615384, 145.580005860906, 282.002307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 360, '2021-05-23 00:00:00', 7.21203725618619, 11.0957692307693, 11.8634507368058, 15.1607692307693, 19.4930712147834, 21.144230769231, 31.355311965623, 49.6373076923076, 145.63244817057, 282.728076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 375, '2021-05-23 00:00:00', 11.4098621578676, 10.7723076923078, 15.9471154903178, 15.5373076923079, 26.6805604254369, 25.1461538461542, 32.9021465023414, 53.7726923076924, 145.671356809138, 282.828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 390, '2021-05-23 00:00:00', 15.0536471481677, 11.9526923076925, 18.0524036030152, 15.0596153846155, 27.6140484424978, 26.3707692307694, 38.5431070960216, 62.053846153846, 145.516502209834, 282.810769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 405, '2021-05-23 00:00:00', 7.85792699224093, 8.84384615384617, 22.176677301928, 20.0619230769233, 23.0667371738212, 26.1603846153848, 39.6132197359183, 63.4053846153845, 145.496405295272, 282.834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 420, '2021-05-23 00:00:00', 18.8528747002027, 16.0626923076928, 19.8119619538687, 20.2473076923081, 19.6966273137931, 25.7334615384619, 42.2064226629073, 65.8550000000001, 145.464759065026, 282.884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 435, '2021-05-23 00:00:00', 8.57896290128, 11.7626923076924, 12.7900540505262, 17.6188461538465, 18.4477335735315, 27.3050000000002, 44.2963582180814, 67.0207692307693, 145.223824279839, 282.627692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 450, '2021-05-23 00:00:00', 9.88090590677082, 12.8915384615385, 12.0668929912193, 18.5776923076923, 19.5295679459082, 28.9680769230768, 47.2460219977868, 68.0811538461536, 145.006502962931, 282.978461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 465, '2021-05-23 00:00:00', 7.36696451422478, 12.4069230769229, 12.8623925516929, 19.686923076923, 18.0453112427065, 27.0346153846153, 45.9627362980054, 67.4, 144.7900361404, 283.591538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 480, '2021-05-23 00:00:00', 10.6625877938491, 15.4423076923078, 16.1879772100732, 20.663076923077, 15.0958469072177, 26.0046153846154, 45.3349326288407, 67.0273076923077, 144.368943404896, 284.339615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 495, '2021-05-23 00:00:00', 9.4582176886637, 12.6046153846155, 12.3061676156556, 18.1657692307695, 17.8669165046631, 27.2157692307692, 46.8903383914161, 66.2323076923077, 143.417210719152, 285.267692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 510, '2021-05-23 00:00:00', 7.74849368984302, 12.9123076923079, 11.0713877387406, 18.3476923076926, 16.8561388954154, 27.5776923076923, 43.8664425746357, 65.3180769230771, 143.182209413256, 285.502692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 525, '2021-05-23 00:00:00', 8.30150059650914, 12.5619230769232, 14.297453221304, 20.8738461538462, 18.2352302299273, 28.4784615384616, 42.9397571506154, 66.2919230769232, 143.109119687901, 285.495384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 540, '2021-05-23 00:00:00', 14.774649557213, 18.5884615384616, 17.9027605649562, 23.8103846153847, 23.4728664075059, 31.6557692307692, 42.8262131877194, 68.0800000000002, 142.694050176754, 286.549615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 555, '2021-05-23 00:00:00', 8.84563055107743, 13.6296153846154, 9.82922888438039, 18.1773076923078, 19.5558189844825, 33.6419230769233, 36.5708636695724, 65.2584615384617, 142.785537308984, 287.376153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 570, '2021-05-23 00:00:00', 8.35985182975048, 12.8988461538463, 16.6851543410486, 20.2207692307693, 29.9669564790184, 41.8561538461539, 37.1744405493051, 68.673076923077, 142.802704161532, 288.130384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 585, '2021-05-23 00:00:00', 12.688911482684, 15.071153846154, 15.854162748677, 29.0326923076925, 27.4038797505866, 42.134230769231, 37.7679619539343, 70.7769230769232, 143.47998919013, 289.205 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 600, '2021-05-23 00:00:00', 12.8502930526292, 24.3965384615387, 21.3649492825549, 35.6453846153848, 24.5620718150186, 42.5403846153849, 36.2316207009205, 70.8911538461541, 143.690613397193, 289.762307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 615, '2021-05-23 00:00:00', 16.0117907949594, 24.5426923076923, 16.4233487309519, 29.4965384615385, 20.0976192581647, 38.2803846153845, 36.9044756176724, 68.0061538461538, 143.262926004548, 288.479230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 630, '2021-05-23 00:00:00', 10.5224368119526, 17.8726923076923, 11.8389412728307, 24.7123076923076, 18.7698109863025, 33.3026923076921, 44.3933465215745, 69.8007692307692, 143.031439466455, 288.200384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 645, '2021-05-23 00:00:00', 9.33567006371052, 17.4565384615385, 14.0771792629063, 26.0599999999999, 19.7101432731006, 33.8896153846154, 44.4028793383765, 70.9284615384615, 143.492709968673, 287.923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 660, '2021-05-23 00:00:00', 10.4853994604953, 19.1346153846154, 13.8697650803685, 24.9107692307691, 17.5510591089584, 31.9303846153846, 45.94029309876, 71.2250000000002, 143.416210824943, 287.309230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 675, '2021-05-23 00:00:00', 9.88299471897959, 15.533846153846, 11.0922081660955, 20.4649999999999, 12.7889682990396, 26.1769230769229, 46.4061021136725, 69.8742307692308, 141.103163137417, 284.870769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 690, '2021-05-23 00:00:00', 7.93670243479378, 14.4515384615385, 10.4500902609277, 19.7623076923076, 12.926310324891, 27.3711538461536, 45.6076580449614, 72.4328846153847, 140.006857258438, 284.039230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 705, '2021-05-23 00:00:00', 6.70169783309826, 12.3553846153847, 9.8865701604986, 18.4715384615383, 16.2934013448577, 28.5007692307692, 61.3097545758734, 89.6269230769233, 138.572607601158, 283.334230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 720, '2021-05-23 00:00:00', 8.44144563813213, 14.6673076923076, 12.0824872439409, 21.005, 17.0362097852237, 31.3303846153848, 69.6611808210613, 98.7557692307696, 138.140873530777, 282.780384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 735, '2021-05-23 00:00:00', 9.02646652052475, 15.3446153846152, 15.45008798083, 23.288846153846, 19.5930372876144, 32.8269230769231, 75.0715252583519, 102.853846153847, 137.657979884931, 282.495 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 750, '2021-05-23 00:00:00', 9.79488082936898, 16.4576923076922, 12.8676127724431, 24.0076923076924, 23.22449809013, 34.8465384615383, 78.8666098919317, 106.029615384616, 137.149074763418, 282.267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 765, '2021-05-23 00:00:00', 9.76915151815236, 16.3042307692308, 14.0193617324262, 23.2392307692306, 27.3091133872923, 35.8949999999997, 80.6607792710645, 130.673846153846, 136.767483513499, 282.281153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 780, '2021-05-23 00:00:00', 8.42915012597072, 15.7596153846155, 15.0425070588444, 23.5611538461537, 25.7114491498364, 36.1157692307693, 83.1473594501864, 139.046538461539, 135.043094714813, 281.386923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 795, '2021-05-23 00:00:00', 13.3553050076049, 17.0296153846151, 18.9170130997307, 25.7338461538459, 28.3482678049022, 39.1765384615384, 86.6377869994027, 150.398076923077, 135.539003074619, 281.932307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 810, '2021-05-23 00:00:00', 13.1000486493517, 18.1911538461535, 19.6796378171801, 27.2761538461537, 35.497598681514, 42.0419230769229, 84.0864727399488, 161.635384615385, 135.881809476528, 280.921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 825, '2021-05-23 00:00:00', 14.001746748174, 17.8500000000002, 20.7357034938439, 28.1192307692307, 31.2190307738969, 40.5976923076923, 82.9387545713473, 167.424615384615, 133.45947914687, 279.686923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 840, '2021-05-23 00:00:00', 12.1156069532712, 21.0396153846152, 24.4317771260803, 30.7684615384616, 28.0052778212636, 38.8946153846155, 81.4550355018976, 168.156153846154, 131.204506426477, 277.591153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 855, '2021-05-23 00:00:00', 18.3961190096003, 19.5388461538463, 18.1208888430322, 27.4026923076926, 21.7398256202757, 36.2950000000001, 76.9911616386034, 169.087692307692, 127.158438517284, 275.946923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 870, '2021-05-23 00:00:00', 9.28844036755012, 18.4973076923076, 12.9859516993733, 24.1984615384616, 16.6822243409426, 36.9348076923076, 74.5875913911857, 171.748461538461, 122.36866646956, 274.258461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 885, '2021-05-23 00:00:00', 9.99539664045416, 16.7250000000002, 12.9552027446061, 25.0730769230769, 49.9480377808166, 57.5769230769232, 73.4077059138787, 172.333461538462, 121.962602568921, 276.205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 900, '2021-05-23 00:00:00', 11.3361535193992, 19.0961538461538, 15.9059701043837, 28.8048076923077, 62.952888222372, 69.6965384615388, 73.9188506445778, 173.016153846154, 122.264625160095, 277.251538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 915, '2021-05-23 00:00:00', 12.0591044587134, 18.9721153846154, 49.0108457023705, 49.8473076923079, 66.6852623736772, 71.6653846153849, 72.0911939709273, 173.908076923077, 120.23949867596, 276.225384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 930, '2021-05-23 00:00:00', 41.6497713374462, 40.7526923076924, 51.4951158983511, 56.1857692307694, 62.9350051561131, 69.8650000000002, 63.903781235181, 170.968076923077, 121.374779321672, 280.060769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 945, '2021-05-23 00:00:00', 32.990668370593, 32.5534615384616, 36.9178075792906, 43.1226923076924, 40.4982758835293, 85.1784615384616, 61.5275072455092, 169.219615384615, 120.092988594416, 280.031538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 960, '2021-05-23 00:00:00', 23.6334050445551, 29.4150000000002, 29.1988991467935, 39.1907692307693, 39.4564414025628, 92.6180769230771, 62.3080763353789, 168.916153846154, 120.570413926724, 283.457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 975, '2021-05-23 00:00:00', 17.6452566430755, 25.9850000000001, 32.0084712753455, 73.4242307692309, 42.7218967113516, 107.478846153846, 63.2473439770703, 173.298076923077, 121.293949165463, 286.701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 990, '2021-05-23 00:00:00', 30.1855312385561, 70.401923076923, 37.3139522760798, 88.8176923076923, 47.4185921618874, 123.178846153846, 62.6709376309185, 173.176538461538, 120.279915216388, 286.797307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 1005, '2021-05-23 00:00:00', 24.0406321848274, 55.5803846153846, 35.4628982372368, 81.990769230769, 51.9398491156249, 113.196923076923, 70.3787434528353, 164.325, 116.900933339039, 274.853461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 1020, '2021-05-23 00:00:00', 21.220880529835, 53.7976923076922, 41.2223315878477, 78.1715384615383, 48.0456856319708, 98.5003846153844, 76.9907987519387, 157.377307692307, 118.056232835817, 268.960769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 1035, '2021-05-23 00:00:00', 31.8285145524478, 53.3988461538461, 37.7746683557199, 69.4957692307691, 40.2535737543886, 84.6599999999999, 76.0136804407853, 145.696923076923, 122.501840875336, 262.015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 1050, '2021-05-23 00:00:00', 19.972115750177, 45.3965384615382, 23.1240306474589, 56.3142307692306, 32.70154087407, 73.2365384615382, 75.8599198776677, 134.570384615384, 122.933974093663, 257.377692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988260 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988260, 3, 1065, '2021-05-23 00:00:00'[...];[ Date: 2021-05-23 17:16:25 - Database: acaweb_fx - User: pgperfstats ]
6 25s427ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1050, '2021-05-23 00:00:00', 0.000210215640199815, 0.000566153846153849, 0.000303069235552629, 0.000835192307692313, 0.000364918325951686, 0.00109423076923078, 0.000539043169385852, 0.00160653846153846, 0.00209169688199649, 0.00561538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1065, '2021-05-23 00:00:00', 0.000184496925135944, 0.000513653846153851, 0.000240492203615841, 0.000722500000000006, 0.000332371201196215, 0.000963846153846148, 0.000555570012205068, 0.00143403846153846, 0.00206902775383845, 0.00562461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1080, '2021-05-23 00:00:00', 0.000177930842226381, 0.000514230769230773, 0.000237043001616558, 0.000634230769230774, 0.000342490201993506, 0.000856538461538471, 0.000665833428002962, 0.00142807692307693, 0.00207849954201433, 0.00562788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1095, '2021-05-23 00:00:00', 0.000133447194972963, 0.000411923076923081, 0.000232280086235434, 0.000604038461538452, 0.000337058771410303, 0.000806153846153854, 0.00063854549262668, 0.00141211538461539, 0.00210469154509632, 0.0056725 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1110, '2021-05-23 00:00:00', 0.000199854658728248, 0.000428269230769231, 0.000241834654257834, 0.000560000000000001, 0.000315426512226518, 0.000791730769230772, 0.000629683681273013, 0.00140846153846153, 0.00212702042411805, 0.00568826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1125, '2021-05-23 00:00:00', 0.000190191907131877, 0.000390192307692315, 0.000229296667089727, 0.000554807692307702, 0.000296776852197059, 0.000722500000000002, 0.000666708591630439, 0.00138711538461537, 0.00222353955526905, 0.00569692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1140, '2021-05-23 00:00:00', 0.000204375596917505, 0.000424230769230769, 0.000248300144056464, 0.000535192307692304, 0.00029152938893941, 0.000680769230769233, 0.000671893335170222, 0.00141942307692306, 0.00223116023628962, 0.005705 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1155, '2021-05-23 00:00:00', 0.000135842244477238, 0.000318653846153837, 0.000210646349636993, 0.000451730769230765, 0.000270337680574613, 0.000602307692307684, 0.00066572669952582, 0.00147403846153845, 0.0022657999436436, 0.00572923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1170, '2021-05-23 00:00:00', 0.000139457741048907, 0.000327307692307697, 0.000214647116485133, 0.000454230769230769, 0.000252102848365195, 0.00063038461538462, 0.000639911291929175, 0.00145730769230767, 0.00223659074348574, 0.00576192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1185, '2021-05-23 00:00:00', 0.000193864742698445, 0.00033653846153845, 0.000228185147497501, 0.000442307692307682, 0.000275597323309537, 0.000618269230769212, 0.000636336298363835, 0.00146173076923075, 0.00221891505019907, 0.00580499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1200, '2021-05-23 00:00:00', 0.000126651702894794, 0.000294423076923071, 0.000175431336556925, 0.000451923076923074, 0.000225016580585652, 0.000642692307692304, 0.000580133141217131, 0.00142769230769229, 0.00222838206225606, 0.00579884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1215, '2021-05-23 00:00:00', 0.000119794054045327, 0.000318846153846163, 0.000153999625374161, 0.000423269230769228, 0.000275841439961434, 0.000682499999999996, 0.000547607664159437, 0.00141192307692307, 0.00224024504154206, 0.00582038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1230, '2021-05-23 00:00:00', 0.000142383150472445, 0.000305192307692287, 0.000215994301919131, 0.000498461538461533, 0.000340802672434452, 0.000697307692307683, 0.000542505760338074, 0.00140249999999999, 0.00227911922933804, 0.00587730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1245, '2021-05-23 00:00:00', 0.000164605472383088, 0.000405192307692306, 0.000220348325646881, 0.000540769230769225, 0.000333310435110951, 0.000709615384615392, 0.000524835542007064, 0.00135788461538461, 0.00231469573511376, 0.00594711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1260, '2021-05-23 00:00:00', 0.000173807253986878, 0.000394807692307683, 0.000291438936736595, 0.00050057692307691, 0.000462359209340032, 0.000770961538461538, 0.000531126125829311, 0.0013051923076923, 0.0023883847132448, 0.00599346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1275, '2021-05-23 00:00:00', 0.000148285587245066, 0.000278846153846157, 0.000189417832805181, 0.000411346153846154, 0.000322726664532073, 0.000682499999999996, 0.000471509401162488, 0.00123634615384615, 0.0024055274569528, 0.0060078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1290, '2021-05-23 00:00:00', 0.0001215003956942, 0.000282884615384624, 0.000215842178810928, 0.000509615384615388, 0.000280129159770707, 0.000652115384615378, 0.000453016046582831, 0.00124653846153846, 0.00240213933497108, 0.00602576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1305, '2021-05-23 00:00:00', 0.000202060539290733, 0.000417692307692315, 0.000238728684106832, 0.000514230769230773, 0.000314417899275161, 0.000633846153846152, 0.000476085965088062, 0.00131538461538462, 0.002399094901448, 0.00603288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1320, '2021-05-23 00:00:00', 0.000180223899209154, 0.000320576923076914, 0.000195695210428397, 0.000413846153846145, 0.000279903623523404, 0.00070596153846153, 0.00044597417138042, 0.00132019230769231, 0.00242421267948679, 0.00606634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1335, '2021-05-23 00:00:00', 0.000163711754194807, 0.00030153846153846, 0.000210083225266709, 0.0003951923076923, 0.000392352667105255, 0.000933846153846144, 0.000482190195478269, 0.00134076923076924, 0.00243016663721138, 0.00608326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1350, '2021-05-23 00:00:00', 0.000136132429867149, 0.000244038461538442, 0.000271698645278477, 0.000566923076923076, 0.000400961152923637, 0.000909615384615374, 0.000475941536487239, 0.00141788461538463, 0.00245532583612407, 0.00609980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1365, '2021-05-23 00:00:00', 0.000261295588587673, 0.000534230769230768, 0.000407585385108247, 0.000869615384615377, 0.000392917881418564, 0.000952692307692302, 0.00048013940283404, 0.00143538461538462, 0.00245532583612407, 0.00609980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1380, '2021-05-23 00:00:00', 0.000355143091421766, 0.000616153846153847, 0.000350034503793767, 0.000656923076923081, 0.000391551352364484, 0.000837307692307695, 0.000471711654101709, 0.00143826923076924, 0.00244745765265477, 0.00609480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1395, '2021-05-23 00:00:00', 0.000110973489557705, 0.000208653846153855, 0.000271421967820184, 0.000473269230769248, 0.000264159916600633, 0.000662692307692328, 0.000466506327766453, 0.00139692307692309, 0.00241860830930643, 0.00605692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1410, '2021-05-23 00:00:00', 0.000231568315223361, 0.000401730769230783, 0.000241168070982741, 0.000510961538461551, 0.000239918976707997, 0.000723653846153864, 0.000516856363025554, 0.00144750000000001, 0.00241984761122233, 0.00604769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 1, 1425, '2021-05-23 00:00:00', 0.000222563819715028, 0.000350576923076931, 0.000224075965827516, 0.000554038461538462, 0.000260048811986102, 0.000694230769230774, 0.000547593932932622, 0.00148134615384616, 0.00241582876367192, 0.00604384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 0, '2021-05-23 00:00:00', 0.000130764615303168, 0.000375769230769224, 0.000170036647633562, 0.000497692307692306, 0.000184107410121207, 0.000561538461538468, 0.000524723223746067, 0.0014773076923077, 0.00241565439453705, 0.00599692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 15, '2021-05-23 00:00:00', 0.000127435654955132, 0.000264615384615389, 0.000115892689090453, 0.000321346153846154, 0.000176218505096555, 0.000529807692307704, 0.00045353296886352, 0.00140692307692308, 0.00241778025978693, 0.00600423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 30, '2021-05-23 00:00:00', 7.12633253396334e-05, 0.000192692307692319, 9.94803807483868e-05, 0.000287115384615391, 0.000244279867869121, 0.000539423076923088, 0.000469918487203243, 0.00143923076923078, 0.00242087607314757, 0.00598019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 45, '2021-05-23 00:00:00', 0.000114346470800873, 0.000208653846153851, 0.00018976341545765, 0.000393076923076936, 0.00033701107035002, 0.000617692307692319, 0.00048288699107953, 0.00146461538461539, 0.0024084124359292, 0.0059623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 60, '2021-05-23 00:00:00', 0.000166986871893024, 0.000323846153846166, 0.000241298809331128, 0.00043365384615386, 0.000307762145920423, 0.000636538461538468, 0.00049820311736664, 0.0014871153846154, 0.00240329031666044, 0.00595288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 75, '2021-05-23 00:00:00', 0.000193173895353801, 0.000263076923076947, 0.00027577080784874, 0.000453461538461559, 0.000244427195389881, 0.000695576923076932, 0.000496030124705515, 0.00146673076923077, 0.00237046812157106, 0.00593365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 90, '2021-05-23 00:00:00', 0.000164635845241746, 0.000325192307692307, 0.000196837789523795, 0.000448653846153843, 0.000261606354310028, 0.000718269230769231, 0.000544400163906595, 0.00145653846153846, 0.00232957279015174, 0.00590923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 105, '2021-05-23 00:00:00', 0.000130365315113386, 0.000298653846153838, 0.000201027074334253, 0.000516730769230764, 0.000279805220713369, 0.000720192307692303, 0.000557558551599315, 0.00148346153846154, 0.00233950528136579, 0.00591480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 120, '2021-05-23 00:00:00', 0.000214726301638595, 0.000420769230769229, 0.000257744133709258, 0.000585961538461538, 0.000261305082525853, 0.000737115384615388, 0.000595691324299882, 0.00148192307692307, 0.00231487653766142, 0.00594576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 135, '2021-05-23 00:00:00', 0.000199533301635438, 0.000378461538461541, 0.000185709864698012, 0.000483076923076911, 0.000203710956617838, 0.000683076923076919, 0.000522307049393515, 0.00139942307692307, 0.00233469694953195, 0.00596461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 150, '2021-05-23 00:00:00', 0.000116432383811365, 0.000317499999999992, 0.000150498658312457, 0.000450384615384603, 0.000253378479445586, 0.000734423076923067, 0.000498002162491444, 0.00136692307692308, 0.00237992815017596, 0.005975 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 165, '2021-05-23 00:00:00', 0.000117748101405574, 0.000321153846153828, 0.000157634557905791, 0.000500576923076914, 0.000315394807527623, 0.000731730769230763, 0.000479354213018371, 0.0013623076923077, 0.00236551852341413, 0.00598826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 180, '2021-05-23 00:00:00', 0.000167965312353014, 0.000377115384615387, 0.000283306642785084, 0.000544423076923074, 0.000376844183266173, 0.000761538461538459, 0.000472271475058419, 0.00134788461538462, 0.00235288981075154, 0.0059823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 195, '2021-05-23 00:00:00', 0.0001510095514045, 0.000363269230769228, 0.000177403169688107, 0.000491730769230771, 0.000261591945888731, 0.000697115384615374, 0.000374128988451853, 0.0012475, 0.00232925152223759, 0.00592057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 210, '2021-05-23 00:00:00', 9.30409339195131e-05, 0.000316153846153846, 0.000202583031410302, 0.000488269230769231, 0.000288360618243618, 0.000679615384615387, 0.000396120999385098, 0.00117961538461538, 0.00232483537878739, 0.00587153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 225, '2021-05-23 00:00:00', 0.000187523229330293, 0.000355192307692303, 0.000231192893156674, 0.000463076923076904, 0.000295055144780663, 0.000661538461538461, 0.000426891672441618, 0.0011375, 0.00231733521528499, 0.0058725 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 240, '2021-05-23 00:00:00', 0.000148817518613079, 0.000265576923076908, 0.000258823967502723, 0.000429615384615381, 0.000268939870317058, 0.000620576923076932, 0.000395952842957537, 0.00111057692307693, 0.00228695299470715, 0.00586000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 255, '2021-05-23 00:00:00', 0.000204910956271262, 0.000317500000000009, 0.000183384421786167, 0.000445384615384638, 0.00030339242168924, 0.000590192307692318, 0.000410058391714379, 0.00123326923076923, 0.00224623918172986, 0.0058473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 270, '2021-05-23 00:00:00', 9.1727229410806e-05, 0.000288269230769232, 0.000134805843288101, 0.000416153846153848, 0.000287499632106801, 0.000539038461538466, 0.000475299783942077, 0.00139826923076923, 0.0022389332281245, 0.00586 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 285, '2021-05-23 00:00:00', 0.000106742140766345, 0.000276730769230759, 0.000210880571377767, 0.000353846153846145, 0.000232341260947033, 0.000532692307692313, 0.000532766690169216, 0.00154211538461538, 0.00223178283338335, 0.00587384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 300, '2021-05-23 00:00:00', 0.000194607296882729, 0.000254999999999992, 0.000209989010701487, 0.000369230769230763, 0.000213817769283892, 0.000549038461538454, 0.000782232726534455, 0.00177096153846155, 0.00222748284980016, 0.00588461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 315, '2021-05-23 00:00:00', 9.4445955241817e-05, 0.00023096153846154, 0.000124062019229829, 0.00034423076923077, 0.00019818260810133, 0.000492884615384612, 0.000852015822352161, 0.00201980769230768, 0.00222119902651352, 0.00590134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 330, '2021-05-23 00:00:00', 9.87679876509215e-05, 0.000243653846153837, 0.000159665154427803, 0.000350192307692305, 0.000185880441309831, 0.000476538461538453, 0.000912013769295508, 0.00221865384615384, 0.0022179788876709, 0.00591288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 345, '2021-05-23 00:00:00', 0.000125257273702493, 0.000249230769230767, 0.000151997975695021, 0.000349230769230756, 0.000166525234862928, 0.000459423076923076, 0.000953922670628219, 0.00235230769230768, 0.00223951344303589, 0.0059176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 360, '2021-05-23 00:00:00', 8.34137048322894e-05, 0.0002303846153846, 9.45745534160582e-05, 0.000297884615384615, 0.000171402024043336, 0.000474423076923072, 0.000914618709963553, 0.00245923076923076, 0.00224281464647918, 0.00592153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 375, '2021-05-23 00:00:00', 8.04707304648115e-05, 0.000198461538461558, 9.3882086437428e-05, 0.000315384615384632, 0.000170878274263826, 0.000495769230769229, 0.000922112728800223, 0.00256326923076923, 0.00225399557197026, 0.00592403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 390, '2021-05-23 00:00:00', 8.46933382177203e-05, 0.000240192307692301, 0.000139671179781435, 0.000375961538461525, 0.000152120524079276, 0.000529423076923069, 0.000977328934470813, 0.00264961538461538, 0.00225321988411114, 0.00591961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 405, '2021-05-23 00:00:00', 9.76445673781413e-05, 0.000277307692307698, 0.000110449605633593, 0.000401346153846157, 0.000173518453906665, 0.000544423076923078, 0.00113588664114798, 0.00280230769230769, 0.00225263886279045, 0.00591538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 420, '2021-05-23 00:00:00', 0.000100409929021743, 0.000316923076923078, 0.0001390695730699, 0.000422884615384615, 0.000195790802801187, 0.000604038461538465, 0.00120160336794058, 0.00287442307692307, 0.00226004391550253, 0.0059125 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 435, '2021-05-23 00:00:00', 0.000101354101279398, 0.000290576923076914, 0.000149470861580232, 0.000411538461538463, 0.000345564922098012, 0.00082134615384615, 0.00123160957849724, 0.00295807692307692, 0.00228785616815259, 0.00594538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 450, '2021-05-23 00:00:00', 0.000126168995338061, 0.000298846153846169, 0.000129989940439189, 0.000464230769230779, 0.000417703289981704, 0.000999038461538452, 0.00120436866640385, 0.00301326923076923, 0.00229588328067034, 0.00594903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 465, '2021-05-23 00:00:00', 0.000115350969453422, 0.000360384615384619, 0.000297434672853363, 0.000689230769230763, 0.000517932316635484, 0.00118173076923076, 0.00128097637040598, 0.0031826923076923, 0.00229772235887228, 0.00594096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 480, '2021-05-23 00:00:00', 0.000258766080882668, 0.000581730769230771, 0.000383255287484218, 0.000848846153846138, 0.000794171484097642, 0.00143288461538461, 0.00125721078643896, 0.00328019230769231, 0.00229903077404372, 0.00592250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 495, '2021-05-23 00:00:00', 0.000236763513951065, 0.000555192307692298, 0.000422803100199692, 0.000892692307692293, 0.000810320069716036, 0.00160384615384615, 0.00119085270031442, 0.00323307692307692, 0.00234665946695429, 0.00593057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 510, '2021-05-23 00:00:00', 0.000385895212958941, 0.000636346153846151, 0.000715849925183079, 0.00103134615384616, 0.00083001568567199, 0.00173403846153846, 0.0011457643904667, 0.00315403846153846, 0.00243336626602232, 0.00590923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 525, '2021-05-23 00:00:00', 0.00039421645752633, 0.000726153846153829, 0.000491717437621991, 0.00116403846153845, 0.000657637730529037, 0.00176423076923076, 0.0010294749408539, 0.00301942307692308, 0.00232869534289052, 0.00591 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 540, '2021-05-23 00:00:00', 0.000321435302737833, 0.000939423076923078, 0.000531686467760842, 0.00133250000000001, 0.00052107688049329, 0.00174365384615384, 0.000956399739407361, 0.00292269230769231, 0.00221686531980494, 0.00586461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 555, '2021-05-23 00:00:00', 0.000378750374460332, 0.0008103846153846, 0.000424777045591614, 0.00114653846153845, 0.000420979855173078, 0.00158596153846153, 0.000887651698844513, 0.00281346153846153, 0.00218851762264219, 0.00576076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 570, '2021-05-23 00:00:00', 0.00026847324748546, 0.000778269230769222, 0.000343462460158995, 0.00103769230769229, 0.000420561575113019, 0.00142403846153846, 0.000929793856392169, 0.00268884615384616, 0.00210718500702862, 0.00564557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 585, '2021-05-23 00:00:00', 0.00026339820687434, 0.000751153846153839, 0.00032366798040347, 0.00104980769230769, 0.000448961194142825, 0.00145307692307693, 0.000943097352018669, 0.00262384615384617, 0.00207284150011895, 0.00580326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 600, '2021-05-23 00:00:00', 0.000240712723769666, 0.000706153846153835, 0.000366087211131239, 0.000975384615384604, 0.000472071091451922, 0.00146634615384614, 0.000930187429417406, 0.00259057692307693, 0.00202089832462239, 0.00579403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 615, '2021-05-23 00:00:00', 0.000288617660315785, 0.000698076923076927, 0.000398866326171885, 0.00102711538461538, 0.000607022366841746, 0.00147192307692307, 0.000936511283762998, 0.00259576923076924, 0.00195461636015476, 0.00576634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 630, '2021-05-23 00:00:00', 0.000308760362641427, 0.000735192307692307, 0.000388289394454899, 0.00106442307692307, 0.000607328481643491, 0.00158673076923076, 0.000919171031209868, 0.00264076923076923, 0.00196490105446716, 0.00572692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 645, '2021-05-23 00:00:00', 0.000410205998905989, 0.00076480769230769, 0.000550474899867929, 0.00109615384615385, 0.000760414790654513, 0.00161557692307691, 0.000986873540336047, 0.00277923076923077, 0.00197666097633981, 0.00570115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 660, '2021-05-23 00:00:00', 0.000278411496778526, 0.000714807692307687, 0.000389563068854553, 0.00104423076923076, 0.000671586210744043, 0.00153596153846154, 0.00101293526256809, 0.00275538461538461, 0.0019575505494996, 0.00568692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 675, '2021-05-23 00:00:00', 0.000293854490417385, 0.000687692307692299, 0.000494360348173435, 0.00105807692307692, 0.000619632676548092, 0.00143442307692307, 0.00104905312617544, 0.0027026923076923, 0.00197931931772983, 0.00566980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 690, '2021-05-23 00:00:00', 0.000351850328756641, 0.000734423076923067, 0.000399881184276619, 0.0010301923076923, 0.000520005621271389, 0.00133461538461538, 0.00105209132390975, 0.00270807692307692, 0.00198095203413372, 0.00566480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 705, '2021-05-23 00:00:00', 0.000236043102322124, 0.00064788461538462, 0.000380786837199781, 0.000911153846153841, 0.000378997513691859, 0.00118134615384617, 0.00109939999370287, 0.00278788461538462, 0.00195587419958837, 0.00559826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 720, '2021-05-23 00:00:00', 0.000286786774182758, 0.000619423076923083, 0.000353728763972544, 0.000869038461538467, 0.000307022737819949, 0.00114019230769232, 0.00120532127858734, 0.00293076923076924, 0.00195062724625855, 0.00558942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 735, '2021-05-23 00:00:00', 0.000191541519901439, 0.000608076923076936, 0.000232036552160344, 0.000835192307692335, 0.000267175036259009, 0.00109750000000002, 0.00117253527091447, 0.00293480769230769, 0.00198102413296372, 0.00555615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 750, '2021-05-23 00:00:00', 0.000184813523481216, 0.000540961538461555, 0.000235230492528896, 0.000769230769230774, 0.000323716162472861, 0.00104192307692309, 0.00119739590843567, 0.00294019230769231, 0.00196482209020407, 0.00553538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 765, '2021-05-23 00:00:00', 0.000231955897664932, 0.000593461538461532, 0.000265625024886881, 0.000809423076923076, 0.000396526311087442, 0.00107634615384616, 0.00115142254824864, 0.00297173076923076, 0.00193638164745884, 0.00554673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 780, '2021-05-23 00:00:00', 0.000213399589070334, 0.000525769230769234, 0.00025607000244825, 0.000725384615384619, 0.000482541070392337, 0.00121673076923077, 0.00131745150253754, 0.0032076923076923, 0.00189666111485827, 0.00553923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 795, '2021-05-23 00:00:00', 0.000227063613587417, 0.000548269230769227, 0.000406192120137174, 0.000820961538461528, 0.000530872866136511, 0.00138, 0.00133193895679021, 0.00322423076923076, 0.00187316671400641, 0.00553846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 810, '2021-05-23 00:00:00', 0.000324767609222343, 0.000639999999999978, 0.000465637363026373, 0.00101192307692305, 0.000562433072941526, 0.00154480769230769, 0.00128879239839232, 0.0032353846153846, 0.0018281552282182, 0.00555653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 825, '2021-05-23 00:00:00', 0.000379228619903405, 0.000722115384615359, 0.0004335321831723, 0.00107307692307691, 0.000788143997971457, 0.00173480769230768, 0.00125273235216219, 0.00320211538461536, 0.00181346591238562, 0.00554115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 840, '2021-05-23 00:00:00', 0.000257339046037309, 0.000745769230769231, 0.000389714688537059, 0.00109153846153847, 0.000782731017753763, 0.00168461538461539, 0.00116619257217005, 0.00313634615384614, 0.00175605406654106, 0.00552826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 855, '2021-05-23 00:00:00', 0.000289562003457215, 0.000786923076923074, 0.000637889066796459, 0.0012576923076923, 0.000686904203375805, 0.00159923076923076, 0.00108893688451698, 0.00306153846153844, 0.00172023622036224, 0.0054755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 870, '2021-05-23 00:00:00', 0.000637717715463018, 0.000948269230769234, 0.000659478611072055, 0.00120903846153846, 0.000629301077508872, 0.00162961538461538, 0.00104611774966007, 0.00300711538461537, 0.00164511229450713, 0.00540769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 885, '2021-05-23 00:00:00', 0.000347246808702185, 0.000822884615384609, 0.000377973747562116, 0.00109192307692307, 0.000479388111594829, 0.00161980769230769, 0.00098695727052702, 0.00284057692307692, 0.001689511957296, 0.00543557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 900, '2021-05-23 00:00:00', 0.000270419119146556, 0.000737499999999998, 0.0004403566736181, 0.001095, 0.000610651606577255, 0.00171076923076923, 0.00104214113911992, 0.00279192307692307, 0.00170691904183667, 0.00538615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 915, '2021-05-23 00:00:00', 0.000337443841481569, 0.000812115384615389, 0.000485021807598525, 0.00119307692307692, 0.000574091121151171, 0.00162384615384615, 0.00103727520270845, 0.00271461538461538, 0.00166225061750164, 0.00532634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 930, '2021-05-23 00:00:00', 0.000332958763905593, 0.000848461538461537, 0.000498250477633032, 0.00125153846153845, 0.0004873465044346, 0.00156384615384615, 0.000914043194569313, 0.0026251923076923, 0.00166908916893201, 0.00526942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 945, '2021-05-23 00:00:00', 0.000283747517779708, 0.000889423076923075, 0.000354280039169354, 0.00120288461538462, 0.000374763720434414, 0.00149538461538461, 0.000841535889814662, 0.00255557692307691, 0.00158080549088115, 0.00528999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 960, '2021-05-23 00:00:00', 0.00030924100633646, 0.000840000000000012, 0.000368531597643309, 0.00111846153846154, 0.000602408626968558, 0.00161307692307692, 0.000856644639545208, 0.00246403846153846, 0.0015964235508931, 0.00538692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 975, '2021-05-23 00:00:00', 0.000253026982446854, 0.000755576923076924, 0.000234050947773872, 0.00100961538461539, 0.000649319999336589, 0.00151230769230769, 0.000818628426088426, 0.00244249999999999, 0.00164539057790123, 0.00542692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 990, '2021-05-23 00:00:00', 0.000217338091815128, 0.000775384615384622, 0.000559556039676503, 0.00129519230769231, 0.000638479323199943, 0.00163038461538461, 0.000871190343945926, 0.00247115384615384, 0.0016223558369046, 0.00543730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1005, '2021-05-23 00:00:00', 0.000436510639574265, 0.00103346153846154, 0.000557148543927021, 0.0012225, 0.000566713908287206, 0.00151557692307692, 0.000931877756922102, 0.00237807692307691, 0.00156568418320504, 0.00543480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1020, '2021-05-23 00:00:00', 0.000438040962257385, 0.000793269230769222, 0.000549468274439379, 0.00107076923076923, 0.000518837161352201, 0.00130499999999998, 0.000979830283577406, 0.00216923076923075, 0.00149672925458765, 0.00544769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1035, '2021-05-23 00:00:00', 0.000291600160915873, 0.000660576923076912, 0.000271119899675413, 0.000844999999999993, 0.000317622659528808, 0.00114692307692308, 0.000820602241321287, 0.00197403846153845, 0.0013505342105427, 0.00536942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1050, '2021-05-23 00:00:00', 0.000201028987576826, 0.000574423076923065, 0.000232455454789811, 0.000833461538461529, 0.00034569222638732, 0.00110865384615384, 0.000837753865083016, 0.00190346153846153, 0.001329209901234, 0.00537519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1065, '2021-05-23 00:00:00', 0.000221661557681632, 0.000559615384615383, 0.000280856930455026, 0.000766153846153844, 0.000309967554133314, 0.00106173076923076, 0.000752874389359775, 0.0017803846153846, 0.00127608850971059, 0.00532826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1080, '2021-05-23 00:00:00', 0.000213464552993272, 0.000491346153846162, 0.000248318111734499, 0.000668269230769228, 0.000359260137162269, 0.000974615384615386, 0.000655747635556884, 0.0017501923076923, 0.00122565186737508, 0.00529749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1095, '2021-05-23 00:00:00', 0.000185034820007982, 0.000511730769230761, 0.000299101732114421, 0.000729615384615378, 0.000360052560265655, 0.000950384615384616, 0.000628987250696265, 0.0017001923076923, 0.0012113492318644, 0.00527480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1110, '2021-05-23 00:00:00', 0.000231680565899227, 0.000473269230769214, 0.000252573523187585, 0.000659230769230762, 0.000331460172801869, 0.00086538461538461, 0.000614806442336493, 0.00158980769230769, 0.00115061202777545, 0.00523096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1125, '2021-05-23 00:00:00', 0.00018300241696597, 0.000451730769230782, 0.000198983571026521, 0.000622307692307704, 0.000331209729046999, 0.000826730769230767, 0.000591057852173017, 0.00148076923076923, 0.0011250300508807, 0.00521884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1140, '2021-05-23 00:00:00', 0.00018317163031934, 0.000434615384615384, 0.000247035344714979, 0.000572692307692306, 0.000306713409202476, 0.000791346153846159, 0.000568228962519648, 0.0014480769230769, 0.00113284734866822, 0.00522365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1155, '2021-05-23 00:00:00', 0.000194770081417496, 0.000349230769230764, 0.000281122475362324, 0.000520384615384613, 0.000341171567486994, 0.000795961538461531, 0.000551820204832638, 0.00141153846153845, 0.00114911459226391, 0.0052478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1170, '2021-05-23 00:00:00', 0.000131725238513885, 0.000358461538461534, 0.000159700199893912, 0.000533076923076935, 0.000282359903995974, 0.000796346153846157, 0.000480825892045696, 0.00136846153846153, 0.00114911459226391, 0.0052478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1185, '2021-05-23 00:00:00', 0.000107488997648049, 0.00035173076923078, 0.000235226241340924, 0.000570769230769229, 0.000397409689789351, 0.00078230769230768, 0.000480550845784939, 0.00135634615384614, 0.00123146655846409, 0.00530826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1200, '2021-05-23 00:00:00', 0.000269071623293011, 0.000406538461538456, 0.000310054585764905, 0.000594615384615386, 0.000454062728638299, 0.000884807692307673, 0.000471674798335264, 0.00135865384615384, 0.00124614439217686, 0.0053153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1215, '2021-05-23 00:00:00', 0.000179283188108812, 0.000372307692307689, 0.000239065568733459, 0.000532115384615373, 0.000343589927764973, 0.000769038461538452, 0.000380366220291009, 0.0013526923076923, 0.00127445139026714, 0.00534211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1230, '2021-05-23 00:00:00', 0.000121582672095361, 0.000332884615384614, 0.000260455296622008, 0.000569807692307685, 0.000260312238549132, 0.000692307692307693, 0.000417494357400843, 0.00134653846153847, 0.00132347800830295, 0.00538596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1245, '2021-05-23 00:00:00', 0.000209340723371103, 0.00044153846153845, 0.000227723601020041, 0.000534038461538467, 0.000237600181300104, 0.000649615384615392, 0.000440560875039299, 0.00130826923076924, 0.00153988137655021, 0.00552557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1260, '2021-05-23 00:00:00', 0.000128642767143978, 0.000345192307692332, 0.000160137921324576, 0.000446923076923101, 0.000292298648645515, 0.000712500000000013, 0.000490747036512866, 0.00128057692307693, 0.00158183706493431, 0.0055775 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1275, '2021-05-23 00:00:00', 0.000119715688837543, 0.000284615384615387, 0.000161091946988721, 0.000401153846153848, 0.000267553948549842, 0.000738653846153856, 0.000478430808436853, 0.00126903846153848, 0.00157504242922092, 0.00557557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1290, '2021-05-23 00:00:00', 0.000112945187523048, 0.000283846153846152, 0.000248460490590774, 0.000566153846153853, 0.000310705648484229, 0.000775, 0.000481999840408545, 0.00125538461538462, 0.00155687157960591, 0.00556134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1305, '2021-05-23 00:00:00', 0.000197572674068196, 0.000455192307692305, 0.000228428409926477, 0.000586538461538457, 0.000282131788626959, 0.000697115384615378, 0.000456609073665706, 0.00122038461538461, 0.00155284830107575, 0.00555038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1320, '2021-05-23 00:00:00', 0.00017391565152727, 0.000319423076923069, 0.000226660454288938, 0.000470192307692292, 0.000234580804513412, 0.000646923076923066, 0.000441968150610254, 0.00122961538461539, 0.00154639769986696, 0.00555038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1335, '2021-05-23 00:00:00', 0.00015486321507905, 0.000293846153846157, 0.000136826673063177, 0.000351538461538467, 0.000403437536867669, 0.000730384615384614, 0.000468146467875829, 0.00127134615384616, 0.00155445292132485, 0.00554826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1350, '2021-05-23 00:00:00', 8.77831681780998e-05, 0.000208269230769229, 0.000189647446189386, 0.000503076923076918, 0.000392251342106845, 0.000731346153846158, 0.00053574236776215, 0.00133326923076924, 0.00155445292132485, 0.00554826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1365, '2021-05-23 00:00:00', 0.000188006546530866, 0.000432307692307698, 0.000363355727373856, 0.000654230769230777, 0.000360780350820911, 0.000752692307692315, 0.000630434679102756, 0.00141826923076925, 0.00155126951732592, 0.00555134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1380, '2021-05-23 00:00:00', 0.0003351099130825, 0.00049557692307692, 0.000337866894592451, 0.000559038461538464, 0.000366002942400955, 0.000678076923076929, 0.000657736006195624, 0.00141557692307693, 0.0015427641152764, 0.00556634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1395, '2021-05-23 00:00:00', 0.000181085296519023, 0.00026673076923077, 0.000234952368331573, 0.000393846153846159, 0.000290671702202908, 0.00067096153846154, 0.00055923921536317, 0.00137750000000001, 0.00153792277489425, 0.00550730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1410, '2021-05-23 00:00:00', 0.000222789051657528, 0.000294807692307702, 0.000263832406010964, 0.000406538461538486, 0.0003173854729844, 0.000708461538461564, 0.000554411815835912, 0.00138230769230771, 0.00153927080638353, 0.00550615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 2, 1425, '2021-05-23 00:00:00', 0.000217733429114251, 0.000285384615384636, 0.000279703689368141, 0.000571923076923083, 0.000305030137224794, 0.000684230769230785, 0.000555657233857767, 0.00139519230769231, 0.00153772205400865, 0.00550365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 0, '2021-05-23 00:00:00', 0.000263954614397129, 0.000465961538461525, 0.000298985785615291, 0.000567500000000003, 0.000337969730096542, 0.00065653846153845, 0.000596546761336902, 0.00138903846153846, 0.00154359450633901, 0.00548499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 15, '2021-05-23 00:00:00', 0.000217477850331048, 0.000281153846153843, 0.000218299459106416, 0.000349423076923077, 0.000264762084782661, 0.000515192307692305, 0.000548826019791347, 0.00133499999999999, 0.00155133526852986, 0.00544865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 30, '2021-05-23 00:00:00', 0.000114966884864222, 0.000230769230769231, 0.000205843480493147, 0.00033346153846152, 0.000258045315042492, 0.000529230769230756, 0.000559653464207995, 0.00133999999999998, 0.00155251018824849, 0.00545173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 45, '2021-05-23 00:00:00', 0.000166515880508544, 0.000233461538461518, 0.000207576121347911, 0.000409615384615382, 0.000280912524024552, 0.000535384615384608, 0.000518941822736058, 0.00136115384615384, 0.00155756156811264, 0.00544096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 60, '2021-05-23 00:00:00', 0.000192822357465262, 0.000332692307692318, 0.000240166288545748, 0.000414615384615394, 0.000374330787488207, 0.000641538461538454, 0.000547358692688393, 0.00137653846153846, 0.00155845916261493, 0.00543980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 75, '2021-05-23 00:00:00', 0.000103951356967497, 0.000223269230769225, 0.000161848575954379, 0.000345192307692319, 0.000329988111673973, 0.000698076923076927, 0.000565451929535481, 0.00135826923076923, 0.00156409762630578, 0.00545076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 90, '2021-05-23 00:00:00', 0.000131187036179412, 0.000274038461538463, 0.000305887862811505, 0.000479230769230766, 0.000382674193618457, 0.000798461538461543, 0.000594918902036241, 0.00137249999999999, 0.00156937220422199, 0.00545865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 105, '2021-05-23 00:00:00', 0.000283688887014257, 0.000359230769230783, 0.000287806291693676, 0.000582692307692325, 0.000494856195117492, 0.000874423076923105, 0.000595296984705952, 0.0013525, 0.00156854514905226, 0.00546326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 120, '2021-05-23 00:00:00', 0.000222181145776292, 0.000472692307692317, 0.000315946015349749, 0.000656730769230784, 0.000436190854487419, 0.000877692307692323, 0.000565451487411058, 0.00131076923076923, 0.00156786842069587, 0.00546423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 135, '2021-05-23 00:00:00', 0.000248656698775949, 0.000388076923076929, 0.000306699552305869, 0.000573846153846164, 0.000283752600801372, 0.000791538461538459, 0.000411152460960466, 0.00118711538461539, 0.00156245715018167, 0.0054728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 150, '2021-05-23 00:00:00', 0.000235472683374078, 0.00039423076923079, 0.000237915628225321, 0.000565384615384626, 0.000228597143127721, 0.000714423076923094, 0.000438080472059651, 0.00114250000000001, 0.00157039501400124, 0.00546749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 165, '2021-05-23 00:00:00', 0.000192614501411091, 0.000387115384615376, 0.000201805313645069, 0.000520769230769218, 0.000220154229156259, 0.000631730769230762, 0.000406314391346637, 0.00108423076923075, 0.0015811071705028, 0.00545673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 180, '2021-05-23 00:00:00', 0.000129586324064742, 0.000346153846153834, 0.000150066267413373, 0.000426730769230764, 0.000208638074554594, 0.000575384615384602, 0.000393541562656936, 0.00110480769230768, 0.00160148014469307, 0.0054555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 195, '2021-05-23 00:00:00', 0.000130539708076178, 0.00026884615384616, 0.000206950848865492, 0.000404423076923083, 0.000247898940327276, 0.000566730769230767, 0.000419333216134672, 0.00112211538461537, 0.00160380355597368, 0.00545461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 210, '2021-05-23 00:00:00', 0.000155608112305819, 0.000298269230769233, 0.000203252022414004, 0.000415769230769222, 0.000269318870200652, 0.000594423076923064, 0.000394716841058733, 0.00112576923076922, 0.00160715357554423, 0.00545115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 225, '2021-05-23 00:00:00', 0.000161675482181014, 0.000300192307692289, 0.000179973181762868, 0.000437884615384602, 0.000232890284501929, 0.000593269230769215, 0.000394598335214249, 0.00110461538461537, 0.00165950990216529, 0.00547134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 240, '2021-05-23 00:00:00', 0.000137392195501125, 0.000291153846153841, 0.000209747467207596, 0.000424999999999992, 0.000228547924615724, 0.000573076923076916, 0.000475942789063493, 0.00113653846153845, 0.00169373656111614, 0.00550153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 255, '2021-05-23 00:00:00', 0.000130086953168301, 0.000268846153846147, 0.000146191260393301, 0.000383269230769222, 0.000223964368732053, 0.000529038461538452, 0.000474098983498018, 0.00126961538461538, 0.00172614407991204, 0.00550076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 270, '2021-05-23 00:00:00', 8.70687173355916e-05, 0.000244807692307686, 0.000114574799215998, 0.000335769230769227, 0.000264809365393297, 0.000514999999999988, 0.000507499791587681, 0.00133903846153845, 0.00174269743390924, 0.00549211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 285, '2021-05-23 00:00:00', 0.000117372680611158, 0.000252115384615379, 0.000157766746033035, 0.000357884615384607, 0.000276477638544941, 0.000516730769230751, 0.000623079726964258, 0.0015328846153846, 0.00174588056909357, 0.00549019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 300, '2021-05-23 00:00:00', 0.000113791306954717, 0.000227692307692318, 0.000266113625240163, 0.000387692307692311, 0.000263192237435209, 0.000493076923076925, 0.000646822915963405, 0.00174173076923076, 0.00175485436608109, 0.00548461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 315, '2021-05-23 00:00:00', 0.000219353245140905, 0.000299615384615383, 0.000215607638654456, 0.00038442307692308, 0.000225850869789361, 0.000481153846153851, 0.000722621962024409, 0.00192249999999999, 0.00175596828427641, 0.00548384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 330, '2021-05-23 00:00:00', 8.86828836143474e-05, 0.000224423076923083, 0.000132792492836935, 0.000294615384615385, 0.00016545891890786, 0.000424423076923086, 0.000722574590240716, 0.00203403846153845, 0.00176720853325237, 0.00547499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 345, '2021-05-23 00:00:00', 0.000101247032245203, 0.000200192307692304, 0.000125249289879764, 0.000295769230769238, 0.00016753013506187, 0.000427884615384626, 0.000761713554074992, 0.00242346153846153, 0.00176720853325237, 0.00547499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 360, '2021-05-23 00:00:00', 0.00011507873558836, 0.000233653846153857, 0.000160542948962403, 0.000330961538461546, 0.000171905161689199, 0.000470769230769232, 0.00075034955956439, 0.00250730769230769, 0.00176789383600504, 0.00547384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 375, '2021-05-23 00:00:00', 0.000109190201025563, 0.000232500000000007, 0.000119196670061902, 0.00031961538461539, 0.000182990542000231, 0.000521538461538466, 0.0006523307325394, 0.00266923076923076, 0.00176939011656994, 0.00547423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 390, '2021-05-23 00:00:00', 8.67128328715785e-05, 0.000243653846153845, 0.00014889296620262, 0.000383653846153844, 0.000216602081103724, 0.000602307692307688, 0.000684759924240711, 0.00272807692307691, 0.00177588262995745, 0.00547634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 405, '2021-05-23 00:00:00', 0.000131718960728468, 0.00026826923076922, 0.000163853710551629, 0.000399038461538458, 0.000271684842871577, 0.000645576923076921, 0.000709320720559723, 0.00277673076923076, 0.00177379771849944, 0.00547211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 420, '2021-05-23 00:00:00', 0.000130789466760081, 0.000323269230769235, 0.000186129400810717, 0.000466923076923074, 0.000311579598423659, 0.000724615384615388, 0.000710405084874383, 0.00282576923076923, 0.0017735388785832, 0.00547192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 435, '2021-05-23 00:00:00', 0.000170255577114117, 0.000314807692307684, 0.000285832724077996, 0.000487884615384609, 0.000362588132522505, 0.000891923076923074, 0.000690153940464337, 0.00283230769230769, 0.00177553992871508, 0.00546903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 450, '2021-05-23 00:00:00', 0.000187873627739492, 0.000337500000000003, 0.00023692939552013, 0.000506538461538466, 0.000393004648631738, 0.000974423076923081, 0.000677525361432768, 0.00283115384615384, 0.00176847409237021, 0.00548115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 465, '2021-05-23 00:00:00', 0.000184051518707272, 0.000340192307692307, 0.000333346493329976, 0.000716730769230763, 0.000520824383512851, 0.00119403846153846, 0.000645655451102564, 0.0028501923076923, 0.0017707428254397, 0.00547807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 480, '2021-05-23 00:00:00', 0.000287791658081924, 0.00061403846153847, 0.000363382030375743, 0.000837500000000017, 0.000479627940739965, 0.00139519230769232, 0.000652928697956655, 0.00287326923076922, 0.00178217494608738, 0.00546846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 495, '2021-05-23 00:00:00', 0.000272154650605414, 0.000556923076923083, 0.000391745256708802, 0.000887115384615385, 0.000478322750709348, 0.00142442307692308, 0.000715218955178159, 0.00280807692307691, 0.00178040752681471, 0.00548980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 510, '2021-05-23 00:00:00', 0.000266811659300071, 0.000622307692307691, 0.000301342891838408, 0.000956538461538468, 0.000478840104997316, 0.00147038461538461, 0.000806934560305462, 0.00278076923076922, 0.00179507245407661, 0.00547365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 525, '2021-05-23 00:00:00', 0.000226979836447744, 0.000705384615384625, 0.000243973280378124, 0.00110480769230769, 0.000720523874584432, 0.00181942307692307, 0.000804240420425473, 0.00282942307692307, 0.00180269285749446, 0.00546846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 540, '2021-05-23 00:00:00', 0.000180217816928475, 0.000907692307692306, 0.000329147909235131, 0.00119788461538461, 0.000743141874848854, 0.0018503846153846, 0.000843747683757498, 0.00284192307692307, 0.00179984571988396, 0.00549884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 555, '2021-05-23 00:00:00', 0.000305510417800477, 0.000793846153846158, 0.000694476892233406, 0.00137692307692307, 0.000739117066817927, 0.00180596153846153, 0.000851022303784374, 0.00278980769230769, 0.00178441694851675, 0.00554038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 570, '2021-05-23 00:00:00', 0.000531944220615431, 0.000940576923076919, 0.000560714139427432, 0.00119211538461538, 0.000629157097906514, 0.00161057692307691, 0.000860465370509544, 0.00268942307692307, 0.00172955125349367, 0.00556153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 585, '2021-05-23 00:00:00', 0.00028822060194341, 0.000708653846153851, 0.000404050882172795, 0.00116634615384615, 0.000446910118308103, 0.0016155769230769, 0.000780683354504227, 0.00259749999999999, 0.00172876252985058, 0.00561326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 600, '2021-05-23 00:00:00', 0.00031361128560933, 0.000860961538461538, 0.000344471501556544, 0.00114615384615383, 0.000421120118073411, 0.00154192307692306, 0.000824597267668355, 0.00259557692307691, 0.00167153467024951, 0.00568192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 615, '2021-05-23 00:00:00', 0.000185759666898269, 0.000720576923076895, 0.000342608545405131, 0.00108384615384612, 0.000365461404886413, 0.00143096153846153, 0.000901265285798019, 0.00265634615384614, 0.0016954080629748, 0.0057075 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 630, '2021-05-23 00:00:00', 0.000281094358644103, 0.000804038461538455, 0.000341401692123252, 0.00109865384615384, 0.000371698595845949, 0.00142038461538461, 0.000896003262356683, 0.00265461538461538, 0.00170151359089488, 0.0057025 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 645, '2021-05-23 00:00:00', 0.000307900895644141, 0.000835192307692309, 0.000338171383495696, 0.00114173076923077, 0.000399200402728342, 0.00145980769230769, 0.000950467597473008, 0.00287942307692307, 0.00174315571483268, 0.00570461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 660, '2021-05-23 00:00:00', 0.000327220932187344, 0.000783461538461543, 0.000347181453333079, 0.00103980769230768, 0.000522134229720826, 0.00143307692307693, 0.000935445677409747, 0.00289884615384616, 0.00175851201303829, 0.00572250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 675, '2021-05-23 00:00:00', 0.000224402882882884, 0.000719423076923072, 0.000334380253373552, 0.00100192307692309, 0.000551801943287084, 0.00136576923076924, 0.00102165794742586, 0.00303480769230769, 0.00174324521643267, 0.00571326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 690, '2021-05-23 00:00:00', 0.000304628714743293, 0.000640576923076935, 0.000476191501555683, 0.000932884615384612, 0.000611040128356182, 0.00131096153846154, 0.000995349416807192, 0.0029276923076923, 0.00171173974702302, 0.00565519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 705, '2021-05-23 00:00:00', 0.000358271491383937, 0.000727692307692301, 0.000475944284069543, 0.000970192307692314, 0.000537931794361163, 0.00135615384615385, 0.00099135014772006, 0.00307365384615384, 0.001760904324051, 0.00562096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 720, '2021-05-23 00:00:00', 0.000205713392855194, 0.000610000000000012, 0.000291798995622247, 0.000884423076923089, 0.000362679557651743, 0.00123769230769231, 0.000994118627807477, 0.00307961538461538, 0.00177058027211419, 0.0055625 where not exists (select 1 from powerstats_trumpet where symbolid = 989300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989300, 3, 735, '2021-05-23 00:00:00', 0.000247516899189972, 0.000618846153846164, 0.000322959213905032, 0.000889423076923084, 0.00034005316326445, 0.00116192307692308, 0.00100[...];[ Date: 2021-05-23 17:21:47 - Database: acaweb_fx - User: pgperfstats ]
7 25s388ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1050, '2021-05-23 00:00:00', 0.00544345054594555, 0.00886538461538459, 0.0122262642888789, 0.0176923076923077, 0.015123695112179, 0.0238846153846152, 0.0174620027047738, 0.0321923076923074, 0.0436931784853637, 0.116923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1065, '2021-05-23 00:00:00', 0.00899033669259079, 0.0128846153846154, 0.0111240557075473, 0.0187692307692308, 0.0112393710472811, 0.020711538461538, 0.017477513024983, 0.0302115384615383, 0.0437851045975157, 0.117653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1080, '2021-05-23 00:00:00', 0.00871815082721968, 0.0121153846153851, 0.00972144734396761, 0.0144423076923078, 0.0104648863421368, 0.0170769230769235, 0.0181368833723309, 0.027442307692308, 0.0441441345524478, 0.118230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1095, '2021-05-23 00:00:00', 0.00531604971904749, 0.00759615384615404, 0.00565018719907708, 0.00923076923076931, 0.00994332013889796, 0.0130192307692313, 0.016509682473767, 0.0234807692307696, 0.044183259099068, 0.118596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1110, '2021-05-23 00:00:00', 0.00413637708443229, 0.00398076923076883, 0.00485596381940717, 0.00690384615384605, 0.00954285878791839, 0.011615384615385, 0.0173419012354915, 0.0226923076923075, 0.0440153994031108, 0.118846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1125, '2021-05-23 00:00:00', 0.00408599860687576, 0.00434615384615397, 0.0100129915609672, 0.00850000000000028, 0.0103228648378994, 0.0123076923076927, 0.0171959409342839, 0.0224038461538463, 0.0440090768609594, 0.118826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1140, '2021-05-23 00:00:00', 0.0100275198252683, 0.00563461538461523, 0.00996596129911097, 0.00790384615384645, 0.010810820790016, 0.0115769230769234, 0.0166802624033961, 0.0223653846153846, 0.0440054410971397, 0.118673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1155, '2021-05-23 00:00:00', 0.00439019887406581, 0.00292307692307722, 0.00585675152806922, 0.00580769230769257, 0.00761317178417647, 0.0100961538461542, 0.0108609391859083, 0.0210000000000001, 0.0436670972771876, 0.119346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1170, '2021-05-23 00:00:00', 0.00469078474654954, 0.0032884615384618, 0.00561919786227379, 0.00584615384615416, 0.00758541109884323, 0.0100384615384616, 0.0112809062647398, 0.020326923076923, 0.0435265259530145, 0.119538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1185, '2021-05-23 00:00:00', 0.00415914192333748, 0.00346153846153859, 0.00647542692385253, 0.00586538461538488, 0.00724802360328938, 0.00942307692307682, 0.0118416637344594, 0.0202499999999998, 0.0435190365065855, 0.119557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1200, '2021-05-23 00:00:00', 0.00475819131765244, 0.00290384615384635, 0.00720696778231855, 0.00609615384615399, 0.00731071395019205, 0.00894230769230776, 0.0113095602852703, 0.0228846153846155, 0.0433513419187206, 0.119826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1215, '2021-05-23 00:00:00', 0.00603043562656575, 0.00388461538461521, 0.00624182542333445, 0.00540384615384586, 0.00723506419088018, 0.00861538461538462, 0.011072766314077, 0.0273846153846152, 0.0432315812269757, 0.120019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1230, '2021-05-23 00:00:00', 0.00262590643690614, 0.00215384615384619, 0.00517702022997227, 0.00430769230769224, 0.00581946336410477, 0.00688461538461546, 0.0160701467132262, 0.0290192307692306, 0.0431567670065949, 0.119942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1245, '2021-05-23 00:00:00', 0.00515263188910469, 0.00248076923076905, 0.00557149337804018, 0.00419230769230776, 0.00935496577307393, 0.00815384615384587, 0.0183937803033022, 0.0306346153846153, 0.0429649991719555, 0.120134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1260, '2021-05-23 00:00:00', 0.00233633506553782, 0.00196153846153867, 0.00348849758271579, 0.0035192307692309, 0.00801412215068833, 0.00811538461538442, 0.0199959995999199, 0.0325000000000001, 0.0429448886543957, 0.120211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1275, '2021-05-23 00:00:00', 0.00323324081284493, 0.00192307692307681, 0.00719511051927728, 0.00598076923076923, 0.00812832180616751, 0.0080192307692308, 0.020395182311969, 0.0332115384615385, 0.0429204093463881, 0.120307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1290, '2021-05-23 00:00:00', 0.00716736728835307, 0.00413461538461531, 0.00815343250039293, 0.00596153846153837, 0.00867465361755868, 0.0080192307692308, 0.0200866967074074, 0.0338461538461538, 0.0428602379834735, 0.1205 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1305, '2021-05-23 00:00:00', 0.00319115363755171, 0.00228846153846126, 0.00364227317017201, 0.00411538461538445, 0.00770965927611923, 0.00682692307692302, 0.0202946753153095, 0.034076923076923, 0.0429262695256017, 0.120769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1320, '2021-05-23 00:00:00', 0.00258077209675398, 0.00240384615384602, 0.00312563839633047, 0.00351923076923063, 0.00800780868902389, 0.00774999999999997, 0.0210657578512179, 0.0356153846153844, 0.0429492589709512, 0.121326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1335, '2021-05-23 00:00:00', 0.00280027471179876, 0.00180769230769219, 0.00745677286354281, 0.00428846153846138, 0.00825825926898987, 0.0086730769230768, 0.0211402732680102, 0.0376346153846153, 0.0429718557269216, 0.121596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1350, '2021-05-23 00:00:00', 0.00757274972922941, 0.00294230769230753, 0.00803887190708167, 0.00578846153846158, 0.0102452240280349, 0.00976923076923068, 0.0228858790859877, 0.0402884615384612, 0.0430513825383288, 0.121807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1365, '2021-05-23 00:00:00', 0.00473534175519162, 0.00371153846153842, 0.00583691831231343, 0.00598076923076909, 0.0085513156882438, 0.00974999999999955, 0.0267532025401417, 0.0425769230769229, 0.0430513825383288, 0.121807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1380, '2021-05-23 00:00:00', 0.0052901941217842, 0.00388461538461562, 0.00824530169247946, 0.00575000000000013, 0.00773433901506823, 0.0150000000000002, 0.0278224936669264, 0.0466346153846152, 0.0433548018811507, 0.122326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1395, '2021-05-23 00:00:00', 0.00672792687237329, 0.0032499999999998, 0.00753588849337733, 0.00698076923076895, 0.00854978632211656, 0.0213269230769228, 0.0275063698916341, 0.0495961538461536, 0.0431604386161499, 0.122711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1410, '2021-05-23 00:00:00', 0.00499064509472815, 0.00444230769230718, 0.00679671866531109, 0.0126538461538459, 0.0162753352795429, 0.023057692307692, 0.026159157831657, 0.0518076923076921, 0.0429776149246949, 0.122346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1425, '2021-05-23 00:00:00', 0.00738264597136202, 0.0107115384615382, 0.00910815357459782, 0.0190384615384614, 0.0188308360041549, 0.0244038461538457, 0.0351752590062085, 0.0568269230769229, 0.0431127546717278, 0.122519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 0, '2021-05-23 00:00:00', 0.00918284353479937, 0.0137307692307692, 0.0175876705065264, 0.0171153846153846, 0.0204055422335732, 0.0231153846153843, 0.0349908779321346, 0.0613076923076921, 0.0428784148673716, 0.123038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 15, '2021-05-23 00:00:00', 0.0175749110950809, 0.00875999999999976, 0.0207460237154015, 0.0147799999999994, 0.0208042864173069, 0.020619999999999, 0.0368885935396478, 0.0643199999999997, 0.0440155086304811, 0.12386 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 30, '2021-05-23 00:00:00', 0.00841169820349443, 0.00743999999999943, 0.0111756804416257, 0.0115999999999995, 0.0158798089828986, 0.0192199999999991, 0.0357458272623066, 0.0669200000000001, 0.0436060680028209, 0.12402 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 45, '2021-05-23 00:00:00', 0.00989998057496129, 0.00701923076923053, 0.0115787105699013, 0.0125576923076919, 0.0171586824848352, 0.0189038461538454, 0.0353699187707036, 0.0681346153846154, 0.0427993709515237, 0.123384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 60, '2021-05-23 00:00:00', 0.00989749385528432, 0.00859615384615349, 0.013741682799201, 0.0144230769230764, 0.0180661285282712, 0.0202499999999995, 0.0329377501450143, 0.0683461538461536, 0.0425993363978647, 0.123211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 75, '2021-05-23 00:00:00', 0.0119674558699835, 0.00899999999999952, 0.0131492760841979, 0.0107884615384613, 0.0179937168521084, 0.0224230769230763, 0.032879623102837, 0.0679807692307689, 0.0422383575219707, 0.122826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 90, '2021-05-23 00:00:00', 0.00684240173758137, 0.00546153846153844, 0.0139250327992983, 0.0119423076923076, 0.0195482440683005, 0.0250769230769227, 0.0324422563950168, 0.0704999999999995, 0.0422955034889595, 0.122980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 105, '2021-05-23 00:00:00', 0.0122369710933078, 0.00871153846153838, 0.0168838224800685, 0.0192884615384609, 0.0240412466078934, 0.0283076923076919, 0.0326268471330919, 0.0716346153846149, 0.0421836871496368, 0.122788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 120, '2021-05-23 00:00:00', 0.0121501028802228, 0.0142499999999993, 0.0146118629360372, 0.0195576923076918, 0.0200740168836775, 0.030115384615384, 0.0304314867302831, 0.0711538461538458, 0.041353913404249, 0.120384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 135, '2021-05-23 00:00:00', 0.00884214123040674, 0.0117884615384611, 0.0138000139353331, 0.0180961538461539, 0.0140449826792891, 0.0313076923076923, 0.0313751739192236, 0.0706923076923075, 0.0412237655503937, 0.120826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 150, '2021-05-23 00:00:00', 0.00998329373734736, 0.0098846153846153, 0.0112332781707539, 0.0190576923076922, 0.0138994742567973, 0.0323461538461542, 0.0331000174296957, 0.0706346153846153, 0.0409315422852125, 0.120634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 165, '2021-05-23 00:00:00', 0.00913320231985368, 0.015346153846154, 0.0124335773675093, 0.0254230769230772, 0.0233333122710525, 0.038211538461539, 0.0328022337419504, 0.0690576923076922, 0.0407605201144439, 0.1195 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 180, '2021-05-23 00:00:00', 0.0103703719983725, 0.018730769230769, 0.01249524524954, 0.025134615384615, 0.0258369145573954, 0.0406153846153844, 0.0317786817754393, 0.0662692307692303, 0.0415412862287443, 0.119961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 195, '2021-05-23 00:00:00', 0.0101668390065257, 0.0157307692307692, 0.0210102630598987, 0.0261346153846158, 0.0234804091826486, 0.0390192307692308, 0.0306121645001561, 0.0647692307692303, 0.0415997781059171, 0.119807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 210, '2021-05-23 00:00:00', 0.0137038456141108, 0.0181538461538465, 0.0166950130739229, 0.0272115384615387, 0.0180454554261857, 0.0374615384615386, 0.0319321154952192, 0.0639999999999998, 0.0425803313207474, 0.118730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 225, '2021-05-23 00:00:00', 0.00855518286456509, 0.0173653846153847, 0.0154557557115587, 0.0265961538461538, 0.0154274106706212, 0.0362500000000001, 0.0305575937937124, 0.0624423076923074, 0.0402303224714124, 0.118326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 240, '2021-05-23 00:00:00', 0.0119636790070867, 0.017980769230769, 0.0112374545434173, 0.0245961538461538, 0.014257157446754, 0.0350576923076922, 0.0305990447311926, 0.061692307692307, 0.0379602474256341, 0.117596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 255, '2021-05-23 00:00:00', 0.00748064168370639, 0.0155000000000001, 0.00903582612969903, 0.0243846153846154, 0.0149843123093656, 0.0329807692307689, 0.0304378623023766, 0.0602115384615381, 0.036970320736837, 0.117230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 270, '2021-05-23 00:00:00', 0.00893497879985428, 0.0170769230769233, 0.0119371430675592, 0.023846153846154, 0.0182552837451346, 0.0321538461538462, 0.0303545459781303, 0.0585384615384615, 0.0376511160320848, 0.116942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 285, '2021-05-23 00:00:00', 0.0100047680940332, 0.0151538461538464, 0.0142807158838007, 0.0196730769230768, 0.0174718674973846, 0.0298846153846153, 0.029687630161658, 0.0553461538461539, 0.0379075038238323, 0.117326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 300, '2021-05-23 00:00:00', 0.00730658291174134, 0.0123846153846152, 0.0108332998027096, 0.0199038461538461, 0.016295504335198, 0.0302884615384616, 0.029447012386005, 0.0529423076923078, 0.0395226955247042, 0.118211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 315, '2021-05-23 00:00:00', 0.00928754335324809, 0.0144615384615384, 0.0120133419419987, 0.019903846153846, 0.0166194510693389, 0.0293846153846152, 0.0294072531607686, 0.0525576923076922, 0.0418451954782792, 0.119596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 330, '2021-05-23 00:00:00', 0.00659801835052362, 0.0119230769230769, 0.0093500514190279, 0.0197884615384617, 0.0133020096804381, 0.0267115384615387, 0.0298701291491114, 0.0527307692307692, 0.0416809355055209, 0.120096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 345, '2021-05-23 00:00:00', 0.00790092497019306, 0.0152307692307693, 0.0102452991096482, 0.0188846153846152, 0.0137181098720472, 0.0264423076923077, 0.0295332211898083, 0.0541346153846152, 0.0422502617197176, 0.120269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 360, '2021-05-23 00:00:00', 0.00840357066966172, 0.0125, 0.0104357558422954, 0.0177500000000004, 0.0163543101822873, 0.0272115384615387, 0.0299983140551905, 0.0528269230769229, 0.0449443972721172, 0.121673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 375, '2021-05-23 00:00:00', 0.00725971497639324, 0.011211538461539, 0.0096002403816063, 0.0152307692307698, 0.0179896123873236, 0.0253846153846154, 0.0287061036125659, 0.0504038461538459, 0.044802026053088, 0.121307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 390, '2021-05-23 00:00:00', 0.00608469075125892, 0.00928846153846203, 0.0109003881370555, 0.0175384615384614, 0.0191286836573126, 0.0234423076923074, 0.0250120893846273, 0.0512307692307689, 0.0448520345134981, 0.12075 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 405, '2021-05-23 00:00:00', 0.00883829081980154, 0.012846153846154, 0.0128584153826917, 0.0161730769230768, 0.0187851004788372, 0.0224999999999996, 0.0255599521487454, 0.052634615384615, 0.0447423607574953, 0.120173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 420, '2021-05-23 00:00:00', 0.00794599560494731, 0.00967307692307665, 0.011908965594814, 0.0142884615384614, 0.0171726974719038, 0.0211923076923071, 0.0230808362066889, 0.0517499999999995, 0.0466388085347218, 0.120038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 435, '2021-05-23 00:00:00', 0.00720878203731678, 0.00944230769230769, 0.00933374770142438, 0.0146730769230768, 0.0134024825484512, 0.0214423076923072, 0.0221756970231271, 0.051307692307692, 0.0462261996973741, 0.119692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 450, '2021-05-23 00:00:00', 0.00567626637852764, 0.0104999999999997, 0.00972633222039731, 0.0146923076923071, 0.0127208036756271, 0.022326923076923, 0.0228019989002314, 0.0528653846153844, 0.0463276956540617, 0.119153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 465, '2021-05-23 00:00:00', 0.00662353031593886, 0.00913461538461486, 0.00912201479094154, 0.0143653846153843, 0.0110393004237656, 0.0211153846153847, 0.0267093832546943, 0.055634615384615, 0.0459090405040226, 0.1185 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 480, '2021-05-23 00:00:00', 0.00624182542333404, 0.0100961538461535, 0.00843438475253791, 0.0153269230769232, 0.00910555620740147, 0.0203653846153846, 0.0270836382625832, 0.0577884615384616, 0.0454671182961251, 0.118326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 495, '2021-05-23 00:00:00', 0.00680429728469166, 0.0105384615384618, 0.00863748538905575, 0.0151153846153851, 0.00975901949677602, 0.0209615384615385, 0.0260118020551028, 0.0565769230769235, 0.0454573384106969, 0.11798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 510, '2021-05-23 00:00:00', 0.00522552904940294, 0.0096153846153842, 0.00617292475249737, 0.0127499999999991, 0.0114300043744524, 0.0247499999999997, 0.0258516180121509, 0.0571153846153849, 0.0453642353198406, 0.118076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 525, '2021-05-23 00:00:00', 0.00515020537305176, 0.00873076923076883, 0.00747150999052125, 0.0147884615384615, 0.0127352327754995, 0.0266153846153845, 0.0266173526395558, 0.0582115384615389, 0.0450966142341599, 0.11823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 540, '2021-05-23 00:00:00', 0.00590413805342027, 0.0113269230769232, 0.0107144223434514, 0.0201730769230772, 0.0158103179552516, 0.0268846153846153, 0.0271992717662695, 0.0585961538461543, 0.045493955642481, 0.119 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 555, '2021-05-23 00:00:00', 0.00826338075720001, 0.0132884615384616, 0.0105744248797964, 0.0194615384615385, 0.0132052437137092, 0.0250384615384614, 0.0269589217428753, 0.057711538461539, 0.0463702864077686, 0.118788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 570, '2021-05-23 00:00:00', 0.00690877368612893, 0.0133653846153842, 0.0104252098300221, 0.01725, 0.0115677934868256, 0.0274230769230768, 0.0259211303765866, 0.0562500000000005, 0.0464624621023833, 0.117403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 585, '2021-05-23 00:00:00', 0.00821621286519186, 0.0108846153846154, 0.00869588762223011, 0.0164615384615382, 0.0154708286287951, 0.0294423076923075, 0.025461373459842, 0.0561923076923082, 0.0471050585230668, 0.117057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 600, '2021-05-23 00:00:00', 0.00553214383260422, 0.012230769230769, 0.00948490703900011, 0.0207884615384613, 0.0147386070733141, 0.0300576923076922, 0.024431033228568, 0.0568461538461547, 0.0471826239202528, 0.117500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 615, '2021-05-23 00:00:00', 0.00733760073970981, 0.014903846153846, 0.0125571309805043, 0.0223076923076922, 0.0125392920914162, 0.0315769230769229, 0.0229097896441338, 0.0560384615384623, 0.0473591718027897, 0.116634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 630, '2021-05-23 00:00:00', 0.0071446591133628, 0.0136153846153846, 0.00734022112431511, 0.0196730769230768, 0.0123725502625774, 0.0289999999999999, 0.0208495711079297, 0.0537307692307697, 0.0452563680177037, 0.114326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 645, '2021-05-23 00:00:00', 0.00603770205904915, 0.0139230769230767, 0.00786318099655725, 0.0204807692307692, 0.0176455812729857, 0.0315576923076924, 0.019179406022727, 0.0520192307692314, 0.0438237422479571, 0.112403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 660, '2021-05-23 00:00:00', 0.00691041577286395, 0.0134230769230768, 0.00810054604047432, 0.0191730769230765, 0.0175255856919579, 0.0318846153846155, 0.0184010451208202, 0.0495384615384624, 0.0428714940257505, 0.11025 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 675, '2021-05-23 00:00:00', 0.00622022136633047, 0.0133653846153848, 0.0122866406499719, 0.0223076923076925, 0.0137971150830667, 0.0285961538461542, 0.0180032902975668, 0.0475384615384622, 0.0440056683411789, 0.109826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 690, '2021-05-23 00:00:00', 0.0113862264972275, 0.0146153846153846, 0.013520298130532, 0.0215384615384622, 0.0129007602638224, 0.0245192307692314, 0.0183527822246278, 0.0447692307692314, 0.0442029454291836, 0.110096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 705, '2021-05-23 00:00:00', 0.00660163149998092, 0.0138076923076931, 0.00749256041273358, 0.0164615384615389, 0.0114090551081823, 0.0234423076923081, 0.0189615805897489, 0.0443076923076929, 0.0433939910763973, 0.112038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 720, '2021-05-23 00:00:00', 0.00583428197414628, 0.010826923076923, 0.009376566535785, 0.0155000000000005, 0.0122981549585541, 0.0232307692307692, 0.0201803503057192, 0.0434423076923077, 0.0429775075341295, 0.112884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 735, '2021-05-23 00:00:00', 0.00835187680427822, 0.00992307692307744, 0.0106505326699579, 0.015576923076923, 0.011996810473557, 0.0222115384615385, 0.0199500240986944, 0.0442884615384619, 0.0442919727056025, 0.113673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 750, '2021-05-23 00:00:00', 0.00762627038597478, 0.0109999999999999, 0.00858334702513203, 0.0149230769230767, 0.00992799073327518, 0.0212499999999998, 0.0214601688286434, 0.0466730769230769, 0.0452108223939632, 0.113461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 765, '2021-05-23 00:00:00', 0.00617089944821648, 0.00949999999999959, 0.0083865276577284, 0.0145769230769229, 0.00932088226263215, 0.0203269230769226, 0.0214480499382546, 0.0461730769230771, 0.0463394664821053, 0.114115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 780, '2021-05-23 00:00:00', 0.00552685750188555, 0.00961538461538475, 0.005614404550933, 0.0136923076923073, 0.00757374005769514, 0.0211923076923079, 0.0205005159409749, 0.0471346153846155, 0.0462987996189302, 0.113826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 795, '2021-05-23 00:00:00', 0.00558573044600084, 0.00759615384615391, 0.00583138062554664, 0.0117499999999999, 0.00690841181793249, 0.0178846153846155, 0.0231285454662552, 0.0484807692307692, 0.0478868056341843, 0.114115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 810, '2021-05-23 00:00:00', 0.00487489644860457, 0.00823076923076877, 0.0062400998512723, 0.0136730769230772, 0.0125866840504009, 0.0187307692307694, 0.0244460552111098, 0.0494807692307695, 0.0493304555640208, 0.114576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 825, '2021-05-23 00:00:00', 0.00591819229157009, 0.00975000000000037, 0.0075218655623762, 0.0119615384615385, 0.0132265031136498, 0.0194038461538463, 0.0249983076350261, 0.0501538461538464, 0.0487894849957838, 0.114576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 840, '2021-05-23 00:00:00', 0.00516977160632256, 0.00694230769230723, 0.00957472634676229, 0.0123461538461536, 0.0115238882327102, 0.019, 0.0246841041968311, 0.0502500000000003, 0.0487739526954547, 0.114038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 855, '2021-05-23 00:00:00', 0.00755373061168092, 0.00832692307692335, 0.00920904655550903, 0.012942307692308, 0.00981139447471441, 0.018711538461539, 0.0251670113747834, 0.0510384615384616, 0.0493218355451057, 0.113288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 870, '2021-05-23 00:00:00', 0.00612171418929267, 0.00815384615384614, 0.00849506644153846, 0.0126153846153849, 0.00933012078411384, 0.0178653846153848, 0.025226451319079, 0.0515769230769234, 0.0493488718599133, 0.113634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 885, '2021-05-23 00:00:00', 0.00560672672915158, 0.00815384615384614, 0.00598488480706601, 0.012326923076923, 0.00973992576184, 0.0196153846153847, 0.0255894584666306, 0.050596153846154, 0.0493764074775049, 0.113519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 900, '2021-05-23 00:00:00', 0.00601718692260268, 0.00955769230769231, 0.0076088005726161, 0.0129230769230771, 0.011064791700914, 0.0209807692307695, 0.0256363323909943, 0.0496923076923079, 0.0496942188248831, 0.113653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 915, '2021-05-23 00:00:00', 0.00713186241724181, 0.00878846153846196, 0.00949218301875518, 0.0146923076923079, 0.0149298874229362, 0.0236923076923082, 0.0252458679025668, 0.0489230769230771, 0.0498514755587496, 0.113480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 930, '2021-05-23 00:00:00', 0.00664784522637568, 0.0104230769230771, 0.00979890103728288, 0.0139615384615389, 0.0173961092024804, 0.0242307692307692, 0.0254578157864219, 0.0470961538461541, 0.0501691638359659, 0.11275 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 945, '2021-05-23 00:00:00', 0.00447041557180278, 0.00673076923076953, 0.00877619156932777, 0.0136923076923083, 0.0144920269856859, 0.0233269230769232, 0.023650768405146, 0.0446730769230773, 0.0472299000797001, 0.111288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 960, '2021-05-23 00:00:00', 0.00819427567550407, 0.0108846153846157, 0.0146210070157237, 0.0160769230769228, 0.0162541828935958, 0.0254615384615384, 0.0233471543316231, 0.044519230769231, 0.0469931787194037, 0.111326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 975, '2021-05-23 00:00:00', 0.0123271432837644, 0.010538461538461, 0.0127116542529348, 0.0166153846153844, 0.0180319054840197, 0.0269807692307692, 0.0212882867757405, 0.0423653846153849, 0.0474805061213383, 0.111461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 990, '2021-05-23 00:00:00', 0.00717495644586138, 0.0110000000000001, 0.0117527247249964, 0.0174423076923078, 0.0175105792198715, 0.0270961538461537, 0.0191629450121447, 0.0399615384615387, 0.0472509666160792, 0.110423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1005, '2021-05-23 00:00:00', 0.00715544440376576, 0.0115961538461541, 0.0120848442910311, 0.0187115384615384, 0.0143698000628457, 0.0263653846153842, 0.0172102049332997, 0.0378653846153848, 0.0458653086598304, 0.110557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1020, '2021-05-23 00:00:00', 0.00781881360270504, 0.0115769230769227, 0.0114935433379586, 0.017192307692307, 0.0116242617631597, 0.0242884615384612, 0.0145512489551195, 0.035326923076923, 0.045255496903691, 0.1095 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1035, '2021-05-23 00:00:00', 0.00869475969500265, 0.0121730769230766, 0.00953102222300339, 0.016903846153846, 0.0115856177419048, 0.0245576923076923, 0.0153707639567914, 0.034096153846154, 0.0445749498468158, 0.110384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1050, '2021-05-23 00:00:00', 0.00596828154625687, 0.010096153846154, 0.00958558613431977, 0.0167115384615385, 0.0111816642493241, 0.022980769230769, 0.014087596836061, 0.0324038461538462, 0.0429154983659746, 0.11 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1065, '2021-05-23 00:00:00', 0.00771394840532386, 0.0117499999999999, 0.00822428392954976, 0.0161730769230769, 0.00968418615777599, 0.0202115384615386, 0.0136291542714082, 0.0304230769230769, 0.0423494255705296, 0.109423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1080, '2021-05-23 00:00:00', 0.00508285201588505, 0.0106538461538461, 0.00719476305270833, 0.0147692307692306, 0.00818262699964922, 0.0163461538461539, 0.01474563820775, 0.027923076923077, 0.0425201535926018, 0.109211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1095, '2021-05-23 00:00:00', 0.0062325448562058, 0.00876923076923096, 0.00651814036717213, 0.0103846153846158, 0.00801412215068861, 0.0151153846153852, 0.0161828137707408, 0.026788461538462, 0.0426200250875282, 0.109442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1110, '2021-05-23 00:00:00', 0.00522744238095053, 0.00461538461538479, 0.00562484187811989, 0.00717307692307729, 0.00721632764052386, 0.0141538461538465, 0.0170720644508918, 0.0251538461538468, 0.0426464400173548, 0.109673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1125, '2021-05-23 00:00:00', 0.00380586591784544, 0.00423076923076935, 0.00635322449929687, 0.00921153846153858, 0.00817830149753733, 0.0142692307692311, 0.0172727108023484, 0.0249423076923083, 0.043207709426052, 0.110615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1140, '2021-05-23 00:00:00', 0.00531919600633852, 0.00642307692307698, 0.00628517792416912, 0.00971153846153837, 0.00826468390200208, 0.0132500000000003, 0.0191306942252099, 0.024788461538462, 0.0432480502006026, 0.110576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1155, '2021-05-23 00:00:00', 0.00631225913478053, 0.00426923076923066, 0.00837085144093259, 0.0083653846153848, 0.00908627451794145, 0.010096153846154, 0.0199819533964645, 0.0234615384615387, 0.0437724931189228, 0.110134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1170, '2021-05-23 00:00:00', 0.00698220265003513, 0.00536538461538482, 0.00830912380829355, 0.00669230769230781, 0.00885776495511182, 0.0085, 0.0200445369499642, 0.0237115384615383, 0.0445115196844073, 0.110346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1185, '2021-05-23 00:00:00', 0.00552856220006637, 0.00275000000000001, 0.00572528131656866, 0.00382692307692304, 0.0098176646134174, 0.0074423076923077, 0.0174403158051862, 0.0222307692307691, 0.043376992306273, 0.109711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1200, '2021-05-23 00:00:00', 0.00225601759403954, 0.0014807692307692, 0.00332797004424421, 0.00315384615384605, 0.0081561916075133, 0.00671153846153812, 0.015590048601099, 0.0250192307692307, 0.0429072882458841, 0.109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1215, '2021-05-23 00:00:00', 0.00301560046323218, 0.00192307692307709, 0.00748138716055767, 0.00486538461538475, 0.00845970084941211, 0.00744230769230784, 0.017916784137957, 0.0318653846153843, 0.0428028440823557, 0.109711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1230, '2021-05-23 00:00:00', 0.00677668514381973, 0.00378846153846173, 0.00669767468259316, 0.0046730769230771, 0.00811240740139214, 0.00713461538461543, 0.0192545798747687, 0.0328269230769227, 0.0424712391371638, 0.109615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1245, '2021-05-23 00:00:00', 0.00201503960640596, 0.00140384615384616, 0.00423065734117815, 0.00346153846153832, 0.00707153013580047, 0.00694230769230723, 0.0188481074340675, 0.0318653846153841, 0.0417205031682911, 0.110903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1260, '2021-05-23 00:00:00', 0.00422428874304513, 0.00226923076923067, 0.00481316304123818, 0.00394230769230752, 0.00888222078952335, 0.00757692307692277, 0.0190195041591923, 0.0323076923076919, 0.0416211669521835, 0.110807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1275, '2021-05-23 00:00:00', 0.00293964937731342, 0.00219230769230737, 0.00538273593573384, 0.00457692307692266, 0.00920000000000015, 0.00749999999999974, 0.0191848999115287, 0.0334038461538459, 0.0419849240341559, 0.111576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1290, '2021-05-23 00:00:00', 0.0049127776883733, 0.00265384615384584, 0.00650337190646811, 0.00457692307692293, 0.00947490612902551, 0.00707692307692298, 0.0187718795419761, 0.0332115384615379, 0.0417658353202709, 0.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1305, '2021-05-23 00:00:00', 0.00489179061128059, 0.00248076923076905, 0.00777213959255472, 0.00411538461538445, 0.009253356979206, 0.00776923076923084, 0.0183271551361527, 0.0327307692307688, 0.0416658917876664, 0.111057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1320, '2021-05-23 00:00:00', 0.00401118628146538, 0.00198076923076899, 0.00542306328421658, 0.00401923076923069, 0.00770137350387289, 0.00913461538461541, 0.0189220364004103, 0.033211538461538, 0.0415314940737747, 0.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1335, '2021-05-23 00:00:00', 0.00396678517383845, 0.00265384615384639, 0.00694073815626602, 0.00557692307692333, 0.00743898256070422, 0.0104615384615388, 0.0201678342531253, 0.0351923076923071, 0.0426616788951612, 0.111826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1350, '2021-05-23 00:00:00', 0.00549996503485399, 0.00351923076923063, 0.00676711505398335, 0.00657692307692305, 0.00771870854084181, 0.0100384615384612, 0.0205248910800073, 0.0371346153846146, 0.0426145921198181, 0.112211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1365, '2021-05-23 00:00:00', 0.00554492144634679, 0.00461538461538465, 0.00566052457476715, 0.00719230769230774, 0.00793133997797112, 0.0106153846153846, 0.0203309162077405, 0.0378846153846148, 0.0431769569954229, 0.112019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1380, '2021-05-23 00:00:00', 0.00388413934630832, 0.00294230769230753, 0.00445649914342929, 0.00490384615384566, 0.0114595106621269, 0.0150961538461536, 0.0215415966124936, 0.0405961538461532, 0.0437636659974739, 0.111961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1395, '2021-05-23 00:00:00', 0.00378925606662589, 0.00303846153846129, 0.00684714988432903, 0.00578846153846171, 0.0165658128036676, 0.0243846153846151, 0.0221113354152609, 0.042634615384615, 0.0437636659974739, 0.111961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1410, '2021-05-23 00:00:00', 0.00644777838901517, 0.00357692307692321, 0.0118707786019028, 0.0133461538461538, 0.0180297297219385, 0.0263653846153841, 0.0219418900384986, 0.045057692307692, 0.0438669184974456, 0.112057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1425, '2021-05-23 00:00:00', 0.0114395568768405, 0.0117115384615384, 0.0166788673291869, 0.0232692307692304, 0.0181137007219991, 0.0258846153846149, 0.0200931293270575, 0.0469230769230767, 0.0434098358227009, 0.112423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 0, '2021-05-23 00:00:00', 0.0171680382822711, 0.0173076923076917, 0.0192231531072454, 0.02001923076923, 0.0189241502197177, 0.021788461538461, 0.0207714671160668, 0.0485769230769227, 0.0429699358227978, 0.111846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 15, '2021-05-23 00:00:00', 0.0119874453556143, 0.0078269230769226, 0.0123802106357124, 0.00901923076923025, 0.0120219030875372, 0.0146153846153844, 0.0201053092873114, 0.0477884615384614, 0.0409636471107663, 0.111403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 30, '2021-05-23 00:00:00', 0.00652430367637354, 0.00444230769230772, 0.00767753967001265, 0.00676923076923112, 0.00845023895884205, 0.0119423076923076, 0.0191694167480792, 0.0494423076923075, 0.0409636471107663, 0.111403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 45, '2021-05-23 00:00:00', 0.00722761797125883, 0.00546153846153871, 0.00782857192989444, 0.0104423076923075, 0.00855913816653512, 0.0126730769230765, 0.0198975162732979, 0.0513653846153845, 0.0409845233453576, 0.111365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 60, '2021-05-23 00:00:00', 0.00636722376405399, 0.00730769230769236, 0.00684254226259344, 0.00909615384615369, 0.0127445916130966, 0.0142692307692309, 0.0196260913464314, 0.0532884615384616, 0.0403720771745105, 0.110769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 75, '2021-05-23 00:00:00', 0.00661655848261357, 0.00467307692307655, 0.00796279811662646, 0.00711538461538429, 0.014601699058144, 0.0174807692307691, 0.0230068217308224, 0.0554230769230769, 0.0401756001343333, 0.110326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 90, '2021-05-23 00:00:00', 0.00450998891351152, 0.0044999999999999, 0.00848183579548316, 0.00930769230769248, 0.0121887085199631, 0.0192692307692305, 0.0232017323623772, 0.0574038461538464, 0.0402599486032764, 0.110211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 105, '2021-05-23 00:00:00', 0.0072156880369205, 0.00661538461538505, 0.0100871776947841, 0.0143653846153848, 0.0121665367046099, 0.0207307692307693, 0.0231839135211003, 0.0589230769230773, 0.0400621824360389, 0.110038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 120, '2021-05-23 00:00:00', 0.00920543317829168, 0.0115000000000001, 0.0109252002269983, 0.0164999999999999, 0.0154104984195343, 0.0252884615384614, 0.0263623857914151, 0.0641538461538468, 0.0393976375707206, 0.109576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 135, '2021-05-23 00:00:00', 0.00766583328803914, 0.00925000000000017, 0.0096384646080177, 0.0135000000000001, 0.0139565396857532, 0.0277499999999998, 0.0266280650095693, 0.0640769230769234, 0.0386211779288952, 0.109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 150, '2021-05-23 00:00:00', 0.008353718656061, 0.00873076923076911, 0.0133893183603146, 0.0185769230769228, 0.0139213311697722, 0.0297115384615382, 0.0267028376481139, 0.0633076923076926, 0.0386620465851697, 0.110076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 165, '2021-05-23 00:00:00', 0.0125721303500426, 0.0155384615384614, 0.0123297014749565, 0.0238076923076922, 0.0138996541185521, 0.0335961538461541, 0.0269999145297791, 0.0631538461538467, 0.0389505653163282, 0.110057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 180, '2021-05-23 00:00:00', 0.00971756933837679, 0.0171346153846154, 0.0123843107941522, 0.0231346153846154, 0.0162204642824567, 0.0352115384615389, 0.0267130981989099, 0.0635192307692313, 0.038745108872456, 0.109788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 195, '2021-05-23 00:00:00', 0.00735213208218156, 0.0144230769230771, 0.00937478204874821, 0.0250576923076925, 0.0143867995051017, 0.0350000000000001, 0.0257510940768319, 0.0613269230769231, 0.0385157310518903, 0.111807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 210, '2021-05-23 00:00:00', 0.00738441706464472, 0.0174807692307695, 0.00882036542065284, 0.0253269230769232, 0.0140292551477261, 0.0344999999999999, 0.0252994983227852, 0.0597307692307694, 0.0396334939937654, 0.113576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 225, '2021-05-23 00:00:00', 0.00773336925278981, 0.0172500000000002, 0.0107286281293765, 0.0232115384615386, 0.013384376655696, 0.0306923076923078, 0.0263755495750254, 0.056019230769231, 0.039874495415182, 0.114153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 240, '2021-05-23 00:00:00', 0.0070271999019194, 0.0151923076923078, 0.00964670130945493, 0.021326923076923, 0.013557342603237, 0.0298076923076925, 0.0252610676429471, 0.0541923076923079, 0.0418975352680613, 0.117288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 255, '2021-05-23 00:00:00', 0.00637389507770074, 0.0134423076923078, 0.0094493182497268, 0.0199807692307694, 0.018060070704351, 0.0291153846153848, 0.0249163292147634, 0.0537115384615389, 0.0435474498061067, 0.119096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 270, '2021-05-23 00:00:00', 0.00775889068201049, 0.0139038461538464, 0.0116013427604806, 0.0211346153846155, 0.020192849076992, 0.0321346153846158, 0.0239270043770956, 0.0536923076923077, 0.0439807519087787, 0.119057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 285, '2021-05-23 00:00:00', 0.00762932096988547, 0.0135576923076921, 0.0139176285557337, 0.0204038461538462, 0.0168921465594111, 0.0292692307692312, 0.0218765768662426, 0.0507692307692308, 0.0466907872645626, 0.120519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 300, '2021-05-23 00:00:00', 0.0103874924789381, 0.0134999999999998, 0.0147991683758042, 0.0221538461538466, 0.0180853638231419, 0.0325961538461544, 0.0235031994548697, 0.0514038461538459, 0.047666824457333, 0.122384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 315, '2021-05-23 00:00:00', 0.0102607729503419, 0.0142115384615384, 0.0103296436754397, 0.0186923076923077, 0.0162601920700176, 0.0320769230769227, 0.0222296060382406, 0.0511538461538457, 0.0473622740163523, 0.12225 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 330, '2021-05-23 00:00:00', 0.00649141444821273, 0.0114615384615385, 0.0131721734670543, 0.0236153846153848, 0.014660845289934, 0.0300961538461537, 0.0216928205067589, 0.0489615384615382, 0.0479592174504711, 0.122442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 345, '2021-05-23 00:00:00', 0.0104292672506088, 0.0170192307692313, 0.0112593892442637, 0.021423076923077, 0.0128212713878141, 0.0272499999999998, 0.0219891669132429, 0.0472884615384611, 0.0479155868328718, 0.125288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 360, '2021-05-23 00:00:00', 0.00871040491860995, 0.0136346153846152, 0.0124215074026396, 0.0190769230769228, 0.0118559462523431, 0.0262115384615382, 0.0232546852185832, 0.0475961538461533, 0.052270053200073, 0.129538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 375, '2021-05-23 00:00:00', 0.00991967741410938, 0.0109999999999998, 0.00943634544644318, 0.0152692307692304, 0.0108015668379101, 0.0244230769230768, 0.0215638229805956, 0.046038461538461, 0.053373434042962, 0.129788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 390, '2021-05-23 00:00:00', 0.00453113162975389, 0.00936538461538438, 0.00823033787510949, 0.0160384615384611, 0.014866909564533, 0.0247499999999997, 0.0203193352404891, 0.0466538461538459, 0.0528703239430793, 0.129865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 405, '2021-05-23 00:00:00', 0.00641119813595444, 0.0112884615384612, 0.00830599875900654, 0.0164807692307694, 0.0168602057656939, 0.0245576923076923, 0.0204610323824057, 0.0499230769230767, 0.0532208930922664, 0.130288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 420, '2021-05-23 00:00:00', 0.00631497000419199, 0.0106730769230768, 0.0134410393371027, 0.0166923076923072, 0.0160910032196686, 0.0225961538461532, 0.0200772354823915, 0.0511538461538457, 0.0530359819803063, 0.130153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 435, '2021-05-23 00:00:00', 0.0088769364084693, 0.0104999999999996, 0.011468485246368, 0.0153846153846152, 0.013323908527964, 0.0209423076923073, 0.0190894352577952, 0.0505576923076923, 0.0537259141025428, 0.129923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 450, '2021-05-23 00:00:00', 0.0088850782430217, 0.010730769230769, 0.011329013128315, 0.0144423076923071, 0.0126100692366796, 0.0224230769230765, 0.0233831053409215, 0.0549807692307693, 0.0534734010082075, 0.129730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 465, '2021-05-23 00:00:00', 0.00526497863243454, 0.00949999999999972, 0.00784790515899771, 0.0144807692307685, 0.009000769197899, 0.0219230769230764, 0.0255739124890974, 0.0587499999999997, 0.0533520708270862, 0.129288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 480, '2021-05-23 00:00:00', 0.00501601282049698, 0.0100961538461535, 0.00615092238236227, 0.015576923076923, 0.0119712636695608, 0.0238653846153842, 0.0277064002603118, 0.0617692307692304, 0.0531189666257221, 0.128769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 495, '2021-05-23 00:00:00', 0.00509056442389668, 0.0109230769230769, 0.00724231688385322, 0.0153653846153846, 0.0126726234306631, 0.0261538461538459, 0.0329669356500391, 0.0648269230769226, 0.0530826206529461, 0.128269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 510, '2021-05-23 00:00:00', 0.00567684229669359, 0.010942307692308, 0.0104011833646276, 0.0172692307692304, 0.0122471974816221, 0.0265769230769229, 0.0358349904208376, 0.0660576923076919, 0.0523892531551444, 0.127576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 525, '2021-05-23 00:00:00', 0.0078101511853774, 0.0109615384615383, 0.0113906338042072, 0.0190576923076923, 0.0118995151808161, 0.0244615384615383, 0.0366152133156948, 0.0664230769230765, 0.05222031729568, 0.126807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 540, '2021-05-23 00:00:00', 0.00754993632168834, 0.0143076923076923, 0.00877075560292019, 0.0188846153846156, 0.0143019095013436, 0.0257307692307695, 0.0358538486293793, 0.0665384615384611, 0.0521104743641957, 0.126692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 555, '2021-05-23 00:00:00', 0.00596415575300976, 0.0111346153846155, 0.007078597210009, 0.0145576923076921, 0.0121696501435085, 0.0235961538461539, 0.0338931579208277, 0.0653846153846152, 0.0509146797631546, 0.126769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 570, '2021-05-23 00:00:00', 0.00571152680651564, 0.00969230769230751, 0.0105405626765592, 0.0172115384615384, 0.0116473172876853, 0.0250000000000001, 0.0329714795169774, 0.0650384615384612, 0.0504210921982209, 0.126557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 585, '2021-05-23 00:00:00', 0.00897614359545111, 0.012865384615385, 0.00906253912458433, 0.0179807692307694, 0.0149948196182757, 0.0287692307692309, 0.0312298488875381, 0.0642884615384613, 0.0503849221951899, 0.125403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 600, '2021-05-23 00:00:00', 0.00436524737161428, 0.011846153846154, 0.00648548675594512, 0.0176923076923079, 0.012467511626377, 0.0286730769230771, 0.0298931687591251, 0.0628076923076921, 0.0505105320319813, 0.125576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 615, '2021-05-23 00:00:00', 0.00502409578546632, 0.0113076923076926, 0.0100762668606065, 0.0196346153846157, 0.0118602925116347, 0.0290576923076926, 0.0306531464064521, 0.0608461538461539, 0.0497596067261232, 0.126038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 630, '2021-05-23 00:00:00', 0.00829188667405616, 0.0138461538461537, 0.00935192287919762, 0.0204615384615383, 0.0170493514426618, 0.0325961538461541, 0.0305437202408913, 0.0596730769230767, 0.0498566444919829, 0.12825 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 645, '2021-05-23 00:00:00', 0.00828604016032156, 0.0149615384615383, 0.0101909462080505, 0.0213461538461541, 0.0218237344333043, 0.0346538461538463, 0.0304088866059806, 0.0570961538461539, 0.0492603796168887, 0.12775 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 660, '2021-05-23 00:00:00', 0.00796907484254991, 0.0133846153846156, 0.0154071037561854, 0.0216730769230774, 0.0212589166812782, 0.0348076923076924, 0.0278823420824004, 0.0547499999999999, 0.0501958625325294, 0.129730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 675, '2021-05-23 00:00:00', 0.00935342388976077, 0.0134423076923079, 0.0167100269299602, 0.0212500000000001, 0.0242402795744222, 0.0341346153846151, 0.0270701652406082, 0.051923076923077, 0.0516164553368251, 0.132038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 690, '2021-05-23 00:00:00', 0.0150904452704858, 0.0148076923076925, 0.0186871510772672, 0.023980769230769, 0.022294057504187, 0.0322499999999999, 0.0226407817886218, 0.0497499999999999, 0.052243512663149, 0.134230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 705, '2021-05-23 00:00:00', 0.0136410720309603, 0.0168269230769225, 0.0166939072257377, 0.023057692307692, 0.0212722733948349, 0.029480769230769, 0.0188217652241712, 0.0488269230769226, 0.0541713520656016, 0.135153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 720, '2021-05-23 00:00:00', 0.00869977895386722, 0.0136153846153847, 0.0130416492586106, 0.018269230769231, 0.0190036534948894, 0.0266730769230768, 0.016694598389437, 0.0490192307692303, 0.056946023701261, 0.138019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 735, '2021-05-23 00:00:00', 0.00874062134739062, 0.0104615384615387, 0.0139611549004311, 0.017076923076923, 0.0157392820674894, 0.02475, 0.0149580567433892, 0.0477884615384614, 0.0571675170004783, 0.13825 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 750, '2021-05-23 00:00:00', 0.00985122015090194, 0.0124423076923078, 0.0123506617698745, 0.0171730769230769, 0.014776709845096, 0.024134615384615, 0.014977829769876, 0.0463461538461539, 0.0572110263713344, 0.138807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 765, '2021-05-23 00:00:00', 0.00795779733730007, 0.00855769230769218, 0.0103190823980855, 0.0147884615384621, 0.0135044864340025, 0.0216346153846154, 0.0140367786135621, 0.0468653846153848, 0.0580015914901013, 0.138269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 780, '2021-05-23 00:00:00', 0.0088850133111023, 0.011288461538462, 0.0115923880860871, 0.0157115384615385, 0.013129312478338, 0.0208269230769236, 0.0151417024751565, 0.0473653846153849, 0.0579090799310567, 0.138192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 795, '2021-05-23 00:00:00', 0.00803281730441723, 0.00938461538461524, 0.0115096113681632, 0.0136346153846152, 0.0113522617197567, 0.0175769230769234, 0.0166270516374324, 0.048173076923077, 0.0583447183029118, 0.138115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];[ Date: 2021-05-23 17:19:13 - Database: acaweb_fx - User: pgperfstats ]
8 25s344ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1035, '2021-05-23 00:00:00', 0.000278836869871967, 0.000735000000000007, 0.000570870489152003, 0.00109634615384615, 0.00102603945418219, 0.00171980769230769, 0.00211208530749917, 0.00265288461538463, 0.00239320785686364, 0.00521961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1050, '2021-05-23 00:00:00', 0.000464506023807933, 0.000805384615384601, 0.000855124844686444, 0.0013575, 0.00111010139869501, 0.00167634615384616, 0.00235265771971909, 0.00261788461538462, 0.00246730996462513, 0.00523269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1065, '2021-05-23 00:00:00', 0.000730877554724465, 0.001065, 0.000851507283495659, 0.00130057692307692, 0.00113037333859896, 0.00163826923076922, 0.00238516999071666, 0.00249173076923077, 0.00243822391222665, 0.00519538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1080, '2021-05-23 00:00:00', 0.000408391215154522, 0.000784230769230766, 0.000548010843519906, 0.000991730769230776, 0.000720109286577665, 0.00130923076923075, 0.002116249876187, 0.00220153846153846, 0.00228181739308486, 0.00518615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1095, '2021-05-23 00:00:00', 0.000335331753067589, 0.00064076923076924, 0.000526397224975144, 0.000944038461538459, 0.000585305180095108, 0.00120807692307691, 0.00212079608601616, 0.00209403846153847, 0.00245641922004681, 0.00524923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1110, '2021-05-23 00:00:00', 0.000331704456035561, 0.000650384615384623, 0.000395079933489607, 0.000848076923076919, 0.000459493910564831, 0.00111442307692308, 0.00212776293683872, 0.00200634615384617, 0.00245982614301217, 0.00524442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1125, '2021-05-23 00:00:00', 0.000235894777716344, 0.000567884615384621, 0.000290900987649388, 0.000805769230769227, 0.000390226413568021, 0.000985576923076923, 0.00215189012623427, 0.00189365384615386, 0.00242817300739591, 0.00521192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1140, '2021-05-23 00:00:00', 0.000285710517832301, 0.000582499999999999, 0.00033423442947452, 0.000744423076923082, 0.000509335011408159, 0.00099192307692308, 0.00216108794716562, 0.00186134615384617, 0.00241339697553851, 0.00521519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1155, '2021-05-23 00:00:00', 0.00028435270622673, 0.000492307692307689, 0.000327921249927262, 0.00064711538461538, 0.000555608363729478, 0.000945576923076922, 0.00218177277953924, 0.0018523076923077, 0.00241799049594111, 0.00523096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1170, '2021-05-23 00:00:00', 0.000229936111528009, 0.00044615384615384, 0.000435733907862974, 0.000695961538461533, 0.00059104239728178, 0.000903653846153848, 0.00219444775776011, 0.00180019230769232, 0.00243293539071316, 0.00524384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1185, '2021-05-23 00:00:00', 0.000354186880267808, 0.000527115384615379, 0.000514846093507561, 0.000697500000000005, 0.00087159661188312, 0.000904423076923088, 0.00220688388910698, 0.00170750000000001, 0.00246591328844991, 0.0052671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1200, '2021-05-23 00:00:00', 0.000352598049647741, 0.000454230769230786, 0.000388317475190678, 0.000557307692307705, 0.000728838908021629, 0.000783076923076933, 0.00201772370792892, 0.00162980769230771, 0.00240581344791192, 0.0052321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1215, '2021-05-23 00:00:00', 0.000191522744180582, 0.000370192307692295, 0.000526462249358866, 0.0005625, 0.00169292627855303, 0.00105076923076922, 0.00201316567586017, 0.00163903846153847, 0.00245726847254301, 0.0052621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1230, '2021-05-23 00:00:00', 0.00046951398766743, 0.000434230769230779, 0.000709336553515922, 0.000622115384615391, 0.00197375578140139, 0.00114326923076924, 0.00201669237957754, 0.00162692307692309, 0.00246467532578604, 0.00526769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1245, '2021-05-23 00:00:00', 0.00057984175560102, 0.00046769230769231, 0.00162739040751185, 0.000891538461538461, 0.00198520184015476, 0.00118288461538461, 0.00193708337456084, 0.00157500000000001, 0.0024534545817307, 0.00525576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1260, '2021-05-23 00:00:00', 0.00135927810308946, 0.000674807692307698, 0.00164214048869621, 0.000875769230769238, 0.00175875734102672, 0.00107076923076924, 0.00169043664136268, 0.00145596153846155, 0.00242033892254783, 0.00525750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1275, '2021-05-23 00:00:00', 0.000702141477087176, 0.000489423076923085, 0.000821447221957397, 0.000641538461538463, 0.000808514687559847, 0.000815000000000006, 0.000831865651135117, 0.00120769230769232, 0.00239215323827397, 0.00526134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1290, '2021-05-23 00:00:00', 0.000576993834122509, 0.000456730769230768, 0.000567787236695102, 0.000597884615384612, 0.000592768472119121, 0.0007123076923077, 0.000714964657545016, 0.00117269230769231, 0.00238768378269692, 0.00526538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1305, '2021-05-23 00:00:00', 0.000387760284791445, 0.000444038461538463, 0.000420664309798748, 0.000572307692307701, 0.000415571756277274, 0.000636730769230769, 0.000589707522029757, 0.00112019230769232, 0.00234687923716714, 0.00523807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1320, '2021-05-23 00:00:00', 0.00034685244036133, 0.000448846153846148, 0.000438371988156175, 0.000529999999999992, 0.000428700406416333, 0.000694038461538456, 0.000594751919840415, 0.00111538461538463, 0.0023299812148467, 0.0052623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1335, '2021-05-23 00:00:00', 0.000356023389465022, 0.000370576923076938, 0.000359369533403246, 0.00044769230769232, 0.000462247061812018, 0.000697884615384618, 0.000560612474133297, 0.00111211538461539, 0.00232452252334507, 0.00526019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1350, '2021-05-23 00:00:00', 0.000162444309983935, 0.000271923076923073, 0.00024329026664903, 0.000471923076923077, 0.000374691052222208, 0.000665769230769233, 0.000508437765649313, 0.00108980769230771, 0.00231452644267595, 0.00524942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1365, '2021-05-23 00:00:00', 0.000239956486439966, 0.00039134615384616, 0.00038264328638483, 0.00055673076923077, 0.000387827082800897, 0.000675384615384629, 0.000565083962447517, 0.00112173076923078, 0.00231452644267595, 0.00524942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1380, '2021-05-23 00:00:00', 0.000318862220064731, 0.00041134615384615, 0.000289216448090609, 0.000501923076923077, 0.000403602050768601, 0.000766153846153839, 0.000615684265987534, 0.00115634615384616, 0.00231452644267595, 0.00524942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1395, '2021-05-23 00:00:00', 0.000126374900136906, 0.000306153846153853, 0.000363454790332161, 0.000499230769230782, 0.000394429480876648, 0.000798846153846152, 0.000610769502034419, 0.00114923076923078, 0.00231452644267595, 0.00524942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1410, '2021-05-23 00:00:00', 0.000337300368309245, 0.000398461538461544, 0.000372177222053412, 0.000641730769230759, 0.000369734884228402, 0.000798269230769242, 0.00062083495267384, 0.00118403846153847, 0.0023161402242657, 0.00524653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 1, 1425, '2021-05-23 00:00:00', 0.000279709464651063, 0.000529230769230765, 0.000329423505770077, 0.000704615384615385, 0.000375736814600532, 0.000783076923076933, 0.000655849419865903, 0.0012073076923077, 0.00240320796020653, 0.00527750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 0, '2021-05-23 00:00:00', 0.000298998392071835, 0.00052403846153847, 0.000300429500241555, 0.00059173076923079, 0.000409037143319998, 0.000705769230769247, 0.000646530771473038, 0.00118596153846155, 0.00248742721578867, 0.00529692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 15, '2021-05-23 00:00:00', 0.000177629061060793, 0.000302000000000024, 0.000340526553051788, 0.000441000000000011, 0.000381282157113771, 0.000606400000000011, 0.000627552255460314, 0.0011348, 0.00253859291734615, 0.00535960000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 30, '2021-05-23 00:00:00', 0.000334538612619434, 0.00031159999999999, 0.000325585754192862, 0.000419600000000009, 0.000400105923475284, 0.000594200000000003, 0.000614904260840652, 0.0011698, 0.00253727688674296, 0.00535640000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 45, '2021-05-23 00:00:00', 0.000149032391935956, 0.00031942307692309, 0.000298315333936308, 0.000485961538461541, 0.000337187462126611, 0.000580769230769231, 0.000573904173185725, 0.0012, 0.00250568685501294, 0.00529115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 60, '2021-05-23 00:00:00', 0.000257795759946026, 0.000379423076923082, 0.000301494036170129, 0.000454423076923082, 0.000318216181960528, 0.000541538461538478, 0.000586786030980485, 0.00119038461538461, 0.00250560971391427, 0.00529096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 75, '2021-05-23 00:00:00', 0.000150306481768223, 0.000264038461538453, 0.000188715496082176, 0.000346538461538456, 0.000250097211868933, 0.000518846153846158, 0.000580935320112178, 0.00116538461538462, 0.00250560971391427, 0.00529096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 90, '2021-05-23 00:00:00', 0.000121848108473057, 0.000244807692307682, 0.000136163363422257, 0.0003323076923077, 0.000245474736284303, 0.000524615384615384, 0.000540453655595134, 0.00115807692307693, 0.00251514101913866, 0.00531288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 105, '2021-05-23 00:00:00', 0.00011467831261672, 0.000248653846153861, 0.000240308135526042, 0.000415000000000003, 0.000320331799137186, 0.0005626923076923, 0.000552780384823968, 0.00115307692307692, 0.00251514101913866, 0.00531288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 120, '2021-05-23 00:00:00', 0.00019525722679426, 0.000320769230769223, 0.000220034000869099, 0.00039980769230769, 0.000384314974987965, 0.000630000000000002, 0.000539248051956092, 0.00114769230769231, 0.00251514101913866, 0.00531288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 135, '2021-05-23 00:00:00', 0.000127108221606639, 0.000252500000000006, 0.000214960550942599, 0.000380961538461532, 0.000312960614381185, 0.000622884615384622, 0.00051290443704305, 0.0011248076923077, 0.00251503708490781, 0.00531346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 150, '2021-05-23 00:00:00', 0.000147010334539933, 0.000280961538461526, 0.000258903679743296, 0.00045134615384616, 0.000277211110888438, 0.000655, 0.000505115676012786, 0.00112461538461539, 0.00251503708490781, 0.00531346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 165, '2021-05-23 00:00:00', 0.000209623838926184, 0.000336923076923085, 0.000215133589981803, 0.000467692307692306, 0.000256036430701085, 0.000670576923076927, 0.000444198543619679, 0.00108788461538462, 0.00251502157813041, 0.00529846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 180, '2021-05-23 00:00:00', 0.000123808940897467, 0.000324423076923076, 0.000166750850534108, 0.000479615384615388, 0.00027938861823631, 0.000645000000000002, 0.000542861364934417, 0.00110769230769232, 0.00251299310507488, 0.00531211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 195, '2021-05-23 00:00:00', 0.000121721150428098, 0.000315961538461542, 0.000187666336475553, 0.000459423076923076, 0.00023487156883316, 0.000600576923076929, 0.0005403031912376, 0.00108846153846154, 0.00253315245980486, 0.00537076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 210, '2021-05-23 00:00:00', 0.000186164216176502, 0.000333653846153841, 0.000231279384827422, 0.000441923076923068, 0.000308399154443592, 0.000645961538461543, 0.000485847554438476, 0.00108461538461538, 0.00277979570361675, 0.00553307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 225, '2021-05-23 00:00:00', 0.000115448956419987, 0.000277307692307711, 0.000221210394108285, 0.000430961538461552, 0.000312205122413987, 0.000640961538461549, 0.000450936973252535, 0.00108807692307694, 0.00277152285964566, 0.0055148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 240, '2021-05-23 00:00:00', 0.000169323995300777, 0.000336153846153836, 0.000246727816398177, 0.000486153846153837, 0.000291120184010755, 0.000635192307692301, 0.000426443611566825, 0.00109192307692309, 0.00277145229909408, 0.00551461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 255, '2021-05-23 00:00:00', 0.000162442415832625, 0.00032346153846154, 0.000224512463248347, 0.000470384615384618, 0.000268386131133124, 0.000606346153846163, 0.000408901530369436, 0.0010723076923077, 0.00276930307811578, 0.00551153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 270, '2021-05-23 00:00:00', 0.00015342149082234, 0.000323076923076922, 0.000230910238970758, 0.000431538461538458, 0.000223057426203682, 0.000536153846153853, 0.000418096096793368, 0.00105211538461538, 0.00277401417693676, 0.00550557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 285, '2021-05-23 00:00:00', 0.000208175683941744, 0.000308653846153836, 0.000212441485156216, 0.000390769230769233, 0.000199516820189325, 0.000499807692307692, 0.000424040500605604, 0.00105788461538461, 0.00276774240825651, 0.00551096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 300, '2021-05-23 00:00:00', 9.94339750015758e-05, 0.000263653846153857, 0.000102988610273908, 0.000344423076923079, 0.000142828703213104, 0.000454038461538473, 0.000431123398362215, 0.00114423076923077, 0.00276636053604454, 0.00551884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 315, '2021-05-23 00:00:00', 8.63329868322917e-05, 0.000239230769230774, 0.000114008940270229, 0.000330961538461546, 0.000218294173430813, 0.00045788461538463, 0.000463804874422922, 0.00126980769230769, 0.00276548338381446, 0.00552288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 330, '2021-05-23 00:00:00', 0.000106105897755322, 0.000247307692307698, 0.000110351187648275, 0.000325769230769251, 0.000249862192787569, 0.000451346153846177, 0.000485077789162182, 0.00131730769230769, 0.00276420512987007, 0.005525 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 345, '2021-05-23 00:00:00', 0.000104318484238638, 0.000252115384615397, 0.000218538238160865, 0.000370192307692329, 0.00026099160021851, 0.000496153846153851, 0.000504155844342415, 0.00150865384615384, 0.00276124373454037, 0.00553019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 360, '2021-05-23 00:00:00', 0.000167983973594554, 0.000288846153846167, 0.000192173499333694, 0.00035057692307694, 0.000290586409762165, 0.000547692307692309, 0.000744395495584263, 0.00173942307692308, 0.00276747880959159, 0.00552019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 375, '2021-05-23 00:00:00', 8.2473538879961e-05, 0.000206730769230774, 0.000126162441076814, 0.000329807692307675, 0.000232284060183613, 0.000503269230769223, 0.000787252598500721, 0.00196557692307692, 0.00276542977603009, 0.00551461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 390, '2021-05-23 00:00:00', 0.000119709423830548, 0.000262115384615381, 0.000217996559605872, 0.000387500000000011, 0.000215738534769791, 0.000521346153846149, 0.000780772398629414, 0.00205346153846155, 0.00276419283669963, 0.00551596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 405, '2021-05-23 00:00:00', 0.000152975111097797, 0.000254230769230765, 0.000209146985487388, 0.000362692307692301, 0.00022287742405602, 0.000537115384615381, 0.000813664928201164, 0.00215884615384616, 0.00276214390673956, 0.0055098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 420, '2021-05-23 00:00:00', 0.000171697856265451, 0.000281923076923075, 0.000162339625003125, 0.000368076923076918, 0.000229679458912102, 0.000555576923076925, 0.000872193785806786, 0.002325, 0.00275997285382414, 0.00550807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 435, '2021-05-23 00:00:00', 9.8816068453555e-05, 0.000251153846153835, 0.000164776772074782, 0.00039076923076922, 0.000210334257789847, 0.000582500000000003, 0.000863175911298598, 0.00239442307692308, 0.00275820459998612, 0.00550884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 450, '2021-05-23 00:00:00', 0.000119871245028222, 0.000266346153846157, 0.000178063191030611, 0.000402500000000006, 0.000301038459081487, 0.000606923076923082, 0.00090561838201648, 0.00265442307692309, 0.00275787953661169, 0.00550846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 465, '2021-05-23 00:00:00', 0.000164754479336797, 0.000285961538461546, 0.000211383810601998, 0.000431346153846157, 0.00035169572732035, 0.000653269230769236, 0.000938229367560967, 0.00283788461538462, 0.00275326942016215, 0.0055175 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 480, '2021-05-23 00:00:00', 0.000175114138602421, 0.000354807692307681, 0.000288098340582098, 0.000494423076923062, 0.000372777361891061, 0.000829807692307684, 0.000965142815259046, 0.00298557692307692, 0.0027558173225714, 0.00551865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 495, '2021-05-23 00:00:00', 0.000198436290880629, 0.000315192307692297, 0.000264791354727578, 0.00048269230769231, 0.000378518366590254, 0.000921923076923079, 0.00104881654918588, 0.00312192307692308, 0.00274766958600305, 0.00552692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 510, '2021-05-23 00:00:00', 0.000219268013030761, 0.000367307692307703, 0.000316789908541677, 0.00063961538461539, 0.000444298453052243, 0.000953653846153842, 0.00107883642803789, 0.00327096153846154, 0.00275400888915386, 0.00551980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 525, '2021-05-23 00:00:00', 0.000220839656416481, 0.000426923076923068, 0.000331935813999309, 0.000730769230769223, 0.000455373093019501, 0.00113942307692307, 0.00111626582166408, 0.00330576923076923, 0.00275844483080873, 0.00551326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 540, '2021-05-23 00:00:00', 0.000342322890760261, 0.000605192307692301, 0.000415160997501158, 0.000785576923076911, 0.00063473607477075, 0.00145173076923077, 0.00109987105887638, 0.00330288461538462, 0.0027701370974126, 0.00553346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 555, '2021-05-23 00:00:00', 0.000297572033942405, 0.000541346153846143, 0.000375869044298058, 0.000926538461538459, 0.000631119548592313, 0.00156673076923077, 0.00109051760822379, 0.00325942307692307, 0.00288638594892538, 0.00563538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 570, '2021-05-23 00:00:00', 0.000362265945659557, 0.00071384615384615, 0.000624337217806575, 0.00113480769230769, 0.000631677498046636, 0.00160269230769232, 0.00110687079712966, 0.00321480769230768, 0.00289544849721075, 0.00563 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 585, '2021-05-23 00:00:00', 0.00038519610390234, 0.00076096153846154, 0.000435446764387322, 0.00120173076923077, 0.00055102313926004, 0.00150750000000001, 0.0011549068560511, 0.00319538461538461, 0.00300848066050214, 0.00571673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 600, '2021-05-23 00:00:00', 0.000406725999244617, 0.000940961538461533, 0.000414321734887263, 0.00114750000000001, 0.000639088774379932, 0.00159730769230769, 0.00123199369379005, 0.00322269230769231, 0.00324201798504953, 0.00590615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 615, '2021-05-23 00:00:00', 0.000281140807863515, 0.000711923076923074, 0.000466426348378327, 0.00105846153846153, 0.000546138613005333, 0.00160923076923076, 0.00123050089863374, 0.0032223076923077, 0.0032057070262988, 0.00590846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 630, '2021-05-23 00:00:00', 0.000431878588708226, 0.000813653846153839, 0.000572863119642144, 0.00117807692307691, 0.000731222921918093, 0.00182480769230768, 0.00125136370228027, 0.00317634615384616, 0.00319172798628918, 0.00600653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 645, '2021-05-23 00:00:00', 0.000372107563026508, 0.000854038461538446, 0.000412915385260249, 0.00117865384615383, 0.000731559267276734, 0.00181480769230768, 0.00133951973310758, 0.00316365384615384, 0.00312672765781638, 0.00605961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 660, '2021-05-23 00:00:00', 0.000273198434503911, 0.000789230769230764, 0.000548162946015685, 0.00128115384615384, 0.000794958271764098, 0.00184942307692307, 0.00144421796778102, 0.00314153846153846, 0.00305369726095082, 0.0060998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 675, '2021-05-23 00:00:00', 0.000487222268027167, 0.000903461538461543, 0.000582539269062627, 0.00128500000000001, 0.000973474210475841, 0.00190596153846154, 0.00146490426308343, 0.00307250000000001, 0.00296909012221694, 0.00618192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 690, '2021-05-23 00:00:00', 0.00034328212214535, 0.000876153846153838, 0.000570543465613138, 0.00131538461538461, 0.000927825165891478, 0.00183846153846152, 0.00168284938080078, 0.00307596153846154, 0.00294632629139827, 0.00618115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 705, '2021-05-23 00:00:00', 0.000375873137354361, 0.000893846153846151, 0.000866690344844202, 0.00127307692307692, 0.000886214963504032, 0.00163519230769229, 0.00160902766864388, 0.00301403846153847, 0.00281328589703599, 0.00611653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 720, '2021-05-23 00:00:00', 0.000700904141366439, 0.000863846153846151, 0.00074892733549135, 0.00121807692307691, 0.000728004041620229, 0.00145173076923076, 0.00166074219969451, 0.00301942307692309, 0.00279370953421048, 0.00605480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 735, '2021-05-23 00:00:00', 0.000483580754532115, 0.000832115384615362, 0.000489693664054762, 0.00105326923076921, 0.000758011188267336, 0.00142019230769229, 0.00181981554432987, 0.00316884615384617, 0.00277905504831021, 0.00612480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 750, '2021-05-23 00:00:00', 0.000277722675731362, 0.00070173076923075, 0.000718172788294135, 0.00101692307692306, 0.000792335496151436, 0.00144846153846153, 0.00173279441942776, 0.00311250000000001, 0.00264889272222303, 0.00607942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 765, '2021-05-23 00:00:00', 0.000583301347108385, 0.000687307692307682, 0.00060167257259691, 0.000981730769230761, 0.000779951181904258, 0.00144461538461538, 0.00171601834533856, 0.00306019230769232, 0.00262907319147907, 0.00605038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 780, '2021-05-23 00:00:00', 0.000461729233009335, 0.000771730769230761, 0.000585654794620123, 0.00106346153846154, 0.000888078045773354, 0.00151115384615386, 0.0017059170892469, 0.00310134615384617, 0.00264301314062918, 0.00608730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 795, '2021-05-23 00:00:00', 0.000337479856948754, 0.00070442307692308, 0.00046043712508206, 0.000977115384615385, 0.000763115300291141, 0.00145019230769232, 0.00162354379723446, 0.00308269230769232, 0.00258384141571004, 0.0060426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 810, '2021-05-23 00:00:00', 0.000366274644747098, 0.000701346153846154, 0.000628745270665797, 0.00103115384615386, 0.000709759791435422, 0.00136019230769231, 0.00149400216249458, 0.00308269230769232, 0.00252654547524116, 0.00597403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 825, '2021-05-23 00:00:00', 0.000372428671539426, 0.000728653846153859, 0.00046927161234604, 0.000994615384615393, 0.000567249911007892, 0.0012923076923077, 0.00139125720676827, 0.00294384615384618, 0.00248445499363235, 0.00593384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 840, '2021-05-23 00:00:00', 0.000328032831377496, 0.000676538461538453, 0.000415853385776199, 0.000915961538461531, 0.000545888266955783, 0.00136999999999999, 0.00128921371385819, 0.00305500000000001, 0.00251565073398209, 0.00594384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 855, '2021-05-23 00:00:00', 0.00032970359649003, 0.000627692307692312, 0.000390135676597069, 0.000884615384615381, 0.000560750733049365, 0.00132923076923078, 0.00132762646797267, 0.00311403846153848, 0.00255624692589623, 0.00593211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 870, '2021-05-23 00:00:00', 0.000313876568096426, 0.00058249999999999, 0.000407343410215675, 0.000920576923076916, 0.00110785982173531, 0.00144923076923078, 0.00132675545541051, 0.00308903846153847, 0.00256413062189779, 0.00589461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 885, '2021-05-23 00:00:00', 0.000244169235131328, 0.000663846153846147, 0.000333807636913149, 0.000916538461538471, 0.00104426742817081, 0.00157730769230771, 0.00128575438795824, 0.0030871153846154, 0.00253158303317237, 0.00591442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 900, '2021-05-23 00:00:00', 0.000268400103175491, 0.000668846153846163, 0.00108110771184716, 0.00114326923076924, 0.00107792145068469, 0.00163442307692308, 0.00125067460257993, 0.00303980769230771, 0.00257152143681519, 0.0058975 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 915, '2021-05-23 00:00:00', 0.00108361242361621, 0.000858269230769251, 0.00106720153456816, 0.00121634615384618, 0.00124222717171774, 0.00172288461538464, 0.00124709337445734, 0.00304673076923079, 0.00261209742573636, 0.00590480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 930, '2021-05-23 00:00:00', 0.000402147504511229, 0.000748846153846149, 0.000529673520634689, 0.00106596153846152, 0.000890596170248635, 0.00151653846153845, 0.00123196896814065, 0.00300346153846155, 0.0027074994211236, 0.00590634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 945, '2021-05-23 00:00:00', 0.00031192232760984, 0.000726538461538447, 0.000589294526074654, 0.00110096153846154, 0.00066804479352349, 0.00146461538461537, 0.00116827308451407, 0.00291000000000001, 0.00284073087155674, 0.00597173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 960, '2021-05-23 00:00:00', 0.000465684938062698, 0.000812692307692316, 0.000455018004715614, 0.00101076923076923, 0.000757744121617674, 0.00157692307692306, 0.00118788831707622, 0.00288557692307694, 0.00310173122874705, 0.00618615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 975, '2021-05-23 00:00:00', 0.000277714850992054, 0.000638461538461536, 0.000443172652585873, 0.001035, 0.000637105594435914, 0.00154653846153845, 0.0012427214552685, 0.00284115384615385, 0.00318696805516081, 0.00617423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 990, '2021-05-23 00:00:00', 0.000325601514360485, 0.000787884615384627, 0.000480821732517915, 0.00115346153846153, 0.000552291624471661, 0.00152596153846154, 0.00128284570989057, 0.00279134615384616, 0.0033811820190806, 0.00625038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1005, '2021-05-23 00:00:00', 0.000263112216480991, 0.00080903846153845, 0.000374993128142162, 0.00113038461538461, 0.000548666214910863, 0.00149115384615385, 0.00135182691199726, 0.00272500000000001, 0.00343241171100529, 0.00625307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1020, '2021-05-23 00:00:00', 0.000378360278041973, 0.000872500000000003, 0.000598643852000894, 0.0012123076923077, 0.000875594391520154, 0.00182846153846154, 0.00139076791184418, 0.00266923076923077, 0.00341504251578447, 0.00631923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1035, '2021-05-23 00:00:00', 0.000526493918439566, 0.00088538461538463, 0.000568533775466465, 0.00108942307692308, 0.00128403452206168, 0.00193557692307692, 0.00135697434928424, 0.00252576923076922, 0.00343134594023082, 0.00628980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1050, '2021-05-23 00:00:00', 0.000301026768551598, 0.000646346153846157, 0.000586573393663448, 0.00127711538461538, 0.00108522900809001, 0.001805, 0.00115874635506855, 0.00234634615384614, 0.003251261057119, 0.00615730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1065, '2021-05-23 00:00:00', 0.000583216050480841, 0.00104519230769231, 0.00110259981233169, 0.00148211538461538, 0.00108033607662688, 0.00170403846153846, 0.00113550105849628, 0.00230557692307692, 0.00325717679192368, 0.00609942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1080, '2021-05-23 00:00:00', 0.00105446099975295, 0.00104500000000001, 0.00104636559649984, 0.0012801923076923, 0.000988094455933316, 0.00149557692307693, 0.00107066796188892, 0.00215326923076922, 0.0031714826428417, 0.00597307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1095, '2021-05-23 00:00:00', 0.000366546670341547, 0.000712692307692309, 0.000506679841259223, 0.000942307692307695, 0.00057910913014336, 0.00121576923076924, 0.000826958560956033, 0.00187230769230768, 0.00304084346218915, 0.00579980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1110, '2021-05-23 00:00:00', 0.000375407931968165, 0.00067134615384615, 0.000508013627921384, 0.000915384615384613, 0.000554252094822734, 0.00120076923076923, 0.000800422388492484, 0.00177499999999998, 0.00299727717462675, 0.00576230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1125, '2021-05-23 00:00:00', 0.000351910445338671, 0.000639807692307691, 0.000397053571274131, 0.000833461538461546, 0.000524394926044808, 0.00114903846153846, 0.000767080504249721, 0.00167749999999998, 0.00296733120186111, 0.0056876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1140, '2021-05-23 00:00:00', 0.000223845070047599, 0.00055115384615384, 0.000273462133505779, 0.000738461538461538, 0.0004712598907348, 0.00102826923076922, 0.000682372811479293, 0.00158557692307691, 0.00282228666155655, 0.00559 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1155, '2021-05-23 00:00:00', 0.000195459320969456, 0.000497115384615396, 0.000311645817210207, 0.000748653846153844, 0.000507799778834743, 0.000953846153846151, 0.000637071062332553, 0.00151653846153845, 0.00277799883701588, 0.00553653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1170, '2021-05-23 00:00:00', 0.000225765450105933, 0.000519038461538454, 0.00039453029521971, 0.000731923076923064, 0.000488546864140537, 0.00085903846153844, 0.000664424678835876, 0.00154307692307691, 0.00277102555300103, 0.00552115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1185, '2021-05-23 00:00:00', 0.000348191591821776, 0.000489230769230763, 0.000373611943887476, 0.000616730769230762, 0.000390287862205075, 0.000788846153846151, 0.000731301579377474, 0.00148499999999999, 0.00273010047715915, 0.00548384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1200, '2021-05-23 00:00:00', 0.000218395283831854, 0.000437499999999988, 0.000233086646154147, 0.000555769230769212, 0.000294421205339975, 0.000779615384615368, 0.00079586742711236, 0.00149980769230768, 0.00271200902681729, 0.0054801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1215, '2021-05-23 00:00:00', 0.000159324656452941, 0.000362115384615387, 0.000188766950334168, 0.00050480769230769, 0.000264900271510161, 0.000721923076923075, 0.000790634312046099, 0.00151384615384615, 0.00268463555039815, 0.00546903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1230, '2021-05-23 00:00:00', 0.000157753093350129, 0.000374038461538465, 0.00023171932624156, 0.000585384615384616, 0.000343360821652914, 0.000774423076923077, 0.000798550899105077, 0.00149153846153846, 0.0026889138213155, 0.00545346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1245, '2021-05-23 00:00:00', 0.000215007066073498, 0.000434038461538461, 0.000251837325393872, 0.000540961538461542, 0.000333606228036325, 0.000793653846153849, 0.000811574940849812, 0.00146673076923077, 0.00270986736121616, 0.00542634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1260, '2021-05-23 00:00:00', 0.000149133007232322, 0.000345576923076915, 0.000326809812958788, 0.000559423076923078, 0.000367881931310328, 0.000851346153846159, 0.000829122798736478, 0.00143884615384615, 0.00272019171411474, 0.00541019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1275, '2021-05-23 00:00:00', 0.000289916168254517, 0.000409230769230773, 0.000292057949992528, 0.000559615384615396, 0.000426964824708614, 0.000825192307692312, 0.000812155441734193, 0.00137269230769231, 0.00268917345751728, 0.00538673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1290, '2021-05-23 00:00:00', 0.00021549165609404, 0.000379423076923086, 0.000281357150529067, 0.000615384615384612, 0.000438839772757491, 0.000787884615384619, 0.000738751753870096, 0.00135192307692307, 0.00264211363524329, 0.0053526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1305, '2021-05-23 00:00:00', 0.000214214576103923, 0.000461730769230762, 0.000312990599514765, 0.000601346153846152, 0.000409326275726338, 0.000724999999999997, 0.000708606351607462, 0.00131519230769231, 0.00261158699173217, 0.00531615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1320, '2021-05-23 00:00:00', 0.000196775545697669, 0.000418846153846156, 0.000291668673985762, 0.000518846153846162, 0.000348072715656674, 0.000713846153846155, 0.00061434643195963, 0.00124846153846154, 0.00256126609316565, 0.00527 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1335, '2021-05-23 00:00:00', 0.00018250616427946, 0.000322500000000025, 0.000188115349228557, 0.00042576923076924, 0.000312331739316729, 0.00066865384615385, 0.000549858023633223, 0.0011846153846154, 0.00253902580500112, 0.00525596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1350, '2021-05-23 00:00:00', 0.000125140536382706, 0.000303076923076923, 0.000278514534905884, 0.000512884615384619, 0.000351247228294573, 0.000678846153846156, 0.000499559806229439, 0.00117, 0.00253498108777653, 0.00525134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1365, '2021-05-23 00:00:00', 0.000265978093372063, 0.000427115384615386, 0.000288620059007576, 0.000546538461538464, 0.000401557592382448, 0.000692500000000002, 0.000514909252647047, 0.00118153846153846, 0.00250166465347808, 0.00525903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1380, '2021-05-23 00:00:00', 0.000262091880542226, 0.000401923076923084, 0.000296026246237644, 0.000511538461538465, 0.000435622984489318, 0.000759230769230777, 0.000522028771679823, 0.00120903846153846, 0.00248504465986802, 0.00525980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1395, '2021-05-23 00:00:00', 0.000189814079075783, 0.000344230769230753, 0.000255920961356301, 0.000461538461538458, 0.000367919775954561, 0.00086980769230769, 0.000625952074842809, 0.00125, 0.002489644622462, 0.00525288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1410, '2021-05-23 00:00:00', 0.000184730989445569, 0.00031153846153847, 0.000272366551657021, 0.000601538461538461, 0.000337521281380328, 0.000831153846153851, 0.00130710179993168, 0.00140634615384616, 0.00249064801577052, 0.00525153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 2, 1425, '2021-05-23 00:00:00', 0.000189330805328007, 0.000516923076923073, 0.000279837658982176, 0.000748653846153844, 0.000295202212311917, 0.000817115384615383, 0.00131665428264219, 0.00141749999999999, 0.00249296210128867, 0.00524903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 0, '2021-05-23 00:00:00', 0.000246928205074973, 0.000581538461538467, 0.00025840792140753, 0.000635576923076928, 0.000243848628961001, 0.000733076923076922, 0.00130271733754429, 0.00142730769230769, 0.00249427955530251, 0.0052475 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 15, '2021-05-23 00:00:00', 0.000199986538008478, 0.000351153846153841, 0.000223284916297891, 0.000483076923076919, 0.000253995835822922, 0.000636730769230782, 0.00127275902607743, 0.00136153846153846, 0.00247583621460276, 0.0052298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 30, '2021-05-23 00:00:00', 0.000183662420258963, 0.000356730769230775, 0.000185590533578215, 0.00044038461538461, 0.000386786613800667, 0.000673269230769226, 0.0012699769834377, 0.00134846153846153, 0.0024757261871714, 0.00521807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 45, '2021-05-23 00:00:00', 0.00015174269720103, 0.000330384615384598, 0.000237563999474158, 0.000494423076923075, 0.000350783573424714, 0.000613653846153844, 0.00125987514643927, 0.00133923076923075, 0.00247257085921642, 0.00521057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 60, '2021-05-23 00:00:00', 0.000165118255991105, 0.000370961538461548, 0.00030477034228819, 0.000485192307692309, 0.000294622901089097, 0.000544423076923074, 0.00123787393728739, 0.00131173076923077, 0.0024317437871112, 0.00519038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 75, '2021-05-23 00:00:00', 0.000216966232750281, 0.000302884615384601, 0.000225730267899876, 0.000391923076923078, 0.000268652263086573, 0.000499038461538464, 0.00124390167803384, 0.00127076923076923, 0.00241657777732193, 0.00518192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 90, '2021-05-23 00:00:00', 0.000121606553467131, 0.000263076923076926, 0.000147817975382419, 0.000333076923076923, 0.000218721547600171, 0.000463653846153843, 0.00123712988249167, 0.0012628846153846, 0.00241657777732193, 0.00518192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 105, '2021-05-23 00:00:00', 0.000117722130459841, 0.00024749999999999, 0.000178247451163135, 0.000371923076923075, 0.000258346889636042, 0.000488653846153841, 0.00119256809191179, 0.00127057692307692, 0.00241502683533428, 0.00518115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 120, '2021-05-23 00:00:00', 0.000179285011600562, 0.000316346153846151, 0.000186371011281676, 0.000368076923076913, 0.000330803508957308, 0.00058480769230768, 0.00119057492575904, 0.00126942307692308, 0.00239795173012304, 0.0051725 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 135, '2021-05-23 00:00:00', 0.000131576827513287, 0.000227307692307687, 0.000167154120499599, 0.000347499999999996, 0.000496635797526346, 0.000631346153846161, 0.00117970817773524, 0.00126923076923077, 0.00239795173012304, 0.0051725 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 150, '2021-05-23 00:00:00', 0.00012219719246427, 0.000256923076923078, 0.000279831267841067, 0.000471538461538459, 0.00124894330720628, 0.000844230769230779, 0.00117323340192163, 0.00127384615384615, 0.00239795173012304, 0.0051725 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 165, '2021-05-23 00:00:00', 0.000247981078682657, 0.000371153846153839, 0.000465388382057235, 0.000522115384615393, 0.00121941568604993, 0.000863846153846159, 0.00114731143917489, 0.00128846153846154, 0.00239363531860257, 0.00516596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 180, '2021-05-23 00:00:00', 0.000361730031079275, 0.000376153846153851, 0.00114787562982164, 0.000697307692307704, 0.00112343141928919, 0.00085692307692308, 0.00107598464744551, 0.00127980769230769, 0.0023830516069818, 0.00514519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 195, '2021-05-23 00:00:00', 0.000865183239817745, 0.000514038461538464, 0.000868545645583197, 0.000628461538461531, 0.000844557895269192, 0.000795961538461531, 0.000815871336953037, 0.00121096153846153, 0.00238542385364499, 0.00513519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 210, '2021-05-23 00:00:00', 0.000202215517170703, 0.000336346153846145, 0.000235375314044485, 0.00045846153846154, 0.000328572436692194, 0.00061461538461538, 0.000408514569931294, 0.00107307692307692, 0.00230358206846509, 0.00503711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 225, '2021-05-23 00:00:00', 0.000166589777135801, 0.000321923076923072, 0.000254456358658083, 0.000469038461538456, 0.000270044512000409, 0.00057903846153845, 0.000363034221739279, 0.00102961538461537, 0.00227836808162875, 0.00500865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 240, '2021-05-23 00:00:00', 0.000144476242390861, 0.000340769230769226, 0.000171352089165968, 0.000426538461538455, 0.000183204383555218, 0.000599615384615384, 0.000343389048255089, 0.00102903846153846, 0.00227836808162875, 0.00500865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 255, '2021-05-23 00:00:00', 0.000105549295810796, 0.000259423076923081, 0.000130523354821451, 0.00037788461538461, 0.000185355479676608, 0.000575576923076911, 0.000356780691095316, 0.00106269230769231, 0.0022814956632741, 0.00499230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 270, '2021-05-23 00:00:00', 0.000108258238272405, 0.000290384615384613, 0.000139942845476291, 0.000429999999999986, 0.000174256663044417, 0.000579230769230755, 0.000345548838805738, 0.00108, 0.00228835140523614, 0.00497807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 285, '2021-05-23 00:00:00', 9.54181082636614e-05, 0.000308846153846149, 0.000140194370566207, 0.000422692307692314, 0.000188033650834477, 0.000535576923076922, 0.000343896227639413, 0.00107115384615385, 0.00230085008537816, 0.00494134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 300, '2021-05-23 00:00:00', 0.000112496153780404, 0.000275769230769231, 0.000171441400618831, 0.00038807692307692, 0.000195252105277705, 0.000489230769230759, 0.00039195746433275, 0.00114442307692308, 0.00230195913216415, 0.00493961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 315, '2021-05-23 00:00:00', 0.000173472343173642, 0.000290576923076909, 0.000173868208267502, 0.000383076923076913, 0.000167970349947647, 0.000475961538461527, 0.000559787459666625, 0.00137500000000001, 0.00230400530848749, 0.00493730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 330, '2021-05-23 00:00:00', 9.46962756151724e-05, 0.000254230769230769, 0.00012211721985296, 0.000331153846153842, 0.000110190220144009, 0.000441730769230764, 0.000588156049413376, 0.00150846153846154, 0.00230509710291047, 0.00493557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 345, '2021-05-23 00:00:00', 0.000106273956575222, 0.000238076923076941, 0.000104565033131756, 0.000319615384615386, 0.000244489184911033, 0.000479807692307701, 0.000769428984077469, 0.00165019230769232, 0.00230022403591143, 0.00494115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 360, '2021-05-23 00:00:00', 9.32871909749576e-05, 0.000237499999999993, 0.000112040686291261, 0.000338653846153836, 0.000336400631116199, 0.000520769230769231, 0.00108717622943393, 0.00199192307692309, 0.00229324046845374, 0.00495038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 375, '2021-05-23 00:00:00', 0.000101756307685794, 0.000247884615384604, 0.000206323495063903, 0.000365769230769227, 0.000314699673681726, 0.000511730769230761, 0.00106654317594453, 0.0021371153846154, 0.00229324046845374, 0.00495038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 390, '2021-05-23 00:00:00', 0.000184388073200139, 0.000259807692307703, 0.000289740201931629, 0.000379230769230781, 0.000295218367679578, 0.000538269230769234, 0.00109572603257455, 0.00231846153846155, 0.00229463649710499, 0.00494557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 405, '2021-05-23 00:00:00', 0.000139743859091701, 0.000257115384615387, 0.000174981867192441, 0.000344423076923074, 0.000170196831752136, 0.000494807692307697, 0.00104813403796389, 0.0024298076923077, 0.00229463649710499, 0.00494557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 420, '2021-05-23 00:00:00', 0.000130207674357313, 0.00023596153846153, 0.000145041771171684, 0.000353653846153844, 0.000171150406188418, 0.000482307692307696, 0.00112685452272449, 0.00262634615384616, 0.00229138125122416, 0.00494403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 435, '2021-05-23 00:00:00', 0.000112485383665888, 0.000265192307692303, 0.000150984971233759, 0.000357692307692307, 0.000228767349068878, 0.000587500000000001, 0.00124926914018374, 0.00284423076923078, 0.00226605832805643, 0.00494788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 450, '2021-05-23 00:00:00', 0.000132856921304319, 0.000270192307692301, 0.000171803219276732, 0.000377884615384606, 0.000233776685025548, 0.000653461538461532, 0.00130563720075679, 0.0029875, 0.0022618134657496, 0.00495307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 465, '2021-05-23 00:00:00', 0.00016102030450084, 0.000281538461538444, 0.000206621914095818, 0.000473846153846149, 0.000237551290008318, 0.000688846153846153, 0.00138979788237218, 0.00305307692307692, 0.0022574373830655, 0.00495346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 480, '2021-05-23 00:00:00', 0.000187026633232967, 0.000389807692307701, 0.000201976102927656, 0.000537884615384612, 0.000364163952932448, 0.000840769230769243, 0.00135625048741574, 0.00309576923076922, 0.00225665906903241, 0.00495307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 495, '2021-05-23 00:00:00', 0.000128213313841242, 0.000320576923076914, 0.000220836956912709, 0.000520192307692312, 0.000536583960022885, 0.00106711538461539, 0.0013830775605372, 0.00317346153846154, 0.00223127742818739, 0.0049348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 510, '2021-05-23 00:00:00', 0.000162539107720146, 0.000365192307692322, 0.000270688083338617, 0.000615961538461551, 0.000464185183537106, 0.00118173076923077, 0.00139152218810912, 0.003145, 0.00221768761239132, 0.00491288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 525, '2021-05-23 00:00:00', 0.000185651451754249, 0.000437307692307705, 0.000405698637679975, 0.000854230769230772, 0.000621620462983646, 0.00128499999999999, 0.00142038212626582, 0.00312423076923077, 0.00222077595586631, 0.00489038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 540, '2021-05-23 00:00:00', 0.000385827183314772, 0.000681153846153842, 0.000398764486112539, 0.000948653846153844, 0.00104862769296903, 0.00155096153846154, 0.00151693320424923, 0.00320788461538461, 0.00223351258369827, 0.00486730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 555, '2021-05-23 00:00:00', 0.000254725266784534, 0.000645192307692299, 0.000388064477196162, 0.000919038461538449, 0.00101499882531193, 0.00154115384615385, 0.00153309828326623, 0.00316288461538461, 0.00224301836475215, 0.00484076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 570, '2021-05-23 00:00:00', 0.000301602132210385, 0.000639615384615377, 0.000988332161542102, 0.00111269230769231, 0.00105408509363115, 0.00171576923076923, 0.00152317246106731, 0.00316788461538461, 0.00225106105750497, 0.00485673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 585, '2021-05-23 00:00:00', 0.000976394308747164, 0.000815384615384624, 0.000954842737756406, 0.00118942307692308, 0.00102442075565434, 0.00169673076923076, 0.00148101430938914, 0.00315923076923077, 0.00236868233412588, 0.004915 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 600, '2021-05-23 00:00:00', 0.000435881423536951, 0.00081615384615386, 0.000665255329814152, 0.00123557692307692, 0.000947784805987899, 0.00176596153846155, 0.00138731561491414, 0.00302884615384615, 0.00224903278356241, 0.0048376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 615, '2021-05-23 00:00:00', 0.000348597023245142, 0.000836730769230755, 0.000512686438883831, 0.00110923076923075, 0.000952877766799872, 0.00177903846153846, 0.0012076462166609, 0.00294923076923076, 0.00222104210641347, 0.00485903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 630, '2021-05-23 00:00:00', 0.00039255886378793, 0.000792307692307695, 0.00070228278875723, 0.00125865384615386, 0.000874592212669155, 0.00176346153846154, 0.00112061473514113, 0.00285076923076923, 0.00225671528656484, 0.00489826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 645, '2021-05-23 00:00:00', 0.000384634941810468, 0.00088903846153847, 0.000624747118071347, 0.00126019230769232, 0.000694881174125362, 0.00164961538461538, 0.00108378311767341, 0.00277538461538462, 0.00224988085154613, 0.00492538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 660, '2021-05-23 00:00:00', 0.000402522670169023, 0.000832500000000001, 0.000488598466574002, 0.00115230769230769, 0.000518059730740954, 0.00143826923076922, 0.000979634174263344, 0.00262865384615385, 0.00237200966400938, 0.00494038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 675, '2021-05-23 00:00:00', 0.000290066570608573, 0.00074384615384615, 0.00040033005613639, 0.000986923076923069, 0.000405968736954731, 0.00141115384615385, 0.000937648306218199, 0.00252211538461539, 0.00235713855211062, 0.00495692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 690, '2021-05-23 00:00:00', 0.000371320771550186, 0.000743653846153846, 0.000393045113871768, 0.000987692307692309, 0.000386475046462841, 0.00142019230769232, 0.00096868149881882, 0.00257961538461539, 0.00246589297290985, 0.00503307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 705, '2021-05-23 00:00:00', 0.000282681119611165, 0.000648846153846143, 0.000402034059024095, 0.000990769230769231, 0.000409468698907032, 0.00130115384615384, 0.00102806549102972, 0.00274942307692308, 0.00252909954331577, 0.0050925 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988180, 3, 720, '2021-05-23 00:00:00', 0.000232691608390547, 0.000705769230769243, 0.00034449025887755, 0.000991538461538458, 0.000422919159396468, 0.00136115384615384, 0.00140767698709612, 0.0029875, 0.00262225446896369, 0.0051075 where not exists (select 1 from powerstats_trumpet where symbolid = 988180 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into po[...];[ Date: 2021-05-23 17:12:17 - Database: acaweb_fx - User: pgperfstats ]
9 25s277ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1035, '2021-05-23 00:00:00', 0.000724359690718936, 0.00140980769230768, 0.000762328038616898, 0.00195903846153846, 0.001566779352194, 0.00323653846153844, 0.00193151351575349, 0.00440730769230768, 0.00258147915261475, 0.00987115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1050, '2021-05-23 00:00:00', 0.000515762654119688, 0.00135865384615387, 0.00107994344581271, 0.00247461538461538, 0.00152214433764192, 0.00312576923076922, 0.00168974883204118, 0.00429134615384615, 0.00260227373951792, 0.00991884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1065, '2021-05-23 00:00:00', 0.00085038199561228, 0.00200846153846154, 0.00123409337634493, 0.00253269230769231, 0.00136656544496948, 0.00312865384615384, 0.0016155956748566, 0.00415923076923077, 0.00269742635887218, 0.0100001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1080, '2021-05-23 00:00:00', 0.000690563203813769, 0.00153846153846153, 0.000778616425758881, 0.00191346153846152, 0.0010428805521985, 0.00253538461538463, 0.00145195793539406, 0.00356538461538463, 0.00276878701572754, 0.0102515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1095, '2021-05-23 00:00:00', 0.000379367743245803, 0.00117673076923077, 0.000488491595077701, 0.00163903846153846, 0.000880460893291332, 0.00207423076923079, 0.00134292615353419, 0.0031594230769231, 0.002832470734454, 0.0102576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1110, '2021-05-23 00:00:00', 0.000378302941284609, 0.00121365384615385, 0.000759575286186025, 0.00159384615384616, 0.00101942427190732, 0.00194038461538462, 0.00132569919142835, 0.00307211538461539, 0.00290773840215802, 0.0102888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1125, '2021-05-23 00:00:00', 0.000501279324866369, 0.00101480769230769, 0.000596303097942115, 0.00128076923076924, 0.000819288082141078, 0.00168019230769232, 0.00126356181547972, 0.0029073076923077, 0.00312864116486077, 0.0103384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1140, '2021-05-23 00:00:00', 0.000385530603394657, 0.00089961538461542, 0.000611443342868683, 0.00125980769230772, 0.000674285148537624, 0.00162269230769231, 0.00127854365768843, 0.00287826923076923, 0.00315222246384012, 0.0103073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1155, '2021-05-23 00:00:00', 0.000434443454760877, 0.000923653846153859, 0.000489183621337198, 0.00118615384615385, 0.000717147367110701, 0.00164211538461536, 0.00125927970864909, 0.0027907692307692, 0.0031700562237188, 0.0103123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1170, '2021-05-23 00:00:00', 0.000348270728026329, 0.000812499999999994, 0.000505561721104488, 0.0011255769230769, 0.000853025137153281, 0.00163326923076921, 0.00126886636260632, 0.00266461538461537, 0.00319347936607368, 0.0102873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1185, '2021-05-23 00:00:00', 0.000434939474126958, 0.000812884615384586, 0.000556490825136882, 0.0011509615384615, 0.000888536155707808, 0.00166249999999996, 0.00125855651442436, 0.00260749999999996, 0.00315095262762524, 0.0103126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1200, '2021-05-23 00:00:00', 0.00031170282938424, 0.000725576923076902, 0.00055008366496515, 0.00105403846153847, 0.000752311540418023, 0.00154942307692308, 0.00110774205550682, 0.00247730769230766, 0.00303080614434761, 0.0102582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1215, '2021-05-23 00:00:00', 0.000351820321274297, 0.00072346153846153, 0.000514781843263572, 0.00106211538461539, 0.000663520824552915, 0.00143173076923078, 0.00102781936829688, 0.00250057692307691, 0.00305814068700875, 0.0102476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1230, '2021-05-23 00:00:00', 0.000304262854478493, 0.000713269230769232, 0.000560687078502799, 0.00105500000000002, 0.000718330784099244, 0.00136865384615386, 0.00100718312443858, 0.00247461538461538, 0.00309250926246978, 0.0102634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1245, '2021-05-23 00:00:00', 0.000437223451056631, 0.000737115384615371, 0.000445252564455119, 0.000939615384615383, 0.000695645826110281, 0.00125634615384614, 0.000925039396250453, 0.00247326923076922, 0.00309849899144731, 0.010235 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1260, '2021-05-23 00:00:00', 0.000287454946302624, 0.000667884615384635, 0.00047341265135348, 0.000921538461538486, 0.000676695733239545, 0.00134865384615386, 0.000821587768615415, 0.00248769230769228, 0.00313884452649991, 0.0102851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1275, '2021-05-23 00:00:00', 0.000339864452618762, 0.000640384615384617, 0.000479854505192839, 0.000857884615384625, 0.000654084827479191, 0.00136519230769234, 0.000799274599005488, 0.00249673076923075, 0.00317722590659501, 0.0102876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1290, '2021-05-23 00:00:00', 0.000312788512970298, 0.000625576923076931, 0.000411392616141055, 0.0010417307692308, 0.000670005510884348, 0.00142076923076927, 0.00097573004226815, 0.00263134615384613, 0.00320918086840767, 0.0103753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1305, '2021-05-23 00:00:00', 0.000379690157081538, 0.000848846153846155, 0.000525421625568831, 0.00110673076923079, 0.000782317956214329, 0.00150076923076923, 0.000977240699426374, 0.00267076923076919, 0.00334698608969554, 0.0104717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1320, '2021-05-23 00:00:00', 0.000421077783788222, 0.000757500000000009, 0.000532172073097245, 0.00105865384615387, 0.00073936230319417, 0.00143615384615383, 0.000883940587108887, 0.00262980769230765, 0.0033157788503782, 0.0104407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1335, '2021-05-23 00:00:00', 0.000348886801126104, 0.000750000000000011, 0.00049753129008672, 0.00099576923076923, 0.000475933778522207, 0.00137019230769227, 0.000848930730163157, 0.00262923076923073, 0.00334096032371165, 0.0104782692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1350, '2021-05-23 00:00:00', 0.000346044961507335, 0.000671346153846145, 0.000373063203554218, 0.00104307692307687, 0.000420853345551061, 0.00127846153846148, 0.000853570509908006, 0.00261884615384609, 0.00333584488778851, 0.0104986538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1365, '2021-05-23 00:00:00', 0.000308754570193497, 0.000825769230769226, 0.000336848801964024, 0.00102634615384614, 0.000344348660517219, 0.00124499999999998, 0.000939031170122449, 0.00272653846153842, 0.00331121581203133, 0.0104919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1380, '2021-05-23 00:00:00', 0.000334614129086943, 0.000681153846153842, 0.000341857651437184, 0.000855576923076917, 0.000389132170545988, 0.00122038461538461, 0.00101803052697165, 0.00279807692307689, 0.00336386732565592, 0.0105242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1395, '2021-05-23 00:00:00', 0.000201775579829151, 0.000559230769230761, 0.000251714199960091, 0.000769038461538435, 0.000675437749793542, 0.00159807692307689, 0.00109197247429382, 0.00289326923076922, 0.00335996147528282, 0.0105263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1410, '2021-05-23 00:00:00', 0.000305227594780313, 0.000593269230769232, 0.000310071021641053, 0.00099596153846153, 0.000693848575810207, 0.00170038461538459, 0.00107998539876169, 0.00299269230769229, 0.00335527988629633, 0.0105363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1425, '2021-05-23 00:00:00', 0.000222778002642851, 0.000800961538461542, 0.00069501079128314, 0.00149499999999997, 0.000785825117557721, 0.00176134615384611, 0.00131772164972494, 0.00321288461538461, 0.00335167191918395, 0.0105305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 0, '2021-05-23 00:00:00', 0.000761516225394084, 0.00131980769230767, 0.000762793575262353, 0.00151596153846154, 0.00079177784374541, 0.00187807692307688, 0.00132197732146265, 0.00334903846153844, 0.0033491484566402, 0.0105357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 15, '2021-05-23 00:00:00', 0.000424298735169732, 0.000937399999999995, 0.000486338359581042, 0.00120799999999996, 0.000591116739739267, 0.00174239999999992, 0.00117543254449871, 0.00324699999999998, 0.00338885735413381, 0.0106 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 30, '2021-05-23 00:00:00', 0.000394150246310544, 0.000902399999999979, 0.000589366750560835, 0.00139859999999996, 0.000646526101561255, 0.00185779999999995, 0.00122475534971958, 0.0033456, 0.00340407191218596, 0.0106058 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 45, '2021-05-23 00:00:00', 0.000585768430223173, 0.0011455769230769, 0.000510973919250097, 0.00138788461538459, 0.000716715800343139, 0.00181846153846152, 0.00124918399519293, 0.00342442307692308, 0.00335470766810784, 0.0105234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 60, '2021-05-23 00:00:00', 0.000374248786031615, 0.000986923076923069, 0.000690458515436259, 0.0013601923076923, 0.000751969107385081, 0.00165653846153844, 0.00133260779618819, 0.00354653846153848, 0.00335499774733388, 0.0105217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 75, '2021-05-23 00:00:00', 0.000561405242364076, 0.000815384615384611, 0.000631272097861524, 0.00108230769230768, 0.000660036828809299, 0.00149615384615383, 0.00133435944010026, 0.00354865384615384, 0.0033184405049082, 0.0104892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 90, '2021-05-23 00:00:00', 0.00039891897191517, 0.000717115384615385, 0.000558931707676507, 0.0010555769230769, 0.000562557074027586, 0.00143730769230769, 0.0013801660574561, 0.0037521153846154, 0.00332602410486663, 0.0104471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 105, '2021-05-23 00:00:00', 0.000392994470503288, 0.000770576923076941, 0.000470863568350789, 0.00116250000000002, 0.000695505488558791, 0.00156826923076925, 0.00155068054538845, 0.0039919230769231, 0.00340100053717227, 0.0104955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 120, '2021-05-23 00:00:00', 0.000384701132749119, 0.000935192307692302, 0.000462794189179666, 0.00114730769230768, 0.000773714343033258, 0.00160673076923077, 0.00155822714844591, 0.00401038461538461, 0.00342227299634886, 0.0105773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 135, '2021-05-23 00:00:00', 0.000331312773442473, 0.000761923076923098, 0.000461450597405778, 0.00118057692307694, 0.000712410777139576, 0.00173865384615389, 0.00157036997110677, 0.00398461538461539, 0.00330373266752346, 0.0105334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 150, '2021-05-23 00:00:00', 0.000459650243287033, 0.000907115384615366, 0.000556326031968785, 0.00122942307692304, 0.000558139905262242, 0.00178192307692306, 0.0016524999359944, 0.00397903846153844, 0.00325107989159578, 0.0104576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 165, '2021-05-23 00:00:00', 0.000428245795704346, 0.000857307692307689, 0.000552456924878456, 0.00132057692307696, 0.000757580790309616, 0.00199442307692311, 0.00169298790263295, 0.00394596153846156, 0.00321725999045055, 0.0104503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 180, '2021-05-23 00:00:00', 0.000551900388169445, 0.00110096153846156, 0.000540716085034828, 0.00143826923076922, 0.00072335181354157, 0.00209461538461537, 0.00170354273387955, 0.00397538461538461, 0.00319160100287278, 0.0104548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 195, '2021-05-23 00:00:00', 0.000350982193280481, 0.000967499999999984, 0.000768929450599979, 0.00150250000000002, 0.000671651609553173, 0.00195326923076924, 0.00171567358380137, 0.00380461538461539, 0.00294559331884089, 0.01053 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 210, '2021-05-23 00:00:00', 0.000538501660593115, 0.00108596153846156, 0.000537856715263308, 0.0013996153846154, 0.000604225919287225, 0.00193019230769233, 0.00185763568714476, 0.00380211538461539, 0.00290921665375089, 0.0105865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 225, '2021-05-23 00:00:00', 0.00029005523346691, 0.00093096153846154, 0.000411382472234225, 0.00139846153846155, 0.000540025497973519, 0.00194153846153848, 0.0017473839017228, 0.00385249999999999, 0.00290277824479611, 0.0105665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 240, '2021-05-23 00:00:00', 0.000444623609186644, 0.00109192307692306, 0.000571304310665168, 0.00147884615384615, 0.000728430768580911, 0.00202923076923076, 0.00175412556563092, 0.00386249999999997, 0.00289743361243386, 0.0105484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 255, '2021-05-23 00:00:00', 0.000340822760164501, 0.000996923076923092, 0.000484297786649744, 0.00143788461538462, 0.000760651264479197, 0.0018921153846154, 0.00183737149210494, 0.00374499999999998, 0.00282515459073276, 0.0104323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 270, '2021-05-23 00:00:00', 0.000387016845190935, 0.00101596153846156, 0.000561978681500969, 0.00132596153846154, 0.000798112219794089, 0.00196365384615385, 0.00177480889545453, 0.00372115384615384, 0.00303810338103333, 0.0106580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 285, '2021-05-23 00:00:00', 0.000481517513061188, 0.000968653846153847, 0.000612975121844276, 0.0012725, 0.00122116835606159, 0.00217807692307694, 0.0017213301207541, 0.00369076923076922, 0.0030368952832685, 0.0106548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 300, '2021-05-23 00:00:00', 0.000432416866176405, 0.000847115384615417, 0.000606843155506121, 0.00138384615384616, 0.00129540598031896, 0.00199942307692307, 0.0016757507158102, 0.0036876923076923, 0.00304578198244973, 0.0106132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 315, '2021-05-23 00:00:00', 0.000486752661878851, 0.00103307692307691, 0.00125379499305724, 0.00160826923076924, 0.00140534211547881, 0.00200230769230768, 0.00165112809920974, 0.00374500000000001, 0.00306549411251206, 0.0106019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 330, '2021-05-23 00:00:00', 0.0012942804505266, 0.00120326923076926, 0.00132332890265999, 0.00145076923076924, 0.00144443228134258, 0.00200615384615382, 0.00180419903387794, 0.00389692307692305, 0.00306549125815848, 0.0105994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 345, '2021-05-23 00:00:00', 0.000349420234102134, 0.000822500000000008, 0.000532209906536332, 0.00123423076923076, 0.00059403901063303, 0.00169788461538461, 0.00136722622066048, 0.00379846153846152, 0.00302716186576444, 0.0103748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 360, '2021-05-23 00:00:00', 0.000387633897461953, 0.000854038461538446, 0.00049284339843871, 0.00118615384615383, 0.000514277536564997, 0.00167423076923079, 0.00136106176031238, 0.00380365384615383, 0.00301159628002262, 0.0103869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 375, '2021-05-23 00:00:00', 0.000339435560894853, 0.000777500000000012, 0.000401213208234165, 0.00120596153846156, 0.000514181051621056, 0.00156807692307696, 0.00147959897113525, 0.00411134615384614, 0.0029787702418693, 0.0104069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 390, '2021-05-23 00:00:00', 0.000254375025987541, 0.000819423076923073, 0.000338228245647577, 0.00114711538461539, 0.000694849624019455, 0.00157000000000001, 0.0015890913707573, 0.00417576923076922, 0.00294327573265934, 0.0103959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 405, '2021-05-23 00:00:00', 0.000239499156895872, 0.000754615384615392, 0.000319953361986002, 0.00100807692307695, 0.000860984610780019, 0.0017475, 0.00157638495884143, 0.0042584615384615, 0.00286091209904489, 0.0104690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 420, '2021-05-23 00:00:00', 0.000290531343469985, 0.000767692307692307, 0.000488786920698745, 0.00114942307692307, 0.000766768970320382, 0.00179557692307692, 0.00154218372895262, 0.00437557692307687, 0.00282467062749732, 0.0104830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 435, '2021-05-23 00:00:00', 0.000331941839205876, 0.000825769230769226, 0.000675985320732773, 0.00130307692307689, 0.000705152902131621, 0.00180115384615383, 0.0014509704975, 0.00448576923076919, 0.00284552418450718, 0.0104817307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 450, '2021-05-23 00:00:00', 0.000510113599716173, 0.000943269230769219, 0.000533837378003675, 0.00124288461538463, 0.000696104794276982, 0.00175826923076922, 0.00148382027731953, 0.00456384615384613, 0.00292066781088476, 0.0104473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 465, '2021-05-23 00:00:00', 0.000366508526503795, 0.000822500000000017, 0.000492360249598428, 0.00115615384615382, 0.000677078679668433, 0.00170653846153842, 0.00145016843849259, 0.00469749999999998, 0.00292980739718763, 0.0104392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 480, '2021-05-23 00:00:00', 0.000438760360386127, 0.000959423076923043, 0.000588432631265878, 0.00135519230769227, 0.000719886208956767, 0.00197692307692304, 0.00145030750055079, 0.00488961538461536, 0.00297718995673127, 0.0105509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 495, '2021-05-23 00:00:00', 0.000382745798349013, 0.000867115384615369, 0.000489062407532565, 0.00121903846153843, 0.000766344795867916, 0.00202711538461538, 0.00146097180512996, 0.00493615384615383, 0.00303128233844764, 0.0106038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 510, '2021-05-23 00:00:00', 0.000266053276908699, 0.00082711538461538, 0.00063479945349209, 0.00130711538461538, 0.000732974760820622, 0.00219499999999999, 0.00146172570561705, 0.00506903846153844, 0.0031134945738733, 0.0106823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 525, '2021-05-23 00:00:00', 0.000425917110028908, 0.000910769230769245, 0.000459731401514463, 0.0015148076923077, 0.000758112433309503, 0.00226769230769229, 0.00155692232156414, 0.00519634615384615, 0.00309283114015919, 0.0106723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 540, '2021-05-23 00:00:00', 0.000284231216820694, 0.00117923076923077, 0.000540061250087575, 0.00166692307692306, 0.000835826444995527, 0.00230038461538459, 0.00175928732292805, 0.00532673076923075, 0.00306249320250422, 0.0106488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 555, '2021-05-23 00:00:00', 0.000398150532027604, 0.00112961538461537, 0.000489121701074024, 0.0017459615384615, 0.00108846193530841, 0.00264423076923075, 0.00176312503374416, 0.00537326923076921, 0.0030394691148291, 0.0106875 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 570, '2021-05-23 00:00:00', 0.000370309278223575, 0.00127019230769229, 0.000680212212361809, 0.00179442307692307, 0.00123335747204377, 0.00277942307692308, 0.00178700815718514, 0.00523192307692306, 0.00307996134466254, 0.0106517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 585, '2021-05-23 00:00:00', 0.000484205177426037, 0.00119442307692308, 0.000974191124037702, 0.00198288461538462, 0.00118358074697735, 0.00270576923076923, 0.00176257805064498, 0.00506076923076922, 0.00306049896007424, 0.0106417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 600, '2021-05-23 00:00:00', 0.000861719479609504, 0.00162269230769231, 0.00109884946823767, 0.00214192307692309, 0.00109360300770509, 0.00279346153846154, 0.00169011424283869, 0.00499807692307693, 0.00315013214008557, 0.0106825 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 615, '2021-05-23 00:00:00', 0.000542462937408202, 0.00131403846153846, 0.000613472869439606, 0.00172480769230768, 0.000626222281744964, 0.0024678846153846, 0.00162259788136665, 0.00479826923076922, 0.00313967266789686, 0.0106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 630, '2021-05-23 00:00:00', 0.000402773318572468, 0.00118711538461536, 0.000506626702202567, 0.00170384615384611, 0.000846383710036656, 0.00249076923076922, 0.00171690097604336, 0.00476480769230767, 0.00315121452166281, 0.0107201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 645, '2021-05-23 00:00:00', 0.000370176101543398, 0.00114288461538462, 0.000607165419102472, 0.00173038461538462, 0.00098441987992931, 0.00256749999999999, 0.00169804530156119, 0.00481038461538461, 0.00280481097676558, 0.0108711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 660, '2021-05-23 00:00:00', 0.000445112777411992, 0.00126923076923077, 0.000675359505403214, 0.00170769230769231, 0.000866012724191483, 0.00251903846153845, 0.00175466596645808, 0.00479442307692305, 0.00270944882984317, 0.0108548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 675, '2021-05-23 00:00:00', 0.000472534776904949, 0.00108634615384615, 0.000617401284541817, 0.00162288461538461, 0.000671039950662133, 0.00217884615384617, 0.00184720095945609, 0.00461576923076923, 0.00267608816113258, 0.0107696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 690, '2021-05-23 00:00:00', 0.000460007190579254, 0.00121115384615383, 0.000625118358023874, 0.00169980769230767, 0.000772749934673876, 0.00241769230769227, 0.00190045431815257, 0.00471115384615385, 0.00276708032743209, 0.0108834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 705, '2021-05-23 00:00:00', 0.000301523567136048, 0.00108230769230769, 0.000407394771689547, 0.00145250000000003, 0.000830287276512475, 0.0022048076923077, 0.00179651123441651, 0.00463115384615387, 0.00275789926323533, 0.0108421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 720, '2021-05-23 00:00:00', 0.000308726166940624, 0.00100538461538463, 0.000687475565999384, 0.00159442307692309, 0.00107163794474412, 0.00224173076923077, 0.00168477124674129, 0.00468307692307694, 0.0026764669090771, 0.0108836538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 735, '2021-05-23 00:00:00', 0.000522069292483142, 0.00115288461538461, 0.000617923445594529, 0.00154576923076923, 0.00100856556554346, 0.00211749999999999, 0.00156618665996303, 0.00480057692307692, 0.00281431749480022, 0.0108901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 750, '2021-05-23 00:00:00', 0.000317225714352023, 0.0010369230769231, 0.000608054653414033, 0.00151769230769232, 0.000801897677148022, 0.00202326923076927, 0.0014814699171379, 0.00467634615384616, 0.00295692787560649, 0.0108926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 765, '2021-05-23 00:00:00', 0.000491792013574233, 0.00113076923076923, 0.000487280877776007, 0.00150557692307691, 0.000753284704579792, 0.00207538461538462, 0.0015392849113993, 0.00478903846153848, 0.00303369488476453, 0.0109594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 780, '2021-05-23 00:00:00', 0.000277871649950377, 0.00104442307692305, 0.000561953324095114, 0.00142153846153847, 0.000651562766325362, 0.00206596153846154, 0.00153024066734614, 0.00493750000000002, 0.0032216085088998, 0.0110757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 795, '2021-05-23 00:00:00', 0.000380665005160492, 0.000890384615384633, 0.000469448121160926, 0.00131846153846153, 0.000693328232846138, 0.00192903846153845, 0.00142408264669413, 0.00494576923076926, 0.00329403463154933, 0.0110880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 810, '2021-05-23 00:00:00', 0.000345594916273137, 0.00105538461538459, 0.000463059225319869, 0.00150038461538461, 0.000851288819288832, 0.00211942307692308, 0.00139747845724416, 0.00495403846153851, 0.00329558403835289, 0.0110880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 825, '2021-05-23 00:00:00', 0.000403161735058506, 0.00109423076923077, 0.000656554760736793, 0.00145692307692307, 0.00100980815009586, 0.00228750000000001, 0.00154698023457116, 0.00499538461538464, 0.00334351259904913, 0.0110525 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 840, '2021-05-23 00:00:00', 0.00050289209731159, 0.00105730769230771, 0.000694729056207158, 0.00153730769230769, 0.00113461916687765, 0.00241442307692308, 0.00178387904902166, 0.00546269230769232, 0.00342505705735745, 0.0109896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 855, '2021-05-23 00:00:00', 0.000417779708237929, 0.00106326923076924, 0.000549420288892011, 0.00162557692307693, 0.000942618223558524, 0.00230365384615387, 0.0019478454369261, 0.00551461538461542, 0.00356999773755587, 0.0109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 870, '2021-05-23 00:00:00', 0.000474798904800782, 0.00116, 0.000823623326900968, 0.00168423076923076, 0.000977751423498774, 0.00232961538461539, 0.00200842285043609, 0.0054521153846154, 0.00351593008266007, 0.0109271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 885, '2021-05-23 00:00:00', 0.000566056432359352, 0.00110673076923078, 0.000561776748704177, 0.00152865384615386, 0.000658712643080327, 0.00222788461538464, 0.00212740296714452, 0.00544576923076925, 0.00350960480462053, 0.0108767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 900, '2021-05-23 00:00:00', 0.000323754922742513, 0.00108879999999998, 0.00047450386370043, 0.00169320000000003, 0.000690327518887452, 0.002419, 0.00214436373624749, 0.00549600000000001, 0.00366167738202046, 0.010945 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 915, '2021-05-23 00:00:00', 0.000463674952459641, 0.00125230769230771, 0.000557043845809154, 0.00170038461538461, 0.000766911914508679, 0.00259173076923076, 0.00210531799169478, 0.00540461538461539, 0.00359990826806208, 0.0110415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 930, '2021-05-23 00:00:00', 0.000425931377643795, 0.00116153846153844, 0.000492820961404859, 0.0017175, 0.000645500283024441, 0.00240884615384615, 0.0021448794479303, 0.00530461538461539, 0.00360010555400812, 0.011005 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 945, '2021-05-23 00:00:00', 0.000423681347967278, 0.00127326923076925, 0.000684690721870383, 0.00187923076923077, 0.000973680329787679, 0.00269923076923078, 0.00213964623244123, 0.005335, 0.00352678814438644, 0.0111738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 960, '2021-05-23 00:00:00', 0.000421426880235011, 0.00131615384615386, 0.000494485474625272, 0.00163326923076924, 0.00114610880138642, 0.00301076923076925, 0.00215403482758786, 0.00533096153846153, 0.00352213593412601, 0.0112665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 975, '2021-05-23 00:00:00', 0.000406672614500418, 0.00120884615384618, 0.000787111882380534, 0.00219365384615387, 0.00105076179324995, 0.0030071153846154, 0.00208905338334412, 0.00531596153846154, 0.00340878081633981, 0.0113244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 990, '2021-05-23 00:00:00', 0.000662077528576664, 0.00165942307692308, 0.00102783356928731, 0.00235961538461539, 0.000889667634569226, 0.0028475, 0.00211968499111034, 0.0052223076923077, 0.00335264644032834, 0.0113580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1005, '2021-05-23 00:00:00', 0.000628002480396894, 0.00157365384615384, 0.000687002435333268, 0.0020771153846154, 0.00113248414830135, 0.00294288461538462, 0.00187988486758754, 0.00502134615384616, 0.00323492768317697, 0.0113163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1020, '2021-05-23 00:00:00', 0.000479403956852874, 0.00148192307692308, 0.000713735676132717, 0.00205884615384617, 0.00171845203151422, 0.00354576923076924, 0.00182468366067614, 0.00490230769230771, 0.00320750692187037, 0.0112594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1035, '2021-05-23 00:00:00', 0.000512646714459533, 0.00153942307692309, 0.000920212935224136, 0.00222961538461542, 0.00171312225079057, 0.00360961538461541, 0.00179110766115447, 0.00474442307692308, 0.0033445384641923, 0.0112915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1050, '2021-05-23 00:00:00', 0.000562894716211181, 0.00145230769230773, 0.001392639883873, 0.00265961538461541, 0.00147835646789055, 0.00329961538461539, 0.00183713799155098, 0.004535, 0.00321980685039432, 0.0111280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1065, '2021-05-23 00:00:00', 0.00102574680111613, 0.00216750000000002, 0.00115312026526023, 0.00263788461538464, 0.00116873806040798, 0.00307057692307693, 0.00178779375208668, 0.00440249999999999, 0.0032754010265333, 0.0110867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1080, '2021-05-23 00:00:00', 0.000686400673524882, 0.00156826923076922, 0.00070121688184516, 0.00194865384615382, 0.000786166869153011, 0.00236211538461535, 0.00175637998560851, 0.00410942307692306, 0.0032237353155331, 0.0111292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1095, '2021-05-23 00:00:00', 0.000529138341660654, 0.00124423076923072, 0.000798538761642898, 0.00172692307692305, 0.000814981665673921, 0.00219634615384614, 0.00180473630078877, 0.00392365384615384, 0.00315582994082136, 0.0110538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1110, '2021-05-23 00:00:00', 0.000500500403442538, 0.00117057692307694, 0.000547417995263608, 0.00153730769230769, 0.000668645617302957, 0.00197980769230768, 0.00157084319591546, 0.00371211538461537, 0.00311042876712914, 0.0110413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1125, '2021-05-23 00:00:00', 0.00051991378723193, 0.00108711538461537, 0.000580762529253242, 0.00153865384615385, 0.000707217325971186, 0.00196711538461537, 0.00145796265911878, 0.00360365384615383, 0.00317665499567365, 0.0110951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1140, '2021-05-23 00:00:00', 0.000458714633933358, 0.00104365384615387, 0.000517078665343936, 0.00128211538461538, 0.000550269164905839, 0.00172807692307693, 0.00154153105709877, 0.00338, 0.00319576135144422, 0.0110488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1155, '2021-05-23 00:00:00', 0.000295377463855763, 0.000810384615384604, 0.000411646226005568, 0.00117384615384616, 0.000660773817929808, 0.00169096153846154, 0.00157899827056955, 0.00323153846153844, 0.00317384482316613, 0.0110198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1170, '2021-05-23 00:00:00', 0.000293275664494368, 0.000863846153846142, 0.000351076366884255, 0.00120115384615384, 0.000667922640615051, 0.00180057692307693, 0.00143507512534527, 0.00314615384615382, 0.00323469564018245, 0.0109817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1185, '2021-05-23 00:00:00', 0.000223200927072793, 0.00087557692307692, 0.000374923376787216, 0.00119846153846152, 0.00058058750085913, 0.00171461538461537, 0.00125785716750598, 0.00300557692307688, 0.00325859358525209, 0.0109380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1200, '2021-05-23 00:00:00', 0.000351686704982622, 0.000841538461538458, 0.000526952231085679, 0.00126057692307693, 0.000561036849194283, 0.00171288461538461, 0.00120825404868092, 0.00293038461538461, 0.00321115066843407, 0.0109638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1215, '2021-05-23 00:00:00', 0.000350094932180499, 0.000847307692307709, 0.000415639127868629, 0.00108826923076925, 0.000554936344235838, 0.00153711538461539, 0.00122229185737913, 0.00288576923076924, 0.00319407020297588, 0.0109726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1230, '2021-05-23 00:00:00', 0.000250574110026129, 0.000700769230769236, 0.000487617323160445, 0.00110442307692308, 0.000648991051259856, 0.00156923076923076, 0.00118784259835279, 0.00279903846153847, 0.00320772354578037, 0.0109178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1245, '2021-05-23 00:00:00', 0.000362485861793241, 0.000835000000000005, 0.000391767837451656, 0.00110596153846152, 0.000797317160135253, 0.00167942307692306, 0.00108781759288245, 0.00279365384615385, 0.0031939308792675, 0.0109026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1260, '2021-05-23 00:00:00', 0.000223311183363888, 0.000713269230769241, 0.000442334584466718, 0.00107326923076924, 0.000777262751336636, 0.00169076923076922, 0.000994492777558181, 0.00274326923076923, 0.00319904476127099, 0.0108642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1275, '2021-05-23 00:00:00', 0.000376784625278351, 0.000860576923076933, 0.000605229168294022, 0.00120711538461539, 0.000775921610830554, 0.00168288461538462, 0.000947199292651757, 0.0027375, 0.00321911500021595, 0.0109092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1290, '2021-05-23 00:00:00', 0.000418841442369523, 0.000888076923076934, 0.000562169321605029, 0.00126288461538462, 0.000585250899516309, 0.00157615384615386, 0.000904983127764519, 0.00275269230769231, 0.00322007453927102, 0.0109090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1305, '2021-05-23 00:00:00', 0.000378192868988609, 0.00094038461538461, 0.000432880335214469, 0.00120923076923076, 0.000464549078304802, 0.00145038461538459, 0.000939400320171536, 0.00276519230769228, 0.00313316262560076, 0.0109440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1320, '2021-05-23 00:00:00', 0.000261770010622951, 0.000863461538461525, 0.000325804153064151, 0.0010528846153846, 0.000385348992672658, 0.00131538461538461, 0.00107189194705147, 0.0028828846153846, 0.00316113261104548, 0.0109592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1335, '2021-05-23 00:00:00', 0.00022720339921617, 0.000615769230769225, 0.000268313321438807, 0.00086903846153845, 0.000422033219618492, 0.00126096153846152, 0.0010302963166002, 0.00288749999999998, 0.0031995590381272, 0.0109909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1350, '2021-05-23 00:00:00', 0.000223856839554622, 0.000636730769230782, 0.000335120644177367, 0.000954615384615404, 0.00052990670441563, 0.00132865384615385, 0.00099627336378354, 0.00288384615384615, 0.00325227219979178, 0.0110626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1365, '2021-05-23 00:00:00', 0.000263500401400977, 0.000742307692307705, 0.000346087416702792, 0.000957499999999987, 0.000528681705900509, 0.00124211538461538, 0.00112539053050653, 0.00298961538461538, 0.00324922873688746, 0.0110957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1380, '2021-05-23 00:00:00', 0.000300689783919958, 0.000697884615384635, 0.000519600290163966, 0.000977692307692316, 0.000540337252235888, 0.00149288461538463, 0.00112557301646075, 0.00309384615384614, 0.00319355787243872, 0.0111282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1395, '2021-05-23 00:00:00', 0.000390358858566774, 0.000634038461538465, 0.000328779561408591, 0.000810000000000003, 0.000600214961492938, 0.00176000000000002, 0.00127136201949536, 0.00322423076923074, 0.0032655600061622, 0.0111530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1410, '2021-05-23 00:00:00', 0.000169257200733062, 0.000530000000000005, 0.000388007583193127, 0.00116673076923079, 0.000637277291415448, 0.00178211538461541, 0.00136029664468396, 0.00329980769230767, 0.00328576763657115, 0.0111798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1425, '2021-05-23 00:00:00', 0.000360984977313639, 0.00101192307692307, 0.000634632449653979, 0.00160211538461541, 0.000566751743236408, 0.00182153846153847, 0.00126033245003665, 0.00353173076923074, 0.00328175143201589, 0.0111923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 0, '2021-05-23 00:00:00', 0.000635104019342206, 0.00134634615384616, 0.000593651542444006, 0.00150192307692307, 0.000593672436229312, 0.00179519230769231, 0.00116303230988919, 0.0036930769230769, 0.00326542922729332, 0.0112259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 15, '2021-05-23 00:00:00', 0.000548197044866198, 0.001025, 0.000475665202233019, 0.00131576923076924, 0.000633442274705913, 0.00170865384615384, 0.00116264188546868, 0.00371192307692305, 0.00326765020842429, 0.0112067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 30, '2021-05-23 00:00:00', 0.000429546093165583, 0.00102038461538461, 0.000472398300003439, 0.00129307692307692, 0.000738194392784507, 0.00179980769230771, 0.00123815994058181, 0.00385403846153843, 0.0032472585419799, 0.0112109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 45, '2021-05-23 00:00:00', 0.000392500269475637, 0.000952307692307705, 0.00051387730502073, 0.00128173076923077, 0.000847872541219391, 0.00180961538461539, 0.00143665032413814, 0.0041580769230769, 0.00323155816191602, 0.0111730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 60, '2021-05-23 00:00:00', 0.000476905086509324, 0.000937692307692285, 0.000635528641247736, 0.00127557692307693, 0.00087153597833854, 0.00177980769230769, 0.00130038451414011, 0.00414826923076921, 0.00318257099745568, 0.0111019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 75, '2021-05-23 00:00:00', 0.000394436111625032, 0.000829615384615397, 0.000518877486651562, 0.00113961538461537, 0.000667195537016996, 0.00168173076923078, 0.00126140086960734, 0.00417192307692307, 0.00316802911311408, 0.0110573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 90, '2021-05-23 00:00:00', 0.000416585386944096, 0.000824230769230754, 0.000530073470959818, 0.00117173076923076, 0.000546023245489963, 0.00162423076923075, 0.00124728832025564, 0.00413192307692307, 0.00317720264601522, 0.011100576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 105, '2021-05-23 00:00:00', 0.000397055363316578, 0.000824807692307673, 0.000530885472221076, 0.00133923076923076, 0.000691824010524703, 0.00178769230769229, 0.00129124728013713, 0.00420346153846153, 0.00319742182799732, 0.0111328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 120, '2021-05-23 00:00:00', 0.000371994416831578, 0.0010446153846154, 0.000444642985568638, 0.00127576923076923, 0.000814116604764843, 0.00205461538461539, 0.00128645943760981, 0.00424826923076924, 0.00320300311606754, 0.0111751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 135, '2021-05-23 00:00:00', 0.000381121422202349, 0.00080153846153846, 0.000625276830999356, 0.00124365384615383, 0.00109582943647546, 0.00208307692307693, 0.00137684445521131, 0.00412442307692308, 0.0032625975081214, 0.0112575 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 150, '2021-05-23 00:00:00', 0.000444368220493568, 0.000886346153846145, 0.000680415059978964, 0.00144057692307694, 0.00113462260753894, 0.0020573076923077, 0.00147905683304754, 0.00414634615384615, 0.00342586844688826, 0.0113661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 165, '2021-05-23 00:00:00', 0.000551345487107538, 0.00101961538461539, 0.000815567664504069, 0.00160384615384616, 0.000843019960526563, 0.00218442307692308, 0.00152360478420802, 0.00404846153846154, 0.0034072643718972, 0.0113425 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 180, '2021-05-23 00:00:00', 0.000787658262485431, 0.00121346153846154, 0.000904546210071054, 0.0014996153846154, 0.000900697763702413, 0.00226769230769231, 0.00161201694016677, 0.00406884615384616, 0.00348954268548849, 0.0113680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 195, '2021-05-23 00:00:00', 0.000490824463373769, 0.000995576923076938, 0.000598538251460627, 0.00164096153846152, 0.000679514079777141, 0.00225423076923075, 0.00175807184591094, 0.00403884615384614, 0.00342865785021577, 0.0113955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 210, '2021-05-23 00:00:00', 0.000462999418507692, 0.00114730769230768, 0.000541520224780336, 0.00164307692307692, 0.000653032570750901, 0.00223653846153844, 0.00165116788504845, 0.00398576923076919, 0.0033362778430691, 0.0113746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 225, '2021-05-23 00:00:00', 0.000310658419886146, 0.00102057692307693, 0.000312233640330166, 0.00145961538461539, 0.00108184749387331, 0.00214, 0.00165859319443176, 0.00370076923076921, 0.00339304975705428, 0.0112455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 240, '2021-05-23 00:00:00', 0.000326371956280167, 0.00113057692307692, 0.000492897087089729, 0.00149346153846154, 0.00107987777086114, 0.00217999999999999, 0.00164362190346153, 0.0037001923076923, 0.00335852536894487, 0.0111994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 255, '2021-05-23 00:00:00', 0.000455266827932119, 0.000996730769230783, 0.00112484727168419, 0.00162423076923077, 0.00109906967652018, 0.00202692307692307, 0.00160445552710619, 0.00360653846153847, 0.00335076432153348, 0.0111115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 270, '2021-05-23 00:00:00', 0.000926448803019012, 0.00120076923076924, 0.000894224889972415, 0.00154307692307691, 0.000853299748938482, 0.00190769230769229, 0.00167946686824675, 0.0035951923076923, 0.00334788625048012, 0.0111171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 285, '2021-05-23 00:00:00', 0.000381825372892684, 0.000898846153846133, 0.000432697487148506, 0.00130634615384614, 0.000558454873874237, 0.00174461538461537, 0.00150315372313836, 0.00338365384615385, 0.00332894174106197, 0.0109686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 300, '2021-05-23 00:00:00', 0.000287225722010791, 0.000941153846153837, 0.000420440657113308, 0.00128211538461536, 0.000684876883938917, 0.00173211538461538, 0.00145029207933598, 0.00334365384615385, 0.00331559857109022, 0.0109567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 315, '2021-05-23 00:00:00', 0.00036400063398085, 0.00083269230769228, 0.000548056706779665, 0.00122192307692305, 0.000699172285359932, 0.00161673076923075, 0.00127623490724141, 0.00335346153846155, 0.00329146967407946, 0.0108638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 330, '2021-05-23 00:00:00', 0.000370814488141152, 0.000875769230769221, 0.000510790526085281, 0.00116019230769231, 0.000914548059888654, 0.00164807692307693, 0.001073225924312, 0.00335673076923077, 0.00319718854861341, 0.0107761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 345, '2021-05-23 00:00:00', 0.000372304930854358, 0.000809807692307694, 0.000401709424258949, 0.00117730769230771, 0.000820757811181435, 0.00163576923076922, 0.000960210153279755, 0.00340653846153845, 0.00313287406140359, 0.0106767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 360, '2021-05-23 00:00:00', 0.000339193670568666, 0.000842115384615402, 0.000718805339006747, 0.00116634615384614, 0.00084667133301761, 0.00158211538461539, 0.00102498151953323, 0.00351365384615384, 0.00313272668772749, 0.0106725 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 375, '2021-05-23 00:00:00', 0.000601993259609561, 0.000736730769230736, 0.000604056193259644, 0.0010532692307692, 0.000704475609666744, 0.00151173076923077, 0.00119450255175694, 0.00372211538461537, 0.00309496860304692, 0.0106344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 390, '2021-05-23 00:00:00', 0.000356534872606602, 0.000761346153846137, 0.000504323957239937, 0.00102057692307692, 0.000559885153058537, 0.00157423076923075, 0.00139626578911257, 0.0038480769230769, 0.00313436436937381, 0.010575 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 405, '2021-05-23 00:00:00', 0.000295019751620375, 0.00064442307692308, 0.00034819601022764, 0.0010076923076923, 0.000519388730957954, 0.00153557692307691, 0.00148188051007961, 0.00415961538461537, 0.00313210330535003, 0.0105563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 420, '2021-05-23 00:00:00', 0.000269982335604486, 0.000732307692307673, 0.000409026094710144, 0.00111211538461537, 0.000662056731243343, 0.00156634615384615, 0.00154985310718343, 0.00438942307692305, 0.00308253654292395, 0.0105265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 435, '2021-05-23 00:00:00', 0.000419957919137293, 0.000845576923076903, 0.000410058391714367, 0.00114326923076921, 0.000610659920464354, 0.00168346153846154, 0.00158885110886888, 0.0045303846153846, 0.00307911315903684, 0.0105246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 450, '2021-05-23 00:00:00', 0.000323728815760732, 0.000817115384615357, 0.000554202996688453, 0.00112019230769231, 0.000780129698289863, 0.00164788461538462, 0.00166388600987152, 0.00477942307692308, 0.00303844844641774, 0.0105301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 465, '2021-05-23 00:00:00', 0.000366059894216576, 0.000739615384615405, 0.000492946400581404, 0.00114192307692311, 0.000565759972208948, 0.00155288461538462, 0.00158226260827286, 0.0048748076923077, 0.00319810211146932, 0.0106386538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 480, '2021-05-23 00:00:00', 0.000373706229749856, 0.000952884615384641, 0.000539236390292229, 0.00124173076923078, 0.00049201864411204, 0.00165788461538462, 0.00166192993696623, 0.00496634615384616, 0.00323621870992389, 0.0107084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 495, '2021-05-23 00:00:00', 0.000367102218001385, 0.000889038461538487, 0.000363444472533804, 0.00115826923076924, 0.000579347809709665, 0.00184173076923075, 0.00169326545013339, 0.00498826923076922, 0.00325434117756573, 0.0107075 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 510, '2021-05-23 00:00:00', 0.000279798347716024, 0.00081134615384614, 0.000326133349319668, 0.00114980769230768, 0.000646166000343581, 0.00185749999999999, 0.00169372021120558, 0.00492192307692307, 0.00331025409203675, 0.010653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 525, '2021-05-23 00:00:00', 0.00024085496753154, 0.000846346153846156, 0.000481448815076401, 0.00139980769230768, 0.000723100296267113, 0.00196403846153843, 0.00169661472894163, 0.00491153846153846, 0.00346577624227797, 0.0106551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 540, '2021-05-23 00:00:00', 0.000433969025835509, 0.00116634615384613, 0.00054639605950827, 0.00147442307692306, 0.00077269849329379, 0.00215519230769228, 0.00169622812326465, 0.0049853846153846, 0.00357514378946981, 0.0106286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 555, '2021-05-23 00:00:00', 0.000267566598467341, 0.000926730769230751, 0.000433206115447982, 0.00135653846153842, 0.000695695335617537, 0.00224499999999999, 0.00152988622000262, 0.00484461538461538, 0.0037376399433538, 0.0105471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 570, '2021-05-23 00:00:00', 0.000370440330500796, 0.000969038461538439, 0.000591940875425932, 0.00150999999999998, 0.000818757219580606, 0.00235576923076924, 0.00147564510013026, 0.00469269230769231, 0.00385678052266394, 0.010525 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 585, '2021-05-23 00:00:00', 0.000640939934783261, 0.00118999999999998, 0.000595840873181634, 0.00183711538461537, 0.00109405148592107, 0.00268057692307692, 0.00141239708951185, 0.00463653846153846, 0.00387665113705907, 0.0105140384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 600, '2021-05-23 00:00:00', 0.000523920905657177, 0.00137365384615384, 0.000771207170609809, 0.0018775, 0.00123142212970957, 0.0027776923076923, 0.00136951851449277, 0.00453480769230771, 0.00388425725995824, 0.0105373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 615, '2021-05-23 00:00:00', 0.000576801558997119, 0.00127596153846154, 0.000946754781020214, 0.00197384615384615, 0.00114131880532333, 0.00257615384615383, 0.00129757094070184, 0.00440711538461539, 0.00388326056991365, 0.0105555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 630, '2021-05-23 00:00:00', 0.000656111740014302, 0.00143884615384616, 0.000788924901368929, 0.00192250000000001, 0.00103255852879372, 0.00267134615384616, 0.00116291351619704, 0.00422538461538462, 0.00384639095576818, 0.0105592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 645, '2021-05-23 00:00:00', 0.000442939004309258, 0.0012651923076923, 0.000564079645222087, 0.00167538461538458, 0.000824854019718755, 0.00256307692307693, 0.00101268477896058, 0.0040126923076923, 0.0040131451554188, 0.0106309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 660, '2021-05-23 00:00:00', 0.000424083672803438, 0.00120519230769228, 0.000732489669131698, 0.00171365384615383, 0.000795958928202087, 0.00241115384615383, 0.00117510536352473, 0.00406384615384613, 0.00435817492235523, 0.0107494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 675, '2021-05-23 00:00:00', 0.000420091198889749, 0.00115884615384617, 0.000587705839554242, 0.00181307692307695, 0.000648525932107096, 0.00230173076923076, 0.00124915830123266, 0.0041173076923077, 0.00443134419613453, 0.0108457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 690, '2021-05-23 00:00:00', 0.000473764141254339, 0.0012473076923077, 0.00060500607117106, 0.00163211538461536, 0.000676606237038951, 0.00216499999999998, 0.00125708675730224, 0.00412134615384615, 0.00450771603859596, 0.0108317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 705, '2021-05-23 00:00:00', 0.000379745511949959, 0.00110057692307691, 0.000492178204124657, 0.00146923076923076, 0.000576194845516739, 0.0020625, 0.00142029736864665, 0.00424884615384616, 0.00471315372123592, 0.01094 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 720, '2021-05-23 00:00:00', 0.000295164426145039, 0.00101596153846157, 0.000405502205248698, 0.00138596153846152, 0.000691372464461401, 0.00218326923076921, 0.00163251382371339, 0.00433423076923076, 0.00469229316170512, 0.0109886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 735, '2021-05-23 00:00:00', 0.000325343132471175, 0.0010380769230769, 0.000428150270169433, 0.00151442307692307, 0.000696613677287913, 0.00230615384615382, 0.00166667288332173, 0.00451749999999997, 0.00468281089567104, 0.0110482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00[...];[ Date: 2021-05-23 17:11:25 - Database: acaweb_fx - User: pgperfstats ]
10 25s110ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1035, '2021-05-23 00:00:00', 0.0332681009145632, 0.0870576923076931, 0.0539707898204786, 0.120884615384614, 0.0974218582328362, 0.21003846153846, 0.121193908516634, 0.289288461538462, 0.222543538523276, 0.693442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1050, '2021-05-23 00:00:00', 0.0355540379617389, 0.0860192307692283, 0.0705025285962249, 0.16055769230769, 0.080661238427237, 0.194153846153844, 0.101672923935227, 0.27478846153846, 0.241868871816622, 0.693365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1065, '2021-05-23 00:00:00', 0.0571254624623584, 0.122538461538463, 0.0671254164863191, 0.152692307692306, 0.0651656262622707, 0.175673076923077, 0.100017146606895, 0.259980769230768, 0.243325265057668, 0.69023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1080, '2021-05-23 00:00:00', 0.0287841035188621, 0.0862307692307699, 0.0362578214373772, 0.106480769230771, 0.0457497414872895, 0.143826923076923, 0.0741501828412072, 0.226019230769232, 0.260152819733678, 0.675019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1095, '2021-05-23 00:00:00', 0.0256137583221333, 0.0617692307692306, 0.0292072764906278, 0.0857500000000001, 0.0503263235906801, 0.129326923076923, 0.0667441498444733, 0.208192307692309, 0.256184711007205, 0.669115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1110, '2021-05-23 00:00:00', 0.0185600066312991, 0.0614230769230778, 0.0340369086999144, 0.0918653846153849, 0.0417291679948016, 0.128788461538462, 0.0597191793699101, 0.200403846153847, 0.255323834344963, 0.665096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1125, '2021-05-23 00:00:00', 0.024475419380397, 0.0656153846153842, 0.035389877953144, 0.087788461538462, 0.0375835530722999, 0.118288461538462, 0.0610755270136907, 0.191000000000002, 0.255901718664381, 0.665980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1140, '2021-05-23 00:00:00', 0.0185039288967356, 0.0541538461538451, 0.0219060230565435, 0.0799230769230748, 0.0268037382582207, 0.103903846153845, 0.0650162021227126, 0.181942307692307, 0.256784849331406, 0.668673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1155, '2021-05-23 00:00:00', 0.0182324836908825, 0.0552115384615403, 0.0235964795288157, 0.0699230769230779, 0.0318823377677746, 0.0952115384615383, 0.0716198618777253, 0.184269230769232, 0.254653424360367, 0.668557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1170, '2021-05-23 00:00:00', 0.0179767905923146, 0.0492500000000007, 0.0290437667084567, 0.0714038461538477, 0.0351689548410994, 0.0896538461538463, 0.0773161267882615, 0.181711538461539, 0.253594194303843, 0.668846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1185, '2021-05-23 00:00:00', 0.0203686127317339, 0.0520961538461566, 0.0256555362146578, 0.0694423076923086, 0.035937788125936, 0.0857307692307703, 0.0726411834874792, 0.174807692307695, 0.251010723797886, 0.667211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1200, '2021-05-23 00:00:00', 0.0219180378824231, 0.0505961538461544, 0.0202973757303364, 0.0597115384615394, 0.0356456923711027, 0.0838461538461541, 0.0772267415820783, 0.181519230769232, 0.249938164660473, 0.667615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1215, '2021-05-23 00:00:00', 0.0143673775777458, 0.0378076923076936, 0.0285348100504507, 0.0593461538461557, 0.0360525097814056, 0.0802884615384612, 0.0754576396703192, 0.180846153846155, 0.25071080873266, 0.66898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1230, '2021-05-23 00:00:00', 0.0181778394247988, 0.0414230769230796, 0.0225768772113268, 0.0581538461538484, 0.0345898884735909, 0.0849038461538449, 0.0731363216087729, 0.177807692307692, 0.249227575952953, 0.668269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1245, '2021-05-23 00:00:00', 0.0138098209201334, 0.0398653846153842, 0.0164919560812094, 0.0557307692307675, 0.0330344575347512, 0.0838461538461525, 0.0720602952661617, 0.173615384615384, 0.251144997193623, 0.672980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1260, '2021-05-23 00:00:00', 0.0115449789285871, 0.0390576923076924, 0.0242410015025402, 0.060384615384614, 0.0301484021773318, 0.0818846153846189, 0.0664881163470953, 0.170519230769229, 0.252139997742402, 0.673461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1275, '2021-05-23 00:00:00', 0.0223905886822654, 0.0424615384615368, 0.0281108246328419, 0.0580384615384599, 0.0308516051196912, 0.0866923076923106, 0.064472632834526, 0.167903846153847, 0.257009027827069, 0.677403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1290, '2021-05-23 00:00:00', 0.0162619068803339, 0.0374807692307678, 0.0186819534475219, 0.053346153846155, 0.0238353970775874, 0.0808846153846179, 0.0559774989135419, 0.165096153846153, 0.261869368490943, 0.679884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1305, '2021-05-23 00:00:00', 0.01302476930255, 0.0412692307692311, 0.0201247264673249, 0.0642692307692332, 0.0323859478074174, 0.0850192307692339, 0.0555677029881995, 0.162980769230769, 0.266626716879321, 0.682115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1320, '2021-05-23 00:00:00', 0.0209175395670339, 0.0497115384615386, 0.024384137340618, 0.0613846153846155, 0.0384024037709163, 0.0902692307692327, 0.0543553726733767, 0.162442307692307, 0.272862667627167, 0.684846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1335, '2021-05-23 00:00:00', 0.0136225491797192, 0.0354230769230783, 0.0231814664034769, 0.0545961538461571, 0.0460172375729578, 0.0921153846153867, 0.0458999622925952, 0.170942307692308, 0.276492348621354, 0.687326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1350, '2021-05-23 00:00:00', 0.0191441495381352, 0.0414615384615391, 0.025767816838361, 0.065403846153848, 0.049261644464884, 0.0884807692307708, 0.0525873046978509, 0.17926923076923, 0.276833018956579, 0.687903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1365, '2021-05-23 00:00:00', 0.0198480865188943, 0.0505576923076927, 0.0417070599078113, 0.0736730769230762, 0.0461948423694518, 0.0807115384615402, 0.0615668648394075, 0.186826923076924, 0.281327070124106, 0.690403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1380, '2021-05-23 00:00:00', 0.0424494269237379, 0.0549230769230763, 0.0452470866040451, 0.0633269230769232, 0.0541848580892653, 0.101826923076924, 0.0667718849171167, 0.192769230769232, 0.29177844070722, 0.694961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1395, '2021-05-23 00:00:00', 0.0212554789316887, 0.0416538461538488, 0.0222482929336537, 0.053057692307697, 0.0418261098064159, 0.11521153846154, 0.0668550326049974, 0.199346153846155, 0.292028259960202, 0.695269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1410, '2021-05-23 00:00:00', 0.0200864286368852, 0.0362307692307668, 0.0390220450514832, 0.0809999999999998, 0.0356651737046749, 0.11626923076923, 0.0691054155731536, 0.204538461538461, 0.292092119952696, 0.695942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 1, 1425, '2021-05-23 00:00:00', 0.0342847577705394, 0.0697692307692316, 0.0378541736343338, 0.102461538461539, 0.0357762544799658, 0.111403846153846, 0.0778332166583425, 0.21551923076923, 0.291617752968081, 0.695576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 0, '2021-05-23 00:00:00', 0.0357294750117498, 0.0831538461538426, 0.0329451292069327, 0.0946923076923034, 0.0311946247835169, 0.107269230769229, 0.0745274549307933, 0.226192307692305, 0.290478406452842, 0.697730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 15, '2021-05-23 00:00:00', 0.0273828109100083, 0.0551199999999966, 0.026740294189356, 0.0652799999999985, 0.0315713081768883, 0.092679999999998, 0.0925177100163341, 0.228619999999998, 0.296512981728172, 0.699139999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 30, '2021-05-23 00:00:00', 0.018276191251643, 0.0404599999999994, 0.0298866190794484, 0.062219999999997, 0.0325863212611284, 0.0845799999999986, 0.10601359189588, 0.243059999999999, 0.294140581468564, 0.698339999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 45, '2021-05-23 00:00:00', 0.0267415335271678, 0.0469807692307673, 0.0302959504783161, 0.0647692307692318, 0.0338378543145876, 0.0819038461538464, 0.116447849007448, 0.24730769230769, 0.287648928650612, 0.689384615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 60, '2021-05-23 00:00:00', 0.0274624498879143, 0.0521153846153837, 0.0285861182017831, 0.062884615384615, 0.0339673429136756, 0.0805961538461544, 0.140767982865425, 0.264750000000001, 0.286482366217966, 0.689615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 75, '2021-05-23 00:00:00', 0.0185578927848867, 0.0398461538461555, 0.0260162744923536, 0.0579423076923094, 0.0407752988952874, 0.0987500000000015, 0.135229559809069, 0.263076923076923, 0.286004841943949, 0.689519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 90, '2021-05-23 00:00:00', 0.019629020901168, 0.0435384615384617, 0.0196997559531929, 0.0549038461538471, 0.0451931793696621, 0.106211538461538, 0.136945531002436, 0.265038461538462, 0.289060520679291, 0.690230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 105, '2021-05-23 00:00:00', 0.017264369711589, 0.0384615384615406, 0.0414339882779265, 0.080153846153849, 0.0572541298476819, 0.109653846153848, 0.139292499383908, 0.265403846153848, 0.29376926057969, 0.689961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 120, '2021-05-23 00:00:00', 0.0337505612488936, 0.0664038461538473, 0.0426662224536156, 0.0834423076923066, 0.0553777933832688, 0.117500000000001, 0.135397733193162, 0.259384615384616, 0.300911313921814, 0.689326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 135, '2021-05-23 00:00:00', 0.0275978887152321, 0.0507884615384581, 0.0365455721826008, 0.0733269230769218, 0.0449391426093272, 0.118557692307691, 0.133550389510708, 0.249442307692308, 0.301593897229623, 0.686173076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 150, '2021-05-23 00:00:00', 0.0248637595399716, 0.0550576923076928, 0.0407482939708926, 0.0837884615384626, 0.0434950395049638, 0.122038461538459, 0.131127512808657, 0.249269230769232, 0.301602025090118, 0.686307692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 165, '2021-05-23 00:00:00', 0.031871014079591, 0.0666923076923069, 0.0318420138520427, 0.0995769230769225, 0.0435684651307114, 0.130865384615382, 0.123265431238695, 0.245942307692308, 0.29953498126262, 0.684749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 180, '2021-05-23 00:00:00', 0.0254251541104177, 0.0709615384615373, 0.0340943487309065, 0.0937692307692287, 0.0458017844798465, 0.134711538461535, 0.114689629670019, 0.238365384615386, 0.293860411655705, 0.688192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 195, '2021-05-23 00:00:00', 0.0232419133993182, 0.061057692307692, 0.03848456233948, 0.0903076923076923, 0.0539778622713485, 0.129480769230771, 0.106068687832281, 0.225442307692309, 0.286638829969273, 0.688673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 210, '2021-05-23 00:00:00', 0.0252145867429013, 0.0631538461538449, 0.0334293341934213, 0.0899038461538458, 0.0610029791201944, 0.131788461538463, 0.0901974436786036, 0.217326923076923, 0.285544112852315, 0.699903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 225, '2021-05-23 00:00:00', 0.0249743945795564, 0.0659038461538455, 0.0415876322221674, 0.0903653846153848, 0.0598550717599165, 0.13351923076923, 0.085726784253595, 0.215807692307692, 0.274006243612186, 0.70230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 240, '2021-05-23 00:00:00', 0.0217513571636677, 0.0616923076923066, 0.0320373820115488, 0.0949230769230749, 0.0722195370967027, 0.137307692307691, 0.0731747986252549, 0.199365384615383, 0.266325123024181, 0.703365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 255, '2021-05-23 00:00:00', 0.0244282938098751, 0.065192307692308, 0.0331927934717989, 0.0841923076923052, 0.0666614321662978, 0.123442307692306, 0.0649611718348293, 0.19557692307692, 0.265938570842096, 0.704288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 270, '2021-05-23 00:00:00', 0.0236585079833872, 0.05425, 0.0600058234353475, 0.0893269230769255, 0.0628893442117586, 0.10698076923077, 0.0656879335600153, 0.18526923076923, 0.267415868150079, 0.702057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 285, '2021-05-23 00:00:00', 0.048494159045586, 0.0632884615384626, 0.0479176416846187, 0.0775961538461538, 0.0500866787141601, 0.0971538461538471, 0.0642997547548873, 0.174461538461538, 0.273506490571273, 0.699903846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 300, '2021-05-23 00:00:00', 0.0218679340236198, 0.0470576923076907, 0.0241533880407299, 0.058615384615383, 0.0324853576483089, 0.084961538461538, 0.0597945199444298, 0.171269230769229, 0.269373912990844, 0.698249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 315, '2021-05-23 00:00:00', 0.0201123001017942, 0.0467307692307705, 0.0270100835871444, 0.0662307692307696, 0.0397525035496084, 0.0941923076923082, 0.0611781509515162, 0.180884615384612, 0.270749425029572, 0.698134615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 330, '2021-05-23 00:00:00', 0.0216036677797642, 0.0474615384615404, 0.0254226201518396, 0.0629807692307715, 0.0411658979477678, 0.0933653846153855, 0.0581030417580589, 0.187288461538459, 0.270527481897009, 0.698038461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 345, '2021-05-23 00:00:00', 0.0180840771441029, 0.0445769230769233, 0.0314813253557419, 0.066576923076924, 0.0314973747379771, 0.0942307692307677, 0.0714179491552274, 0.212788461538458, 0.274336062858337, 0.696153846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 360, '2021-05-23 00:00:00', 0.0247924693901495, 0.0464423076923075, 0.0286050896493297, 0.0638653846153824, 0.0270758478807503, 0.0891923076923034, 0.0852951279156908, 0.220173076923071, 0.274391839416663, 0.698692307692303 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 375, '2021-05-23 00:00:00', 0.0155575976986729, 0.041326923076922, 0.0203990290115799, 0.0639038461538403, 0.0242146570362774, 0.0859807692307671, 0.0861511819643028, 0.23611538461538, 0.272239397617946, 0.703519230769226 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 390, '2021-05-23 00:00:00', 0.0178444238219805, 0.0422115384615356, 0.0226068828865497, 0.0586346153846144, 0.0278821420653773, 0.0829230769230777, 0.0894376964062782, 0.246692307692305, 0.271011533248761, 0.70436538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 405, '2021-05-23 00:00:00', 0.0122598312198201, 0.0407115384615366, 0.0177440455884856, 0.058365384615384, 0.0496348202839022, 0.0886538461538448, 0.0898221940194161, 0.25955769230769, 0.27179887148121, 0.705057692307688 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 420, '2021-05-23 00:00:00', 0.0162273392292643, 0.0445576923076914, 0.0257040553519975, 0.0605384615384615, 0.0518208600706466, 0.0908076923076903, 0.0926015388641035, 0.267749999999998, 0.272298410967421, 0.707269230769226 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 435, '2021-05-23 00:00:00', 0.0138214994177128, 0.0379230769230776, 0.0441584210977488, 0.0628846153846145, 0.0406680606108295, 0.0936346153846127, 0.0948836473711951, 0.275057692307688, 0.272730253462729, 0.707865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 450, '2021-05-23 00:00:00', 0.0389277486554853, 0.0490192307692282, 0.0365166347762854, 0.0682692307692266, 0.0342499410443092, 0.0934615384615338, 0.0899393214254004, 0.280192307692304, 0.272422734282299, 0.70811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 465, '2021-05-23 00:00:00', 0.0165387307670347, 0.0499807692307701, 0.0205830400684989, 0.0746923076923069, 0.0286059232704324, 0.0933269230769227, 0.0875746736307825, 0.289288461538458, 0.272317137656697, 0.707288461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 480, '2021-05-23 00:00:00', 0.0178878127828363, 0.0569230769230749, 0.0247814757119427, 0.0723076923076894, 0.0192225528601559, 0.0910576923076909, 0.0956505177114116, 0.299692307692307, 0.271762048774004, 0.705865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 495, '2021-05-23 00:00:00', 0.0197880402885561, 0.0469423076923056, 0.0198497820177925, 0.0605769230769232, 0.027843663828322, 0.0964807692307675, 0.125540512921586, 0.313903846153846, 0.268417037748805, 0.708615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 510, '2021-05-23 00:00:00', 0.0148175182184401, 0.0413269230769242, 0.0153192814653746, 0.061596153846155, 0.0319905995807932, 0.112538461538462, 0.146922412805587, 0.334653846153845, 0.269866386455334, 0.711442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 525, '2021-05-23 00:00:00', 0.0112997787588975, 0.0472500000000004, 0.0261219330183532, 0.0818461538461517, 0.0593435888572775, 0.149692307692306, 0.146491212653237, 0.339346153846151, 0.269385869225651, 0.71155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 540, '2021-05-23 00:00:00', 0.0261912492726359, 0.0726923076923083, 0.0301543784293692, 0.100942307692308, 0.0804267774964381, 0.16455769230769, 0.14740188392492, 0.341846153846153, 0.265273301738759, 0.715269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 555, '2021-05-23 00:00:00', 0.0260425687023268, 0.0681538461538475, 0.0623373853749454, 0.12151923076923, 0.0882625563087433, 0.178673076923074, 0.145719389185571, 0.337096153846153, 0.270115531550139, 0.717403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 570, '2021-05-23 00:00:00', 0.0609550527974396, 0.0960384615384615, 0.0757905438591236, 0.128442307692306, 0.0853299748938462, 0.191269230769229, 0.143572389942657, 0.335865384615384, 0.268991089357704, 0.720615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 585, '2021-05-23 00:00:00', 0.0268180837381165, 0.0800192307692308, 0.0453183313223948, 0.133365384615383, 0.0594658693317838, 0.18798076923077, 0.119739460753498, 0.323538461538461, 0.271177144061842, 0.720788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 600, '2021-05-23 00:00:00', 0.0373323740719286, 0.107884615384612, 0.0376190060392974, 0.140980769230767, 0.0593975912487517, 0.188576923076922, 0.113355397550562, 0.327384615384614, 0.27504198560611, 0.723923076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 615, '2021-05-23 00:00:00', 0.0329021860391344, 0.0939230769230788, 0.0610845693721813, 0.136730769230772, 0.0721290963374787, 0.179057692307694, 0.125593844778135, 0.32642307692308, 0.280110469966071, 0.727153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 630, '2021-05-23 00:00:00', 0.0381805629164303, 0.095653846153846, 0.0481815157663043, 0.129961538461536, 0.0512753239497681, 0.171673076923073, 0.115626114963435, 0.320038461538461, 0.277575484535977, 0.720480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 645, '2021-05-23 00:00:00', 0.0281879475062546, 0.0850961538461552, 0.0333120040733744, 0.111480769230769, 0.0539136952773747, 0.160942307692306, 0.107240764350413, 0.318807692307692, 0.286903648393563, 0.726211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 660, '2021-05-23 00:00:00', 0.0242521370985337, 0.0823846153846158, 0.042457331522365, 0.124249999999998, 0.044450629484162, 0.181961538461539, 0.122377932902699, 0.336038461538462, 0.287450866035596, 0.735403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 675, '2021-05-23 00:00:00', 0.0360109652103983, 0.0855192307692281, 0.0425282711399586, 0.119576923076921, 0.0609970364979987, 0.179461538461538, 0.126055856056565, 0.335826923076922, 0.273691330910179, 0.738730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 690, '2021-05-23 00:00:00', 0.0292340489050817, 0.0894807692307685, 0.0349868546742914, 0.135000000000001, 0.0922613595257451, 0.193538461538463, 0.141970793312732, 0.340615384615387, 0.275000763635303, 0.743499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 705, '2021-05-23 00:00:00', 0.0323137979578623, 0.0873076923076927, 0.0553778385277013, 0.118250000000002, 0.0802646487948115, 0.167923076923079, 0.15008185587052, 0.331211538461541, 0.275082788237678, 0.740596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 720, '2021-05-23 00:00:00', 0.0359776853918335, 0.0790769230769252, 0.0692079502991932, 0.124903846153847, 0.0696379207041693, 0.152500000000001, 0.173311357211412, 0.341057692307694, 0.266067481318902, 0.745769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 735, '2021-05-23 00:00:00', 0.043167509149288, 0.0844230769230767, 0.0395191141678979, 0.103096153846156, 0.0453478054765442, 0.136788461538464, 0.187501844093494, 0.347692307692308, 0.26075685107896, 0.741653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 750, '2021-05-23 00:00:00', 0.0173700560204566, 0.0713269230769248, 0.0313196178383193, 0.0975384615384621, 0.0465482586636223, 0.136903846153847, 0.192353909600147, 0.348442307692307, 0.253478578217932, 0.736480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 765, '2021-05-23 00:00:00', 0.0231883591485049, 0.0744999999999994, 0.0267713753561827, 0.100057692307695, 0.0562297074507808, 0.140500000000002, 0.194014840828063, 0.355038461538461, 0.252655307910569, 0.733230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 780, '2021-05-23 00:00:00', 0.0231671186083941, 0.0768461538461562, 0.0387479875407905, 0.108557692307694, 0.0604321520384652, 0.146750000000001, 0.186831577795453, 0.371038461538461, 0.25132909776748, 0.729653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 795, '2021-05-23 00:00:00', 0.0250289063653646, 0.0691153846153845, 0.0360688870827025, 0.098730769230769, 0.0664166684361247, 0.141923076923078, 0.18098298687573, 0.366692307692307, 0.248281754495542, 0.722019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 810, '2021-05-23 00:00:00', 0.0207287611415059, 0.0726923076923066, 0.0345714700072415, 0.099442307692307, 0.0685562430529716, 0.14403846153846, 0.193327129100272, 0.371673076923077, 0.250665004768086, 0.717269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 825, '2021-05-23 00:00:00', 0.0264152126915245, 0.0692115384615377, 0.0592575603745066, 0.103461538461539, 0.074524928715162, 0.155250000000001, 0.188252519648065, 0.371634615384615, 0.248399646971134, 0.714230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 840, '2021-05-23 00:00:00', 0.0512185363080449, 0.0775384615384639, 0.0547566399205109, 0.10801923076923, 0.0984284531251781, 0.172596153846154, 0.196726691513496, 0.392634615384615, 0.24756200155796, 0.717769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 855, '2021-05-23 00:00:00', 0.0255319181839879, 0.0693269230769201, 0.054430308299129, 0.113538461538463, 0.0917083357506475, 0.171326923076925, 0.179507711426384, 0.384538461538462, 0.246158282411945, 0.709 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 870, '2021-05-23 00:00:00', 0.0504621106909393, 0.0807692307692338, 0.0809204452628522, 0.123961538461541, 0.101506606454195, 0.175134615384617, 0.177194948052658, 0.389480769230771, 0.245644872654688, 0.706788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 885, '2021-05-23 00:00:00', 0.0659884168157246, 0.0908653846153856, 0.0661375489764731, 0.126346153846154, 0.0884675429400329, 0.175884615384617, 0.173418919205666, 0.384692307692308, 0.249567777136021, 0.700153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 900, '2021-05-23 00:00:00', 0.0317936052270475, 0.086099999999999, 0.0452562794906233, 0.119119999999999, 0.0865805357263785, 0.17822, 0.167811431871213, 0.37302, 0.250879532843951, 0.690459999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 915, '2021-05-23 00:00:00', 0.031097891345782, 0.0853269230769233, 0.0423285546464999, 0.118057692307693, 0.08334698554837, 0.179999999999999, 0.15377697762069, 0.362826923076922, 0.241197024474565, 0.692269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 930, '2021-05-23 00:00:00', 0.031969197915882, 0.0930192307692289, 0.0586562902391179, 0.127403846153845, 0.0776672091980588, 0.187846153846153, 0.151195583981097, 0.355230769230767, 0.239135064024817, 0.689173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 945, '2021-05-23 00:00:00', 0.0369564816840261, 0.0821923076923088, 0.0617161617032728, 0.129230769230771, 0.0661782703123783, 0.178211538461539, 0.150309016311782, 0.350403846153846, 0.233128673615105, 0.69453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 960, '2021-05-23 00:00:00', 0.0536884065697596, 0.0967499999999979, 0.0602408116198233, 0.132346153846152, 0.0693989580945935, 0.199346153846153, 0.138058772323183, 0.345769230769232, 0.228465348323582, 0.704846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 975, '2021-05-23 00:00:00', 0.0281573326971028, 0.0858461538461533, 0.0409937377956849, 0.136057692307694, 0.0814408445059737, 0.205865384615385, 0.141577579983013, 0.344134615384617, 0.228352787118124, 0.706653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 990, '2021-05-23 00:00:00', 0.0402302794498795, 0.103346153846155, 0.0706245108900696, 0.171192307692307, 0.0969954955337942, 0.220115384615386, 0.132853296765789, 0.341038461538463, 0.222305238008809, 0.713173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1005, '2021-05-23 00:00:00', 0.0441234500708389, 0.119326923076921, 0.046642589484786, 0.148134615384614, 0.0706607496313312, 0.195192307692309, 0.120214532591338, 0.322576923076924, 0.211502056727588, 0.713 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1020, '2021-05-23 00:00:00', 0.0282786138274131, 0.0950000000000005, 0.0678129894523301, 0.131692307692308, 0.0913798664914742, 0.204000000000003, 0.114420447675028, 0.30567307692308, 0.206658619466984, 0.70275 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1035, '2021-05-23 00:00:00', 0.0445134206210291, 0.0887307692307693, 0.0495093775111205, 0.130038461538465, 0.0816236391098704, 0.201038461538463, 0.112275738868473, 0.295307692307695, 0.206837870360783, 0.70223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1050, '2021-05-23 00:00:00', 0.0327986456099349, 0.0931346153846195, 0.0642834378717814, 0.154903846153847, 0.0808720261609952, 0.18923076923077, 0.112479175850467, 0.281750000000001, 0.20921779597789, 0.698115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1065, '2021-05-23 00:00:00', 0.0421008359134972, 0.117403846153846, 0.051477795810798, 0.136711538461539, 0.0784617716814016, 0.170980769230771, 0.105126870238554, 0.264826923076924, 0.197723143659162, 0.691692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1080, '2021-05-23 00:00:00', 0.0276307590585904, 0.083326923076923, 0.0405101696633569, 0.112576923076921, 0.0593659446536113, 0.159153846153847, 0.095016842636531, 0.239403846153846, 0.201401455192971, 0.686384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1095, '2021-05-23 00:00:00', 0.0342167581524232, 0.0765576923076895, 0.0472685820197061, 0.103826923076924, 0.0453709200327184, 0.138096153846155, 0.0812845997335662, 0.220615384615383, 0.207069714199015, 0.681057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1110, '2021-05-23 00:00:00', 0.0257558955162937, 0.0703846153846142, 0.0330015151167315, 0.1025, 0.0318741334723823, 0.122596153846153, 0.0803547231870127, 0.206692307692305, 0.212834580041729, 0.673961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1125, '2021-05-23 00:00:00', 0.0292672105842812, 0.06598076923077, 0.0272244304877916, 0.0810192307692323, 0.029650658314136, 0.105307692307693, 0.0714881485605501, 0.193653846153845, 0.214839124964204, 0.667519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1140, '2021-05-23 00:00:00', 0.0181473456418907, 0.0543846153846187, 0.0207862102958072, 0.0779423076923082, 0.0248910858309994, 0.105384615384617, 0.0719005295797359, 0.196384615384616, 0.214933070083189, 0.66726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1155, '2021-05-23 00:00:00', 0.0203417342880623, 0.0546153846153825, 0.0214671842587697, 0.069499999999999, 0.0240839956434509, 0.102673076923076, 0.0758586539863175, 0.18834615384615, 0.217244778639567, 0.664423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1170, '2021-05-23 00:00:00', 0.0127039818106846, 0.0458653846153866, 0.0257899205117058, 0.0689999999999999, 0.0297798654230575, 0.0975961538461547, 0.0816438890265822, 0.180730769230769, 0.213062667740304, 0.666596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1185, '2021-05-23 00:00:00', 0.0220217811757796, 0.0523269230769226, 0.0246624286033503, 0.0728461538461546, 0.0299833094596652, 0.0931730769230764, 0.0744720520629169, 0.174057692307693, 0.211406408643127, 0.665480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1200, '2021-05-23 00:00:00', 0.01888283714015, 0.0521923076923099, 0.0257021474708904, 0.0689038461538461, 0.0318405401964217, 0.0960000000000009, 0.0678959951237633, 0.175884615384614, 0.211227508588762, 0.664096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1215, '2021-05-23 00:00:00', 0.0173391508974959, 0.0448846153846144, 0.0224372715330126, 0.0603653846153843, 0.0332787989798066, 0.0899615384615384, 0.0649441564849242, 0.180211538461536, 0.207200245025101, 0.668807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1230, '2021-05-23 00:00:00', 0.018985348601971, 0.0447884615384661, 0.026953756695496, 0.0692500000000038, 0.0415218617116321, 0.103250000000002, 0.063802342011511, 0.180326923076923, 0.207999075441732, 0.667153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1245, '2021-05-23 00:00:00', 0.0157876899464768, 0.0438653846153864, 0.02281269046285, 0.0611730769230782, 0.0391804160263776, 0.0952500000000022, 0.0614812197716922, 0.171903846153844, 0.210597765529824, 0.667173076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1260, '2021-05-23 00:00:00', 0.0193416251007638, 0.0434615384615405, 0.031830464362593, 0.0715384615384642, 0.0444764933592808, 0.0975384615384632, 0.0595239835308807, 0.169230769230768, 0.213610709901483, 0.664653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1275, '2021-05-23 00:00:00', 0.0224616596414006, 0.0503846153846166, 0.0245999687304365, 0.0639615384615422, 0.0338994270430347, 0.0933653846153866, 0.0644982170296211, 0.172500000000001, 0.213880991351589, 0.659538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1290, '2021-05-23 00:00:00', 0.0183511160842739, 0.0422884615384678, 0.0211685997502085, 0.0670192307692332, 0.0259994156739031, 0.0850192307692323, 0.0694308981317721, 0.17451923076923, 0.21509184174351, 0.658903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1305, '2021-05-23 00:00:00', 0.0166911307631878, 0.0469230769230769, 0.0225991916124999, 0.0642884615384619, 0.0222076563373974, 0.0769999999999998, 0.069880406079572, 0.176365384615384, 0.213197135209502, 0.66103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1320, '2021-05-23 00:00:00', 0.016397760165996, 0.0460576923076952, 0.0167014623956667, 0.0556730769230799, 0.0309140806852696, 0.0765961538461567, 0.0758943927187876, 0.175826923076921, 0.212113812882105, 0.66301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1335, '2021-05-23 00:00:00', 0.010443345323147, 0.0357884615384613, 0.0153449064463138, 0.0481153846153853, 0.0327081558871558, 0.0742884615384615, 0.0733658194361515, 0.184711538461538, 0.212069862400251, 0.662942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1350, '2021-05-23 00:00:00', 0.013614712065092, 0.0384038461538437, 0.0299944930843081, 0.0599807692307692, 0.0342458588175803, 0.0783269230769243, 0.0728307204835535, 0.188076923076924, 0.211901229712916, 0.662634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1365, '2021-05-23 00:00:00', 0.0205245069274594, 0.0478461538461566, 0.0218315931974395, 0.0610384615384628, 0.0274542416507071, 0.0753461538461573, 0.0708341643993457, 0.192673076923076, 0.211935498170117, 0.662653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1380, '2021-05-23 00:00:00', 0.0137451669827827, 0.0429807692307695, 0.0184454705718039, 0.0538461538461552, 0.0250607032254436, 0.0833269230769236, 0.0779462931471667, 0.20576923076923, 0.213450732921242, 0.663653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1395, '2021-05-23 00:00:00', 0.0153058686582835, 0.0379807692307669, 0.0174908877375084, 0.050634615384615, 0.054239227927338, 0.108423076923074, 0.0739330700441518, 0.222173076923075, 0.214240375423353, 0.664038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1410, '2021-05-23 00:00:00', 0.0119776233676988, 0.0357884615384641, 0.0221000870168832, 0.0645769230769248, 0.0604012735474479, 0.113076923076924, 0.0749391676371841, 0.241826923076923, 0.2178827984173, 0.665923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 2, 1425, '2021-05-23 00:00:00', 0.0237213065537151, 0.0554038461538478, 0.0570466509500341, 0.0980961538461533, 0.060760339417697, 0.111826923076922, 0.0803142984683415, 0.251557692307692, 0.217951555132363, 0.666096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 0, '2021-05-23 00:00:00', 0.062229330828673, 0.0834807692307672, 0.0661495770089377, 0.0985576923076923, 0.0631614902147973, 0.106423076923076, 0.0875771681696533, 0.262096153846155, 0.218283749703489, 0.666653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 15, '2021-05-23 00:00:00', 0.0495609376269417, 0.0525576923076951, 0.0505893877591546, 0.0691153846153878, 0.0547199197311613, 0.100480769230771, 0.0887889567804136, 0.263173076923078, 0.2230412035063, 0.66053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 30, '2021-05-23 00:00:00', 0.0237006653590473, 0.0496923076923072, 0.0238152262218964, 0.062749999999999, 0.05578424095084, 0.102307692307694, 0.0882007674831433, 0.263346153846155, 0.223164807157953, 0.660365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 45, '2021-05-23 00:00:00', 0.0217666293634584, 0.0438846153846156, 0.0364348575701041, 0.0701730769230786, 0.0506185888628031, 0.102807692307694, 0.0895751424997281, 0.264615384615384, 0.223396856254997, 0.660153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 60, '2021-05-23 00:00:00', 0.0346064522663288, 0.0575576923076944, 0.0425200993196596, 0.0791730769230784, 0.0584621244909887, 0.103500000000001, 0.0897441834412617, 0.262961538461537, 0.223396856254997, 0.660153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 75, '2021-05-23 00:00:00', 0.0276619497060245, 0.0487884615384617, 0.0409180231118848, 0.0682692307692337, 0.055521665902738, 0.110346153846157, 0.0935701813942574, 0.251826923076921, 0.223435997547397, 0.652249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 90, '2021-05-23 00:00:00', 0.0216172295955013, 0.048769230769233, 0.0301088857316261, 0.0677500000000016, 0.0470657641374919, 0.11011538461539, 0.0865570354426231, 0.245596153846153, 0.214532791110214, 0.647961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 105, '2021-05-23 00:00:00', 0.0171654841514509, 0.0450769230769241, 0.0361591141824749, 0.08519230769231, 0.0455800268336208, 0.11167307692308, 0.0834345528865883, 0.243730769230768, 0.212846831891279, 0.648423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 120, '2021-05-23 00:00:00', 0.0327187843012794, 0.0701730769230791, 0.0407811843869205, 0.0862500000000008, 0.0593112941637948, 0.12898076923077, 0.0877500405434927, 0.242019230769231, 0.215546561987465, 0.651403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 135, '2021-05-23 00:00:00', 0.0240590619421963, 0.0514615384615388, 0.0276266384825612, 0.0741346153846174, 0.0588810567683149, 0.141173076923077, 0.103709468449865, 0.239076923076921, 0.214694581816914, 0.651211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 150, '2021-05-23 00:00:00', 0.020451151932948, 0.0569807692307713, 0.0580896389543423, 0.0973846153846163, 0.0643243254620973, 0.155673076923079, 0.100742766489707, 0.236249999999998, 0.212903044925295, 0.648942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 165, '2021-05-23 00:00:00', 0.0495435628047142, 0.0767307692307699, 0.0507799778834755, 0.118884615384616, 0.0708783030705026, 0.157423076923078, 0.101982245815329, 0.229538461538462, 0.206279847257594, 0.645846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 180, '2021-05-23 00:00:00', 0.0402019947840322, 0.0834038461538459, 0.0560760095419967, 0.113326923076925, 0.0898498833525236, 0.149692307692309, 0.102601981162456, 0.220057692307691, 0.200894010516836, 0.644211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 195, '2021-05-23 00:00:00', 0.0362656703530206, 0.0661730769230764, 0.0438627974484078, 0.0912500000000012, 0.0690594281426122, 0.137269230769231, 0.0764988913946796, 0.198096153846153, 0.198051543407656, 0.637423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 210, '2021-05-23 00:00:00', 0.0293957676179101, 0.0628653846153875, 0.0502274365722118, 0.0946538461538477, 0.0602976335803046, 0.127269230769232, 0.0697152036171765, 0.193019230769228, 0.197061154116022, 0.635461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 225, '2021-05-23 00:00:00', 0.0398721225149362, 0.0691153846153845, 0.0555757002793349, 0.09903846153846, 0.0612623017473594, 0.124019230769228, 0.0656051739282311, 0.188826923076921, 0.198665305127843, 0.634211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 240, '2021-05-23 00:00:00', 0.0387753093525318, 0.0677692307692302, 0.0486615983486549, 0.0896346153846165, 0.0476140250831118, 0.111846153846154, 0.0643425239217029, 0.184596153846154, 0.197762803728259, 0.632442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 255, '2021-05-23 00:00:00', 0.0276070016202678, 0.0535576923076955, 0.0294328701650707, 0.0709230769230767, 0.0366462769648494, 0.0954807692307698, 0.0654751508941751, 0.182346153846155, 0.195633523161589, 0.629153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 270, '2021-05-23 00:00:00', 0.021577302889842, 0.053, 0.0209669061581854, 0.0681346153846177, 0.0288648308766645, 0.0930384615384603, 0.0691662239713963, 0.181557692307692, 0.193819642570494, 0.630576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 285, '2021-05-23 00:00:00', 0.0200420423494809, 0.0507884615384636, 0.0274925234591843, 0.0733269230769228, 0.0360439475341733, 0.0951153846153824, 0.0685815544835818, 0.182519230769229, 0.193502259974877, 0.630730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 300, '2021-05-23 00:00:00', 0.0248036597795862, 0.0526923076923079, 0.0246733428248763, 0.0655769230769186, 0.0463141280986545, 0.0980384615384602, 0.0721246143837165, 0.181999999999999, 0.194305866137348, 0.630019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 315, '2021-05-23 00:00:00', 0.0169183218844113, 0.043480769230767, 0.0270018233002585, 0.0690384615384605, 0.0577812219962887, 0.0965192307692281, 0.0760500568957455, 0.187865384615383, 0.194016379165822, 0.629846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 330, '2021-05-23 00:00:00', 0.0206625636952801, 0.0506923076923054, 0.0369691971573848, 0.0723076923076916, 0.0520733506330578, 0.0969230769230784, 0.0726752444360945, 0.189865384615384, 0.193739127734657, 0.628019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 345, '2021-05-23 00:00:00', 0.0330158237120436, 0.0517692307692315, 0.0481470024628074, 0.0725769230769242, 0.0498381727347451, 0.102211538461541, 0.0872903840857988, 0.201134615384614, 0.193930555572391, 0.626903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 360, '2021-05-23 00:00:00', 0.024880545381108, 0.0501923076923047, 0.0294995958251288, 0.0708846153846139, 0.0356899307066573, 0.0956346153846145, 0.0916142435180517, 0.201480769230767, 0.196140437324502, 0.622634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 375, '2021-05-23 00:00:00', 0.0193994547901162, 0.0436730769230794, 0.0221003306623374, 0.0587692307692348, 0.0306673467037209, 0.084884615384619, 0.0893242774303884, 0.222057692307691, 0.191650371771099, 0.621250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 390, '2021-05-23 00:00:00', 0.0148210998242357, 0.0402500000000014, 0.028011755773932, 0.0595384615384643, 0.0305564798616985, 0.0809615384615397, 0.0829156220782013, 0.228596153846153, 0.189374756663972, 0.620961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 405, '2021-05-23 00:00:00', 0.0232696980245512, 0.0421730769230804, 0.0262757273192167, 0.0594230769230797, 0.0264926477464096, 0.0760961538461526, 0.093916845380121, 0.248423076923076, 0.187416397772038, 0.619384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 420, '2021-05-23 00:00:00', 0.0219920702492104, 0.0428653846153849, 0.0243393713969766, 0.0552500000000009, 0.0256829485486727, 0.0779230769230779, 0.104145659830538, 0.266038461538463, 0.187307024797422, 0.619307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 435, '2021-05-23 00:00:00', 0.0117890431529259, 0.0363076923076935, 0.0183574340422416, 0.0518461538461533, 0.0316954012679815, 0.0875384615384625, 0.100108110791053, 0.286923076923076, 0.185816857726593, 0.623269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 450, '2021-05-23 00:00:00', 0.0168695105031327, 0.0369038461538447, 0.0224162115100105, 0.0609423076923074, 0.0406739427076433, 0.0984807692307667, 0.115231005442911, 0.307230769230768, 0.185870128356832, 0.62373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 465, '2021-05-23 00:00:00', 0.0198840484966083, 0.0488461538461548, 0.0309395999675808, 0.0776730769230783, 0.0391019968012661, 0.104615384615385, 0.108979108795428, 0.321884615384615, 0.182645613141955, 0.622 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 480, '2021-05-23 00:00:00', 0.0243784662229715, 0.0600192307692309, 0.0342116039693219, 0.0790769230769213, 0.0375869044298049, 0.100653846153845, 0.109740168650247, 0.33826923076923, 0.181995059104532, 0.622692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 495, '2021-05-23 00:00:00', 0.0228562144385632, 0.0505576923076921, 0.0308856513860165, 0.0702115384615387, 0.0544092328137846, 0.114269230769231, 0.110003470224982, 0.341288461538462, 0.181961620002259, 0.623865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 510, '2021-05-23 00:00:00', 0.0217353752776775, 0.0464423076923086, 0.0310567037232515, 0.068673076923078, 0.0525435497029315, 0.121230769230769, 0.104355879639741, 0.337019230769231, 0.176104760124368, 0.622057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 525, '2021-05-23 00:00:00', 0.0181248766574081, 0.0476346153846144, 0.0359341705815582, 0.0872692307692299, 0.0534867381118534, 0.128365384615383, 0.0960714077372417, 0.333346153846154, 0.171931283232129, 0.619384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 540, '2021-05-23 00:00:00', 0.0347079463302212, 0.0801923076923102, 0.0391244218438445, 0.10490384615385, 0.0615397713802884, 0.145288461538463, 0.0926708982616191, 0.336846153846155, 0.173041031150242, 0.622038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 555, '2021-05-23 00:00:00', 0.0277819255023017, 0.0718461538461564, 0.0383096141779244, 0.09744230769231, 0.0622247415546096, 0.161038461538463, 0.0891323648375723, 0.32996153846154, 0.171230191442802, 0.618961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 570, '2021-05-23 00:00:00', 0.0317046465898068, 0.0732692307692308, 0.0405117077094806, 0.105038461538461, 0.063327706902574, 0.16546153846154, 0.0902267485496748, 0.325384615384618, 0.170236017159888, 0.616307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 585, '2021-05-23 00:00:00', 0.0308691531368207, 0.0742307692307706, 0.0478446564816354, 0.125365384615387, 0.0833428138196945, 0.177230769230771, 0.0855700073264351, 0.316615384615385, 0.169141483789346, 0.610692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 600, '2021-05-23 00:00:00', 0.0343214050725427, 0.101326923076925, 0.0473411067109235, 0.128096153846156, 0.0911092771599863, 0.18840384615385, 0.088474735637659, 0.323673076923077, 0.175932159127844, 0.61423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 615, '2021-05-23 00:00:00', 0.0397790629119623, 0.0884230769230772, 0.0759944152806399, 0.130134615384616, 0.0772893166067518, 0.198961538461539, 0.0824195388522361, 0.318596153846154, 0.187311843027773, 0.616942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 630, '2021-05-23 00:00:00', 0.0430846081743649, 0.0922884615384644, 0.0604054537782307, 0.133326923076926, 0.0665151949094798, 0.199365384615384, 0.0764965660365518, 0.302269230769232, 0.194677054078327, 0.613846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 645, '2021-05-23 00:00:00', 0.0313397327071268, 0.0878269230769254, 0.0496932629700976, 0.134903846153848, 0.0648938452693775, 0.198634615384616, 0.0786625313993494, 0.293076923076924, 0.19476548817646, 0.621846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 660, '2021-05-23 00:00:00', 0.0455724824191739, 0.0948653846153845, 0.055053250445503, 0.138096153846154, 0.0800855696211132, 0.195038461538462, 0.0895115634988002, 0.286000000000001, 0.201053490777567, 0.622115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 675, '2021-05-23 00:00:00', 0.0351586350045694, 0.0899807692307682, 0.0611136551529486, 0.133826923076924, 0.0718487968958748, 0.173519230769231, 0.115046793155586, 0.28323076923077, 0.207348429349839, 0.618634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 690, '2021-05-23 00:00:00', 0.0596436372259294, 0.0992115384615394, 0.0807617888512975, 0.132557692307692, 0.0742547408483915, 0.165942307692308, 0.118025944018838, 0.275211538461539, 0.21071240699479, 0.62253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 705, '2021-05-23 00:00:00', 0.0337857787560675, 0.084173076923076, 0.0362885497940292, 0.115173076923077, 0.0397928337189569, 0.140980769230768, 0.117909921615547, 0.285019230769231, 0.215083461439077, 0.624846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 720, '2021-05-23 00:00:00', 0.0235523639185938, 0.0750769230769214, 0.0340956572917126, 0.102076923076923, 0.0418234246105462, 0.135173076923074, 0.130700597373715, 0.299115384615384, 0.212209482859236, 0.624730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 735, '2021-05-23 00:00:00', 0.0269640216128545, 0.0755384615384609, 0.033486392184564, 0.0945384615384593, 0.0496891452315941, 0.137634615384614, 0.139486183490034, 0.310346153846154, 0.212709517526021, 0.625826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 750, '2021-05-23 00:00:00', 0.0288732841648001, 0.0725576923076911, 0.0417600103153527, 0.103038461538458, 0.0534604994364988, 0.132249999999999, 0.139196658061122, 0.32301923076923, 0.23451312002005, 0.633211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 765, '2021-05-23 00:00:00', 0.0224664964233069, 0.0737884615384602, 0.0341621304055577, 0.0998653846153843, 0.0410306123991136, 0.126365384615384, 0.137953103793116, 0.341326923076924, 0.239357065104385, 0.636730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 780, '2021-05-23 00:00:00', 0.0254589866255503, 0.0750000000000001, 0.0309758963364434, 0.0933846153846142, 0.0502544640190917, 0.143365384615382, 0.140022021619679, 0.352442307692307, 0.239688743678451, 0.636576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 795, '2021-05-23 00:00:00', 0.021430361280562, 0.0599038461538452, 0.0293508288442818, 0.0846346153846129, 0.0492886045497494, 0.136942307692307, 0.140459263188246, 0.357769230769231, 0.237550801854127, 0.642788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988185 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988185, 3, 810, '2021-05-23 00:00:00', 0.0255484155763448, 0.0678076923076898, 0.0479416191440591, 0.110326923076919, 0.0429442079912988, 0.13825, 0.139704651373477, 0.364480769230768, 0.239045821967255, 0.64225 where not exists (select 1 from powerstats_trumpe[...];[ Date: 2021-05-23 17:12:43 - Database: acaweb_fx - User: pgperfstats ]
11 25s31ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1050, '2021-05-23 00:00:00', 4.16845673342804, 7.48346153846153, 7.71580304410263, 11.7561538461538, 13.2769217238612, 16.5076923076923, 17.7047435625423, 28.0061538461539, 28.3028159729735, 55.83 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1065, '2021-05-23 00:00:00', 7.05242880148394, 8.81999999999992, 12.7744797334976, 13.2973076923076, 12.9639099099711, 16.661923076923, 17.1869240860156, 27.4034615384615, 28.5553541281599, 55.2457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1080, '2021-05-23 00:00:00', 7.92222320195148, 8.87730769230771, 8.14561431786355, 10.9238461538462, 10.1959861484047, 14.8715384615385, 15.2593265704819, 26.5307692307692, 28.2014883213363, 54.6334615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1095, '2021-05-23 00:00:00', 3.75683117288211, 6.62730769230767, 5.30654011574401, 9.90000000000002, 8.91928707050929, 12.7646153846154, 12.8211269155491, 25.1907692307692, 27.2012178007927, 53.3346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1110, '2021-05-23 00:00:00', 4.03053165036762, 7.01423076923078, 5.59748252479484, 9.08884615384613, 8.39666278030466, 11.3746153846154, 11.5178429671265, 24.0611538461538, 26.4748070320564, 52.6892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1125, '2021-05-23 00:00:00', 3.45183340359197, 5.66461538461541, 5.74111360143786, 7.44576923076922, 7.22969227986489, 11.0223076923077, 10.8179370776219, 23.4011538461538, 25.7744167374133, 51.9269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1140, '2021-05-23 00:00:00', 4.25244617385552, 5.35769230769223, 5.55379565287077, 7.88307692307689, 6.82574128969491, 11.4480769230769, 12.9156529302775, 25.5311538461539, 25.7379028014209, 52.1438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1155, '2021-05-23 00:00:00', 4.46011922917553, 5.88653846153843, 5.60256975379635, 8.42961538461535, 7.26359841157369, 12.1067307692308, 13.1755285341366, 25.5380769230769, 25.3709799483281, 51.7565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1170, '2021-05-23 00:00:00', 3.65856701665893, 5.31384615384615, 4.56040431743294, 7.46346153846155, 7.25659886691993, 10.9113461538461, 12.3977915154893, 24.2623076923076, 24.8314943972368, 51.275 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1185, '2021-05-23 00:00:00', 3.05968756574915, 5.30000000000006, 4.32889721700398, 7.69865384615392, 6.20785024415422, 10.8594230769231, 12.5579635536733, 23.2861538461538, 24.8194878643005, 50.7546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1200, '2021-05-23 00:00:00', 2.69643390371461, 5.07583333333336, 4.25401728293129, 7.10249999999998, 7.04860927797985, 10.8633333333333, 12.1905065225102, 23.3216666666666, 25.3850714859704, 52.1875 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1215, '2021-05-23 00:00:00', 2.31727100865139, 4.73333333333337, 3.51780376045928, 7.47041666666667, 6.47250925738676, 10.6525, 12.22983341515, 23.5458333333332, 25.0827178471842, 52.6229166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1230, '2021-05-23 00:00:00', 2.80851084245264, 5.50125000000001, 5.65795321661898, 7.71208333333338, 6.10298495511162, 10.6958333333333, 11.7654358370094, 22.9324999999999, 24.8419165949147, 52.80125 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1245, '2021-05-23 00:00:00', 3.70735107492584, 5.70541666666668, 3.66281903690338, 7.71541666666665, 4.95483205451055, 10.9304166666667, 10.2152027848097, 22.5112499999999, 24.6260125775778, 52.9220833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1260, '2021-05-23 00:00:00', 3.07466352583527, 5.64416666666665, 4.25295802856714, 7.78458333333337, 6.26115902360261, 12.1408333333334, 9.77817259200985, 22.4762499999999, 24.2934829186522, 52.8641666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1275, '2021-05-23 00:00:00', 2.79742272691187, 5.00500000000003, 3.96584073729933, 7.40833333333338, 6.54600928047006, 12.41875, 9.05745525256265, 21.9349999999999, 23.5514945370255, 52.3258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1290, '2021-05-23 00:00:00', 3.27676404531902, 5.31000000000002, 5.23873090063574, 9.01833333333332, 6.25034625127846, 12.8924999999999, 8.32930234390812, 21.3558333333333, 22.3755771320598, 52.1645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1305, '2021-05-23 00:00:00', 4.05196228629601, 6.71624999999998, 4.84616789815439, 9.40708333333331, 4.39813430059695, 13.3787499999999, 6.85608519248911, 20.5554166666666, 22.5174813088133, 51.8058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1320, '2021-05-23 00:00:00', 3.33120250734293, 6.57833333333336, 3.65315644241445, 8.73958333333326, 6.08552438703664, 15.18625, 7.10007532109476, 19.42, 22.5544563184051, 51.6795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1335, '2021-05-23 00:00:00', 2.0828566381035, 6.35181818181809, 3.37187851480674, 9.65136363636357, 5.28901804730918, 15.935, 6.48177346329216, 19.9059090909091, 22.9161994017692, 52.7604545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1350, '2021-05-23 00:00:00', 3.45968321830411, 7.28916666666663, 5.98196250091217, 12.7683333333334, 6.09754524140782, 13.9483333333333, 7.28137816177566, 18.26625, 22.4594980997196, 51.41125 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1365, '2021-05-23 00:00:00', 5.71496047128996, 10.1191666666667, 6.15200708087937, 11.2954166666667, 6.60370875978485, 11.9595833333333, 9.47323620346646, 17.2604166666666, 22.4573016917742, 51.5091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1380, '2021-05-23 00:00:00', 2.78291638269526, 6.01954545454553, 2.99752831079643, 6.44045454545463, 3.79877381105178, 8.7440909090909, 7.8805223885783, 15.8695454545455, 21.0553955820566, 51.2045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1410, '2021-05-23 00:00:00', 1.65925510069351, 2.93681818181823, 2.77055810402743, 4.31727272727275, 5.02084882701357, 7.62090909090902, 7.41130020841298, 15.7722727272727, 20.4777392440049, 50.6804545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 1, 1425, '2021-05-23 00:00:00', 2.09695527576801, 2.64714285714282, 2.6170530045399, 5.54785714285706, 4.69545674536767, 7.54595238095234, 8.10166335067189, 16.3123809523809, 20.460567312807, 49.7738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 60, '2021-05-23 00:00:00', 1.94903167278998, 3.85269230769229, 4.1029369827741, 5.19326923076922, 4.16559525712157, 6.57961538461536, 7.53926034935692, 15.7238461538462, 19.605443844661, 48.8621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 75, '2021-05-23 00:00:00', 2.93642569225817, 3.0896153846154, 3.06980571297021, 4.34365384615383, 3.91821655368083, 6.82019230769227, 7.76958959415096, 15.5076923076923, 19.5917772076412, 48.753076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 90, '2021-05-23 00:00:00', 1.94946581440617, 2.8351923076923, 2.59671929853506, 4.15365384615382, 3.47231176041819, 6.62480769230765, 8.27516678893034, 15.9257692307692, 19.6140577686987, 48.7169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 105, '2021-05-23 00:00:00', 1.69479424664516, 2.92653846153845, 3.162237401685, 5.03576923076921, 3.00253556950685, 6.83038461538462, 7.78116136279453, 15.6480769230769, 19.6102871943824, 48.9203846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 120, '2021-05-23 00:00:00', 2.42743435306944, 3.72846153846152, 2.24340578996792, 4.77153846153846, 2.56825268347058, 6.92538461538465, 7.79864375782988, 15.4273076923077, 19.8148042595973, 49.0403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 135, '2021-05-23 00:00:00', 1.59730065567362, 3.31576923076928, 2.11707737586151, 4.7861538461539, 2.99424157598963, 7.41115384615385, 7.74940201166908, 15.1565384615384, 19.4651664736307, 49.1753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 150, '2021-05-23 00:00:00', 1.70467578690543, 3.22346153846155, 1.94400921966796, 4.6696153846154, 4.20037588061618, 7.81846153846156, 7.86638344231566, 14.8026923076923, 19.4203884616143, 49.04 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 165, '2021-05-23 00:00:00', 1.56148257952303, 2.97961538461539, 2.50223607691512, 5.09423076923076, 4.5785446797662, 7.98076923076925, 7.95772483913485, 14.6538461538462, 19.202171035108, 48.8673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 180, '2021-05-23 00:00:00', 2.4427829337742, 3.88730769230766, 3.66712146596673, 5.90038461538461, 6.01027433138131, 8.50846153846153, 7.91538602975238, 14.35, 19.1608960766854, 48.5976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 195, '2021-05-23 00:00:00', 3.00181586069809, 4.11769230769231, 4.21532568319277, 5.72115384615383, 6.10318131418737, 7.67692307692306, 7.81070819206159, 13.7976923076923, 18.872166008335, 48.3146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 210, '2021-05-23 00:00:00', 2.14106202978444, 3.38115384615381, 4.109584388494, 5.13961538461535, 4.9770903609979, 6.94269230769228, 7.43369045939857, 12.8653846153846, 18.363093873729, 47.8238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 225, '2021-05-23 00:00:00', 2.89120193265438, 3.46384615384613, 3.94232654854775, 4.77115384615382, 4.25644929670076, 6.98615384615381, 6.56980725627586, 12.4907692307692, 18.0152851041724, 47.5642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 240, '2021-05-23 00:00:00', 2.63431544165725, 3.47461538461537, 3.05623370532073, 4.90730769230768, 3.79099583020285, 6.5257692307692, 6.06973100405106, 12.0976923076922, 17.6683695865282, 47.3796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 255, '2021-05-23 00:00:00', 2.30800896545385, 3.36423076923076, 3.1263116631879, 5.0738461538461, 3.98558633848752, 6.09769230769224, 5.6599478796187, 11.5649999999999, 17.3826542409823, 47.1873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 270, '2021-05-23 00:00:00', 1.92014586785644, 3.35807692307687, 2.33845024288771, 3.97846153846149, 3.44645898546051, 6.22653846153839, 5.13217069084806, 11.11, 17.3826542409823, 47.1873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 285, '2021-05-23 00:00:00', 1.48172394397668, 2.59461538461535, 2.26360954094254, 3.74807692307685, 3.34819363469092, 6.11615384615379, 4.89556841989222, 10.8930769230769, 17.408491208426, 47.1869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 300, '2021-05-23 00:00:00', 1.66115566815578, 2.546923076923, 2.5986124403967, 4.26115384615377, 3.44955292532463, 5.76076923076919, 5.01419179774917, 10.8507692307692, 17.408491208426, 47.1869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 315, '2021-05-23 00:00:00', 2.16663414965735, 2.95346153846152, 2.68575994115979, 4.45230769230767, 3.38388299943219, 5.68807692307688, 4.53308127504391, 10.9353846153846, 17.408491208426, 47.1869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 330, '2021-05-23 00:00:00', 2.16273453152399, 3.04942307692309, 2.92749680417618, 3.95846153846154, 3.39642789729717, 5.19230769230769, 4.31232489499572, 10.845, 17.408491208426, 47.1869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 345, '2021-05-23 00:00:00', 1.59561982169458, 2.36884615384618, 1.86923941751717, 3.33, 2.85620773323382, 5.40884615384618, 4.01742627140235, 10.5553846153847, 17.408491208426, 47.1869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 360, '2021-05-23 00:00:00', 1.33671468677729, 2.28692307692308, 1.84396796234473, 3.54461538461538, 2.80373794451953, 5.31230769230771, 4.69324306439996, 11.1476923076923, 17.408491208426, 47.1869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 375, '2021-05-23 00:00:00', 1.17636702802115, 2.43076923076921, 2.57996016665732, 4.10769230769228, 2.9829126963165, 5.4580769230769, 4.54071454898727, 12.1661538461538, 17.4100033358368, 47.1580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 390, '2021-05-23 00:00:00', 1.89019738489033, 2.68692307692306, 1.89154869393801, 3.4073076923077, 2.66467342493196, 4.87269230769229, 4.91706374233182, 12.6303846153846, 17.4100033358368, 47.1580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 405, '2021-05-23 00:00:00', 0.997627955934241, 2.10846153846154, 1.84681134766015, 3.5980769230769, 2.16201615307419, 5.04538461538461, 5.83847526196827, 13.4457692307692, 17.610985090169, 47.2396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 420, '2021-05-23 00:00:00', 1.63140302995734, 2.90038461538457, 2.08134664247788, 3.65961538461535, 2.71023825237105, 5.26076923076919, 6.51019304924677, 14.1315384615384, 17.6127509055666, 47.2376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 435, '2021-05-23 00:00:00', 1.3142874641651, 2.24346153846154, 1.47360030067647, 3.52461538461541, 2.42228083870107, 5.4273076923077, 7.61445221020779, 15.3376923076923, 17.5480908494781, 47.0073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 450, '2021-05-23 00:00:00', 1.32234436338823, 2.72115384615388, 1.82566712780241, 3.73269230769233, 2.71999592759872, 5.62538461538468, 8.08738037838057, 15.7842307692308, 17.5206016449208, 46.955 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 465, '2021-05-23 00:00:00', 1.38665641021845, 2.43000000000003, 2.29984083061276, 4.21038461538464, 3.03511512897843, 5.68961538461545, 8.31459847774704, 16.0496153846154, 17.5302283499104, 46.845 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 480, '2021-05-23 00:00:00', 2.10336861687659, 3.19653846153848, 2.70593581139401, 4.28384615384618, 3.38929057700646, 5.69884615384621, 8.47398419598752, 16.291923076923, 17.4055690645707, 46.7723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 495, '2021-05-23 00:00:00', 1.6135326270211, 2.62653846153846, 1.96577614344916, 3.83038461538464, 2.60567005999195, 5.81730769230773, 8.88052247250219, 16.3807692307692, 17.2953513407505, 46.715 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 510, '2021-05-23 00:00:00', 1.42866995704179, 2.61538461538463, 1.68381690946949, 3.73923076923078, 1.76803154340119, 5.79653846153846, 9.26953648330841, 16.6611538461538, 17.1929697976103, 46.8023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 525, '2021-05-23 00:00:00', 1.08375706900362, 2.50423076923079, 1.62907562274299, 4.49923076923079, 2.03778616678458, 6.06269230769231, 10.2370601023176, 17.1365384615384, 17.3060757361285, 46.9957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 540, '2021-05-23 00:00:00', 1.70332615784533, 3.87999999999999, 1.80736276210566, 4.9380769230769, 4.52962508212491, 7.32076923076922, 10.1859571280948, 17.5711538461538, 17.393195278614, 47.045 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 555, '2021-05-23 00:00:00', 1.5149011645852, 3.13846153846159, 2.10699395786075, 4.28346153846153, 4.45183730437399, 8.54076923076918, 9.81955863805265, 17.3003846153845, 17.8997606730886, 46.9419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 570, '2021-05-23 00:00:00', 1.78422437361027, 3.18384615384614, 4.13100077276874, 5.31923076923072, 5.15648246235901, 9.21076923076921, 9.76647376723834, 17.1753846153846, 17.686173600171, 46.8561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 585, '2021-05-23 00:00:00', 3.14997230757057, 3.80153846153848, 4.12795743865966, 7.3561538461538, 5.72165044774266, 10.3596153846153, 10.1197142252141, 17.47, 17.6653623925902, 46.9226923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 600, '2021-05-23 00:00:00', 4.01502401563858, 6.48538461538459, 5.02474450938703, 8.28576923076926, 5.91444683673922, 10.9557692307692, 10.0418270556401, 17.7611538461539, 17.7766163129676, 46.8065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 615, '2021-05-23 00:00:00', 2.69438004857397, 5.20038461538469, 3.62704654166225, 7.12884615384613, 5.24388429139488, 10.5076923076923, 9.20574546348428, 17.1115384615385, 17.9389173157563, 45.9423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 630, '2021-05-23 00:00:00', 2.36891757170613, 4.6023076923077, 3.34018831804431, 6.53500000000001, 4.76834338270473, 9.32115384615388, 8.31072416542905, 16.4319230769231, 17.6883049063934, 45.4823076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 645, '2021-05-23 00:00:00', 2.77354469115716, 4.65692307692311, 4.05850766434396, 7.08730769230771, 4.55897372054454, 9.13423076923078, 8.50844865187181, 16.5323076923077, 17.7714625734631, 45.355 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 660, '2021-05-23 00:00:00', 2.51631048591749, 4.82230769230768, 3.1280418057407, 6.29153846153844, 4.04119237925559, 8.21961538461539, 8.08270248027325, 15.8107692307693, 17.6770874428324, 45.0773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 675, '2021-05-23 00:00:00', 2.14165575772946, 3.93423076923072, 3.11701713921407, 5.8896153846153, 4.06289781010854, 7.35115384615387, 7.3486911445823, 15.1915384615385, 17.6161915424856, 44.9673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 690, '2021-05-23 00:00:00', 2.09219751972372, 4.3023076923077, 2.17211616065629, 5.30384615384617, 3.59236414549613, 6.74807692307693, 7.42020965907414, 15.3007692307693, 17.6552587241135, 44.8361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 705, '2021-05-23 00:00:00', 1.70086620465976, 3.3453846153846, 2.88474515605536, 4.51884615384618, 4.86987475751128, 6.51807692307693, 7.49831206646894, 15.5703846153847, 17.7030479296646, 44.925 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 720, '2021-05-23 00:00:00', 2.2691497560507, 3.47615384615385, 2.93711174193554, 4.77423076923077, 4.31157626004159, 6.81461538461536, 7.35625842395442, 16.015, 17.6634764284516, 45.0534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 735, '2021-05-23 00:00:00', 2.01743538644032, 3.21846153846155, 3.17990914238849, 4.76692307692311, 3.47965771968363, 7.16461538461534, 7.99840487943596, 16.5238461538462, 17.6209223193515, 45.0492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 750, '2021-05-23 00:00:00', 1.84621325545431, 3.52923076923085, 2.34835549661066, 4.93846153846154, 2.3924386014145, 7.26230769230772, 7.60435858823489, 16.2115384615385, 17.3870576446524, 45.1815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 765, '2021-05-23 00:00:00', 1.50932185485356, 3.58730769230766, 1.85620792104596, 5.36038461538454, 2.9670214020124, 7.51000000000006, 8.37317254459371, 19.1723076923076, 17.6166317395283, 45.8946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 780, '2021-05-23 00:00:00', 1.65130028019876, 3.80384615384616, 2.041758216681, 5.12615384615387, 3.6393403459756, 7.72692307692312, 10.2160490406027, 22.335, 17.6861353477367, 45.9234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 795, '2021-05-23 00:00:00', 1.60390964640966, 3.57307692307693, 2.5223354257513, 5.30000000000002, 4.30464588019103, 8.31807692307692, 10.8515692165483, 23.7923076923077, 18.2138079362461, 46.1134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 810, '2021-05-23 00:00:00', 2.26633217743151, 3.57153846153847, 2.84413266487071, 5.29884615384612, 4.57708635907837, 8.29653846153838, 10.7010706078339, 25.3780769230769, 18.7843576987302, 46.4730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 825, '2021-05-23 00:00:00', 1.97478602540975, 3.74961538461539, 3.53327958352919, 6.08384615384613, 4.78843229524589, 8.47038461538456, 11.2389364470815, 26.1473076923077, 19.0695993624973, 46.4003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 840, '2021-05-23 00:00:00', 2.97679652285165, 4.33846153846155, 3.26306689150888, 5.70153846153844, 4.26644512445669, 7.82499999999998, 11.6414531474647, 26.9192307692308, 19.1865191335359, 46.3673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 855, '2021-05-23 00:00:00', 1.81486816643476, 3.52230769230764, 3.86184077272045, 5.48307692307692, 3.53555731652902, 6.98153846153841, 12.8526227912977, 27.4238461538462, 19.1914191281898, 46.1180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 870, '2021-05-23 00:00:00', 3.67835107288378, 4.25884615384619, 3.47613580773923, 5.38192307692312, 5.00211081598418, 7.34384615384616, 12.965722911407, 28.1888461538462, 18.7111555906754, 46.8665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 885, '2021-05-23 00:00:00', 2.06397242080563, 3.5630769230769, 2.17258219283318, 4.9057692307692, 4.51706371610857, 7.68615384615383, 12.3815892356353, 28.81, 19.5515595167869, 47.2965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 900, '2021-05-23 00:00:00', 1.72256378691767, 3.86499999999999, 3.72391516469512, 5.37807692307692, 4.58791470982356, 8.29576923076925, 12.5847058154547, 29.1973076923077, 19.5100839409935, 47.4607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 915, '2021-05-23 00:00:00', 2.64330806726377, 3.51846153846156, 3.21972306501421, 5.82615384615386, 4.25512425923595, 8.79230769230771, 12.6843595272046, 29.9861538461539, 19.4859364513132, 47.4707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 930, '2021-05-23 00:00:00', 2.64436541755075, 4.83730769230769, 3.33707336080353, 6.42115384615389, 3.80106359609233, 8.62269230769235, 12.8405170276926, 30.0984615384616, 21.2510630756712, 49.7353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 945, '2021-05-23 00:00:00', 2.43219574743612, 4.1619230769231, 2.72257697496606, 6.0857692307692, 7.27891902371816, 13.056923076923, 13.064628729748, 29.7496153846154, 21.6298696749159, 50.1969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 960, '2021-05-23 00:00:00', 2.09818764285161, 4.3607692307692, 2.78512524231579, 5.63884615384618, 9.81854004500585, 17.2461538461538, 12.9226121734198, 30.0057692307692, 22.201381637533, 51.2311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 975, '2021-05-23 00:00:00', 1.45419271815624, 3.7326923076923, 6.05614551191916, 11.6323076923077, 9.14008952152761, 18.9373076923077, 12.7039787407787, 30.0396153846154, 22.2552041969099, 51.6053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 990, '2021-05-23 00:00:00', 5.37693089467898, 10.8853846153846, 8.46476506103153, 15.7365384615384, 9.27118191784874, 20.3469230769231, 12.4931831258246, 29.7638461538461, 22.2039138892224, 52.3 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1005, '2021-05-23 00:00:00', 4.71811292133428, 9.44846153846152, 6.59897993282643, 13.4680769230769, 9.77148675405204, 18.5657692307692, 12.2314302327432, 27.7015384615384, 22.39137872898, 52.0657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1020, '2021-05-23 00:00:00', 4.35285582648377, 9.0546153846154, 6.99367689141685, 13.0626923076923, 10.7659808728163, 16.8819230769231, 10.5760682020961, 25.8011538461538, 22.0851628892829, 50.6503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1035, '2021-05-23 00:00:00', 5.00239088990298, 9.59115384615384, 6.71594566340773, 12.496923076923, 8.27951184922989, 15.7426923076923, 9.72373356594777, 25.2723076923077, 21.747067201031, 50.1396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1050, '2021-05-23 00:00:00', 3.29312972483862, 7.42923076923078, 5.22928158030846, 10.5153846153847, 7.60348366514686, 14.3103846153847, 10.2069687883405, 25.2996153846154, 22.0710327247835, 49.9315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1065, '2021-05-23 00:00:00', 4.59940277059465, 7.75538461538465, 4.48208406195844, 10.2915384615385, 7.53573248953589, 14.4219230769231, 10.2174976689689, 24.7388461538462, 22.8384759965755, 49.9053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1080, '2021-05-23 00:00:00', 3.07401959355156, 7.46269230769235, 5.73750816992891, 10.3600000000001, 6.74797706439051, 14.0223076923078, 10.5163315115842, 23.9626923076924, 23.4792379675845, 49.8765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1095, '2021-05-23 00:00:00', 4.742574390155, 7.48961538461535, 5.85778734808498, 10.4761538461538, 7.40746829999185, 14.0688461538461, 11.2087863955711, 23.9726923076923, 23.846725213006, 49.9807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1110, '2021-05-23 00:00:00', 3.37625363611578, 7.14615384615389, 3.62891931359954, 9.01076923076929, 5.68565954499027, 12.3426923076923, 11.8147565423011, 23.1419230769231, 23.6571001929329, 50.2915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1125, '2021-05-23 00:00:00', 2.90121216045989, 5.75000000000005, 4.36329959831028, 8.68076923076926, 5.03308177500093, 11.8019230769231, 11.7447196645982, 22.9, 23.5457101400659, 50.615 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1140, '2021-05-23 00:00:00', 3.64700619054119, 6.14692307692307, 4.24136385902176, 8.09076923076917, 5.23949668751325, 11.4815384615385, 12.2860145882031, 24.4923076923077, 23.6230759542119, 50.6784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1155, '2021-05-23 00:00:00', 2.8805099975793, 5.3046153846153, 3.98665167006877, 8.15653846153842, 5.16324137906242, 11.0715384615385, 12.3749185855908, 23.915, 23.8495312419666, 50.6126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1170, '2021-05-23 00:00:00', 3.45746238646875, 5.98692307692309, 4.13978113505464, 8.06961538461542, 5.12799647485784, 10.9003846153846, 12.8859429433186, 23.3415384615385, 24.5828739259986, 50.8223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1185, '2021-05-23 00:00:00', 2.23980342544065, 5.26076923076926, 3.20642854278725, 7.34000000000001, 5.54512133459548, 10.8311538461539, 12.8094468985259, 22.3853846153847, 24.7262283540249, 50.6661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1200, '2021-05-23 00:00:00', 3.29043003969912, 5.55461538461532, 5.04166980885685, 7.96769230769223, 5.76690799702525, 10.2896153846153, 12.4278736902794, 22.3226923076923, 24.6374242285062, 51.0561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1215, '2021-05-23 00:00:00', 3.25777479506863, 5.40384615384607, 4.11767439965069, 7.18769230769228, 5.21547154000619, 10.1107692307692, 10.4992767589744, 21.2973076923077, 23.9077362052859, 50.2823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1230, '2021-05-23 00:00:00', 2.17397204709225, 4.95769230769231, 3.32055354514183, 6.65961538461534, 5.81748945323164, 10.6165384615385, 10.2479609979442, 21.0861538461538, 24.5814564755944, 51.0323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1245, '2021-05-23 00:00:00', 2.9156912625416, 4.78653846153849, 4.22858894449883, 7.58269230769236, 5.66981850204698, 11.4553846153847, 9.71302232136761, 20.8011538461539, 25.231284100985, 52.0257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1260, '2021-05-23 00:00:00', 3.36662707262833, 5.91461538461543, 3.97731660603173, 8.06923076923081, 4.87473279741093, 11.4403846153847, 8.88263579211625, 20.3188461538462, 24.7208311317835, 51.8803846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1275, '2021-05-23 00:00:00', 2.89790407018591, 5.39, 3.69153601551524, 7.99692307692315, 6.01048084598898, 11.35, 9.22763239073067, 19.7334615384615, 25.8422909707205, 52.3688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1290, '2021-05-23 00:00:00', 3.37911495012446, 6.26461538461544, 4.00618544829801, 8.57538461538462, 7.37383741032078, 12.0269230769231, 8.85015792992506, 19.8307692307693, 26.7733339465854, 53.0788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1305, '2021-05-23 00:00:00', 2.70941495246028, 6.1957692307692, 4.6947104277048, 8.9449999999999, 6.56441207162933, 12.4946153846153, 8.76608590842263, 19.9169230769231, 27.4449534803479, 53.5634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1320, '2021-05-23 00:00:00', 2.6866385059287, 6.44769230769223, 4.55499666469526, 8.42115384615379, 7.62450907372958, 14.3688461538461, 9.2836644373122, 19.3642307692308, 29.6927556484743, 54.085 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1335, '2021-05-23 00:00:00', 3.26543148046673, 5.79416666666663, 4.35230421647575, 8.53041666666663, 7.17891614079187, 13.7675, 9.39366757873146, 20.1808333333333, 30.8984919869112, 54.37375 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1350, '2021-05-23 00:00:00', 3.49172022846123, 6.31307692307687, 6.51180546864989, 11.6223076923077, 7.27209072677605, 12.8565384615385, 9.38789021108498, 19.0788461538462, 29.5023994852049, 53.9992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1365, '2021-05-23 00:00:00', 5.70146881210318, 9.52115384615392, 5.60520847069944, 10.5950000000001, 6.6129323182802, 11.3353846153847, 9.4352968401391, 18.6776923076924, 29.6094937062163, 53.7884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1380, '2021-05-23 00:00:00', 2.94932367584969, 5.78833333333336, 3.36131743387978, 6.66875000000003, 3.60739176723549, 8.44666666666672, 8.41373424307206, 16.6125000000001, 30.8656081267846, 52.8854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1410, '2021-05-23 00:00:00', 2.14829339075313, 3.41083333333332, 2.18340376310785, 4.30791666666668, 3.30261553682198, 7.41541666666668, 8.11095018245822, 16.1145833333334, 30.6762268337164, 52.7333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 2, 1425, '2021-05-23 00:00:00', 0.815055679613103, 2.43125000000003, 2.48025185724403, 5.41333333333334, 3.11292816157559, 7.295, 8.10284168036755, 15.7654166666667, 31.7534879859735, 53.3491666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 60, '2021-05-23 00:00:00', 2.00633830263376, 4.34423076923076, 2.59108732744797, 5.77153846153846, 2.87994476442758, 7.04461538461538, 8.18705636026496, 15.8303846153846, 30.5462072680315, 53.5323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 75, '2021-05-23 00:00:00', 1.5022996218618, 2.75807692307692, 2.2516540245237, 4.21461538461536, 2.72243409187724, 6.50923076923076, 8.29849863158765, 15.4565384615385, 30.546026920295, 53.5261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 90, '2021-05-23 00:00:00', 2.12499965610858, 3.25346153846151, 2.28914055084842, 4.25730769230769, 3.64040346453732, 7.21576923076922, 8.23087707262209, 15.3942307692308, 29.9841915682247, 53.74 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 105, '2021-05-23 00:00:00', 1.44060270506695, 2.77807692307694, 2.56518105523836, 5.40461538461538, 4.69119359914037, 7.6342307692308, 8.17309602386912, 15.2788461538462, 29.7672655006236, 53.7107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 120, '2021-05-23 00:00:00', 2.34767554434991, 4.33269230769235, 3.38640022170133, 5.81769230769233, 6.71634659159745, 8.27653846153848, 8.1915757852903, 15.2253846153846, 29.7962531975983, 53.7861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 135, '2021-05-23 00:00:00', 2.61469092157838, 3.76615384615383, 4.02805652698859, 5.37076923076923, 6.58237554733503, 8.83038461538462, 8.70160823331842, 15.0353846153846, 29.7956161566403, 53.7469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 150, '2021-05-23 00:00:00', 2.15396568074944, 3.32807692307691, 5.2166988087812, 5.55230769230768, 6.93025309783131, 9.05999999999995, 8.1904349466549, 14.5938461538461, 29.826773373031, 53.7046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 165, '2021-05-23 00:00:00', 4.95276594051637, 4.22230769230768, 5.02292663693195, 6.75999999999999, 7.1595375119218, 9.84423076923073, 8.42660136801222, 14.7588461538461, 29.8055978325188, 53.7330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 180, '2021-05-23 00:00:00', 2.44081134051776, 4.57000000000002, 4.3306215045169, 6.66884615384615, 5.64593469811551, 9.53115384615381, 7.39348803912032, 14.2457692307692, 29.843068784251, 53.6176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 195, '2021-05-23 00:00:00', 3.52133925571593, 4.2030769230769, 4.78313395814275, 6.54769230769226, 5.33067027103176, 8.4884615384615, 7.74399893714233, 14.1065384615384, 29.8980734059005, 53.5257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 210, '2021-05-23 00:00:00', 3.52693259624587, 4.50153846153843, 4.45214155901839, 6.1926923076923, 4.12746435478251, 7.71499999999995, 7.52504630192756, 13.5746153846153, 29.6030451552123, 53.4823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 225, '2021-05-23 00:00:00', 3.175135345389, 3.86269230769232, 3.33527267943027, 5.25961538461539, 2.99997192294555, 6.77346153846151, 6.95285278473191, 12.5946153846153, 28.9278379739336, 53.5653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 240, '2021-05-23 00:00:00', 2.26873753440101, 3.78499999999996, 2.44348140664407, 4.8942307692307, 3.6849890303563, 7.07807692307688, 7.04850112817232, 12.421923076923, 28.7924759642836, 53.5080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 255, '2021-05-23 00:00:00', 1.75777289160499, 3.01153846153842, 1.94989041112172, 4.28615384615383, 3.73142356831192, 6.67461538461538, 7.40597068898827, 12.0046153846153, 28.8128145208931, 53.5738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 270, '2021-05-23 00:00:00', 1.63948777178913, 3.24807692307692, 3.61795966724979, 5.15192307692307, 4.3586806931244, 6.89423076923075, 7.4915870045107, 11.8696153846153, 28.802610183534, 53.4057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 285, '2021-05-23 00:00:00', 3.06282295628373, 3.51269230769232, 3.40471564383644, 4.79615384615387, 3.89427913740143, 6.255, 7.04259628699092, 11.0576923076923, 29.2321730658849, 53.6569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 300, '2021-05-23 00:00:00', 2.56154691844297, 3.38884615384618, 3.23922611840452, 4.44461538461538, 3.38404373494199, 5.99000000000001, 6.87767442806514, 11.1484615384615, 30.0286522149456, 53.9853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 315, '2021-05-23 00:00:00', 1.89839336930351, 2.83423076923075, 2.55354643282934, 4.1507692307692, 3.0887010961792, 5.68769230769229, 6.8787756177971, 11.545, 30.1163727001674, 53.7461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 330, '2021-05-23 00:00:00', 2.01053016352941, 2.86346153846151, 2.23475154358119, 3.86230769230768, 3.46549543577608, 5.66884615384615, 6.89577628809001, 11.6688461538461, 30.2273149014902, 53.5730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 345, '2021-05-23 00:00:00', 1.71822005396462, 2.64192307692306, 2.49387853630567, 3.99692307692308, 3.75932123578797, 5.76192307692304, 6.69063856904096, 11.7126923076923, 30.2880663983994, 53.4669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 360, '2021-05-23 00:00:00', 1.71174535309612, 2.74807692307692, 3.31866210299367, 4.12692307692308, 4.44708921223069, 5.51769230769227, 6.79529892929381, 11.7865384615385, 30.2882042970273, 53.4634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 375, '2021-05-23 00:00:00', 2.84412963569092, 2.85423076923077, 3.40126338518273, 4.07615384615381, 4.82890063933969, 5.91576923076918, 6.81715895031401, 12.4580769230769, 30.2882042970273, 53.4634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 390, '2021-05-23 00:00:00', 2.99516536078752, 2.85346153846152, 3.71439602710235, 3.6753846153846, 5.2880294570342, 5.81346153846152, 6.93741605631823, 13.2615384615384, 30.209602999454, 53.4257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 405, '2021-05-23 00:00:00', 1.92343506818879, 2.28230769230766, 3.71515159645139, 4.42923076923073, 4.1489864007787, 5.73807692307684, 7.04173370260914, 13.6915384615384, 30.1590476716613, 53.3826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 420, '2021-05-23 00:00:00', 2.88759287562922, 3.39615384615382, 3.27739277240545, 4.29923076923074, 3.67983268850432, 5.81384615384613, 7.72926546415535, 14.2138461538461, 30.2104366097852, 53.3280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 435, '2021-05-23 00:00:00', 1.53909069058523, 2.59807692307693, 2.28764080693159, 3.89730769230764, 4.09798066594527, 6.24153846153845, 8.27441704198042, 14.7242307692308, 30.1763373446558, 53.3365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 450, '2021-05-23 00:00:00', 1.71863975730362, 2.71115384615382, 2.67454623038405, 4.34153846153847, 3.91072916671359, 6.33884615384613, 8.54799547352394, 15.3611538461539, 30.1087420885339, 53.4430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 465, '2021-05-23 00:00:00', 2.13629024245301, 3.22000000000001, 3.05919137128648, 4.79038461538459, 3.66810024189841, 5.94923076923073, 8.4017046713519, 15.3757692307692, 30.0977917206818, 53.5676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 480, '2021-05-23 00:00:00', 1.86409000277922, 3.51346153846152, 2.74085421833299, 4.47461538461536, 2.84794233411796, 5.89346153846152, 8.23505068874223, 15.1603846153846, 30.0879707959076, 53.5688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 495, '2021-05-23 00:00:00', 1.74656850379867, 2.62846153846151, 2.23331130490474, 3.85076923076921, 3.31459532278769, 6.45692307692308, 8.42329802028054, 15.1084615384615, 30.1355763508847, 53.615 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 510, '2021-05-23 00:00:00', 1.57703792452328, 2.83384615384617, 1.89611116194739, 4.00153846153848, 2.94991924270168, 6.66346153846156, 7.87559081056056, 14.8588461538462, 29.7380845692213, 53.6753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 525, '2021-05-23 00:00:00', 1.42826134217039, 2.74769230769228, 2.65123971002244, 4.85, 3.1578627874902, 6.85423076923081, 7.59273879845338, 15.0476923076923, 29.7702047046011, 53.6419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 540, '2021-05-23 00:00:00', 2.54967086865372, 4.27846153846155, 3.05327324988467, 5.54153846153846, 3.27468866400361, 7.01461538461539, 7.58864163379423, 15.2346153846154, 29.7124608643476, 53.6611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 555, '2021-05-23 00:00:00', 1.44693394671414, 3.0946153846154, 1.87820356068904, 4.21384615384617, 3.93739666042671, 7.99269230769224, 7.15238659469702, 14.555, 29.6062438762762, 53.5373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 570, '2021-05-23 00:00:00', 1.63817759908814, 2.99461538461539, 2.04875707160748, 4.20846153846151, 5.58313053898849, 9.39884615384606, 7.04177197979214, 14.6238461538461, 29.9817966850144, 53.8173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 585, '2021-05-23 00:00:00', 1.85526013104524, 3.31692307692302, 3.66937196470804, 7.34115384615379, 5.43651251687649, 9.9321153846153, 7.01280367503729, 15.1107692307692, 30.144597383024, 53.9207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 600, '2021-05-23 00:00:00', 2.66540341873716, 6.13923076923073, 4.15527040682631, 8.06192307692298, 4.95623964156452, 9.85923076923074, 8.11064186969574, 15.5034615384615, 30.3280041292127, 54.2923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 615, '2021-05-23 00:00:00', 2.64720825370083, 4.96346153846149, 2.62446853960656, 6.48134615384611, 3.5560474384653, 8.42576923076926, 8.33186270613275, 14.1880769230769, 30.4584605096086, 54.0461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 630, '2021-05-23 00:00:00', 1.83726235511932, 4.33019230769231, 2.34844799814685, 5.99000000000008, 4.23611876059284, 8.51307692307696, 9.06845443535742, 14.3146153846154, 30.536945653522, 54.1653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 645, '2021-05-23 00:00:00', 2.23694778316689, 4.32923076923084, 2.99960974384744, 5.96115384615398, 4.37826317865187, 8.15730769230773, 10.1880303297546, 14.865, 31.1232251443294, 54.1992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 660, '2021-05-23 00:00:00', 2.22733963421699, 4.19461538461545, 3.53699988038542, 6.14192307692317, 4.90924799191828, 7.40038461538466, 9.95908778646228, 14.5015384615385, 30.9499399974565, 54.0846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 675, '2021-05-23 00:00:00', 2.09038976858755, 3.88576923076927, 2.31373996278423, 4.84384615384616, 3.26529256552326, 6.05653846153847, 9.75816467611378, 14.0446153846154, 30.142938981817, 53.4123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 690, '2021-05-23 00:00:00', 1.64672023685305, 3.24653846153839, 2.4311881552347, 4.26961538461532, 3.04400042959665, 5.73884615384616, 9.05725928999247, 14.1146153846154, 29.6775290102436, 53.1719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 705, '2021-05-23 00:00:00', 1.9125737793712, 2.90769230769229, 2.36036102192996, 3.96807692307694, 3.17059987044434, 6.1634615384615, 11.1827249534546, 16.8942307692308, 29.3714085778356, 53.0146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 720, '2021-05-23 00:00:00', 1.46064627424364, 2.89653846153848, 2.33258364513227, 4.28769230769234, 3.49939021061589, 6.63038461538461, 11.9125829531376, 18.6938461538461, 29.30253981116, 52.8392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 735, '2021-05-23 00:00:00', 1.59451892913965, 3.16884615384618, 2.75998149380643, 4.86538461538463, 3.75896262285228, 7.01000000000001, 11.991563034067, 19.13, 29.2343313167664, 52.8065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 750, '2021-05-23 00:00:00', 2.10686296148125, 3.69346153846146, 3.06634186964515, 5.25269230769226, 4.09960585347508, 7.21192307692302, 11.9210207874739, 19.1261538461539, 29.1885956865665, 53.0169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 765, '2021-05-23 00:00:00', 2.0052430123209, 3.47653846153846, 3.01634748559353, 5.01807692307695, 4.14226768068678, 7.27153846153849, 14.3110571184016, 22.5103846153847, 28.9078751820065, 53.0734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 780, '2021-05-23 00:00:00', 1.90775276579137, 3.42615384615386, 2.80648830665385, 4.92384615384614, 5.65881777541779, 7.57884615384616, 14.9053820326237, 24.3184615384616, 28.6714516522299, 53.0303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 795, '2021-05-23 00:00:00', 2.37424534569176, 3.73480769230766, 2.96294886894799, 5.32500000000003, 5.80257603271034, 8.19615384615388, 14.9595605036224, 26.7423076923077, 28.6734378207696, 53.0226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 810, '2021-05-23 00:00:00', 2.21557882695733, 3.61153846153848, 5.3230899066093, 5.91692307692306, 6.03456659587081, 8.185, 14.9174113912362, 28.9411538461539, 28.5496542266547, 53.0226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 825, '2021-05-23 00:00:00', 3.7647387487253, 3.89461538461534, 3.8727624011014, 5.8061538461538, 5.59520421020062, 8.43307692307691, 14.8448880038265, 29.6596153846154, 27.4790378624536, 52.4553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 840, '2021-05-23 00:00:00', 2.39729504618462, 4.40653846153845, 3.89810622659848, 5.89807692307697, 5.12379482265002, 8.20423076923078, 15.2632230339668, 29.9842307692308, 27.0615986252447, 52.1880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 855, '2021-05-23 00:00:00', 2.21076697446484, 3.49115384615379, 3.31331384196922, 5.75384615384613, 4.04974720958463, 7.58269230769235, 14.5154805426695, 29.8692307692308, 26.2845423805295, 51.831923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 870, '2021-05-23 00:00:00', 2.69257546140953, 4.32115384615384, 3.22494889643472, 5.53076923076922, 3.58139113495564, 7.77769230769232, 14.9964246251719, 30.1134615384616, 26.0981485962865, 51.8780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 885, '2021-05-23 00:00:00', 2.3802221292593, 3.58423076923079, 2.94122907328531, 5.01269230769236, 8.48375915409052, 10.9242307692308, 15.0444567711321, 30.0034615384616, 26.0959783521111, 52.2630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 900, '2021-05-23 00:00:00', 2.5212991767067, 3.90153846153843, 3.19278841236846, 6.03461538461535, 9.59159218354203, 12.9761538461538, 15.6143485738155, 30.5642307692308, 25.9488461311571, 52.4534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 915, '2021-05-23 00:00:00', 2.32834480660874, 4.40153846153845, 8.19035466499839, 9.24153846153843, 9.34016329951132, 12.8376923076923, 15.9489622377614, 30.9473076923077, 25.4450609624858, 52.3192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 930, '2021-05-23 00:00:00', 6.99273523022281, 6.98499999999995, 8.04663037932888, 10.0573076923076, 8.15612042956319, 11.7373076923076, 15.8881159312913, 30.6203846153846, 24.9052455920435, 52.385 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 945, '2021-05-23 00:00:00', 5.04197266416174, 6.11288461538456, 5.17917470408032, 7.86115384615382, 7.67460656972074, 14.745, 15.8390951761772, 30.1, 25.3918962390639, 52.8688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 960, '2021-05-23 00:00:00', 3.51994232907308, 5.28499999999999, 3.99708416800976, 6.77538461538463, 8.58064868446166, 16.6603846153846, 16.1813581677758, 30.4519230769231, 25.7596840401073, 53.9946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 975, '2021-05-23 00:00:00', 2.89434653180191, 4.87461538461538, 7.04171059855821, 12.768076923077, 9.33067609884402, 19.2273076923077, 16.4705903495151, 31.6776923076923, 25.7234330434035, 54.7734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 990, '2021-05-23 00:00:00', 7.12518347402101, 11.8965384615385, 8.91653769472985, 15.3226923076923, 10.6438330284941, 21.5415384615385, 17.0623939162665, 31.793076923077, 25.6098025733538, 55.0696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 1005, '2021-05-23 00:00:00', 4.94000896916038, 9.55384615384617, 6.98968665524157, 14.2634615384616, 10.936188936807, 20.0526923076923, 16.3483521634916, 30.9123076923078, 24.9562228435192, 53.9588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 1020, '2021-05-23 00:00:00', 4.60020389180235, 9.88961538461544, 7.25955176620111, 14.2096153846154, 10.0622532497218, 18.0526923076923, 15.544183977889, 29.6765384615385, 25.4490823682233, 53.3757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 1035, '2021-05-23 00:00:00', 5.54320430797931, 9.90500000000003, 7.19235762138164, 12.7419230769231, 8.67981325570125, 15.793076923077, 13.9255083763023, 28.6065384615385, 25.9481281880127, 51.9126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 1050, '2021-05-23 00:00:00', 4.75558172450661, 8.52153846153846, 6.0295525028492, 11.0107692307692, 7.8851715653741, 14.4388461538461, 12.767450417129, 26.7230769230769, 26.5214885995953, 51.3415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988255 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988255, 3, 1065, '2021-05-23 00:00:00', 4.88373244715394, 7.56115384615378, [...];[ Date: 2021-05-23 17:15:58 - Database: acaweb_fx - User: pgperfstats ]
12 25s17ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1035, '2021-05-23 00:00:00', 0.000343699164073213, 0.000891346153846186, 0.000482989090496316, 0.00131269230769234, 0.000912711682506917, 0.00205115384615386, 0.00108206256039815, 0.00301923076923079, 0.00161308110578674, 0.00663442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1050, '2021-05-23 00:00:00', 0.000348393290141161, 0.000996730769230783, 0.000655909937532456, 0.00168461538461541, 0.00086516608009901, 0.00203288461538463, 0.000981464133911109, 0.00291961538461539, 0.00167699911701275, 0.00671903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1065, '2021-05-23 00:00:00', 0.000527915822252585, 0.00122134615384618, 0.000649277023962937, 0.00152057692307693, 0.000676927362311625, 0.00185442307692307, 0.000892659315666469, 0.00274942307692309, 0.00175183136042958, 0.00675865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1080, '2021-05-23 00:00:00', 0.000454214833954805, 0.00100134615384615, 0.000505393068656595, 0.00130807692307694, 0.00055214630168238, 0.00176653846153845, 0.000824043781510488, 0.00256807692307694, 0.0019330014127099, 0.0068926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1095, '2021-05-23 00:00:00', 0.000310897027226804, 0.000819807692307725, 0.000376160409727247, 0.00109942307692308, 0.000573859705449404, 0.00159480769230773, 0.00073802001223649, 0.00231846153846158, 0.00199781796352535, 0.00686884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1110, '2021-05-23 00:00:00', 0.000235426944409141, 0.000680384615384598, 0.000376087806850378, 0.00102403846153845, 0.000424976017422886, 0.00135384615384612, 0.000681724284443496, 0.00210499999999999, 0.0020506023505302, 0.00683999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1125, '2021-05-23 00:00:00', 0.000281493270858242, 0.000667307692307683, 0.000344496511090972, 0.000919615384615388, 0.000364065769628776, 0.00121673076923075, 0.000660630264333872, 0.00197711538461539, 0.00202434224835168, 0.00685346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1140, '2021-05-23 00:00:00', 0.000216532108118288, 0.000571923076923109, 0.000224638513034745, 0.000797692307692298, 0.000365239436745073, 0.00113461538461538, 0.000695143399705276, 0.00189211538461539, 0.00200443941904348, 0.00684923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1155, '2021-05-23 00:00:00', 0.000230360586906722, 0.000559999999999971, 0.000315189564450465, 0.000792692307692283, 0.000510146886841304, 0.00109461538461537, 0.000688782984691086, 0.00184, 0.00199384820230783, 0.00686942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1170, '2021-05-23 00:00:00', 0.000210950595747353, 0.00053807692307693, 0.000299590489733044, 0.000752692307692303, 0.000482228321281715, 0.000986923076923078, 0.000666007969460268, 0.00177884615384616, 0.00203318416434761, 0.0068453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1185, '2021-05-23 00:00:00', 0.00025205959307583, 0.000505961538461514, 0.000349399539870271, 0.000695961538461546, 0.000421071207206645, 0.000925192307692305, 0.000673666203580158, 0.00169692307692307, 0.00205401263010124, 0.00684173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1200, '2021-05-23 00:00:00', 0.000279868444369594, 0.000537115384615393, 0.000325290875749923, 0.000678076923076941, 0.000411249877250386, 0.000932307692307728, 0.000701441811830879, 0.00170384615384616, 0.00205173052661555, 0.00684692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1215, '2021-05-23 00:00:00', 0.000171189952976206, 0.000425000000000017, 0.000315932806877535, 0.000658461538461548, 0.000364053092070565, 0.000895576923076966, 0.000728478181923401, 0.00162269230769231, 0.00205346904417491, 0.00686865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1230, '2021-05-23 00:00:00', 0.000238512054202711, 0.000464999999999989, 0.000249744561810359, 0.000627115384615419, 0.000289763630461903, 0.0009098076923077, 0.000745847607655959, 0.00153942307692308, 0.00203268762025513, 0.00690480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1245, '2021-05-23 00:00:00', 0.000201938014099549, 0.000450192307692328, 0.000260515170088329, 0.000611923076923106, 0.000364378079219072, 0.000864230769230794, 0.000761419827589317, 0.00148692307692308, 0.00201637759742183, 0.00695615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1260, '2021-05-23 00:00:00', 0.000185676724857585, 0.000420384615384637, 0.000272145393833182, 0.000638653846153854, 0.000304151531060046, 0.000843076923076946, 0.000693429049113056, 0.00143538461538463, 0.00204224469263979, 0.00696076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1275, '2021-05-23 00:00:00', 0.000210575767471368, 0.000431923076923063, 0.000307883906692121, 0.000547500000000008, 0.000359199323281881, 0.000883076923076944, 0.000654003910832786, 0.00140134615384617, 0.0020275728953983, 0.00699038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1290, '2021-05-23 00:00:00', 0.000197389599133684, 0.000370576923076934, 0.000253447916057409, 0.000584615384615414, 0.000381833028349367, 0.000862307692307722, 0.000577413596599909, 0.00138269230769231, 0.00201977329268563, 0.00702807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1305, '2021-05-23 00:00:00', 0.000179397710301829, 0.000451538461538456, 0.000291434185735618, 0.000668269230769228, 0.000447908301054843, 0.000885384615384634, 0.000535811390466657, 0.00131961538461537, 0.00201675516228802, 0.00706423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1320, '2021-05-23 00:00:00', 0.00027568822970883, 0.000495000000000006, 0.000347677790711192, 0.000619615384615421, 0.000494467273553413, 0.00092673076923076, 0.000508941888778877, 0.00127038461538459, 0.00203438798205713, 0.00707769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1335, '2021-05-23 00:00:00', 0.000172270471598023, 0.000358653846153847, 0.000263192237435208, 0.00054692307692309, 0.000303613177478233, 0.000830192307692289, 0.00046847038326874, 0.00123249999999999, 0.00208917414673469, 0.00711384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1350, '2021-05-23 00:00:00', 0.000186917505456711, 0.000403076923076925, 0.00025464855117471, 0.000653269230769206, 0.000271753564834013, 0.000784999999999967, 0.0004821073930791, 0.00127653846153845, 0.00211644681373869, 0.00713134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1365, '2021-05-23 00:00:00', 0.000231791102902182, 0.000501346153846099, 0.000254704655509977, 0.000597307692307643, 0.000269678440996769, 0.000702307692307656, 0.000536240510046888, 0.00135173076923073, 0.00220544134777182, 0.00715653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1380, '2021-05-23 00:00:00', 0.000151428708791136, 0.000375576923076907, 0.000166164422740278, 0.000466153846153834, 0.000335856883439674, 0.000719615384615368, 0.000531590646441965, 0.00140615384615382, 0.00238317516061115, 0.0072303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1395, '2021-05-23 00:00:00', 0.000156399021244232, 0.000315576923076958, 0.000220322490908222, 0.000440000000000022, 0.000319068415619809, 0.000700576923076935, 0.000481504573027246, 0.00148942307692305, 0.00240199916736039, 0.00723499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1410, '2021-05-23 00:00:00', 0.000143618083283973, 0.000296923076923084, 0.000297966699223501, 0.000526923076923062, 0.000297584635666239, 0.000631153846153839, 0.000508312441773314, 0.00156153846153844, 0.00240545045357733, 0.00724326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 1, 1425, '2021-05-23 00:00:00', 0.000191188288183279, 0.000400192307692282, 0.000192561278957712, 0.000490384615384608, 0.000243178709214817, 0.000586730769230744, 0.00053418852909381, 0.00163423076923077, 0.00241376358698323, 0.00722942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 0, '2021-05-23 00:00:00', 0.000187520357869159, 0.000381730769230785, 0.000231610415602121, 0.000460769230769226, 0.000245644286285322, 0.000551346153846162, 0.000577749213626605, 0.00169692307692308, 0.00240825373215979, 0.00724403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 15, '2021-05-23 00:00:00', 0.00016364392238434, 0.000292799999999991, 0.00020740017679196, 0.000382399999999983, 0.000254474458443307, 0.000565200000000008, 0.000595318332211155, 0.0017368, 0.00237541685815354, 0.00718139999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 30, '2021-05-23 00:00:00', 0.00019696129061316, 0.000282, 0.000212291466306754, 0.000380200000000013, 0.00030057680660135, 0.000658799999999991, 0.000634793273436324, 0.00183300000000004, 0.00236324332221632, 0.00717759999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 45, '2021-05-23 00:00:00', 0.000144907397485971, 0.000266923076923083, 0.000213936097576252, 0.000454423076923108, 0.000279177087444243, 0.00062538461538463, 0.000652297124370136, 0.00187153846153849, 0.00231161422952747, 0.00721211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 60, '2021-05-23 00:00:00', 0.000166188146388365, 0.000372500000000006, 0.000253648454482845, 0.000513461538461512, 0.000305358049609856, 0.000638461538461536, 0.000731195254360943, 0.00194250000000001, 0.00231428617504406, 0.00719749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 75, '2021-05-23 00:00:00', 0.000227967018532183, 0.000354807692307677, 0.000214093527369514, 0.000439038461538468, 0.000306304838104363, 0.000724423076923066, 0.000727126906709915, 0.00193846153846156, 0.00232473350830056, 0.00719826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 90, '2021-05-23 00:00:00', 8.49796355695707e-05, 0.000258461538461532, 0.000147864803114194, 0.00038500000000002, 0.000289599989375275, 0.000731923076923081, 0.000680151368899136, 0.00195326923076923, 0.00229876509490171, 0.00716980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 105, '2021-05-23 00:00:00', 0.000132539253982195, 0.000279423076923071, 0.000283255864220658, 0.000546730769230756, 0.000409260355350378, 0.000824038461538471, 0.000665068330786683, 0.00195826923076924, 0.0022741658572219, 0.00715211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 120, '2021-05-23 00:00:00', 0.000245754176738895, 0.00044865384615383, 0.000287835222626791, 0.000588653846153842, 0.000408998589427673, 0.000884615384615381, 0.000656251827836271, 0.00199269230769232, 0.00231046282409792, 0.00716269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 135, '2021-05-23 00:00:00', 0.000241452655018277, 0.000369230769230814, 0.000343035151820613, 0.000596346153846183, 0.000295076000640255, 0.000930384615384613, 0.000668451597695423, 0.00197846153846157, 0.00231394957893342, 0.00712557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 150, '2021-05-23 00:00:00', 0.000220335845053367, 0.000391730769230782, 0.000275889679735627, 0.000596346153846149, 0.000383631283315733, 0.0009451923076923, 0.000680909798612225, 0.0019369230769231, 0.00225903322582574, 0.00708634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 165, '2021-05-23 00:00:00', 0.000208096224044415, 0.000419038461538457, 0.000213915961212669, 0.00068596153846154, 0.000426514180483901, 0.000982115384615396, 0.000643452705810899, 0.00197423076923077, 0.00226206906648283, 0.0070823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 180, '2021-05-23 00:00:00', 0.000162912907360393, 0.000513846153846155, 0.000345749353411715, 0.000741153846153851, 0.000409088151117387, 0.00102634615384619, 0.000574284471186646, 0.00194557692307694, 0.00222671627842781, 0.00715076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 195, '2021-05-23 00:00:00', 0.000305067773050286, 0.000517884615384592, 0.000322643229971088, 0.000684423076923069, 0.000361257046777188, 0.00100057692307691, 0.000573329278459104, 0.00184269230769229, 0.00220873026524639, 0.00718076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 210, '2021-05-23 00:00:00', 0.000150796347639916, 0.000446538461538483, 0.000267886098068698, 0.000659807692307719, 0.000370426157906769, 0.000983461538461551, 0.00057811058298031, 0.00178038461538461, 0.002192389704269, 0.00717884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 225, '2021-05-23 00:00:00', 0.000220242261716867, 0.000475576923076947, 0.000289242312576543, 0.000728653846153854, 0.000370525821792997, 0.000994230769230783, 0.000567763629040735, 0.00176346153846154, 0.00213872633736854, 0.00719288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 240, '2021-05-23 00:00:00', 0.000281394672192734, 0.000520192307692317, 0.000365116472459877, 0.000720961538461547, 0.000468542420704891, 0.001005, 0.000543293552893217, 0.00176173076923077, 0.00211202214440606, 0.00716346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 255, '2021-05-23 00:00:00', 0.000176797580909337, 0.000429230769230789, 0.000212197748846191, 0.000601730769230757, 0.000393509260960356, 0.00086846153846154, 0.000531857159829122, 0.00159403846153845, 0.00214768909796983, 0.00705769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 270, '2021-05-23 00:00:00', 0.000133733374236274, 0.000398846153846136, 0.000348864531786321, 0.000602692307692276, 0.000415766021477723, 0.000849230769230739, 0.000529896216253673, 0.001515, 0.0021114531634726, 0.0070226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 285, '2021-05-23 00:00:00', 0.000324812431080807, 0.000448653846153839, 0.000347629610582664, 0.000587884615384624, 0.000341529816245417, 0.000818846153846146, 0.000509531760918362, 0.00145115384615385, 0.00211014812640836, 0.00704365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 300, '2021-05-23 00:00:00', 0.000194221126950337, 0.000364615384615382, 0.000249625950943833, 0.000563653846153832, 0.000263601972678502, 0.000789999999999992, 0.000505149368618186, 0.00137826923076922, 0.00211673025242673, 0.00703019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 315, '2021-05-23 00:00:00', 0.000191958328811238, 0.00041499999999996, 0.000181551963317999, 0.000543653846153812, 0.000434194036737564, 0.000772692307692297, 0.000463108394023855, 0.00151076923076922, 0.0021162222236807, 0.0070325 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 330, '2021-05-23 00:00:00', 0.000116429575941168, 0.000359615384615358, 0.000205031798659482, 0.00054596153846152, 0.000472269031867966, 0.00072096153846153, 0.000486987640026346, 0.00173980769230768, 0.00215455531731834, 0.00703384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 345, '2021-05-23 00:00:00', 0.000194824575925666, 0.000388846153846173, 0.000404579221109839, 0.0005121153846154, 0.000428768181942342, 0.000781923076923075, 0.000588309965396321, 0.00189884615384616, 0.00215732933187169, 0.00704538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 360, '2021-05-23 00:00:00', 0.000313559465590728, 0.000363461538461537, 0.00034629517200481, 0.000542115384615375, 0.000356343449281936, 0.000800576923076916, 0.000703955991849999, 0.00214096153846155, 0.00217786412658049, 0.00706192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 375, '2021-05-23 00:00:00', 0.000112853206218726, 0.000315384615384632, 0.000207485031897563, 0.000500961538461558, 0.000264367823597837, 0.000682115384615395, 0.000722275810306434, 0.00243711538461541, 0.00218153337039659, 0.00705961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 390, '2021-05-23 00:00:00', 0.000162819035931114, 0.000344038461538478, 0.000211461580434872, 0.000485000000000009, 0.00021840364888475, 0.000618076923076941, 0.000690695218323812, 0.00258173076923078, 0.00217615613834613, 0.00706346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 405, '2021-05-23 00:00:00', 0.000126929568598559, 0.00031634615384616, 0.000156549942878924, 0.000421730769230774, 0.000174911845928626, 0.000596923076923093, 0.000705030823112328, 0.0028123076923077, 0.00217615613834613, 0.00706346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 420, '2021-05-23 00:00:00', 0.000106637415861122, 0.000311538461538453, 0.000127599131899616, 0.00040653846153846, 0.000230822359268896, 0.000629807692307702, 0.000757307375864268, 0.0030126923076923, 0.00217092621140946, 0.00707615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 435, '2021-05-23 00:00:00', 9.50054654298386e-05, 0.000265961538461522, 0.000115144056929383, 0.000423076923076919, 0.000261619218301323, 0.000673846153846153, 0.000753915854313077, 0.00312365384615384, 0.00217321417401825, 0.00707038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 450, '2021-05-23 00:00:00', 0.00010725598423325, 0.000335384615384618, 0.000216418842489763, 0.000501346153846176, 0.00025330310210981, 0.0007273076923077, 0.000805245017657074, 0.00323153846153846, 0.00217528201531522, 0.00708038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 465, '2021-05-23 00:00:00', 0.000168718814782299, 0.000370961538461535, 0.000198777417073613, 0.000557307692307688, 0.000221983020833704, 0.000717692307692304, 0.000881158590458312, 0.0033323076923077, 0.00218451997895683, 0.00707346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 480, '2021-05-23 00:00:00', 0.000166178773058959, 0.000460769230769218, 0.000190615702799765, 0.000592115384615395, 0.000219185906340854, 0.000747307692307712, 0.000994550710313269, 0.00342865384615385, 0.00218689942964569, 0.00706634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 495, '2021-05-23 00:00:00', 0.00012713908192939, 0.00037211538461538, 0.000142481442786307, 0.000519807692307699, 0.000287817851052732, 0.000956346153846159, 0.0010166460128209, 0.00349634615384617, 0.00216443829096249, 0.00707865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 510, '2021-05-23 00:00:00', 0.000151491050763878, 0.000396538461538472, 0.000179810691048641, 0.000576730769230798, 0.000429147455382784, 0.00124153846153847, 0.00104084322324961, 0.00362615384615386, 0.00215120535979251, 0.0071225 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 525, '2021-05-23 00:00:00', 0.000142730111102661, 0.000411730769230776, 0.000282450267916549, 0.000798076923076933, 0.000471975268256853, 0.00146557692307693, 0.00107572353111042, 0.00372634615384617, 0.002146311361741, 0.0071576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 540, '2021-05-23 00:00:00', 0.000269389123759618, 0.000692500000000019, 0.000421938566436106, 0.00108807692307693, 0.000685661611987871, 0.0017546153846154, 0.00105995393586414, 0.00378711538461539, 0.00215051296206279, 0.00717999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 555, '2021-05-23 00:00:00', 0.000294515051202155, 0.000708653846153843, 0.00041676118415153, 0.00109326923076924, 0.000651453286594968, 0.00195423076923078, 0.000969482276586559, 0.00368673076923077, 0.00214222990398754, 0.00713519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 570, '2021-05-23 00:00:00', 0.000387436595308961, 0.000818653846153872, 0.000590812608583743, 0.00128846153846157, 0.000656669334889805, 0.00202615384615388, 0.000996899115334092, 0.00367538461538463, 0.00228863144359578, 0.00713826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 585, '2021-05-23 00:00:00', 0.00035400086918622, 0.000878846153846172, 0.00048126983475607, 0.00147057692307695, 0.000537943412809005, 0.00211365384615386, 0.000930537479094763, 0.003605, 0.00239178572651031, 0.0071801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 600, '2021-05-23 00:00:00', 0.000430567827230694, 0.00116557692307695, 0.000452897721515447, 0.00153788461538464, 0.000604612145225217, 0.00216961538461537, 0.000884117660982727, 0.00359403846153848, 0.00239923455742418, 0.00713730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 615, '2021-05-23 00:00:00', 0.000337550053268451, 0.00103096153846153, 0.000540296357424479, 0.00149807692307691, 0.000640847515764519, 0.00197653846153842, 0.000971373254727547, 0.00335000000000002, 0.00249603775242652, 0.0071626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 630, '2021-05-23 00:00:00', 0.000319283573019358, 0.000949999999999989, 0.000489362693872201, 0.00135461538461536, 0.000671408622570143, 0.00182653846153844, 0.00102792915424841, 0.00318288461538462, 0.00250790080775506, 0.00715230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 645, '2021-05-23 00:00:00', 0.000301876439318118, 0.000939230769230748, 0.000418785285539783, 0.00126865384615381, 0.000555983397649183, 0.00176653846153845, 0.000987410697033095, 0.00305326923076922, 0.00248650116397752, 0.00727403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 660, '2021-05-23 00:00:00', 0.000226481872258116, 0.000819038461538472, 0.000451090473613231, 0.00119884615384614, 0.000524655967864049, 0.00172326923076924, 0.00102231231115469, 0.00305730769230769, 0.00251210828557638, 0.00727903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 675, '2021-05-23 00:00:00', 0.000485511031325193, 0.000910192307692267, 0.00051032990837751, 0.00126884615384614, 0.000583394344794697, 0.00169480769230768, 0.00094772472472027, 0.00302192307692308, 0.00245581658830308, 0.00723865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 690, '2021-05-23 00:00:00', 0.000363881214768652, 0.000906538461538474, 0.000470795725750109, 0.00128615384615385, 0.000749562872613089, 0.0017225, 0.000930875683677205, 0.00303846153846153, 0.00245855668259619, 0.00718980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 705, '2021-05-23 00:00:00', 0.000421364632884795, 0.000876923076923083, 0.000463937537241334, 0.00109403846153846, 0.0006161846626309, 0.00159653846153845, 0.00101406442292693, 0.00330557692307691, 0.00251484788498536, 0.00713673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 720, '2021-05-23 00:00:00', 0.000290895170121485, 0.000750000000000011, 0.000546216637777199, 0.00120884615384616, 0.000667505027350721, 0.0015651923076923, 0.00117853293743336, 0.00346673076923078, 0.00253621459295904, 0.0071523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 735, '2021-05-23 00:00:00', 0.000408642452329853, 0.000805576923076931, 0.000472857760366147, 0.00107269230769232, 0.000466664761900898, 0.00134500000000002, 0.00123385613486274, 0.00348980769230768, 0.00253582382304811, 0.00708269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 750, '2021-05-23 00:00:00', 0.000251483368466794, 0.000688269230769231, 0.000262273785311351, 0.000911538461538455, 0.00034252641672408, 0.00128788461538462, 0.0012552820247014, 0.00342519230769229, 0.00254188225231133, 0.00698923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 765, '2021-05-23 00:00:00', 0.000254624912673206, 0.000679615384615396, 0.000259445266200476, 0.00090538461538462, 0.000345877924218254, 0.0013165384615385, 0.00124271317626454, 0.00346903846153845, 0.0025371212942109, 0.00698769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 780, '2021-05-23 00:00:00', 0.000161914626126992, 0.000667115384615391, 0.000271134369185894, 0.000954615384615396, 0.000410269892406659, 0.0013842307692308, 0.00131978140672551, 0.0035948076923077, 0.0025371212942109, 0.00698769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 795, '2021-05-23 00:00:00', 0.000211748762597402, 0.000688461538461557, 0.000329605125053534, 0.00100653846153848, 0.000464780014134061, 0.00134730769230771, 0.00135777521647049, 0.00363653846153845, 0.00253799751469841, 0.00698576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 810, '2021-05-23 00:00:00', 0.000243506752394147, 0.000696538461538456, 0.000368890227574546, 0.00100000000000004, 0.000529675989493729, 0.0013544230769231, 0.00146974016541908, 0.00372307692307692, 0.0025398127808046, 0.00700019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 825, '2021-05-23 00:00:00', 0.000322273713097789, 0.000762115384615416, 0.000334818435297956, 0.000979230769230788, 0.000471015270044758, 0.00136923076923078, 0.00154459105864996, 0.00378346153846152, 0.0025664182239066, 0.00701749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 840, '2021-05-23 00:00:00', 0.000221878691735232, 0.000666923076923099, 0.000366844811036763, 0.000933653846153865, 0.0007126069420418, 0.00155557692307692, 0.00189367420640404, 0.00402999999999999, 0.00256094628694459, 0.00702673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 855, '2021-05-23 00:00:00', 0.000259955099673272, 0.000689423076923084, 0.000341453003861625, 0.000953076923076898, 0.000720237380740132, 0.00159326923076922, 0.00198947836224626, 0.00414692307692304, 0.00255834009437006, 0.00704096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 870, '2021-05-23 00:00:00', 0.00027101546932857, 0.000734230769230746, 0.0007309774541404, 0.00126596153846152, 0.000766527158433022, 0.00173173076923076, 0.00198079538220226, 0.00414711538461535, 0.00246960292666342, 0.00708884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 885, '2021-05-23 00:00:00', 0.000677679099233895, 0.000935192307692294, 0.000663813487475103, 0.00120711538461536, 0.00104796038166453, 0.00210980769230766, 0.00183644385660481, 0.00417403846153843, 0.00242672286142315, 0.00702038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 900, '2021-05-23 00:00:00', 0.000281064642623945, 0.000781599999999987, 0.000419536251909943, 0.00116239999999999, 0.00100071120542676, 0.00212999999999998, 0.00171404305177357, 0.00417539999999998, 0.0022899977256175, 0.00705299999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 915, '2021-05-23 00:00:00', 0.000392875787769348, 0.000880769230769219, 0.000877563168885646, 0.00158365384615384, 0.0010331193244062, 0.00216153846153845, 0.00172859944419218, 0.00401903846153844, 0.00224600811697964, 0.00682269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 930, '2021-05-23 00:00:00', 0.000895466380419457, 0.00118096153846152, 0.000889654211131832, 0.00160884615384613, 0.00102195867747258, 0.00214346153846153, 0.00163047049604141, 0.00392596153846151, 0.00213616479665345, 0.00672403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 945, '2021-05-23 00:00:00', 0.000443746679294157, 0.000991346153846149, 0.000546957353139918, 0.00136711538461537, 0.000609855846775402, 0.00196807692307693, 0.00158227782496773, 0.00365365384615382, 0.00223769520850221, 0.00668961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 960, '2021-05-23 00:00:00', 0.00037160173055816, 0.000984615384615379, 0.000540085748177653, 0.00139115384615386, 0.000629394244797848, 0.00200634615384616, 0.00155064112050964, 0.00357673076923078, 0.00221089505891582, 0.0066848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 975, '2021-05-23 00:00:00', 0.000393303366959335, 0.000938461538461572, 0.000465651115684756, 0.00138019230769236, 0.000628535905589671, 0.00195923076923077, 0.0014625832915138, 0.00349173076923077, 0.00205630554636219, 0.0066525 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 990, '2021-05-23 00:00:00', 0.000314473185844813, 0.00106076923076925, 0.000557332969114093, 0.00155403846153844, 0.000752340783053922, 0.00204057692307689, 0.00142806443778335, 0.00344403846153844, 0.00203465632138545, 0.00661211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1005, '2021-05-23 00:00:00', 0.000411107509801722, 0.0011057692307692, 0.000487751867874844, 0.0015332692307692, 0.000834112702217141, 0.00200999999999996, 0.00134940893043524, 0.00334730769230766, 0.00217514922565006, 0.00668192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1020, '2021-05-23 00:00:00', 0.000427796500866782, 0.00108961538461535, 0.000668599023216565, 0.00142557692307689, 0.00107754009384622, 0.00224442307692307, 0.00130094659323951, 0.00318903846153844, 0.00214898165507433, 0.00670692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1035, '2021-05-23 00:00:00', 0.000435463016181101, 0.000970961538461528, 0.000601812678497213, 0.00136249999999999, 0.00117959668792083, 0.00212211538461538, 0.00125350083612011, 0.00305288461538461, 0.00209225572969974, 0.00677903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1050, '2021-05-23 00:00:00', 0.000349120268014427, 0.000949807692307689, 0.000851300746821275, 0.00164980769230771, 0.00110147153320524, 0.00199846153846153, 0.00114663241041555, 0.00297326923076924, 0.00201538594318803, 0.00676750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1065, '2021-05-23 00:00:00', 0.000660874013362953, 0.0013476923076923, 0.000904942072094182, 0.00159807692307692, 0.000881980725412979, 0.00189999999999998, 0.000998675122349585, 0.00284, 0.00192341288219261, 0.00665134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1080, '2021-05-23 00:00:00', 0.000615911613289275, 0.00103134615384614, 0.000624991323016672, 0.00130192307692307, 0.000612355006386133, 0.0017544230769231, 0.000736869287020306, 0.00258288461538463, 0.00188756209271272, 0.00664942307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1095, '2021-05-23 00:00:00', 0.000394759566552341, 0.000781346153846131, 0.000403277962929543, 0.00110865384615385, 0.000513409568098795, 0.00150076923076925, 0.000752551582694068, 0.00239173076923076, 0.00192514795635194, 0.00656557692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1110, '2021-05-23 00:00:00', 0.000282497719527902, 0.00075480769230771, 0.000405237442267359, 0.00107923076923079, 0.00042497099448532, 0.00136788461538462, 0.000769553142064584, 0.00225403846153845, 0.00195636732629243, 0.00652865384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1125, '2021-05-23 00:00:00', 0.000337655092570035, 0.000715192307692322, 0.000373994446688523, 0.000929615384615386, 0.000344488751630601, 0.0012425, 0.000725273741424537, 0.00216499999999999, 0.00197625462583995, 0.00649288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1140, '2021-05-23 00:00:00', 0.000286182566796889, 0.000627307692307677, 0.000287497157176585, 0.000891153846153843, 0.000352919090749396, 0.00114326923076923, 0.000758001014815623, 0.00222653846153846, 0.00198908596132456, 0.00646519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1155, '2021-05-23 00:00:00', 0.000244075019993075, 0.000663846153846139, 0.00030984046763556, 0.000878653846153846, 0.000345640765045955, 0.00113846153846153, 0.000798620926732686, 0.00214576923076922, 0.00198775966857163, 0.00646750000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1170, '2021-05-23 00:00:00', 0.000226484844118509, 0.000574230769230782, 0.000266544338929552, 0.000756730769230748, 0.000314569302624788, 0.00103961538461536, 0.000754417656209077, 0.00203999999999998, 0.00200407597161386, 0.00653750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1185, '2021-05-23 00:00:00', 0.000150477700878044, 0.000563461538461523, 0.000234976676420331, 0.000774038461538477, 0.000364971073669383, 0.00106173076923079, 0.000697093967840796, 0.00196999999999998, 0.00199674951242878, 0.00653615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1200, '2021-05-23 00:00:00', 0.000209430087471828, 0.000539807692307719, 0.0002006367747563, 0.000716346153846158, 0.000397409738179609, 0.00105250000000001, 0.00070191049725293, 0.0019178846153846, 0.00198898626092636, 0.0065171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1215, '2021-05-23 00:00:00', 0.000216612468566471, 0.000474807692307686, 0.00034774708979592, 0.000720961538461539, 0.000463859229309239, 0.00100576923076923, 0.000683559828004508, 0.00180596153846151, 0.0018770111777873, 0.00664019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1230, '2021-05-23 00:00:00', 0.000223679802052302, 0.000490576923076934, 0.000290298785073924, 0.000700769230769227, 0.000399348170821465, 0.00102519230769232, 0.00060667330582449, 0.00170249999999997, 0.00188425530076514, 0.00662403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1245, '2021-05-23 00:00:00', 0.000186234033905247, 0.000458653846153853, 0.000246196997419654, 0.000650192307692306, 0.000397961198340484, 0.000958653846153867, 0.000614037833963401, 0.0015976923076923, 0.00196403105881755, 0.006665 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1260, '2021-05-23 00:00:00', 0.000252192310625176, 0.000439807692307687, 0.000332268890184784, 0.000723846153846156, 0.000417329790269208, 0.00103307692307694, 0.000614779541474356, 0.00154326923076922, 0.00197715588273039, 0.00663423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1275, '2021-05-23 00:00:00', 0.000233811561206541, 0.0005146153846154, 0.000278589096368424, 0.000676730769230779, 0.000280624029893831, 0.000979615384615372, 0.000633954651375009, 0.00153749999999998, 0.00199232806419641, 0.00662634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1290, '2021-05-23 00:00:00', 0.00018303730178888, 0.000439423076923069, 0.000276837705857816, 0.000696346153846155, 0.000275074255708984, 0.000889615384615363, 0.000687808224613624, 0.00148692307692306, 0.00204641856948633, 0.00670019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1305, '2021-05-23 00:00:00', 0.000140079784957885, 0.000497884615384615, 0.000222125051404709, 0.000658461538461505, 0.000277124590142305, 0.000794038461538428, 0.000708824487335286, 0.00143307692307691, 0.00202957556191892, 0.00679019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1320, '2021-05-23 00:00:00', 0.000172975320605151, 0.000432307692307698, 0.000215162997247686, 0.000548653846153845, 0.000547326790304141, 0.000893846153846143, 0.00078799648573993, 0.00143269230769231, 0.00206709312804239, 0.00679500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1335, '2021-05-23 00:00:00', 0.000127507465844765, 0.000346923076923095, 0.000244796068972955, 0.000488653846153845, 0.000538638597263062, 0.000898461538461523, 0.00079324709992441, 0.00143519230769231, 0.00208134486847773, 0.00683730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1350, '2021-05-23 00:00:00', 0.000222321752283617, 0.00037519230769228, 0.000514853265130374, 0.000711730769230752, 0.000530909560601851, 0.00092480769230767, 0.000768890534371548, 0.00147442307692308, 0.0020752737446864, 0.00684365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1365, '2021-05-23 00:00:00', 0.000312864249254448, 0.00056596153846154, 0.000312100329036357, 0.000713846153846142, 0.000351138204218119, 0.000814038461538448, 0.000696369154974596, 0.00140500000000001, 0.00209300306883529, 0.00684461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1380, '2021-05-23 00:00:00', 0.000176975552418542, 0.000407884615384589, 0.000178599788956718, 0.00051826923076921, 0.000227950399463099, 0.000710769230769199, 0.000836705650843755, 0.00144711538461539, 0.002053051884016, 0.00682096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1395, '2021-05-23 00:00:00', 0.000113883206028737, 0.000315769230769224, 0.000132327245871735, 0.000397499999999999, 0.000232741603170019, 0.000669423076923047, 0.000898209072800751, 0.00153346153846151, 0.00204241694116029, 0.00681019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1410, '2021-05-23 00:00:00', 0.000115336464312027, 0.000277500000000016, 0.000188920516457206, 0.000494807692307689, 0.000219260382615315, 0.0006486538461538, 0.000860547231976001, 0.00160346153846151, 0.00204378965499051, 0.00684807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 2, 1425, '2021-05-23 00:00:00', 0.000132531708832869, 0.00037942307692306, 0.000192514534915813, 0.000530384615384589, 0.000181724643771415, 0.000604615384615366, 0.00101062349376702, 0.0017403846153846, 0.00204647125935956, 0.00685384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 0, '2021-05-23 00:00:00', 0.000222154225708192, 0.000442499999999978, 0.000204210769700178, 0.000500961538461507, 0.000197955706001289, 0.000567692307692286, 0.00101082755510217, 0.00176211538461537, 0.00205398056316175, 0.00684807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 15, '2021-05-23 00:00:00', 0.000141231533850773, 0.000277884615384608, 0.000144969492811938, 0.000381923076923085, 0.000377745946371376, 0.000605000000000009, 0.000983800812391168, 0.00180596153846152, 0.00206598139279731, 0.00683865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 30, '2021-05-23 00:00:00', 0.000130497273770548, 0.000283461538461568, 0.000130885299168641, 0.000375192307692323, 0.000393324342574337, 0.000659038461538449, 0.000972093636673714, 0.00181903846153842, 0.00206700680100108, 0.00683134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 45, '2021-05-23 00:00:00', 0.00011126700388635, 0.000282115384615371, 0.00033729535105923, 0.000523076923076908, 0.000404673134954441, 0.000682115384615387, 0.000937549998666745, 0.00186499999999996, 0.00206807785153269, 0.00682000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 60, '2021-05-23 00:00:00', 0.000346560739487114, 0.000437115384615387, 0.000373922297563802, 0.000546730769230764, 0.000508312441773325, 0.000721538461538466, 0.000965120179842089, 0.00188980769230767, 0.00207199726202672, 0.00681442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 75, '2021-05-23 00:00:00', 0.000229839157807256, 0.000354038461538432, 0.000294893787920058, 0.000472115384615386, 0.000397633576975679, 0.000767692307692315, 0.000962938551438325, 0.0018805769230769, 0.00205898228221168, 0.00678903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 90, '2021-05-23 00:00:00', 0.000177054967562257, 0.000332692307692327, 0.000300466048254802, 0.000495384615384641, 0.000364837845961975, 0.000799423076923105, 0.000960967301132637, 0.00187807692307693, 0.00205898228221168, 0.00678903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 105, '2021-05-23 00:00:00', 0.00023981667677945, 0.000345961538461542, 0.000295210746104204, 0.000610769230769244, 0.000428398628167051, 0.00079423076923078, 0.000945828818468843, 0.00191307692307691, 0.00205898228221168, 0.00678903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 120, '2021-05-23 00:00:00', 0.000290823565334483, 0.0004821153846154, 0.000375971408487405, 0.000622500000000013, 0.000763337635750971, 0.000962884615384629, 0.000978780795762696, 0.00194538461538461, 0.00205898228221168, 0.00678903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 135, '2021-05-23 00:00:00', 0.000186064091521822, 0.000354615384615393, 0.000251560437760303, 0.000509423076923084, 0.000750791684721003, 0.00104307692307689, 0.000959928843516754, 0.0019257692307692, 0.00206930141500795, 0.0067821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 150, '2021-05-23 00:00:00', 0.000191757960420452, 0.000383653846153849, 0.00065935737945833, 0.000703076923076917, 0.000719650155390692, 0.00113711538461534, 0.000939901058622668, 0.00194999999999996, 0.00206930141500795, 0.0067821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 165, '2021-05-23 00:00:00', 0.000590756392588873, 0.000541346153846165, 0.000613338311713378, 0.000861730769230727, 0.000896016826765081, 0.0012480769230769, 0.000926240706379217, 0.00190961538461536, 0.00204868003470905, 0.00677173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 180, '2021-05-23 00:00:00', 0.000404133688847561, 0.000675961538461509, 0.000548766448851057, 0.00090884615384613, 0.000719436210889063, 0.00121730769230767, 0.000823074816675958, 0.00184692307692305, 0.00205857233015058, 0.00676903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 195, '2021-05-23 00:00:00', 0.000347489734214708, 0.000551346153846153, 0.000489726807673253, 0.000832115384615379, 0.000492784552704894, 0.00108884615384616, 0.00061637217153775, 0.00169942307692307, 0.00206739688609019, 0.00675173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 210, '2021-05-23 00:00:00', 0.000343254334949376, 0.000538461538461522, 0.000314607447708778, 0.000730384615384609, 0.000370510925822453, 0.000987884615384588, 0.000611178055385368, 0.00162884615384614, 0.00207540706850487, 0.00674250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 225, '2021-05-23 00:00:00', 0.000192381531977866, 0.00047057692307694, 0.000249543275112435, 0.000669615384615382, 0.000314693501680587, 0.000919999999999981, 0.000594496813732827, 0.00153269230769231, 0.00207936189361433, 0.00673826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 240, '2021-05-23 00:00:00', 0.000182470650959359, 0.000491538461538454, 0.000251975273512177, 0.000648461538461508, 0.00031193274669636, 0.000849038461538456, 0.000559642640097612, 0.00148173076923077, 0.00209137452040884, 0.0067542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 255, '2021-05-23 00:00:00', 0.000223763009935457, 0.000398269230769201, 0.000281736647352693, 0.000571538461538431, 0.000356783332225358, 0.00078788461538461, 0.000589978259051869, 0.00147288461538461, 0.0020877032743037, 0.00676019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 270, '2021-05-23 00:00:00', 0.000213708644222408, 0.000429230769230754, 0.000246205980056065, 0.000595769230769239, 0.000381136408046323, 0.000814807692307727, 0.000610948820719446, 0.00155269230769233, 0.00209124218698249, 0.0067817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 285, '2021-05-23 00:00:00', 0.000208020339242226, 0.000417307692307727, 0.000303977225867595, 0.000586923076923105, 0.000386939917816741, 0.000777500000000004, 0.000660341287051324, 0.00154884615384617, 0.00212196491850938, 0.00681865384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 300, '2021-05-23 00:00:00', 0.000257301678669527, 0.000443076923076914, 0.000349946424470959, 0.000587500000000014, 0.000374224325978232, 0.000774615384615404, 0.00080403637977393, 0.00159250000000001, 0.00212296303275904, 0.00683403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 315, '2021-05-23 00:00:00', 0.000138252834162046, 0.000365384615384626, 0.000164049242138315, 0.000511923076923057, 0.000227540021838948, 0.000687307692307669, 0.000836312970493326, 0.00168423076923077, 0.00212825570506782, 0.00685288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 330, '2021-05-23 00:00:00', 0.000105688220724921, 0.000340000000000007, 0.000156129261043065, 0.000487115384615399, 0.000374687408176697, 0.000705576923076925, 0.000851325053169386, 0.0017878846153846, 0.00213551363844859, 0.00684750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 345, '2021-05-23 00:00:00', 0.000167135136479909, 0.000346923076923087, 0.000169251406084401, 0.000480961538461529, 0.000374690692951722, 0.000676346153846161, 0.00100299275248554, 0.00202769230769232, 0.00213420337326635, 0.00684903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 360, '2021-05-23 00:00:00', 0.000127906215642558, 0.000319999999999978, 0.000396822184553569, 0.000519615384615364, 0.000393393128875151, 0.000661923076923075, 0.000984472135012176, 0.00222923076923077, 0.00213683080392795, 0.00684673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 375, '2021-05-23 00:00:00', 0.000357732226887464, 0.000382884615384613, 0.000343892648723654, 0.000456923076923081, 0.000346225415678219, 0.000649038461538495, 0.00100965388204994, 0.00250480769230769, 0.00214533469685698, 0.00685519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 390, '2021-05-23 00:00:00', 0.00012329888638836, 0.000271153846153838, 0.000231139318627043, 0.000430769230769226, 0.000272940751530717, 0.0006044230769231, 0.000982246483244488, 0.00264807692307693, 0.00226312086253949, 0.00693903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 405, '2021-05-23 00:00:00', 0.000171182313967862, 0.000314230769230753, 0.000173551145199348, 0.000440000000000005, 0.000249751953869325, 0.000589038461538469, 0.00102561711254175, 0.00295230769230772, 0.00227124602366189, 0.00693250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 420, '2021-05-23 00:00:00', 0.000156454097470746, 0.000328269230769272, 0.000236896926628757, 0.000441923076923103, 0.000256616520242824, 0.000624038461538468, 0.00102789987539942, 0.00309692307692312, 0.0022732717273027, 0.0069321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 435, '2021-05-23 00:00:00', 0.00013252938716203, 0.00027403846153848, 0.000137816488909686, 0.00037423076923077, 0.000263593218075465, 0.00067423076923072, 0.000961242965363864, 0.00330903846153849, 0.00228066833153387, 0.00694903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 450, '2021-05-23 00:00:00', 0.000120956603788325, 0.000312499999999972, 0.000209047013482985, 0.000485576923076893, 0.000378748800455043, 0.000860576923076873, 0.000951894245095598, 0.0033844230769231, 0.00228551789283337, 0.00694403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 465, '2021-05-23 00:00:00', 0.000188345529443984, 0.000364038461538472, 0.000244557056422739, 0.000551923076923046, 0.000419760233759903, 0.000934423076923058, 0.000928858377049679, 0.00347826923076927, 0.00229441852026908, 0.00693211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 480, '2021-05-23 00:00:00', 0.000195929834379531, 0.000452499999999967, 0.00031394052596971, 0.000700576923076892, 0.000449146369837758, 0.000987692307692288, 0.000890484483517021, 0.00350384615384618, 0.00230232592259352, 0.0069244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 495, '2021-05-23 00:00:00', 0.000270943721093503, 0.000447500000000002, 0.000346594919843824, 0.000654038461538468, 0.0005305995157874, 0.0011346153846154, 0.000867082198215095, 0.0034715384615385, 0.00230019056902817, 0.00690442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 510, '2021-05-23 00:00:00', 0.00026496393078188, 0.00045326923076922, 0.000376425342480455, 0.000670961538461536, 0.000554199526691089, 0.00131365384615387, 0.000943793328093515, 0.00346961538461544, 0.00228394578441649, 0.00690711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 525, '2021-05-23 00:00:00', 0.000228459809628258, 0.000486730769230755, 0.000412432978238222, 0.000920192307692307, 0.000693828841673861, 0.00153269230769232, 0.00092861824564985, 0.00344461538461542, 0.00227004670402649, 0.00688903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 540, '2021-05-23 00:00:00', 0.000385721352194115, 0.000809807692307694, 0.000468102593948747, 0.00111903846153847, 0.000672131969642431, 0.00171923076923079, 0.00093274864698991, 0.00340903846153851, 0.00227246393726146, 0.00687711538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 555, '2021-05-23 00:00:00', 0.000373438904487206, 0.000741153846153859, 0.000586197951601289, 0.00112596153846154, 0.000725535558159518, 0.0018453846153846, 0.0010393221348552, 0.00332250000000003, 0.00226658726859431, 0.00683038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 570, '2021-05-23 00:00:00', 0.000393493280169421, 0.000749807692307702, 0.000483745840769239, 0.00113403846153848, 0.000803695239790265, 0.00192403846153848, 0.00103453774515665, 0.0033171153846154, 0.00227131249755255, 0.00682769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 585, '2021-05-23 00:00:00', 0.000391930527595821, 0.00085846153846156, 0.000566737932924366, 0.00146326923076923, 0.000931248624160057, 0.00215000000000003, 0.00102096321413424, 0.00341826923076926, 0.00224176641375636, 0.00683057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 600, '2021-05-23 00:00:00', 0.000432999600284045, 0.00119942307692309, 0.000542685806535781, 0.00154326923076925, 0.000925806426020868, 0.0021665384615385, 0.000996692221608696, 0.00343576923076923, 0.00224669960506174, 0.00683365384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 615, '2021-05-23 00:00:00', 0.000318146132364479, 0.000990192307692321, 0.000746750524709481, 0.00149788461538462, 0.000854577898506294, 0.00212076923076923, 0.000891700536140805, 0.0032596153846154, 0.00224008524047977, 0.00694326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 630, '2021-05-23 00:00:00', 0.000484009694753515, 0.00100576923076924, 0.000539048734774077, 0.00139153846153847, 0.00069074065599626, 0.00196942307692308, 0.000869086279686024, 0.00309519230769232, 0.00226031768529592, 0.00693403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 645, '2021-05-23 00:00:00', 0.000306363095287036, 0.000957884615384631, 0.000614117127390107, 0.00142538461538464, 0.000693547652403093, 0.00198788461538463, 0.000857083807947727, 0.0029244230769231, 0.00227333074009175, 0.00692557692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 660, '2021-05-23 00:00:00', 0.00050676621829007, 0.00103500000000002, 0.000530950417792334, 0.0013971153846154, 0.000657740918131605, 0.00180365384615385, 0.000876744612406952, 0.00288634615384617, 0.00231145389644365, 0.00690365384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 675, '2021-05-23 00:00:00', 0.0003166956801823, 0.000841923076923084, 0.000542851764721742, 0.00128403846153845, 0.000537018120307362, 0.00151230769230768, 0.00106537788528836, 0.00287596153846153, 0.00232816151468525, 0.00689403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 690, '2021-05-23 00:00:00', 0.000530456298497235, 0.000968269230769246, 0.000521148140757874, 0.00118576923076924, 0.000538369332764733, 0.00154346153846156, 0.00107454471575352, 0.00288711538461541, 0.00233146563345891, 0.00695500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 705, '2021-05-23 00:00:00', 0.000261656924528744, 0.000792884615384626, 0.000342865806896042, 0.00105019230769232, 0.000411281346712726, 0.0014021153846154, 0.00121083956886882, 0.00312769230769235, 0.00237517494902197, 0.00690903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988135 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988135, 3, 720, '2021-05-23 00:00:00', 0.000267626677410022, 0.000765961538461543, 0.000349199579257806, 0.00110288461538466, 0.000345435288384826, 0.00142846153846156, 0.00129539416335781, 0.00325096153846157, 0.002445531442[...];[ Date: 2021-05-23 17:08:26 - Database: acaweb_fx - User: pgperfstats ]
13 24s969ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1035, '2021-05-23 00:00:00', 0.000278140044969041, 0.000606730769230756, 0.000341407550274781, 0.000821346153846146, 0.000775688974148385, 0.00139076923076925, 0.000776481734888451, 0.00180326923076923, 0.00143480335023521, 0.00406057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1050, '2021-05-23 00:00:00', 0.000235931867609821, 0.000570384615384586, 0.000670683348418726, 0.00114307692307691, 0.00072315763256602, 0.00134019230769228, 0.000742706278002688, 0.00173115384615385, 0.00143002286157088, 0.00404576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1065, '2021-05-23 00:00:00', 0.000610310167046251, 0.000917499999999998, 0.000696640068195485, 0.00104576923076925, 0.000654512296411502, 0.0011771153846154, 0.000701544038861111, 0.00160903846153847, 0.00138265576393347, 0.0040598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1080, '2021-05-23 00:00:00', 0.000177972340115389, 0.000546923076923099, 0.000227864754084187, 0.000717115384615368, 0.000316494804915438, 0.00094480769230769, 0.000507462200183802, 0.00140673076923074, 0.00140211466665942, 0.00413653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1095, '2021-05-23 00:00:00', 0.000175245871234137, 0.000478653846153831, 0.000230900328147122, 0.000614807692307715, 0.000370212620821291, 0.000870769230769222, 0.00051803285461594, 0.00130403846153844, 0.00147938921908284, 0.00416769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1110, '2021-05-23 00:00:00', 0.000174170561850676, 0.000410769230769274, 0.000307615206686223, 0.000638653846153862, 0.000382293886145986, 0.000818846153846155, 0.000536231185791538, 0.00124673076923076, 0.00163495029329288, 0.00423730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1125, '2021-05-23 00:00:00', 0.000197571798049751, 0.000463846153846161, 0.000267018005731116, 0.000623846153846142, 0.000323805259614214, 0.000779615384615376, 0.00047669922786401, 0.0011780769230769, 0.00165400409263749, 0.00419653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1140, '2021-05-23 00:00:00', 0.000152229710028574, 0.000396730769230781, 0.000159127428375942, 0.000516538461538481, 0.000235060385040496, 0.000725769230769254, 0.000421616349485939, 0.00112288461538463, 0.00163690608724556, 0.00417653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1155, '2021-05-23 00:00:00', 0.000129462349739225, 0.000327500000000002, 0.000142096933329101, 0.000491538461538488, 0.000185176527005577, 0.000667884615384635, 0.000439082960445795, 0.00109461538461539, 0.00161127895927907, 0.00419326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1170, '2021-05-23 00:00:00', 0.000105313634152735, 0.000319807692307695, 0.000153135435280206, 0.000467307692307722, 0.000203460920458586, 0.000612115384615406, 0.00046569798731003, 0.00108884615384613, 0.00164076304950334, 0.00420423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1185, '2021-05-23 00:00:00', 0.000170134788194089, 0.000345384615384623, 0.000182389798129002, 0.000465961538461551, 0.000269069907987894, 0.000623846153846159, 0.000456558910176458, 0.00109096153846149, 0.00172072542841673, 0.00423499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1200, '2021-05-23 00:00:00', 0.000122047279615487, 0.00030653846153848, 0.000169908685882931, 0.000409807692307695, 0.000263839694919822, 0.000600769230769221, 0.000403348341530447, 0.00113173076923074, 0.0017715308460373, 0.00425653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1215, '2021-05-23 00:00:00', 0.000135203123541514, 0.000296730769230775, 0.000246498556712881, 0.00043153846153847, 0.000274166709531589, 0.000585769230769217, 0.000457571347946455, 0.00129153846153844, 0.0018084793016829, 0.00427576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1230, '2021-05-23 00:00:00', 0.000158337152450588, 0.000290576923076965, 0.000172218220245748, 0.00041134615384615, 0.000172915719799696, 0.000525384615384598, 0.00047044859933407, 0.00124826923076921, 0.0018242117475776, 0.00428250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1245, '2021-05-23 00:00:00', 0.000137044209599004, 0.000281346153846127, 0.000134844782563549, 0.000368653846153827, 0.000145259581969144, 0.000482115384615349, 0.0004738584663735, 0.00122461538461536, 0.00184339039648313, 0.00429192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1260, '2021-05-23 00:00:00', 0.00012430870382297, 0.000244423076923047, 0.000123880836042004, 0.000352692307692261, 0.000166276414905591, 0.000524615384615337, 0.000470217012092865, 0.00122096153846151, 0.00185366689605726, 0.0042998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1275, '2021-05-23 00:00:00', 0.000117005752652805, 0.000252884615384615, 0.000145981690105855, 0.000355576923076904, 0.000206635781397752, 0.000537884615384603, 0.000462108087589255, 0.00120173076923076, 0.00186188362025792, 0.00430884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1290, '2021-05-23 00:00:00', 0.000108666214408371, 0.0002478846153846, 0.000154900464318729, 0.000411923076923077, 0.000203363259672485, 0.000543846153846155, 0.000459410533685876, 0.00118903846153845, 0.0020020404303149, 0.00435673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1305, '2021-05-23 00:00:00', 0.000129017589737007, 0.000338461538461535, 0.000190483696051795, 0.000410961538461524, 0.000222056212564465, 0.000540192307692294, 0.00046256147200628, 0.00115865384615384, 0.00201217999844793, 0.00436211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1320, '2021-05-23 00:00:00', 0.00013138493064274, 0.000264999999999985, 0.000154746442732808, 0.00034230769230768, 0.000266576370930472, 0.000544807692307683, 0.000452636039898921, 0.00111423076923076, 0.00201681249843564, 0.00435557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1335, '2021-05-23 00:00:00', 0.000105441927144782, 0.000214999999999999, 0.000181526539699788, 0.000316730769230769, 0.000270466050763094, 0.000536730769230758, 0.000450286062921708, 0.00110846153846152, 0.00201681249843564, 0.00435557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1350, '2021-05-23 00:00:00', 0.000113598652483884, 0.000224423076923061, 0.0001606622113437, 0.000407115384615396, 0.000218126022148781, 0.000549807692307656, 0.000459577397850867, 0.00112076923076922, 0.00201681249843564, 0.00435557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1365, '2021-05-23 00:00:00', 0.000155449348663818, 0.000327500000000002, 0.000218079114084769, 0.000422499999999975, 0.000218658497345806, 0.000546538461538421, 0.000455032247377958, 0.00114788461538461, 0.00201681249843564, 0.00435557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1380, '2021-05-23 00:00:00', 0.000190830170167473, 0.000286923076923069, 0.000197821986800058, 0.000408461538461524, 0.000271450023732914, 0.000703653846153844, 0.000460562574049781, 0.00116326923076924, 0.00203180499518573, 0.00437153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1395, '2021-05-23 00:00:00', 0.000144991246420107, 0.000312692307692298, 0.000150074468694165, 0.000372884615384616, 0.000475664231930951, 0.000977307692307707, 0.000487189427698846, 0.00120653846153847, 0.00203049713503485, 0.00438384615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1410, '2021-05-23 00:00:00', 0.000112727718248608, 0.000218461538461535, 0.000278595377950499, 0.000615769230769234, 0.000479987379641801, 0.00096826923076922, 0.000483808806801268, 0.00120480769230771, 0.00203675137261431, 0.0043869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 1, 1425, '2021-05-23 00:00:00', 0.000272643822314285, 0.000585576923076916, 0.000467376351398066, 0.000924423076923069, 0.000473877661914493, 0.000950961538461517, 0.00047277515390916, 0.00122711538461538, 0.00203657458455655, 0.00439096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 0, '2021-05-23 00:00:00', 0.000464962364068332, 0.000750000000000011, 0.00045735615645376, 0.000809423076923085, 0.000467880367681241, 0.000884038461538463, 0.000492778816040684, 0.00123480769230771, 0.0020402231495599, 0.00440250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 15, '2021-05-23 00:00:00', 0.000156188454545586, 0.000193599999999972, 0.000218869824324884, 0.000364599999999946, 0.000209841606932458, 0.000542199999999973, 0.000320320542581941, 0.000978600000000007, 0.00206542614650506, 0.00440820000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 30, '2021-05-23 00:00:00', 0.000224095961587883, 0.000267599999999977, 0.000244795322667736, 0.000423199999999984, 0.00022275865116008, 0.000533800000000024, 0.000322657325966702, 0.000983400000000021, 0.00206426556754052, 0.00439560000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 45, '2021-05-23 00:00:00', 0.000209886874291888, 0.000332499999999975, 0.000197229659183242, 0.000481538461538456, 0.000237327508211426, 0.000542115384615409, 0.000335970751932109, 0.00101788461538465, 0.00204395379482628, 0.00434865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 60, '2021-05-23 00:00:00', 0.000137274710540068, 0.000367884615384609, 0.000160691773759111, 0.000410384615384648, 0.000195092187281981, 0.000469807692307721, 0.000323949901159931, 0.00101846153846157, 0.00205280222172974, 0.00434019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 75, '2021-05-23 00:00:00', 0.000104323461481053, 0.000215769230769261, 0.000154691753049531, 0.000278461538461561, 0.000188865438463849, 0.000403076923076942, 0.000306170704019815, 0.000967500000000027, 0.00204053500714512, 0.00433634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 90, '2021-05-23 00:00:00', 9.89856244419273e-05, 0.00018307692307691, 0.000107433700485473, 0.000254999999999997, 0.000204838116194589, 0.000390576923076937, 0.000310722297484147, 0.000962884615384638, 0.00203988834536074, 0.00433730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 105, '2021-05-23 00:00:00', 7.86249617830623e-05, 0.000178269230769246, 0.000168334831168752, 0.000301153846153863, 0.000223364138709721, 0.000418461538461581, 0.000308820896562768, 0.000987884615384648, 0.00203988834536074, 0.00433730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 120, '2021-05-23 00:00:00', 0.000152499684741163, 0.00024692307692308, 0.000199866109029168, 0.000292307692307711, 0.000201520374995839, 0.000457307692307716, 0.000295144097792113, 0.000995961538461581, 0.00204541178851972, 0.00433576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 135, '2021-05-23 00:00:00', 9.01923158930395e-05, 0.000165576923076923, 0.000129383746452786, 0.000283076923076924, 0.000158956331690868, 0.000493653846153861, 0.00027548390990286, 0.000979230769230805, 0.00207515289520113, 0.00433846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 150, '2021-05-23 00:00:00', 0.000125998168484885, 0.000213461538461502, 0.000117532483234999, 0.000323269230769231, 0.000155032130664812, 0.000485192307692326, 0.000277949358973592, 0.000989615384615411, 0.00208280709251132, 0.00434076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 165, '2021-05-23 00:00:00', 9.21654031536037e-05, 0.000242692307692318, 0.000143744565114668, 0.000397500000000016, 0.000150655618496698, 0.000513653846153881, 0.000281303285550544, 0.000978461538461578, 0.00210714166585924, 0.00435000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 180, '2021-05-23 00:00:00', 0.00016884312245398, 0.000299999999999984, 0.00015596905511624, 0.000372884615384641, 0.000176433142708965, 0.000529423076923104, 0.00029212095756064, 0.000965576923076929, 0.00212299879524587, 0.00435326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 195, '2021-05-23 00:00:00', 7.40280612075683e-05, 0.000233076923076938, 0.000126307317529651, 0.000341538461538479, 0.000182418369520327, 0.000492307692307732, 0.000272494742362822, 0.000925769230769232, 0.0022345358836646, 0.00438884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 210, '2021-05-23 00:00:00', 9.77823328387212e-05, 0.000264230769230784, 0.000150523701174863, 0.00036423076923079, 0.000162662581390465, 0.000501346153846176, 0.000265679969425361, 0.000910384615384636, 0.0022432979842531, 0.0043946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 225, '2021-05-23 00:00:00', 0.000122096430994278, 0.000238461538461546, 0.000150837151106224, 0.000354615384615402, 0.000157403450260299, 0.000499615384615387, 0.000214429475585791, 0.000890000000000006, 0.00224676776383664, 0.00439423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 240, '2021-05-23 00:00:00', 0.000105730608332965, 0.000239807692307726, 0.000104222579865621, 0.000332884615384627, 0.000213777112540514, 0.000530576923076932, 0.000258532619575578, 0.000873653846153865, 0.00225190016345173, 0.00439788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 255, '2021-05-23 00:00:00', 8.18873522684137e-05, 0.000233461538461514, 0.000135696493917631, 0.000336538461538437, 0.00018294934145403, 0.000492307692307681, 0.000250435313312317, 0.000854615384615381, 0.0022444070743483, 0.00438365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 270, '2021-05-23 00:00:00', 0.000106461441196081, 0.000245961538461527, 0.000173112791155208, 0.000379038461538451, 0.000189974087301833, 0.000466923076923078, 0.000247764233465213, 0.00082634615384617, 0.00224962483196988, 0.00437673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 285, '2021-05-23 00:00:00', 0.000134370898864072, 0.000263461538461548, 0.000118005866868509, 0.000330769230769246, 0.000160683276617788, 0.000471346153846159, 0.000232168788069901, 0.000802884615384649, 0.00225145006265196, 0.00437423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 300, '2021-05-23 00:00:00', 6.11517658088342e-05, 0.000196538461538477, 0.000111212201876211, 0.000281923076923071, 0.000137923752626106, 0.000445192307692321, 0.000223512949203253, 0.00079096153846157, 0.00225331663246734, 0.0043646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 315, '2021-05-23 00:00:00', 9.69813622062929e-05, 0.000200769230769231, 0.000122493484913121, 0.000325576923076938, 0.000124435340021076, 0.000433076923076951, 0.000292844471717308, 0.000866730769230785, 0.00225079911450273, 0.00436057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 330, '2021-05-23 00:00:00', 9.72271329650961e-05, 0.000238653846153847, 9.50491775548246e-05, 0.000322884615384621, 0.000137491258463388, 0.000410384615384614, 0.000327959659808254, 0.000923461538461567, 0.0022265156635425, 0.00436000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 345, '2021-05-23 00:00:00', 9.22123385703611e-05, 0.000216346153846171, 0.00013980109496655, 0.000287884615384631, 0.000140156505927631, 0.000379615384615378, 0.00033383828420359, 0.00102000000000003, 0.00221425525767783, 0.00435288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 360, '2021-05-23 00:00:00', 0.000104088165291959, 0.000202884615384595, 0.000127951312855878, 0.000283461538461525, 0.000133816895564247, 0.000370192307692299, 0.00053079374525327, 0.00122000000000001, 0.0021947346168641, 0.00434596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 375, '2021-05-23 00:00:00', 0.000114348320763979, 0.000196538461538442, 0.000105878922141492, 0.000262115384615368, 0.000144575372942724, 0.000355961538461522, 0.000579216181244415, 0.00144423076923079, 0.00219464389962333, 0.0043396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 390, '2021-05-23 00:00:00', 5.84468858155776e-05, 0.000169038461538459, 0.000119016643955624, 0.000245192307692308, 0.000133268958818685, 0.000331153846153855, 0.000696964406993196, 0.00160076923076923, 0.00219546176148752, 0.00433788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 405, '2021-05-23 00:00:00', 0.00012073301759858, 0.000177307692307718, 0.000126247162953675, 0.000252115384615379, 0.000142306413715688, 0.000343653846153877, 0.00078318229040244, 0.0017875, 0.00219342619240734, 0.00433730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 420, '2021-05-23 00:00:00', 7.56116087952996e-05, 0.000171346153846149, 7.14210160838996e-05, 0.000220192307692333, 0.000151505902398343, 0.000390961538461555, 0.000829203904588375, 0.00184865384615385, 0.00218260472477621, 0.00433423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 435, '2021-05-23 00:00:00', 6.1587024107862e-05, 0.000144807692307736, 0.000107431552448696, 0.000248461538461569, 0.000156830751497873, 0.000401730769230788, 0.0008760024806779, 0.00197211538461539, 0.00218260472477621, 0.00433423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 450, '2021-05-23 00:00:00', 9.65522975068141e-05, 0.000207115384615384, 0.000153148118349033, 0.000332115384615374, 0.000173317516536717, 0.000444807692307694, 0.000909422978512289, 0.00201192307692309, 0.00218260472477621, 0.00433423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 465, '2021-05-23 00:00:00', 0.000115775146794909, 0.000246730769230754, 0.000121936931996056, 0.000328846153846148, 0.000158004868474155, 0.000443461538461514, 0.00091408527207007, 0.00212673076923076, 0.00218162156522304, 0.00433557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 480, '2021-05-23 00:00:00', 8.77419731151998e-05, 0.000234423076923093, 0.000132960954361062, 0.000338846153846162, 0.000166676679186417, 0.000473653846153858, 0.000938422428251887, 0.00223057692307692, 0.00218804022779783, 0.00433403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 495, '2021-05-23 00:00:00', 0.000109044098348371, 0.000218846153846187, 0.000107133274296735, 0.000306538461538446, 0.000255787772607242, 0.000610769230769235, 0.000962357761717785, 0.0023076923076923, 0.00224158117270961, 0.00434307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 510, '2021-05-23 00:00:00', 7.13345315020325e-05, 0.000221153846153818, 0.000109041452950414, 0.000360961538461538, 0.000288294987816286, 0.000670000000000025, 0.000989052246422733, 0.00236711538461539, 0.00223204969616581, 0.0043396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 525, '2021-05-23 00:00:00', 0.000113762235183051, 0.000275384615384626, 0.000234384381863483, 0.000505961538461565, 0.000340710343930926, 0.000813461538461573, 0.000979384048973966, 0.00253134615384618, 0.00221928187449491, 0.00434903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 540, '2021-05-23 00:00:00', 0.000248479452795462, 0.000405961538461551, 0.000254141390084028, 0.000554615384615423, 0.000563991271072649, 0.0010569230769231, 0.00106103432845213, 0.00267461538461541, 0.00219728090707936, 0.00434923076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 555, '2021-05-23 00:00:00', 0.000151725080326223, 0.000387500000000036, 0.000334216017201206, 0.000642115384615407, 0.000601281867858475, 0.00125826923076924, 0.00104672244870137, 0.00269673076923078, 0.00218591368856281, 0.00437557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 570, '2021-05-23 00:00:00', 0.000268692847232383, 0.000480384615384611, 0.000483695549509583, 0.000844230769230774, 0.000611456426524769, 0.0013351923076923, 0.00102550312229957, 0.00269942307692308, 0.00219999146851496, 0.00434269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 585, '2021-05-23 00:00:00', 0.000298720412117105, 0.000601730769230783, 0.000370717028722196, 0.000978653846153852, 0.00065575760648393, 0.00138596153846154, 0.00101646009040427, 0.00266634615384617, 0.00217739630151387, 0.00431942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 600, '2021-05-23 00:00:00', 0.000252056236093929, 0.000752884615384611, 0.000465439742443796, 0.000966923076923083, 0.000671511269164824, 0.00131423076923077, 0.00095851343235242, 0.00259500000000001, 0.0021347146089205, 0.00426230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 615, '2021-05-23 00:00:00', 0.000318002902744356, 0.000589615384615421, 0.000443219905481903, 0.000923269230769241, 0.000492347907011372, 0.00119730769230769, 0.000906787164409856, 0.00247519230769231, 0.00202596359789611, 0.00417250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 630, '2021-05-23 00:00:00', 0.000300698417790221, 0.000656538461538441, 0.00037129316635862, 0.000838846153846141, 0.000375510524281469, 0.00108807692307693, 0.000898323930781855, 0.00244326923076923, 0.00207135834287924, 0.00417076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 645, '2021-05-23 00:00:00', 0.000221376115729293, 0.000519230769230789, 0.000259445859180964, 0.00077807692307693, 0.000368279576074808, 0.0010803846153846, 0.000949610770465777, 0.00241884615384616, 0.00245759594851428, 0.00426461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 660, '2021-05-23 00:00:00', 0.000196180156606507, 0.000625576923076939, 0.000257118948827493, 0.000801923076923104, 0.000421568910326461, 0.0011628846153846, 0.0009377092381888, 0.00241384615384613, 0.00246968478991518, 0.0042651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 675, '2021-05-23 00:00:00', 0.000186338401839239, 0.000539999999999994, 0.000285978818473277, 0.000796730769230737, 0.000602458584596355, 0.0012378846153846, 0.00100807793120602, 0.00249134615384614, 0.00244217311803677, 0.00431153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 690, '2021-05-23 00:00:00', 0.000249675866798407, 0.000584038461538445, 0.000400970745144245, 0.000886538461538436, 0.000712352872798742, 0.00130384615384616, 0.000956824977967, 0.00248096153846155, 0.00239854046164616, 0.00430211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 705, '2021-05-23 00:00:00', 0.000357511753437758, 0.00065942307692305, 0.00049477609543648, 0.000924230769230786, 0.000702197238344352, 0.00139019230769233, 0.000933132689055861, 0.00244884615384616, 0.00238320328226849, 0.00429326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 720, '2021-05-23 00:00:00', 0.000361009695160694, 0.000605000000000035, 0.000462583381257248, 0.00088923076923077, 0.000729939618156085, 0.00142038461538462, 0.000957970952667069, 0.00241288461538462, 0.00236105886447976, 0.0042548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 735, '2021-05-23 00:00:00', 0.000225185820704039, 0.000549423076923047, 0.000437314356217415, 0.000914615384615373, 0.000612323475347412, 0.00134096153846154, 0.000905049531156261, 0.00232442307692309, 0.0023083680632396, 0.00419634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 750, '2021-05-23 00:00:00', 0.000356650227275125, 0.000664230769230774, 0.000536855552840215, 0.00098673076923076, 0.000564076133704833, 0.00132173076923077, 0.000906531279955918, 0.00232980769230769, 0.0023008078932276, 0.00419019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 765, '2021-05-23 00:00:00', 0.000308795239600597, 0.000632499999999993, 0.000394730092789805, 0.000925384615384606, 0.000457710229125547, 0.00120557692307694, 0.000823401505015364, 0.00227596153846155, 0.00224725320369965, 0.00413519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 780, '2021-05-23 00:00:00', 0.00025886557248, 0.000579230769230781, 0.000307450558877141, 0.000799615384615388, 0.00035301563486842, 0.00112403846153846, 0.000867877361949631, 0.00223365384615384, 0.00222610571488554, 0.00414942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 795, '2021-05-23 00:00:00', 0.000166470602625388, 0.000537307692307702, 0.000301545761293116, 0.000780384615384646, 0.000337376074114037, 0.00109384615384617, 0.000938874530816248, 0.00215076923076923, 0.00224798902440516, 0.00409057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 810, '2021-05-23 00:00:00', 0.000196011773586734, 0.00052615384615386, 0.000231810018367144, 0.000738269230769234, 0.000406115794400488, 0.00108596153846152, 0.000923004625373866, 0.00217346153846152, 0.00224100242851615, 0.00409826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 825, '2021-05-23 00:00:00', 0.00023651353839929, 0.000554423076923071, 0.000291661355263004, 0.000787115384615383, 0.000405646350333017, 0.00110980769230767, 0.000929149590506526, 0.00222019230769229, 0.00223817026918107, 0.00407307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 840, '2021-05-23 00:00:00', 0.00020994550574998, 0.000521346153846162, 0.000311712392093458, 0.000728846153846121, 0.000395112058106988, 0.0010384615384615, 0.00100623259660057, 0.00233403846153846, 0.00223891460654143, 0.00406615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 855, '2021-05-23 00:00:00', 0.000203697362242664, 0.000453846153846129, 0.000302291059436713, 0.000716730769230742, 0.000501820723427752, 0.00110403846153843, 0.00101306384110472, 0.00235288461538461, 0.00223671018720317, 0.00402730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 870, '2021-05-23 00:00:00', 0.000252488918264016, 0.000575576923076919, 0.000336544887850717, 0.000807307692307669, 0.000551151835843655, 0.00119711538461539, 0.00112207268721087, 0.00241865384615383, 0.00224879192354131, 0.00404865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 885, '2021-05-23 00:00:00', 0.000195000986190796, 0.000565769230769222, 0.000323131314102879, 0.000814615384615358, 0.000462300809496929, 0.00114096153846154, 0.000981940171293558, 0.00230749999999999, 0.0022462577511531, 0.00403173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 900, '2021-05-23 00:00:00', 0.000232540856625277, 0.000527399999999956, 0.000305190241215746, 0.000781599999999996, 0.000483621063781683, 0.00117679999999996, 0.000904596687295862, 0.00221579999999998, 0.00226560170447792, 0.00397859999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 915, '2021-05-23 00:00:00', 0.000259307435593059, 0.000572115384615409, 0.00034163188691021, 0.000812884615384637, 0.000477931601157149, 0.00111115384615385, 0.000838473337955115, 0.00218653846153845, 0.00223399628124475, 0.00406423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 930, '2021-05-23 00:00:00', 0.000368046663011419, 0.000582884615384617, 0.000461465433325029, 0.000877884615384585, 0.000482446489659335, 0.00111384615384615, 0.000820598280805896, 0.00217346153846152, 0.00227645950647389, 0.00412826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 945, '2021-05-23 00:00:00', 0.00026189575142676, 0.000580769230769235, 0.000340253355830403, 0.00075211538461541, 0.000335501060413315, 0.00105480769230769, 0.000892673706431336, 0.00209711538461537, 0.00229138738624574, 0.00418807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 960, '2021-05-23 00:00:00', 0.000255054217463986, 0.000520576923076943, 0.000266901955493349, 0.000745576923076905, 0.00040744688186127, 0.00106480769230769, 0.000986907777625918, 0.00211480769230769, 0.00226904066478798, 0.00424653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 975, '2021-05-23 00:00:00', 0.000182878269727341, 0.000502692307692287, 0.000227625873884167, 0.000726538461538447, 0.000463914489799729, 0.00105442307692305, 0.000997068954486112, 0.00211249999999998, 0.00225443126889106, 0.00430788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 990, '2021-05-23 00:00:00', 0.000205844975275441, 0.000601923076923058, 0.000408803178145084, 0.000860961538461534, 0.000494867037309367, 0.0011407692307692, 0.000978891229126917, 0.00208096153846154, 0.00223845136199113, 0.0043325 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1005, '2021-05-23 00:00:00', 0.000276150530299361, 0.000613653846153878, 0.000300446398649624, 0.000770961538461542, 0.000476733637934688, 0.00111019230769228, 0.000922423250924527, 0.00200057692307691, 0.00219616792128049, 0.00436653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1020, '2021-05-23 00:00:00', 0.000163273249021851, 0.000546923076923073, 0.000391571046702083, 0.000773269230769215, 0.00049166753150731, 0.00121980769230768, 0.000924708353191186, 0.00196346153846154, 0.00213867058814939, 0.00438826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1035, '2021-05-23 00:00:00', 0.000314073974627716, 0.000542692307692319, 0.000364455547569048, 0.000790384615384592, 0.00047136185675129, 0.00120000000000001, 0.000925552994784137, 0.0018971153846154, 0.00209279228268393, 0.00437846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1050, '2021-05-23 00:00:00', 0.00024505234919533, 0.000555576923076908, 0.000361685424303859, 0.000927884615384614, 0.000586557000968058, 0.00125634615384615, 0.00102224090191034, 0.00189269230769232, 0.00199097391127673, 0.00437134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1065, '2021-05-23 00:00:00', 0.000308536807428983, 0.000734807692307715, 0.000372671282252063, 0.0009067307692308, 0.000554821280996108, 0.00116942307692309, 0.00103096782386558, 0.00182057692307694, 0.00197573721391825, 0.00437346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1080, '2021-05-23 00:00:00', 0.000247487140303092, 0.000561730769230794, 0.000437680248583407, 0.000830000000000015, 0.000396833088338185, 0.00100250000000002, 0.000918479094021123, 0.00165461538461541, 0.00189194565095137, 0.00434788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1095, '2021-05-23 00:00:00', 0.00025147969791127, 0.000570961538461547, 0.000239312798204816, 0.000696153846153846, 0.000271691071736889, 0.000895961538461541, 0.000767758074876758, 0.00149769230769232, 0.00177051704747074, 0.00431615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1110, '2021-05-23 00:00:00', 0.00018496444564792, 0.000449615384615375, 0.000236625962552381, 0.000629615384615393, 0.000313447578735899, 0.000815769230769229, 0.000768759039971864, 0.00140269230769232, 0.00173976735845295, 0.00429730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1125, '2021-05-23 00:00:00', 0.000180417464615948, 0.000427692307692325, 0.000230436458787353, 0.000559807692307696, 0.000370718688703198, 0.000782115384615384, 0.000775149241213484, 0.00134211538461539, 0.00171186155982309, 0.00434500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1140, '2021-05-23 00:00:00', 0.000154953715173747, 0.000350576923076922, 0.000253424241448697, 0.00048038461538462, 0.000464094652149587, 0.000765384615384625, 0.000791394412025157, 0.00132134615384617, 0.00168399981728482, 0.00437576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1155, '2021-05-23 00:00:00', 0.000182307116195134, 0.000368269230769252, 0.000294058863808936, 0.00055884615384616, 0.000404572566467969, 0.000784807692307701, 0.000713300670232312, 0.0013196153846154, 0.00161762313762648, 0.00438884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1170, '2021-05-23 00:00:00', 0.000164881892461054, 0.000365961538461528, 0.000241532924973317, 0.000533076923076931, 0.000300759103705223, 0.000704038461538479, 0.000549483253751996, 0.00128038461538462, 0.00150298364799948, 0.00435961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1185, '2021-05-23 00:00:00', 0.000170474451052188, 0.000358461538461564, 0.00019759165351416, 0.000497692307692323, 0.000258061113811329, 0.000641538461538446, 0.000513758847949261, 0.00122307692307692, 0.0014812690115625, 0.00434326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1200, '2021-05-23 00:00:00', 0.000167605305588874, 0.000346538461538443, 0.000195011636733674, 0.000463461538461526, 0.000225949364647531, 0.000651346153846125, 0.000473351390049208, 0.00118346153846153, 0.00142967501686434, 0.00432557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1215, '2021-05-23 00:00:00', 0.000141522083082442, 0.000297500000000002, 0.000169824909833594, 0.000397499999999974, 0.000225420632459531, 0.000647307692307706, 0.000426560708998769, 0.00126403846153846, 0.00140981947835119, 0.00430019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1230, '2021-05-23 00:00:00', 0.000107196620210818, 0.000253653846153834, 0.000146001185453573, 0.000417115384615393, 0.000324721478287995, 0.000634038461538473, 0.000387013068751717, 0.00121134615384617, 0.00143102831504533, 0.00434596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1245, '2021-05-23 00:00:00', 9.20386624447211e-05, 0.000303653846153837, 0.000157540837196627, 0.000441346153846167, 0.000356022957340996, 0.00064788461538465, 0.000374949483776964, 0.00120865384615386, 0.0014305511041338, 0.00435269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1260, '2021-05-23 00:00:00', 0.000170762543181597, 0.00033538461538466, 0.000310159016287802, 0.000498846153846168, 0.000362906271010112, 0.000709807692307739, 0.000369233509605227, 0.00120423076923078, 0.00143149695719603, 0.00437346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1275, '2021-05-23 00:00:00', 0.000215233683380487, 0.000323461538461505, 0.00023133533768435, 0.000450961538461546, 0.000270204836829669, 0.000600576923076929, 0.000341931448370295, 0.00115865384615385, 0.00141748786455256, 0.00436461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1290, '2021-05-23 00:00:00', 9.59537148036067e-05, 0.000276346153846171, 0.00020820672050043, 0.000445961538461565, 0.000212301672155447, 0.000505000000000029, 0.000343394872503258, 0.00113903846153848, 0.00139997978007374, 0.00437076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1305, '2021-05-23 00:00:00', 0.000198045060917589, 0.000345384615384641, 0.00020341734288061, 0.000401153846153861, 0.000224398340868679, 0.000503846153846158, 0.000337937636486141, 0.0011196153846154, 0.00140621473630996, 0.00442173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1320, '2021-05-23 00:00:00', 0.000119758731815915, 0.000266923076923075, 0.000141880366723313, 0.000340961538461543, 0.000239750832195565, 0.000537307692307711, 0.00034441276667125, 0.00110692307692308, 0.00139842125269889, 0.00447999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1335, '2021-05-23 00:00:00', 0.000135259437321841, 0.000218653846153852, 0.000192504545400926, 0.000319999999999978, 0.000292492997943816, 0.000583076923076917, 0.000360961962624236, 0.00108653846153847, 0.00139149919151968, 0.00447499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1350, '2021-05-23 00:00:00', 0.000113517196257458, 0.000233076923076887, 0.000187265751109125, 0.000412692307692287, 0.000255993464459833, 0.000620576923076915, 0.000369650978835226, 0.00106538461538461, 0.0013671570727383, 0.0044576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1365, '2021-05-23 00:00:00', 0.000152230089010041, 0.000325000000000011, 0.000237839959119246, 0.000460384615384617, 0.000219016771398545, 0.000572884615384619, 0.000385689642069881, 0.0010525, 0.00136516321932014, 0.00445115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1380, '2021-05-23 00:00:00', 0.000206304479984137, 0.000333461538461528, 0.000199503229200765, 0.000471538461538442, 0.000194621526202876, 0.000611538461538437, 0.000409981237844605, 0.00105884615384615, 0.00136122608759101, 0.00445230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1395, '2021-05-23 00:00:00', 0.000132363718012732, 0.000358076923076929, 0.000122818815897492, 0.000387692307692311, 0.000324928394478646, 0.000847307692307692, 0.000544377131718867, 0.00109769230769229, 0.0013558507973281, 0.00445576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1410, '2021-05-23 00:00:00', 8.73181627066307e-05, 0.0002126923076923, 0.000153529751564231, 0.000479230769230749, 0.000312538736060764, 0.000847307692307684, 0.000545159715482202, 0.00111134615384612, 0.00135929943777608, 0.00447019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 2, 1425, '2021-05-23 00:00:00', 0.000150809609977371, 0.000468461538461516, 0.000309243245060228, 0.000814230769230766, 0.000308394851797811, 0.000885769230769226, 0.000568658914938005, 0.00115519230769227, 0.00135929943777608, 0.00447019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 0, '2021-05-23 00:00:00', 0.000296044955006191, 0.000661153846153831, 0.000313676523728606, 0.00073980769230768, 0.000357235162796802, 0.000840192307692312, 0.000589387720109093, 0.00117326923076921, 0.00135355776211602, 0.00447384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 15, '2021-05-23 00:00:00', 0.000223861650269849, 0.000315961538461542, 0.000293056046096738, 0.000479615384615384, 0.0002469067871454, 0.000634807692307675, 0.000505346073345958, 0.00112442307692306, 0.00129545277205126, 0.00446173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 30, '2021-05-23 00:00:00', 0.000224471687438612, 0.000311538461538453, 0.000277017425166993, 0.000460576923076917, 0.000242812447406195, 0.000606730769230756, 0.000487692999271543, 0.00112230769230767, 0.00129787614971534, 0.0044375 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 45, '2021-05-23 00:00:00', 0.000214076999087833, 0.000320192307692322, 0.000169521498523147, 0.000488461538461553, 0.000211972512731817, 0.000582884615384625, 0.000494422740328411, 0.00108538461538463, 0.00129736561479849, 0.00443153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 60, '2021-05-23 00:00:00', 0.000129438580623584, 0.000397884615384609, 0.000168948330745041, 0.000468461538461533, 0.00021244401977569, 0.000537307692307694, 0.000497369116915724, 0.00105596153846153, 0.00129284303586496, 0.00440865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 75, '2021-05-23 00:00:00', 0.000159211035566495, 0.000238076923076946, 0.000167798872280086, 0.000322692307692295, 0.000259608062574813, 0.000447115384615376, 0.000491886517556481, 0.000972115384615382, 0.00130411419981295, 0.00436461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 90, '2021-05-23 00:00:00', 0.000163698244903869, 0.000238653846153838, 0.000188981887613991, 0.000311923076923071, 0.000251324261891662, 0.000436730769230752, 0.000483915440801536, 0.000966923076923075, 0.00129758896241628, 0.00435865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 105, '2021-05-23 00:00:00', 6.70854793413614e-05, 0.000177307692307701, 0.000133191735710365, 0.000295961538461522, 0.000204152752011429, 0.000412115384615386, 0.000389407834459526, 0.000932692307692295, 0.0012463523393672, 0.00432192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 120, '2021-05-23 00:00:00', 0.000115403639457369, 0.000245, 0.000139939135121212, 0.000300192307692327, 0.000265680041808565, 0.000496730769230761, 0.000363407431870148, 0.000920192307692315, 0.00123453497940908, 0.00431115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 135, '2021-05-23 00:00:00', 7.93795652836001e-05, 0.000178653846153855, 0.000140179006438715, 0.000276923076923081, 0.000289094075718256, 0.000519230769230746, 0.000305426813592927, 0.000866538461538459, 0.00122312055195525, 0.00428173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 150, '2021-05-23 00:00:00', 0.000106395488626158, 0.000210000000000009, 0.000230479850612746, 0.000369807692307664, 0.000272929689452491, 0.000548846153846137, 0.000309902962479939, 0.00085461538461539, 0.00122031824348591, 0.00427615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 165, '2021-05-23 00:00:00', 0.00023711308564613, 0.000301153846153829, 0.000266423607177661, 0.000446538461538441, 0.000290236309555902, 0.00059365384615385, 0.000302374513069217, 0.000847884615384636, 0.00122028930995889, 0.004275 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 180, '2021-05-23 00:00:00', 0.000178618200468085, 0.000327692307692302, 0.000184047234739828, 0.000420769230769237, 0.000259095764891296, 0.000563846153846158, 0.00028088794645113, 0.000800961538461559, 0.0012132476600494, 0.00426173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 195, '2021-05-23 00:00:00', 0.000102780572842565, 0.000255384615384597, 0.000145467019788521, 0.000359423076923083, 0.000193846985651436, 0.000515576923076944, 0.000233000825353427, 0.000754230769230791, 0.0011968558328451, 0.00423173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 210, '2021-05-23 00:00:00', 0.000131190554303538, 0.000270192307692344, 0.000151996583969724, 0.000369807692307707, 0.000189783783857817, 0.000518269230769244, 0.000238249142382829, 0.000744423076923094, 0.00119492672771822, 0.00422826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 225, '2021-05-23 00:00:00', 9.34245890873996e-05, 0.000253076923076916, 0.000173959323273717, 0.000389615384615392, 0.000179491268268455, 0.000478653846153848, 0.000249352391976916, 0.000726153846153838, 0.00118753467965554, 0.00421384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 240, '2021-05-23 00:00:00', 0.000110916461981381, 0.000282307692307706, 0.000120807061688661, 0.000347115384615395, 0.000182975408183713, 0.000465000000000006, 0.000275514902570544, 0.000707692307692307, 0.00120403176868384, 0.00420250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 255, '2021-05-23 00:00:00', 0.000102031103854891, 0.000227115384615404, 0.000109031399852727, 0.000284615384615387, 0.000197461291240755, 0.000435192307692306, 0.000328039866245172, 0.000731923076923072, 0.00121215924632924, 0.00420596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 270, '2021-05-23 00:00:00', 8.81059240128426e-05, 0.000215576923076926, 0.000183596966624846, 0.000349615384615378, 0.000199848404085156, 0.000460769230769226, 0.000345678874991495, 0.000748269230769231, 0.00124596828271766, 0.00422019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 285, '2021-05-23 00:00:00', 0.000162676176687109, 0.000266538461538448, 0.00016150494157718, 0.000355384615384586, 0.000187763455934885, 0.000466346153846126, 0.000361782180536638, 0.000782115384615384, 0.0012585242884487, 0.00422076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 300, '2021-05-23 00:00:00', 9.24714093028632e-05, 0.000230192307692278, 0.000107946033525311, 0.000302115384615365, 0.000175835259437758, 0.000439038461538451, 0.000301520505744816, 0.000783846153846156, 0.00126008371211535, 0.00422019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 315, '2021-05-23 00:00:00', 8.24705075489831e-05, 0.000205769230769238, 0.000120268929423244, 0.000306153846153845, 0.000191195027292918, 0.000428461538461536, 0.000401127833067621, 0.000941538461538464, 0.00126457326338234, 0.00420346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 330, '2021-05-23 00:00:00', 8.44905547747729e-05, 0.000224423076923087, 0.000125925038751666, 0.00031365384615386, 0.000202947890242401, 0.000424615384615399, 0.000397817120720611, 0.000987307692307704, 0.00126658614453909, 0.00419230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 345, '2021-05-23 00:00:00', 8.01433811269371e-05, 0.000200192307692304, 0.000123759848092971, 0.000272499999999983, 0.000160410531018197, 0.000381538461538442, 0.000400549046262175, 0.0010584615384615, 0.00127507182301473, 0.00418307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 360, '2021-05-23 00:00:00', 0.000107185138177635, 0.000195576923076915, 0.000151478863719828, 0.00030038461538461, 0.000145088302025426, 0.000358846153846148, 0.000429424167210711, 0.00112634615384611, 0.00128170061306782, 0.0041823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 375, '2021-05-23 00:00:00', 0.00011984942476035, 0.000213269230769244, 0.000124003877110628, 0.000255192307692314, 0.000122689100512716, 0.000331153846153846, 0.00045377413053021, 0.00128019230769228, 0.0012891273733093, 0.00418923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 390, '2021-05-23 00:00:00', 8.34256924085326e-05, 0.000174615384615393, 0.000105399788351854, 0.000241346153846155, 0.000136829624547625, 0.0003321153846154, 0.000535833965386217, 0.00148596153846154, 0.00130256616545361, 0.00420384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 405, '2021-05-23 00:00:00', 0.000103617640315832, 0.000181153846153829, 0.000112151168586822, 0.000233269230769205, 0.000138008918329434, 0.000322307692307686, 0.000902739931882596, 0.00175923076923077, 0.00130325226320094, 0.00420269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 420, '2021-05-23 00:00:00', 8.5649778840273e-05, 0.000168269230769206, 0.000126109232261314, 0.000248461538461535, 0.000152442170624156, 0.000338846153846128, 0.000903767860766153, 0.00182788461538461, 0.00130325226320094, 0.00420269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 435, '2021-05-23 00:00:00', 8.73868499172413e-05, 0.000177692307692302, 8.94341184250195e-05, 0.000237307692307684, 0.000203310013374811, 0.000395192307692266, 0.00091060767960403, 0.00194288461538462, 0.00130554450768192, 0.0042073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 450, '2021-05-23 00:00:00', 7.89566580229437e-05, 0.000173076923076913, 0.000134937592412747, 0.000281923076923036, 0.000200460719344217, 0.000412499999999978, 0.000877962610908826, 0.00203288461538461, 0.0013065353479277, 0.00420615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 465, '2021-05-23 00:00:00', 0.000128804712049457, 0.000229423076923034, 0.000161367711954823, 0.000336538461538395, 0.000240037256723571, 0.000471730769230751, 0.000913526156418915, 0.00211903846153845, 0.00130678071846572, 0.00420538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 480, '2021-05-23 00:00:00', 0.000114036600062659, 0.000237115384615341, 0.000141536214447073, 0.000307499999999982, 0.000217731397686381, 0.000510192307692294, 0.00090274395807789, 0.00216057692307691, 0.00130162231612941, 0.00420442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 495, '2021-05-23 00:00:00', 0.000114717713741839, 0.000203076923076921, 0.000182525446065851, 0.00034153846153847, 0.000386602359816099, 0.000710769230769224, 0.000955771858841752, 0.00220961538461537, 0.00129896787429924, 0.00420153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 510, '2021-05-23 00:00:00', 0.000131363412538819, 0.00026288461538463, 0.000140056581972569, 0.000384615384615402, 0.000378343149087601, 0.000783461538461556, 0.000958290946665733, 0.00221653846153846, 0.00130556897410814, 0.00419211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 525, '2021-05-23 00:00:00', 0.000102461437398882, 0.000262884615384612, 0.000369411225934095, 0.000594423076923094, 0.000342358786160852, 0.000846538461538448, 0.000962051893690677, 0.00225538461538459, 0.00131267362221593, 0.00417403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 540, '2021-05-23 00:00:00', 0.000318002177060742, 0.000494230769230787, 0.000324390789966951, 0.000655769230769231, 0.000353128871660191, 0.000909999999999966, 0.000953810435125254, 0.00231788461538458, 0.00132657391281217, 0.0041471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 555, '2021-05-23 00:00:00', 0.000192178602827209, 0.000436153846153825, 0.000200362076098404, 0.000615192307692298, 0.000396434736116792, 0.00103249999999998, 0.000969883042116215, 0.00233365384615381, 0.00133767946315769, 0.00413788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 570, '2021-05-23 00:00:00', 0.000160892701942834, 0.000462307692307706, 0.00026924716983012, 0.00069596153846152, 0.000530284865389853, 0.00121403846153846, 0.00098580644456902, 0.0023678846153846, 0.00139681929892385, 0.00418307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 585, '2021-05-23 00:00:00', 0.000197040507354366, 0.000530192307692288, 0.000320486409168213, 0.000863461538461533, 0.000945485142054686, 0.00144307692307693, 0.00100038309969421, 0.00237711538461536, 0.00136481000368323, 0.00418288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 600, '2021-05-23 00:00:00', 0.000307912137817546, 0.000748269230769239, 0.000547903170838961, 0.00104673076923078, 0.000973339157429002, 0.00152365384615386, 0.00103904660441859, 0.00242461538461538, 0.00134493808836631, 0.00419269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 615, '2021-05-23 00:00:00', 0.000442613218892601, 0.000672307692307681, 0.000946479712489315, 0.00111538461538463, 0.000962866813219751, 0.00148750000000001, 0.00107161746906252, 0.00237000000000003, 0.00134114504751033, 0.00414596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 630, '2021-05-23 00:00:00', 0.000551828185356479, 0.000802115384615387, 0.000566785130905323, 0.00103576923076924, 0.000589803487482174, 0.00136692307692306, 0.00103526163545557, 0.00237057692307695, 0.00128676876172598, 0.00410538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 645, '2021-05-23 00:00:00', 0.00028103031591189, 0.000625961538461523, 0.000430423449818685, 0.000957115384615361, 0.000455012256808694, 0.00129807692307687, 0.00103703527126424, 0.00228192307692309, 0.00130921250552204, 0.00412576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 660, '2021-05-23 00:00:00', 0.00037460029980684, 0.000720769230769221, 0.000361939274549656, 0.000939038461538439, 0.000371401348326119, 0.00127980769230766, 0.000994244514114168, 0.00225807692307693, 0.00127644602766372, 0.0041773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 675, '2021-05-23 00:00:00', 0.000260369633701513, 0.000612115384615381, 0.000372161100352256, 0.000921730769230753, 0.000460984940518261, 0.00126365384615385, 0.00103431225756725, 0.0022596153846154, 0.00132236148031291, 0.00421326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 690, '2021-05-23 00:00:00', 0.000318352731319284, 0.000642692307692291, 0.000327908289242336, 0.000914615384615398, 0.000411145912710361, 0.00119980769230768, 0.00101523979736506, 0.00228038461538464, 0.00129826635882686, 0.00418653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988175, 3, 705, '2021-05-23 00:00:00', 0.000242489968071641, 0.000670769230769244, 0.000402398243229075, 0.000972115384615391, 0.000477349613853572, 0.00125442307692309, 0.000998723204126926, 0.00238903846153848, 0.00131455614035835, 0.00420038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988175 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240[...];[ Date: 2021-05-23 17:11:51 - Database: acaweb_fx - User: pgperfstats ]
14 24s928ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1050, '2021-05-23 00:00:00', 28.5445116292757, 62.2219230769227, 50.9969613393401, 94.5353846153848, 84.1422616141175, 127.148461538461, 117.009729636208, 212.358461538461, 202.348421359337, 418.718846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1065, '2021-05-23 00:00:00', 44.8309181497973, 68.1930769230772, 77.7022556290755, 96.0853846153844, 80.0055043077568, 122.233461538462, 111.350479727473, 202.583461538461, 207.453819908469, 415.018846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1080, '2021-05-23 00:00:00', 47.9720498431524, 64.4430769230762, 50.1718820195604, 82.2457692307686, 65.7937074943051, 111.384615384615, 99.9246363492935, 198.828461538462, 208.403490224724, 409.044615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1095, '2021-05-23 00:00:00', 25.0202417131534, 51.1692307692304, 36.6035477326362, 74.7388461538465, 50.4660069795651, 92.3626923076925, 84.2110409424765, 186.526153846154, 201.643901570604, 399.153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1110, '2021-05-23 00:00:00', 31.0754847031943, 52.9015384615385, 38.3601533184548, 67.5311538461539, 49.8525865589274, 88.5211538461538, 77.9706040159713, 182.121153846154, 197.359989835443, 392.939615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1125, '2021-05-23 00:00:00', 25.3582269581593, 44.5223076923076, 33.278958406407, 55.883846153846, 48.2169064397059, 84.6288461538464, 75.6832474502473, 176.526153846154, 193.583290648913, 385.867692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1140, '2021-05-23 00:00:00', 24.6191702165977, 41.9630769230768, 33.9986190669783, 61.5376923076927, 48.8773217005126, 87.1061538461538, 85.942122299746, 188.794230769231, 190.905198544682, 385.589230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1155, '2021-05-23 00:00:00', 30.4475410754049, 45.3715384615385, 41.0882947303262, 63.0103846153845, 49.4534479236632, 91.5165384615378, 87.8319402810753, 190.531538461538, 188.914715123396, 383.523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1170, '2021-05-23 00:00:00', 24.6234299085552, 39.3873076923078, 27.9841487247009, 54.8903846153844, 46.5143211561278, 83.2538461538461, 80.1168571640582, 181.444615384615, 184.97364406897, 380.188076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1185, '2021-05-23 00:00:00', 19.045750008457, 39.5242307692304, 28.6482265392848, 59.0996153846148, 42.1575229603669, 83.3730769230763, 79.1012973889517, 174.553846153846, 181.099650498325, 380.781153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1200, '2021-05-23 00:00:00', 18.5830163178913, 39.3654166666668, 31.7351993917601, 55.8325000000001, 43.7155781584996, 82.9254166666665, 75.6949757823838, 173.2125, 185.381471420948, 391.07375 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1215, '2021-05-23 00:00:00', 18.6861093879372, 36.7233333333331, 26.7582325371928, 55.4379166666661, 43.0502837418477, 78.5954166666663, 78.6149071204567, 172.822916666666, 183.38648421109, 394 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1230, '2021-05-23 00:00:00', 17.6919780192009, 40.7058333333327, 36.3770709256597, 58.9224999999995, 41.5473572621776, 80.1579166666659, 78.27530394106, 172.35375, 183.405018159897, 397.809166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1245, '2021-05-23 00:00:00', 29.090429311652, 42.2541666666666, 30.003801063546, 56.59, 37.3907242018738, 78.3570833333323, 73.8619990141723, 170.63125, 183.651744401076, 398.389583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1260, '2021-05-23 00:00:00', 23.2483934889878, 43.9079166666666, 30.0042545503659, 60.2970833333326, 42.6614366621631, 91.1104166666661, 67.9376243315795, 169.775416666666, 180.757505338594, 397.478333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1275, '2021-05-23 00:00:00', 22.3722968571991, 39.041666666667, 27.4258138742799, 57.1316666666661, 46.7986425833586, 92.0920833333334, 64.8230383540398, 166.776666666667, 176.731494127863, 395.670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1290, '2021-05-23 00:00:00', 21.8002277610756, 39.2499999999995, 39.5719738238931, 68.7558333333333, 41.0335291123379, 94.6537500000001, 57.8329460022321, 162.312083333333, 164.054713168693, 396.285416666666 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1305, '2021-05-23 00:00:00', 32.2566440044153, 51.8470833333336, 34.667856295781, 68.730833333334, 34.9351721956626, 100.809583333333, 54.328064864157, 156.351666666667, 162.438990170268, 395.618333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1320, '2021-05-23 00:00:00', 22.8982639325164, 47.0795833333339, 22.3379325096206, 64.7412500000002, 44.8709408240433, 117.435, 55.1994486949995, 147.341666666666, 161.871677921258, 393.475 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1335, '2021-05-23 00:00:00', 15.1608851141976, 46.6822727272727, 30.1723231022291, 75.1336363636356, 43.1558315573061, 122.315454545454, 53.9263929711088, 148.137272727272, 163.294333272788, 396.191363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1350, '2021-05-23 00:00:00', 27.6557646289192, 56.2304166666662, 47.2287583032785, 95.9125000000002, 47.2787093287994, 106.740833333333, 58.2334348763662, 135.353749999999, 161.785247118908, 389.94125 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1365, '2021-05-23 00:00:00', 44.972665609153, 76.2245833333333, 45.1634519338336, 88.3008333333328, 45.8466118341003, 91.1341666666658, 65.957040014969, 128.188333333333, 161.259326046454, 391.4425 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1380, '2021-05-23 00:00:00', 20.1646703441082, 48.2540909090909, 21.8728666244803, 52.4590909090905, 29.5066713419128, 68.7281818181818, 56.3215082135221, 123.322727272727, 149.192912141016, 388.249545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1410, '2021-05-23 00:00:00', 11.3283687878676, 24.2918181818183, 17.1111316391998, 34.6154545454551, 40.0005476044772, 62.1290909090911, 58.294667952466, 121.684545454546, 148.479247994678, 386.667727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 1, 1425, '2021-05-23 00:00:00', 14.1901459773022, 23.4485714285712, 22.7105352938533, 46.363333333333, 41.4511248224666, 64.2009523809524, 62.7063081622045, 126.243333333333, 148.823321018743, 380.367619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 60, '2021-05-23 00:00:00', 17.487510589429, 31.4688461538454, 35.7314025128948, 43.2384615384607, 37.1817308096331, 54.5749999999997, 57.8894413290076, 122.235769230769, 146.179589363432, 372.742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 75, '2021-05-23 00:00:00', 24.779790552912, 26.840384615384, 26.6598772603792, 37.0734615384614, 30.5133386343643, 55.6788461538466, 57.4178224595811, 118.69, 146.216266393839, 372.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 90, '2021-05-23 00:00:00', 15.9726717191008, 23.8746153846149, 20.7382767513454, 34.8711538461539, 25.7191004538234, 55.0719230769235, 57.4362097153137, 119.487692307692, 144.227468756822, 372.09 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 105, '2021-05-23 00:00:00', 12.8496097755776, 24.2892307692308, 21.8963308376962, 41.1580769230775, 22.68453805162, 55.361153846154, 49.909721476343, 116.714615384615, 144.142238930323, 376.389615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 120, '2021-05-23 00:00:00', 16.6240055387937, 30.9880769230776, 16.3960539014257, 40.6734615384622, 20.0222621983246, 56.7065384615386, 49.0539477733832, 114.768076923077, 145.920464131874, 379.882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 135, '2021-05-23 00:00:00', 11.8668235202834, 28.6326923076928, 14.990490585702, 39.6299999999998, 23.2333379038366, 62.0230769230767, 48.6994977639557, 112.292307692308, 144.774149441334, 380.932307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 150, '2021-05-23 00:00:00', 10.3863638488165, 26.8549999999994, 14.5124183427109, 38.4669230769226, 28.7977607462802, 61.9299999999996, 49.9481841111366, 109.57, 144.27338928416, 380.413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 165, '2021-05-23 00:00:00', 10.368842083562, 24.9430769230771, 18.3416631617325, 42.8634615384616, 32.4989245455197, 62.0161538461538, 48.6830982580197, 109.52, 142.613957759563, 381.450384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 180, '2021-05-23 00:00:00', 17.5741140448537, 33.2326923076926, 25.1767295731594, 47.9199999999998, 39.4608550572103, 64.4446153846157, 46.0605877513519, 108.55, 140.679908880464, 380.988846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 195, '2021-05-23 00:00:00', 20.6438050644364, 33.2265384615383, 28.9439351239862, 44.8373076923077, 38.0460986153124, 57.8503846153852, 45.9825058707524, 105.086923076923, 136.396235461811, 379.238076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 210, '2021-05-23 00:00:00', 16.9959751072469, 28.3353846153852, 27.9879103460486, 40.801538461539, 34.2913767496231, 55.2092307692314, 45.9393757099, 100.403846153847, 132.464965592939, 376.951538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 225, '2021-05-23 00:00:00', 17.889321185041, 26.6073076923081, 24.4750658928947, 36.0823076923085, 27.6538283815069, 53.4680769230774, 39.5546124763448, 96.3219230769232, 127.579014804401, 375.472307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 240, '2021-05-23 00:00:00', 17.3044480542292, 26.2876923076929, 24.9392378422799, 39.6580769230772, 26.3763306481681, 51.4876923076926, 38.4014512726555, 94.6203846153844, 125.864088513701, 374.234230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 255, '2021-05-23 00:00:00', 16.224142755592, 27.4419230769237, 22.6055173660018, 40.4607692307699, 27.1483579330594, 48.5676923076918, 37.1929594598844, 91.6742307692309, 125.472576740896, 373.735 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 270, '2021-05-23 00:00:00', 15.7186798623605, 26.5438461538464, 16.7261984507952, 31.9288461538461, 21.7794699518744, 48.2492307692299, 34.7634110302993, 87.7323076923074, 124.607665970499, 373.731153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 285, '2021-05-23 00:00:00', 9.59185132527323, 20.5203846153847, 14.7395509377371, 29.185384615384, 22.080001672241, 48.2146153846152, 33.1168010834382, 85.2849999999994, 124.583384157575, 373.438076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 300, '2021-05-23 00:00:00', 12.3390560666276, 20.6761538461538, 18.1560429651905, 34.8180769230767, 24.7106752670552, 46.5619230769232, 33.4561760125785, 83.9042307692303, 124.567750406695, 373.45423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 315, '2021-05-23 00:00:00', 16.0308137515987, 24.7784615384613, 20.0085039805194, 35.0765384615384, 24.7022430124507, 45.6153846153841, 30.6338022678319, 85.0842307692304, 124.567750406695, 373.45423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 330, '2021-05-23 00:00:00', 16.855882753051, 23.8092307692314, 22.860043249841, 31.4142307692312, 26.5624193522757, 42.8953846153844, 30.7022088706733, 84.3115384615384, 125.309924629358, 373.778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 345, '2021-05-23 00:00:00', 11.6140554700559, 19.4926923076925, 13.6015970555495, 27.2623076923075, 21.0531657440431, 42.459615384615, 30.1851273541226, 82.3357692307689, 130.116463398698, 375.77923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 360, '2021-05-23 00:00:00', 9.44713625309863, 18.7407692307692, 13.9800040992623, 28.0411538461541, 21.3405638199612, 41.2119230769226, 35.4375763366428, 85.8261538461534, 130.76032352126, 376.60923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 375, '2021-05-23 00:00:00', 9.93333207709578, 19.8469230769232, 20.1398028750572, 32.089615384615, 23.0616160885441, 43.9438461538459, 37.6712003198527, 92.8015384615385, 133.121643677445, 377.050769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 390, '2021-05-23 00:00:00', 13.3257884627454, 21.9030769230762, 13.685161959076, 27.5646153846151, 19.6609165135772, 39.6469230769226, 40.9503017082903, 98.7149999999997, 133.088544798046, 377.012692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 405, '2021-05-23 00:00:00', 7.55250027881699, 17.2426923076925, 14.4516758038109, 29.3684615384616, 18.3796705796207, 40.6888461538464, 46.3497238445013, 105.692692307693, 134.340524131775, 377.76 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 420, '2021-05-23 00:00:00', 13.362893330183, 23.8169230769231, 16.6102175227737, 29.3830769230768, 22.7752758794405, 42.2692307692306, 50.763555843204, 111.605384615385, 134.403654683025, 377.971923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 435, '2021-05-23 00:00:00', 10.3882292931062, 18.3696153846153, 13.0355211102356, 28.5211538461535, 19.7764980683171, 44.4003846153849, 54.4178510092188, 118.607307692308, 134.343191146922, 377.106538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 450, '2021-05-23 00:00:00', 11.4033591542146, 22.0299999999995, 15.6504793979165, 30.345769230769, 21.1597936044901, 43.5957692307692, 56.0902397446773, 121.611153846154, 134.303117409835, 376.645 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 465, '2021-05-23 00:00:00', 10.0643363341128, 20.0453846153846, 16.5941067388858, 34.2576923076929, 20.3054552427517, 43.5238461538468, 56.3589770502788, 124.043076923077, 134.830510213607, 375.952692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 480, '2021-05-23 00:00:00', 16.1537166811662, 26.8011538461548, 19.1553591336331, 33.3534615384623, 23.0726330497015, 43.6896153846165, 57.1455089789348, 125.487307692308, 134.757808236166, 375.623846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 495, '2021-05-23 00:00:00', 10.5379711446825, 20.4603846153849, 13.7250924446941, 29.6288461538464, 21.4819536462949, 48.4173076923081, 56.8505562167497, 126.386923076923, 134.541765790976, 375.636923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 510, '2021-05-23 00:00:00', 10.5652735666647, 20.1284615384618, 12.4743567924212, 28.9142307692312, 18.5685942013766, 48.4011538461536, 58.9912744173626, 129.504230769231, 134.44813914895, 377.166153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 525, '2021-05-23 00:00:00', 6.17035295088295, 19.4234615384625, 15.2538809437521, 39.1496153846159, 15.8760423861284, 48.2253846153848, 61.2505147080412, 131.62, 134.357999724043, 377.204615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 540, '2021-05-23 00:00:00', 16.3584021647784, 34.5157692307692, 16.5592410639918, 41.2338461538455, 34.7010216497797, 57.8865384615376, 61.0573183479768, 135.800384615385, 134.829726274975, 376.740769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 555, '2021-05-23 00:00:00', 10.1316345404647, 24.8023076923066, 12.8851772442361, 32.8561538461531, 35.3113861545236, 64.1719230769223, 54.8407857880074, 134.475384615384, 137.204653338894, 374.004615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 570, '2021-05-23 00:00:00', 12.10111252991, 24.4473076923077, 32.8453519109455, 42.6869230769225, 42.3795780717374, 74.721538461538, 54.7217453500327, 136.156923076923, 136.82135883474, 373.745769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 585, '2021-05-23 00:00:00', 23.6440138333967, 31.3830769230765, 35.2374327297639, 58.3257692307687, 47.7128369374052, 83.8761538461537, 57.6687466297481, 138.174615384615, 137.67816858166, 374.049999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 600, '2021-05-23 00:00:00', 34.7752936635286, 52.9057692307693, 42.6295619079243, 68.2926923076925, 48.3570540506918, 89.5973076923075, 58.5467809007982, 140.594615384616, 136.514492769647, 372.988076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 615, '2021-05-23 00:00:00', 21.1520914295997, 43.7896153846152, 31.6590037454409, 57.4469230769232, 38.9227181456557, 81.519615384615, 56.2110275534555, 135.638846153845, 132.839260128693, 370.523461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 630, '2021-05-23 00:00:00', 18.704100122289, 37.1842307692314, 24.723915236373, 53.2461538461536, 31.1181705340243, 71.9042307692304, 55.9197539831715, 128.368461538461, 131.226434410731, 368.801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 645, '2021-05-23 00:00:00', 20.1363621991501, 35.8411538461537, 28.4678141415885, 54.1449999999999, 28.9468401809519, 69.0826923076922, 56.6301982338042, 128.66, 131.288305280929, 368.396538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 660, '2021-05-23 00:00:00', 15.2388805211686, 37.8865384615384, 16.9826481263847, 48.814230769231, 27.7740925213517, 64.6592307692306, 55.8003254484577, 123.901923076923, 130.261437914444, 366.013461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 675, '2021-05-23 00:00:00', 12.5481161074544, 31.4353846153852, 20.8301692300821, 44.6330769230774, 27.8573701807011, 57.174230769231, 53.2632945108905, 119.283076923077, 129.382164696446, 363.958461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 690, '2021-05-23 00:00:00', 14.2990906219727, 32.4761538461542, 17.5518430327458, 41.6046153846156, 25.8861492991604, 53.4215384615384, 55.4088706200057, 120.37923076923, 130.209181527264, 361.674999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 705, '2021-05-23 00:00:00', 12.7640695945837, 28.7261538461543, 18.7618459523164, 36.6865384615383, 27.2566039083263, 50.2438461538457, 54.0319516767624, 121.655, 129.835943534079, 361.845769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 720, '2021-05-23 00:00:00', 15.7301731224275, 26.1723076923071, 22.0311868460625, 36.7453846153841, 28.0759752895874, 52.4173076923072, 54.7258161214048, 125.706923076923, 129.997298897382, 363.383846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 735, '2021-05-23 00:00:00', 15.5020490407404, 26.3826923076925, 18.8249515435073, 36.6261538461538, 22.912447826119, 59.2857692307691, 56.1263773296819, 129.098076923076, 130.1771152002, 362.894615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 750, '2021-05-23 00:00:00', 9.91793828606314, 26.820384615385, 15.3647681551513, 38.7826923076927, 13.3690524662806, 58.7696153846156, 53.0842969813109, 128.155, 127.393455914526, 361.965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 765, '2021-05-23 00:00:00', 11.7671457097238, 28.713076923077, 13.5933170514616, 44.9326923076919, 18.167679382735, 58.906923076922, 64.6617919676029, 157.672692307692, 130.493180000395, 365.981153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 780, '2021-05-23 00:00:00', 12.9270722070444, 33.0603846153843, 12.9987060716999, 41.1934615384618, 26.084873176141, 62.313846153846, 73.822024193326, 185.599999999999, 131.330381615926, 366.380769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 795, '2021-05-23 00:00:00', 11.9708628119086, 27.7526923076929, 17.5097893323001, 40.407692307692, 39.0009761238783, 67.0488461538462, 72.1267333645868, 197.715384615384, 135.660580354626, 366.186923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 810, '2021-05-23 00:00:00', 15.6040953401533, 27.2207692307686, 21.3259717751341, 42.5419230769234, 41.6430691546061, 66.403846153846, 81.341339798124, 207.968076923076, 139.23683705775, 367.704615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 825, '2021-05-23 00:00:00', 16.4287326165054, 32.2807692307702, 35.8859115788653, 50.605384615385, 41.4246588714424, 68.9511538461538, 89.6685065758233, 216.313461538461, 140.631381319556, 367.410384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 840, '2021-05-23 00:00:00', 28.7295091848093, 34.3150000000004, 31.0764185863476, 44.7180769230776, 34.4575889151602, 61.4946153846153, 96.9363200877454, 220.818076923077, 143.536683497769, 364.888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 855, '2021-05-23 00:00:00', 14.9379720382456, 28.0961538461544, 25.0040532837257, 41.936153846154, 28.3644678399964, 55.3596153846159, 102.229406945661, 225.102692307692, 144.61883150704, 362.162307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 870, '2021-05-23 00:00:00', 23.5057334184327, 33.7334615384617, 24.6816186634124, 43.1996153846153, 41.4550949582792, 61.165, 102.874838281207, 226.929230769231, 143.021208893593, 363.22423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 885, '2021-05-23 00:00:00', 15.0617884574991, 28.1765384615383, 17.8741660935128, 40.0415384615387, 35.5729983360333, 61.6011538461546, 99.6094419744509, 228.382307692308, 150.802692502488, 365.384999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 900, '2021-05-23 00:00:00', 13.1480259861833, 30.4303999999995, 31.8339381268896, 43.5899999999993, 35.8519927944508, 65.3003999999999, 97.3297684883713, 235.6456, 147.712665144191, 371.727599999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 915, '2021-05-23 00:00:00', 19.5390802751805, 28.6950000000001, 23.4207944061549, 45.8188461538467, 31.4724505951082, 68.3276923076925, 90.7236837299852, 232.588461538462, 146.127993275126, 361.921153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 930, '2021-05-23 00:00:00', 18.4171175394407, 36.5623076923079, 23.6221334801464, 49.5669230769233, 28.3643005310445, 66.4761538461539, 83.6010810493222, 232.566153846154, 156.220934749968, 374.956923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 945, '2021-05-23 00:00:00', 19.0276111116283, 32.8338461538464, 20.9729648687211, 48.8092307692308, 50.5167774856877, 115.613461538461, 82.4141657026358, 234.002692307692, 159.88882555268, 382.813846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 960, '2021-05-23 00:00:00', 16.3055433377263, 35.4365384615383, 20.4437583779353, 45.1761538461542, 68.3851917314989, 145.751923076922, 84.5586339639312, 236.635384615384, 172.108253817183, 395.759999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 975, '2021-05-23 00:00:00', 11.6244153136663, 33.0892307692308, 42.0269026952248, 104.586923076922, 61.9219532749467, 160.325769230768, 83.9626943716903, 235.733076923076, 171.285649858762, 398.063461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 990, '2021-05-23 00:00:00', 37.782780996721, 98.0403846153837, 59.286825517985, 135.299999999999, 66.0456215389143, 168.267307692307, 83.7041096132909, 232.916923076923, 178.610201031788, 403.856153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1005, '2021-05-23 00:00:00', 37.946746125833, 81.3084615384611, 43.2126800123077, 111.334615384615, 71.4768525984774, 147.365769230769, 81.9459353711099, 213.259615384615, 186.641050736022, 403.310384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1020, '2021-05-23 00:00:00', 31.2024736618001, 78.9011538461541, 51.3971248462544, 105.467692307692, 82.7382986019072, 135.393461538461, 81.5187902869402, 200.905384615384, 176.776387772802, 400.445 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1035, '2021-05-23 00:00:00', 32.9085391583771, 69.391538461539, 51.0454654536977, 94.5792307692314, 58.449442517576, 123.261153846154, 77.502368630802, 189.03076923077, 170.829983065035, 393.535 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1050, '2021-05-23 00:00:00', 24.884654758737, 57.7076923076919, 37.4433780054832, 82.9673076923073, 39.4546879909283, 108.077307692308, 80.6338896580384, 186.115769230769, 170.981718702952, 393.558846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1065, '2021-05-23 00:00:00', 32.8561554869798, 62.3057692307694, 30.8822425251892, 82.1007692307696, 43.665896187369, 109.005384615385, 80.7320129554948, 183.109615384615, 176.270031691764, 395.853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1080, '2021-05-23 00:00:00', 20.2909575047979, 56.272692307693, 34.9570778328987, 75.5988461538464, 46.1516506047014, 104.411538461539, 81.3772492767248, 181.810384615385, 176.89700081512, 395.60576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1095, '2021-05-23 00:00:00', 34.0133652757938, 58.8957692307697, 43.1670434991963, 84.0573076923082, 55.9478545309415, 110.041153846155, 78.8253853146313, 186.375, 178.800994012467, 395.709615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1110, '2021-05-23 00:00:00', 24.6612240540927, 54.5103846153845, 28.1944593602251, 70.0711538461539, 38.5816473708172, 97.2246153846157, 74.2120361801239, 177.565, 171.701236246614, 389.093846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1125, '2021-05-23 00:00:00', 22.6716193850038, 46.2115384615385, 29.1208901068521, 65.906153846154, 37.5278166779702, 93.4561538461542, 76.4669100451051, 175.849615384615, 173.217374069072, 388.119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1140, '2021-05-23 00:00:00', 25.3649824667493, 46.6465384615384, 31.6252830890334, 60.9876923076927, 40.5931405213317, 92.4157692307696, 82.2663353299238, 188.376153846154, 172.465324937642, 393.454615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1155, '2021-05-23 00:00:00', 20.5639964875127, 39.1234615384616, 28.7241790858127, 63.121923076923, 37.6703908456166, 82.9976923076921, 80.3980012648611, 184.619230769231, 174.626779160586, 391.61 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1170, '2021-05-23 00:00:00', 21.9264519841988, 47.013846153846, 30.1847977631124, 63.0099999999995, 34.9670636962623, 79.3065384615379, 82.8536699377514, 182.866923076923, 179.678869237915, 393.318846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1185, '2021-05-23 00:00:00', 16.2788183279335, 37.7430769230764, 23.2921782876704, 50.8157692307689, 34.5790017763119, 73.2396153846151, 76.292007341227, 174.571923076923, 183.642412136698, 392.850769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1200, '2021-05-23 00:00:00', 21.5800320239305, 39.7830769230768, 31.2279916445785, 55.6969230769228, 38.2165726273905, 72.7092307692309, 74.642733765585, 173.310000000001, 184.154796934118, 396.395384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1215, '2021-05-23 00:00:00', 20.179035213652, 39.316923076923, 25.3417539554475, 50.6784615384617, 36.6122779763204, 73.9188461538464, 65.162452359763, 167.631538461539, 181.586053771929, 393.302692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1230, '2021-05-23 00:00:00', 15.1967670853429, 33.9546153846159, 24.0390854203344, 48.3096153846154, 43.8428484002373, 78.299615384615, 63.5636757239419, 164.233461538462, 184.409268829292, 394.686923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1245, '2021-05-23 00:00:00', 20.6625036572188, 36.7742307692308, 30.5544625294166, 56.5773076923079, 39.7533921552133, 85.4296153846149, 59.243571242275, 161.258461538461, 188.006232116427, 397.061153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1260, '2021-05-23 00:00:00', 25.8485837880176, 43.0503846153851, 30.4601474136544, 59.2873076923075, 33.2540277653009, 84.128846153846, 58.0069965276067, 159.253076923077, 187.028277951183, 397.224230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1275, '2021-05-23 00:00:00', 24.0965545957216, 39.3592307692305, 26.7553958555019, 60.4492307692306, 35.6278839394092, 88.3849999999997, 62.7275217735096, 157.159615384616, 193.519562846917, 400.162692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1290, '2021-05-23 00:00:00', 22.6404724638122, 48.8142307692307, 26.7968506760377, 66.2430769230769, 42.3022829807635, 94.9657692307701, 63.0685092114424, 157.253076923077, 200.097883276777, 406.860384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1305, '2021-05-23 00:00:00', 20.0072202851484, 47.6965384615385, 30.7786019575543, 68.9076923076924, 42.2430045988498, 95.141538461539, 64.0906267105708, 157.838076923077, 201.311828443797, 410.859230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1320, '2021-05-23 00:00:00', 18.782995091715, 48.9438461538462, 28.5654522187473, 64.5973076923083, 54.2479267934229, 107.874230769231, 70.1239354297361, 154.071923076923, 206.894133121638, 410.938076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1335, '2021-05-23 00:00:00', 23.7975076296681, 43.290416666667, 33.8741287684106, 63.3545833333336, 52.7727009193096, 107.373333333334, 65.9512009853733, 155.17625, 213.403077677711, 414.253333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1350, '2021-05-23 00:00:00', 27.0832146512594, 46.1696153846152, 47.8342668821615, 85.2080769230773, 56.0536075185725, 99.7803846153846, 66.8370691768716, 147.138076923077, 204.967515167273, 408.524615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1365, '2021-05-23 00:00:00', 39.2426147976129, 70.4419230769237, 41.4245375667052, 81.6261538461539, 50.0819253270229, 87.1173076923079, 66.3906341772809, 142.732307692308, 201.202220264933, 405.796538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1380, '2021-05-23 00:00:00', 23.1359694507834, 47.2804166666665, 29.3647280282639, 55.8899999999997, 29.4376616676065, 67.6387500000001, 55.0720156042743, 130.18625, 205.503538782165, 407.387916666666 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1410, '2021-05-23 00:00:00', 17.0059047236839, 28.0095833333333, 16.3252618994906, 33.7125000000002, 23.7549579836365, 55.7812500000005, 50.6141853701954, 122.030416666667, 209.657679179537, 406.422916666666 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 2, 1425, '2021-05-23 00:00:00', 7.64366260896661, 19.0395833333329, 17.8509710489735, 41.6225000000003, 21.4068442893283, 55.4754166666667, 51.6894483317502, 119.894166666667, 213.610446115526, 410.73875 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 60, '2021-05-23 00:00:00', 13.9331059655099, 32.2453846153848, 18.1511201307241, 42.6450000000002, 19.6895562828461, 53.0088461538461, 49.9713362900719, 118.801153846154, 205.077055010663, 411.530384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 75, '2021-05-23 00:00:00', 10.4729342299386, 21.7592307692307, 13.3852854054227, 33.8042307692309, 18.5806834063273, 50.339615384615, 49.2419497583115, 115.01, 205.077055010663, 411.530384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 90, '2021-05-23 00:00:00', 12.0169214859716, 26.155, 14.4037578216457, 32.680769230769, 25.387301041148, 56.2930769230769, 48.6510472667742, 114.568076923077, 203.642981299664, 411.376153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 105, '2021-05-23 00:00:00', 9.4133801335362, 21.7315384615385, 18.1836045508457, 42.2823076923074, 33.5876020372901, 61.131153846154, 48.3654622861592, 114.883076923077, 203.003664838461, 411.315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 120, '2021-05-23 00:00:00', 18.6070308341109, 35.7726923076916, 26.2287370997192, 48.1446153846155, 48.6952393629534, 68.2638461538466, 48.4443219440154, 114.926153846154, 203.003664838461, 411.315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 135, '2021-05-23 00:00:00', 19.70745422813, 29.8580769230774, 29.7513043333978, 42.5415384615388, 46.2307954240293, 68.6415384615389, 49.3339080162302, 110.041923076923, 202.665013306347, 411.297692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 150, '2021-05-23 00:00:00', 16.808729691626, 27.0546153846156, 37.4750606650091, 45.3003846153848, 41.8676340644395, 68.9269230769233, 44.6591370218737, 106.763461538462, 203.211247773194, 411.268461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 165, '2021-05-23 00:00:00', 34.1348589252416, 32.9546153846152, 34.2988163711452, 51.447307692308, 45.9890638505086, 74.1046153846156, 49.6736846970773, 107.899230769231, 203.500090246814, 411.477692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 180, '2021-05-23 00:00:00', 17.821151292344, 35.8342307692314, 23.6032156251248, 49.7903846153847, 36.5733308636444, 72.9676923076927, 51.1388243900863, 105.65, 203.836799308059, 411.591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 195, '2021-05-23 00:00:00', 17.0150162322761, 32.5742307692311, 33.5217739295616, 52.099230769231, 37.5020921344615, 67.3023076923078, 53.2498498733898, 104.503461538462, 204.999277095911, 410.255384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 210, '2021-05-23 00:00:00', 28.6377473893888, 38.166538461538, 33.2257019883016, 50.7538461538461, 32.2654818962933, 61.0049999999999, 54.8367509235013, 101.490384615385, 203.172090839268, 408.66 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 225, '2021-05-23 00:00:00', 23.1073519336298, 30.9742307692313, 24.7684659970324, 42.7403846153846, 23.8139240070889, 52.1938461538463, 45.9094366166858, 93.6776923076926, 199.034097812023, 406.260384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 240, '2021-05-23 00:00:00', 17.2790001847505, 30.3207692307692, 17.7230344857938, 37.5192307692309, 19.6302830889893, 52.2530769230766, 47.2305903349155, 93.0992307692303, 196.702566802305, 405.741153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 255, '2021-05-23 00:00:00', 12.766696747638, 23.4553846153843, 15.8168893956383, 32.863076923077, 20.8053494933024, 47.5365384615383, 48.8886964708134, 90.2288461538456, 196.623444541942, 406.963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 270, '2021-05-23 00:00:00', 12.3333784753163, 24.9538461538468, 21.2827781442759, 37.8615384615385, 24.1641672316677, 49.2450000000002, 47.7885051386271, 89.5492307692306, 194.592572277013, 407.434230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 285, '2021-05-23 00:00:00', 19.4296508856561, 25.6684615384612, 20.4331725350263, 34.4603846153849, 24.1908273429922, 46.7234615384617, 47.184849002456, 84.6992307692302, 194.663452871478, 407.519615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 300, '2021-05-23 00:00:00', 16.4156341989533, 24.273076923077, 20.6163543781666, 32.5503846153845, 24.0376133078651, 45.648461538462, 48.1317609005174, 86.0992307692304, 197.258232957558, 409.818461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 315, '2021-05-23 00:00:00', 12.0317437063538, 22.0238461538465, 17.4118015548251, 32.3342307692311, 22.3393722244964, 44.5007692307701, 50.6130846520928, 88.2149999999999, 197.354346484848, 408.747307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 330, '2021-05-23 00:00:00', 15.1025674689381, 22.6919230769234, 17.5024860344064, 29.4642307692312, 24.8800146302203, 43.2900000000006, 51.1644123210045, 89.1219230769227, 197.885168627199, 407.758846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 345, '2021-05-23 00:00:00', 14.126754175622, 20.796538461539, 18.9574653774824, 31.5784615384623, 27.9157027219722, 44.3823076923083, 52.053293051817, 90.668461538461, 198.314683287406, 406.330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 360, '2021-05-23 00:00:00', 11.3635780727446, 21.7911538461547, 22.4983441305212, 32.0061538461545, 33.8246052839555, 42.9111538461542, 52.3286967601457, 91.0761538461531, 198.983771052198, 406.696923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 375, '2021-05-23 00:00:00', 17.7410789586031, 22.331153846154, 22.7253568204198, 31.081153846154, 31.9522910698966, 44.3238461538464, 49.5601677714917, 100.498461538461, 198.547197774232, 406.38 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 390, '2021-05-23 00:00:00', 20.9765128325799, 22.2511538461544, 28.2339307598833, 28.5230769230771, 36.9480547463386, 44.3284615384614, 51.2994835061719, 104.739999999999, 198.768569829336, 405.65 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 405, '2021-05-23 00:00:00', 15.1415254794942, 18.7546153846152, 23.0887164616433, 32.5603846153847, 27.2782587674616, 43.6742307692307, 51.5079743684264, 111.123461538461, 198.842728068808, 405.265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 420, '2021-05-23 00:00:00', 15.5270425981948, 23.920384615385, 19.2309446945839, 31.2946153846154, 24.1827454985192, 44.6596153846153, 55.8105879905072, 113.400384615384, 199.422430037345, 404.195 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 435, '2021-05-23 00:00:00', 10.659754601014, 20.3480769230766, 17.5633883930788, 31.1903846153849, 30.4269549931275, 48.2330769230767, 59.8135774565762, 120.368076923076, 199.609399108512, 403.867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 450, '2021-05-23 00:00:00', 13.0474827280386, 21.308461538462, 19.5617609282848, 33.3511538461543, 25.6365379067874, 47.1603846153848, 58.523089703651, 123.267307692307, 199.283499557405, 404.000384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 465, '2021-05-23 00:00:00', 16.6485459563745, 25.1676923076925, 23.6492467012896, 37.4884615384613, 23.8592733431165, 44.8226923076919, 60.1662321240085, 124.439999999999, 199.756412341092, 404.66923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 480, '2021-05-23 00:00:00', 13.4649338825538, 26.2073076923072, 16.3187209010435, 32.5203846153842, 20.025149925492, 44.2784615384617, 58.2082987540966, 122.779615384614, 200.771016814218, 404.413846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 495, '2021-05-23 00:00:00', 11.2644830261378, 20.834615384615, 13.4625517812014, 28.352692307692, 26.5843888371745, 52.0546153846155, 58.3849233225889, 122.160769230768, 200.959946112498, 403.431538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 510, '2021-05-23 00:00:00', 9.72266272486824, 20.1623076923077, 16.2092731673993, 31.0161538461538, 25.5387727070933, 53.9607692307691, 56.5188333172085, 120.476538461538, 198.7736452164, 401.943846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 525, '2021-05-23 00:00:00', 12.9036341988786, 23.0234615384614, 22.220917214331, 40.7146153846152, 27.13907412116, 56.1980769230768, 53.0869670576928, 121.920769230769, 198.569734713409, 401.338076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 540, '2021-05-23 00:00:00', 18.1983202479273, 33.8696153846153, 21.9668171708, 43.1438461538457, 25.9714845522177, 54.9553846153841, 52.2414837711883, 122.488846153846, 201.50632098236, 403.259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 555, '2021-05-23 00:00:00', 9.95526511643253, 24.2534615384611, 14.2726873594825, 33.4973076923074, 32.2124128797964, 67.8865384615376, 51.0218537144772, 118.292692307692, 200.258260274077, 402 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 570, '2021-05-23 00:00:00', 13.0470086403563, 24.1223076923076, 13.9578686933761, 31.8123076923071, 43.205925768793, 76.2115384615386, 51.7043822707508, 116.465, 204.972865911939, 404.278076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 585, '2021-05-23 00:00:00', 12.531590579872, 25.2923076923074, 28.8152370804064, 61.3699999999994, 40.7921369138711, 82.3650000000005, 50.9252356438787, 117.284230769231, 207.05740206411, 405.058461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 600, '2021-05-23 00:00:00', 23.228962839856, 52.3888461538453, 35.022822407462, 66.4842307692309, 37.7067878259851, 81.3680769230773, 56.8520920445864, 119.134615384616, 207.798198852045, 404.106923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 615, '2021-05-23 00:00:00', 19.2965429028102, 37.8100000000002, 23.6714863366163, 52.8257692307698, 28.5389684790141, 69.3153846153848, 56.7924760997306, 106.241538461539, 205.996498854863, 398.887307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 630, '2021-05-23 00:00:00', 17.4990871893802, 36.8626923076925, 22.696333665289, 50.6453846153848, 33.6594186452839, 71.2265384615384, 60.3113596252493, 107.750384615385, 212.347665653432, 402.152692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 645, '2021-05-23 00:00:00', 19.0153509039404, 35.5350000000003, 24.4874832485128, 51.0996153846151, 33.8156238537075, 65.3638461538458, 64.8003599515173, 107.384615384615, 214.09527372213, 399.426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 660, '2021-05-23 00:00:00', 17.1792490925712, 36.14923076923, 28.9659555951203, 50.2265384615376, 38.1435068070366, 58.5934615384607, 64.9074811866858, 104.345, 212.275779695985, 397.321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 675, '2021-05-23 00:00:00', 16.9887110934111, 32.1761538461539, 19.6173037785134, 39.3334615384613, 27.9554703054695, 49.4100000000001, 61.6855699670014, 103.243076923077, 208.416639440919, 394.930384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 690, '2021-05-23 00:00:00', 14.4558807623536, 25.9138461538455, 20.5644596779534, 34.2053846153832, 26.2049452291269, 47.5276923076919, 58.3897293076049, 102.473846153846, 208.16655149035, 393.870769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 705, '2021-05-23 00:00:00', 14.74649173402, 23.4076923076918, 20.2011089908823, 32.9826923076926, 26.0393424264126, 49.3450000000005, 66.5583403500562, 120.513076923077, 206.399753367473, 393.066923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 720, '2021-05-23 00:00:00', 12.2175494521359, 24.0011538461542, 17.0390569123277, 33.7773076923079, 24.5671179143051, 50.7311538461545, 72.3156680256774, 133.825, 205.419474569627, 392.607307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 735, '2021-05-23 00:00:00', 10.2734818081092, 24.0273076923081, 19.7933872135273, 37.8557692307701, 27.5723849921224, 52.4869230769236, 72.7731413767892, 136.635384615384, 204.786618218536, 393.095769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 750, '2021-05-23 00:00:00', 16.2523333851339, 29.1226923076928, 22.8404824851369, 39.7819230769234, 28.707376655862, 53.347692307693, 70.5485094003788, 138.488846153846, 203.672008389431, 395.705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 765, '2021-05-23 00:00:00', 15.0157121862904, 26.0873076923074, 22.2253338644119, 38.285769230769, 27.3516428785151, 52.4980769230765, 78.4664459361203, 181.664615384615, 201.532214951815, 395.519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 780, '2021-05-23 00:00:00', 13.4338166407937, 27.4884615384617, 19.787779445522, 38.7207692307693, 35.7424963959629, 55.2138461538465, 80.4836616243422, 194.847307692308, 200.441341748268, 396.255384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 795, '2021-05-23 00:00:00', 14.7920116331026, 27.9719230769231, 18.0033353149225, 37.7276923076921, 35.4331110338684, 57.3515384615389, 87.4783922471934, 215.993076923077, 200.380198314258, 396.222692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 810, '2021-05-23 00:00:00', 14.5781344010605, 25.9688461538457, 34.7563166079761, 41.2719230769232, 36.4413882556635, 59.6149999999999, 84.3404850317133, 230.030769230769, 199.84768317935, 396.638076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 825, '2021-05-23 00:00:00', 22.1708565359679, 29.0634615384622, 23.2773204643489, 42.9400000000004, 32.7991335837727, 63.4903846153846, 89.3852529120652, 240.046923076923, 195.358478166125, 394.120769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 840, '2021-05-23 00:00:00', 14.413089392845, 31.9353846153843, 24.103808498945, 44.0680769230764, 34.0559266478853, 63.4703846153846, 95.6535475629863, 245.06423076923, 194.436297399984, 393.141153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 855, '2021-05-23 00:00:00', 16.5161737280578, 28.0611538461539, 27.9746163842541, 46.5446153846152, 32.4275505016722, 60.3165384615387, 98.8882231185211, 248.726538461539, 192.047019888359, 391.77 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 870, '2021-05-23 00:00:00', 24.7685797766817, 36.5819230769233, 27.8321435311487, 45.3384615384618, 31.151373388665, 61.1400000000003, 103.118140160467, 250.646923076923, 194.534038260264, 394.794615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 885, '2021-05-23 00:00:00', 17.5508792503834, 28.052307692308, 21.1806610233162, 38.7957692307695, 48.0287674051869, 79.7623076923074, 102.970738987046, 250.293461538462, 194.287541313225, 393.588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 900, '2021-05-23 00:00:00', 17.4386557218332, 29.3457692307694, 23.9258554577392, 45.6707692307696, 53.1925988663253, 92.2230769230772, 108.396337446641, 255.920384615385, 193.957860040624, 392.546538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 915, '2021-05-23 00:00:00', 17.5303303975183, 34.9996153846159, 44.1454998629968, 68.616923076923, 52.9472275558043, 93.6153846153845, 111.670878462629, 255.516153846154, 194.362668299397, 391.277307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 930, '2021-05-23 00:00:00', 44.2035071302655, 52.6588461538456, 50.827156908336, 71.9492307692304, 50.919994797268, 86.7369230769228, 115.976485696289, 252.742307692308, 190.916117356449, 401.582307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 945, '2021-05-23 00:00:00', 30.3292111972296, 42.890384615384, 34.0251608892372, 57.7115384615379, 48.2095326098641, 129.497692307692, 120.983990203408, 249.408461538462, 197.05027870103, 408.668076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 960, '2021-05-23 00:00:00', 24.7318044661902, 40.5519230769229, 27.7355486001958, 55.1580769230774, 63.252861725471, 147.697307692307, 123.394376920257, 254.413461538462, 206.173741630693, 418.045 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 975, '2021-05-23 00:00:00', 18.0197095383403, 40.4096153846159, 50.5032318173795, 115.87, 76.5976832427311, 168.263076923077, 127.790616814562, 260.895384615385, 211.106060535019, 423.521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 990, '2021-05-23 00:00:00', 50.10334673913, 106.027692307692, 65.5860871362676, 133.384615384615, 78.1335461974207, 178.005769230769, 134.652401302819, 259.756153846154, 216.091726223272, 426.546923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 1005, '2021-05-23 00:00:00', 33.9332902120523, 77.3561538461528, 50.3251893389383, 112.764999999999, 71.3540852380145, 156.388076923076, 128.457789368278, 234.874230769231, 210.084142861488, 412.254615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 1020, '2021-05-23 00:00:00', 33.3054698602999, 74.721153846153, 45.6232932022161, 107.241153846154, 69.3386780553362, 138.157692307692, 119.905690951104, 215.857692307693, 212.300137606752, 401.019615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 1035, '2021-05-23 00:00:00', 35.7205590187975, 75.0561538461539, 49.6411030249981, 96.0784615384612, 61.5284099295728, 127.752692307692, 108.194989209298, 209.715, 211.19154867706, 391.633846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 1050, '2021-05-23 00:00:00', 31.6040363342313, 63.9061538461531, 44.1216099451716, 88.5280769230768, 53.9826099919083, 117.738461538461, 91.5405706373704, 200.713846153846, 212.543621067806, 391.753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988250 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988250, 3, 1065, '2021-05-23 00:00:00', 37.6536[...];[ Date: 2021-05-23 17:15:33 - Database: acaweb_fx - User: pgperfstats ]
15 24s924ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1035, '2021-05-23 00:00:00', 0.00134069442396895, 0.00296153846153853, 0.00184627691897462, 0.00400769230769236, 0.00262607340690653, 0.00598846153846135, 0.00323289165632541, 0.00813269230769221, 0.0100410612755059, 0.0244365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1050, '2021-05-23 00:00:00', 0.00105536176808645, 0.00278269230769231, 0.00209844264597845, 0.00451153846153843, 0.00216720752618167, 0.00561730769230751, 0.00293163711155491, 0.00775192307692301, 0.00993777331506114, 0.0244576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1065, '2021-05-23 00:00:00', 0.00151959002568244, 0.00341538461538468, 0.00150843780627001, 0.00434615384615376, 0.00174911516091823, 0.00515961538461538, 0.00304210263823195, 0.0073326923076923, 0.00976086081481321, 0.0245903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1080, '2021-05-23 00:00:00', 0.0011656906173529, 0.00297115384615372, 0.00164505435963485, 0.00375961538461537, 0.00214289882743329, 0.00493076923076925, 0.00313939239589195, 0.00725384615384616, 0.00972151143677702, 0.0245961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1095, '2021-05-23 00:00:00', 0.00115826793764853, 0.00235384615384617, 0.00141198305720939, 0.00324807692307697, 0.00222885275767263, 0.00449615384615396, 0.00275261623802629, 0.00690192307692312, 0.00970313113619288, 0.0246346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1110, '2021-05-23 00:00:00', 0.0011616169102392, 0.00231538461538472, 0.00156403324772836, 0.00315000000000007, 0.00199037684873983, 0.004, 0.0026246355058296, 0.00663653846153847, 0.00970255814800337, 0.0246211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1125, '2021-05-23 00:00:00', 0.00108954648292833, 0.00213653846153847, 0.00160826351648654, 0.00288653846153853, 0.00156324612954538, 0.00365769230769229, 0.00265090478023001, 0.00639807692307694, 0.00968647193056069, 0.0245923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1140, '2021-05-23 00:00:00', 0.00115328293946525, 0.00176153846153846, 0.00154950116042346, 0.00251538461538453, 0.00175852320034574, 0.00349038461538454, 0.00266296899083591, 0.00645961538461533, 0.009694312567369, 0.0245480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1155, '2021-05-23 00:00:00', 0.00148986447499296, 0.00199807692307688, 0.00136280395339335, 0.00272884615384611, 0.00197750814449358, 0.00370769230769224, 0.00272154438621769, 0.00650961538461535, 0.00969759069999438, 0.0245057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1170, '2021-05-23 00:00:00', 0.000540982013066557, 0.00161153846153846, 0.000896763411042567, 0.00215384615384616, 0.00119535157364485, 0.00319423076923074, 0.00218117822782499, 0.00614230769230769, 0.00911815285781409, 0.0242634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1185, '2021-05-23 00:00:00', 0.000890568098722223, 0.00146346153846161, 0.00105007692025949, 0.00228846153846157, 0.00153199342235981, 0.00324038461538465, 0.00223690720553029, 0.00593461538461549, 0.00910506536959611, 0.0242192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1200, '2021-05-23 00:00:00', 0.000894659367924784, 0.00173076923076916, 0.00116016577064857, 0.00235384615384613, 0.00197818973189744, 0.00342115384615387, 0.00225469851302007, 0.00589423076923073, 0.0089623245610982, 0.0241615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1215, '2021-05-23 00:00:00', 0.000779657222512109, 0.00164423076923066, 0.00118863205149706, 0.00247307692307686, 0.00171442858836858, 0.00325576923076923, 0.00208786696452102, 0.00581730769230766, 0.00894769609366664, 0.0242057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1230, '2021-05-23 00:00:00', 0.00112456487311584, 0.00182692307692309, 0.00145120771985054, 0.00250961538461541, 0.00166466097264467, 0.00344807692307698, 0.00196299222146657, 0.0055576923076923, 0.00897737926465964, 0.0242423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1245, '2021-05-23 00:00:00', 0.000967908132957943, 0.00182307692307705, 0.00120227508691453, 0.00220576923076928, 0.00162490354743329, 0.0032134615384616, 0.00191324633501844, 0.00521346153846151, 0.00901322297857656, 0.0242673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1260, '2021-05-23 00:00:00', 0.000714993275923143, 0.0014692307692308, 0.00129507350548739, 0.00233076923076926, 0.00144457739361857, 0.00310961538461535, 0.00181726336942288, 0.00492307692307693, 0.00900881021769598, 0.0242615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1275, '2021-05-23 00:00:00', 0.0009072295104412, 0.00154423076923086, 0.00105377161443287, 0.00202115384615385, 0.0013547139919555, 0.00302499999999995, 0.00183275853460127, 0.00474038461538464, 0.0090705864452934, 0.0242576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1290, '2021-05-23 00:00:00', 0.000795274505099673, 0.00126153846153846, 0.000995947558088056, 0.00191346153846142, 0.0013030673871233, 0.00280384615384604, 0.00198253625439731, 0.00472499999999999, 0.00914900015554462, 0.0243403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1305, '2021-05-23 00:00:00', 0.000800117779791378, 0.00136730769230758, 0.00120076898437881, 0.00217307692307678, 0.00146304345589804, 0.00284807692307684, 0.00200019614422798, 0.00475384615384614, 0.00922478455032971, 0.024425 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1320, '2021-05-23 00:00:00', 0.000809653297120714, 0.00155769230769226, 0.000855599205235646, 0.00197499999999994, 0.0013194360683494, 0.0029634615384615, 0.00192058985330432, 0.00469423076923073, 0.00924832978684017, 0.0244596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1335, '2021-05-23 00:00:00', 0.000570994409241076, 0.00117884615384628, 0.000804707304648023, 0.00178461538461553, 0.00147563415311712, 0.00285192307692323, 0.00182947764718197, 0.00528269230769219, 0.0092520268049764, 0.02445 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1350, '2021-05-23 00:00:00', 0.000727228669994144, 0.00113846153846148, 0.00123596272037382, 0.00215961538461537, 0.00153982516490075, 0.0025615384615385, 0.00205505100067727, 0.005678846153846, 0.00926516137930779, 0.0245192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1365, '2021-05-23 00:00:00', 0.00115731785408528, 0.00175384615384623, 0.00140300227534214, 0.00213076923076935, 0.00148770473704148, 0.00239423076923096, 0.00239619249258868, 0.00599230769230763, 0.00928893220658129, 0.0245115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1380, '2021-05-23 00:00:00', 0.000587226204613253, 0.00107115384615384, 0.000618981794189715, 0.00129230769230769, 0.00098703908425456, 0.00242307692307691, 0.00257748013496775, 0.00620961538461529, 0.00939063711281708, 0.0246942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1395, '2021-05-23 00:00:00', 0.000498694449383657, 0.000601923076923109, 0.000566745092612176, 0.000950000000000075, 0.00137639579504419, 0.00285576923076917, 0.00244136153689828, 0.00702307692307688, 0.0093736110766015, 0.0247538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1410, '2021-05-23 00:00:00', 0.000503820022810425, 0.000621153846153936, 0.000865130048027514, 0.00202499999999999, 0.00143952583005123, 0.00287115384615382, 0.00266000289184343, 0.00756923076923069, 0.00940484654109469, 0.0248076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1425, '2021-05-23 00:00:00', 0.000963593035706285, 0.00178653846153843, 0.0014746642381859, 0.00252115384615374, 0.0014704800367436, 0.00283653846153841, 0.00390131979640825, 0.00879807692307681, 0.00943825134553753, 0.0248326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 0, '2021-05-23 00:00:00', 0.00120121252843175, 0.00133653846153842, 0.00132981346291659, 0.00160961538461536, 0.00126175092019602, 0.0020692307692307, 0.00389491779314855, 0.00934615384615376, 0.00940865579379738, 0.0246903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 15, '2021-05-23 00:00:00', 0.000911157688511506, 0.000600000000000058, 0.000944907402870904, 0.000958000000000041, 0.000988066293322388, 0.00177599999999995, 0.00398206604666481, 0.00963199999999993, 0.00957875774826793, 0.024648 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 30, '2021-05-23 00:00:00', 0.000602584710504121, 0.000696000000000048, 0.000814068997894713, 0.00114000000000008, 0.00145771796540565, 0.00226599999999991, 0.00466456768271916, 0.0104939999999999, 0.00956697095915609, 0.024638 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 45, '2021-05-23 00:00:00', 0.00078997809122493, 0.000805769230769232, 0.000853132237923585, 0.00142115384615378, 0.00152432078190707, 0.00243461538461531, 0.00571108234386988, 0.0113384615384614, 0.0093737327348617, 0.0246442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 60, '2021-05-23 00:00:00', 0.000817594972135645, 0.00113846153846145, 0.00142112225425481, 0.00186730769230758, 0.00152957007534299, 0.00260384615384603, 0.00649697592375457, 0.0124980769230769, 0.00939514952597282, 0.0246288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 75, '2021-05-23 00:00:00', 0.00138515897449177, 0.00140576923076917, 0.00142793691952886, 0.00180961538461533, 0.00141154034793402, 0.00337692307692296, 0.0080438674682117, 0.0129096153846153, 0.00939110237651343, 0.0246096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 90, '2021-05-23 00:00:00', 0.000845397039175068, 0.00105192307692315, 0.000947279505498937, 0.00189230769230765, 0.00176693128158575, 0.00382307692307683, 0.00849369472020287, 0.0130750000000001, 0.00939695613565301, 0.0245038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 105, '2021-05-23 00:00:00', 0.000666298616352893, 0.00141538461538456, 0.00114542064829404, 0.00281730769230769, 0.00190013461061624, 0.00418653846153841, 0.00851559655076415, 0.0132038461538462, 0.00944071155238772, 0.0244711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 120, '2021-05-23 00:00:00', 0.0011976081932817, 0.00229423076923079, 0.00164542255503426, 0.00323076923076918, 0.00225848485630384, 0.00448461538461539, 0.00852509801432499, 0.0132519230769231, 0.00952494962635587, 0.0247557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 135, '2021-05-23 00:00:00', 0.00118004074245174, 0.00220192307692307, 0.00152949463750402, 0.0032346153846154, 0.00210449793025833, 0.00501346153846164, 0.00868962976107829, 0.0135557692307693, 0.0097826811253358, 0.024975 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 150, '2021-05-23 00:00:00', 0.0012225399159757, 0.0023403846153847, 0.00186545931650583, 0.00325769230769233, 0.00263199251810954, 0.00574615384615391, 0.00864283006534687, 0.0138134615384616, 0.00977893674415347, 0.0249596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 165, '2021-05-23 00:00:00', 0.0012344167105902, 0.00209615384615385, 0.0019373296451163, 0.00397307692307699, 0.00409725048519884, 0.00698846153846151, 0.00857733417434949, 0.0137884615384616, 0.0100391681006868, 0.0249519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 180, '2021-05-23 00:00:00', 0.00165160527972039, 0.00335000000000015, 0.00234179089915922, 0.00495384615384626, 0.00395092588953724, 0.00758076923076929, 0.00838820508901562, 0.0137461538461539, 0.00990916747259837, 0.02485 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 195, '2021-05-23 00:00:00', 0.00182342977760209, 0.00345192307692313, 0.0038052130234517, 0.00547692307692305, 0.00367585311918832, 0.00725192307692305, 0.00795850705945445, 0.0133788461538462, 0.00983990619092245, 0.0243846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 210, '2021-05-23 00:00:00', 0.00279864321523012, 0.00425961538461523, 0.00294442955164749, 0.00580576923076912, 0.00436666744959871, 0.0077461538461538, 0.00787211143604691, 0.0132423076923077, 0.00990345413712584, 0.0242596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 225, '2021-05-23 00:00:00', 0.0016685657129587, 0.00391346153846157, 0.00282842984438636, 0.00516923076923078, 0.00486960944572, 0.00744807692307692, 0.00752595917730514, 0.0127615384615385, 0.0089974810577526, 0.0243057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 240, '2021-05-23 00:00:00', 0.00194460694070712, 0.00364807692307696, 0.0029193894250998, 0.00517884615384621, 0.0055644824902783, 0.00790576923076925, 0.0071180291135636, 0.0126576923076924, 0.00849790947142984, 0.0240942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 255, '2021-05-23 00:00:00', 0.0019784813523353, 0.00323269230769226, 0.0037746915309526, 0.00485192307692297, 0.00619332301757297, 0.00722499999999993, 0.0064991895944507, 0.0117057692307692, 0.0079868642156982, 0.0235499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 270, '2021-05-23 00:00:00', 0.00242425246210038, 0.00344999999999992, 0.003824674948481, 0.00535769230769229, 0.00515837668263974, 0.0067750000000001, 0.00644055539888873, 0.0116653846153846, 0.00788406206313629, 0.0235211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 285, '2021-05-23 00:00:00', 0.00266852018916842, 0.00364999999999997, 0.00334297944032879, 0.00476346153846154, 0.00354824604558357, 0.00577500000000007, 0.00632182696329519, 0.0111019230769231, 0.00764125669285845, 0.0234596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 300, '2021-05-23 00:00:00', 0.00202119157543645, 0.00281923076923079, 0.00239327262261402, 0.00366538461538475, 0.00451878685217453, 0.005121153846154, 0.0061589409679063, 0.0108846153846154, 0.00749873425216657, 0.0234192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 315, '2021-05-23 00:00:00', 0.00150042173558501, 0.00255576923076918, 0.00204797085315807, 0.00350384615384612, 0.00618044932396944, 0.00563461538461544, 0.00632672475723785, 0.0111730769230769, 0.00743736434911854, 0.0234173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 330, '2021-05-23 00:00:00', 0.00187759256660048, 0.0026153846153846, 0.00450397431335759, 0.00404615384615388, 0.00627042662025476, 0.00587500000000001, 0.0062901342164963, 0.0112826923076923, 0.00752921285087932, 0.0234730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 345, '2021-05-23 00:00:00', 0.00306148028549288, 0.00281153846153847, 0.00478940015515022, 0.00401538461538462, 0.00482837924710202, 0.00547307692307698, 0.00501304145358727, 0.0107461538461538, 0.00679113109418909, 0.0231615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 360, '2021-05-23 00:00:00', 0.00305082838687354, 0.00263461538461543, 0.00308569466060094, 0.00361346153846152, 0.00297772499634298, 0.00472692307692309, 0.00443619769622585, 0.010425, 0.00659376628689209, 0.0229153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 375, '2021-05-23 00:00:00', 0.00113371581027235, 0.0021134615384615, 0.00154472800692703, 0.00304615384615389, 0.00164718407733174, 0.00413076923076917, 0.00440988095077409, 0.0102749999999999, 0.00660168655607153, 0.0228057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 390, '2021-05-23 00:00:00', 0.00111581119163796, 0.00217115384615394, 0.00135499219413017, 0.00299038461538461, 0.0014044215891249, 0.00395000000000005, 0.00440631190627545, 0.0105461538461538, 0.00659632881580002, 0.0230346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 405, '2021-05-23 00:00:00', 0.000943750700458288, 0.0019057692307693, 0.00106357343965452, 0.00248269230769229, 0.00265077129559272, 0.00428269230769227, 0.0043560537010182, 0.0111903846153846, 0.00656978661402683, 0.023101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 420, '2021-05-23 00:00:00', 0.000896179926989318, 0.0018423076923076, 0.00104241767798944, 0.00272115384615389, 0.00350948166236288, 0.00463846153846159, 0.00475239372883249, 0.011576923076923, 0.0065665542421718, 0.0231211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 435, '2021-05-23 00:00:00', 0.00091475932101536, 0.0021461538461539, 0.00260053618731565, 0.00338269230769232, 0.0032104588696705, 0.00487307692307691, 0.00495212619448994, 0.0118346153846154, 0.00645757783835869, 0.0230134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 450, '2021-05-23 00:00:00', 0.00220243309511578, 0.0024634615384614, 0.00293565416638523, 0.00355576923076928, 0.002832810509832, 0.00526923076923072, 0.00488172140193943, 0.0120096153846153, 0.00633281229300709, 0.0229365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 465, '2021-05-23 00:00:00', 0.00192572164295722, 0.00250961538461551, 0.00204022340405693, 0.00368653846153848, 0.00193948843374106, 0.00553076923076922, 0.00475354644935269, 0.0123096153846153, 0.00619462577251752, 0.0227673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 480, '2021-05-23 00:00:00', 0.00154657562176773, 0.00284807692307691, 0.00168766224291293, 0.00395961538461535, 0.00201383006692768, 0.00551346153846157, 0.00473026954834493, 0.012825, 0.00633084391020537, 0.0227538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 495, '2021-05-23 00:00:00', 0.00133611520691668, 0.00250961538461541, 0.00174058787593335, 0.00387692307692309, 0.00233959315989908, 0.00559807692307699, 0.00488028845301327, 0.0129807692307691, 0.00668383468929678, 0.0227730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 510, '2021-05-23 00:00:00', 0.00121526350418962, 0.00270576923076931, 0.00154849803159254, 0.00382692307692314, 0.0021701586258931, 0.00593269230769242, 0.0046962788051162, 0.0131711538461538, 0.00691076223114243, 0.0228288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 525, '2021-05-23 00:00:00', 0.00118118747290778, 0.00274038461538448, 0.001987959912922, 0.00445384615384619, 0.00248767191133834, 0.00633653846153845, 0.00470763904570165, 0.0132057692307692, 0.00697522649204925, 0.0228038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 540, '2021-05-23 00:00:00', 0.00147588825926849, 0.0034730769230771, 0.0018137986064101, 0.00489423076923091, 0.00325059047890364, 0.00645769230769236, 0.00458218456466073, 0.0128807692307692, 0.00688277895575961, 0.0226230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 555, '2021-05-23 00:00:00', 0.00115875430461399, 0.00301346153846148, 0.00132812331447853, 0.0040865384615384, 0.00300660874638629, 0.00625192307692302, 0.00450029956267871, 0.0123980769230769, 0.00667239808118843, 0.0224480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 570, '2021-05-23 00:00:00', 0.00113501609612447, 0.00306153846153843, 0.00223527059108835, 0.00427884615384619, 0.00263992205595899, 0.00646730769230762, 0.00438122085198245, 0.0120980769230768, 0.00641183791003928, 0.0226057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 585, '2021-05-23 00:00:00', 0.00157313014767955, 0.00289230769230768, 0.00182535981700554, 0.00449230769230771, 0.00286779800275683, 0.00700576923076916, 0.00434102655353096, 0.0117134615384615, 0.00616570072129818, 0.0224557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 600, '2021-05-23 00:00:00', 0.00152002024278023, 0.00346153846153849, 0.00166570844249076, 0.00499615384615378, 0.00355539730550615, 0.00722499999999987, 0.00427682529633653, 0.0115788461538461, 0.00629951890714997, 0.0224923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 615, '2021-05-23 00:00:00', 0.00145878242169497, 0.00372307692307685, 0.00307214345117801, 0.00545576923076915, 0.0042694716841243, 0.00721730769230764, 0.00455229485661223, 0.0113326923076923, 0.00625367461208581, 0.0224730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 630, '2021-05-23 00:00:00', 0.00235113720438559, 0.00337307692307688, 0.00297036969985987, 0.0045980769230768, 0.00349539532264053, 0.00633269230769224, 0.00382720072436949, 0.0103442307692308, 0.00632765845621128, 0.0220115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 645, '2021-05-23 00:00:00', 0.00137156283683419, 0.00305384615384601, 0.0019121554491041, 0.00460769230769236, 0.00223128800333926, 0.00607692307692306, 0.002811153609354, 0.00975384615384628, 0.0064150484139909, 0.0218230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 660, '2021-05-23 00:00:00', 0.00114789439342717, 0.00308846153846169, 0.00150857166271218, 0.0041173076923078, 0.00251351424228189, 0.00621538461538482, 0.00261814085535162, 0.00938846153846176, 0.00671717545951027, 0.0220269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 675, '2021-05-23 00:00:00', 0.000880655350380537, 0.00286538461538467, 0.00145762187773843, 0.00403846153846159, 0.00190390691433733, 0.00591153846153859, 0.00246750574779171, 0.00899615384615399, 0.00672369975991933, 0.0219923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 690, '2021-05-23 00:00:00', 0.00130430647649061, 0.00281923076923079, 0.00169255837304172, 0.00438461538461552, 0.00197780472708031, 0.00571346153846161, 0.0025582874379915, 0.00892884615384625, 0.00665647544760859, 0.0223442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 705, '2021-05-23 00:00:00', 0.00124737879016517, 0.00341538461538482, 0.00132817544021865, 0.00417500000000018, 0.0015680070643483, 0.00537307692307704, 0.00278656667714122, 0.00906538461538474, 0.00663701856141866, 0.0224307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 720, '2021-05-23 00:00:00', 0.00094406649048755, 0.00251153846153845, 0.00123695656288381, 0.00386153846153848, 0.00161840852501647, 0.00487692307692302, 0.00335103887450766, 0.00883846153846157, 0.00650355790199607, 0.0223942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 735, '2021-05-23 00:00:00', 0.00101618630938656, 0.00267115384615391, 0.00123470488532532, 0.00334807692307705, 0.00199744548399655, 0.00473269230769231, 0.00419664334732124, 0.0091192307692308, 0.00662575162644845, 0.0224961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 750, '2021-05-23 00:00:00', 0.000720408537941073, 0.00206730769230773, 0.00112988767311, 0.00302307692307688, 0.0020010458803797, 0.00430384615384617, 0.00446778899026556, 0.00915769230769228, 0.00662575162644845, 0.0224961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 765, '2021-05-23 00:00:00', 0.00108712747819466, 0.00227692307692303, 0.00149018842381125, 0.0033115384615384, 0.0019757306340849, 0.00438653846153835, 0.00424565841591326, 0.00961923076923079, 0.00663189728045161, 0.0224884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 780, '2021-05-23 00:00:00', 0.000807331787671274, 0.00220384615384614, 0.00105127761099753, 0.00294615384615385, 0.00162254311309326, 0.00407307692307689, 0.00400380011796487, 0.00976923076923079, 0.00666727051752412, 0.0224480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 795, '2021-05-23 00:00:00', 0.000709867268199969, 0.00196346153846154, 0.00115196988475606, 0.00297115384615375, 0.00166467830110033, 0.00388461538461542, 0.00384367862660437, 0.00994423076923072, 0.00660255894448389, 0.0223538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 810, '2021-05-23 00:00:00', 0.00118723985004655, 0.00230769230769226, 0.00135151766544132, 0.00294999999999996, 0.00177060615435688, 0.00382692307692307, 0.00390525139543389, 0.0100326923076923, 0.00663718574513202, 0.0222711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 825, '2021-05-23 00:00:00', 0.00085686369080225, 0.0019192307692307, 0.00107529602364255, 0.00266153846153848, 0.00145725373958636, 0.00376730769230769, 0.0037354167721338, 0.0102576923076923, 0.00654796885712245, 0.0223480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 840, '2021-05-23 00:00:00', 0.000935449295587757, 0.00210576923076931, 0.00122182713116952, 0.00286153846153852, 0.00148783399611664, 0.00387500000000002, 0.00379489332980725, 0.0105192307692307, 0.00644831641712655, 0.0224038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 855, '2021-05-23 00:00:00', 0.000860205699907846, 0.00201538461538477, 0.00102295386767186, 0.0029288461538463, 0.00122635796004024, 0.00413461538461548, 0.00356758267652569, 0.0107230769230769, 0.0063804063048825, 0.0224038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 870, '2021-05-23 00:00:00', 0.00074368365896772, 0.00224423076923083, 0.0013524465011459, 0.00296346153846157, 0.00135194446859103, 0.0044653846153847, 0.00351252922243529, 0.0107384615384615, 0.00628165460809365, 0.0223961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 885, '2021-05-23 00:00:00', 0.00141518685909456, 0.0022346153846154, 0.00134247332017616, 0.00337115384615391, 0.00151627707027651, 0.00494807692307704, 0.00349460463263898, 0.0107384615384616, 0.00621736773389356, 0.0223615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 900, '2021-05-23 00:00:00', 0.000844679426370181, 0.0026840000000001, 0.00109782739991294, 0.00347800000000007, 0.00159231749346667, 0.00506200000000007, 0.00315625437293419, 0.010706, 0.005692435038423, 0.0226439999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 915, '2021-05-23 00:00:00', 0.000779773142552349, 0.00232307692307684, 0.00115481100684846, 0.00363269230769224, 0.0023278456530912, 0.00525576923076925, 0.00298747191811709, 0.0103326923076922, 0.00623778714461605, 0.0219326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 930, '2021-05-23 00:00:00', 0.000953199067109511, 0.0024826923076924, 0.00139326539522748, 0.00356730769230775, 0.00261198421481862, 0.00538846153846159, 0.00293462879319445, 0.010026923076923, 0.00622570879498863, 0.021625 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 945, '2021-05-23 00:00:00', 0.00122206162503563, 0.00262115384615382, 0.00205006191276121, 0.00378461538461545, 0.00279993955978723, 0.00586153846153853, 0.0029217546098193, 0.00977499999999993, 0.00633250831333533, 0.0216115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 960, '2021-05-23 00:00:00', 0.00107780581953131, 0.00280576923076925, 0.001768271646378, 0.00384615384615376, 0.00236055078318618, 0.00589999999999998, 0.00290641796454253, 0.0096557692307691, 0.00635414704074304, 0.0214961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 975, '2021-05-23 00:00:00', 0.00106773123959156, 0.00247499999999997, 0.00172511872501137, 0.00417115384615393, 0.00241550201821484, 0.00607500000000002, 0.00297385013330948, 0.00950384615384614, 0.00648629324036451, 0.0217499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 990, '2021-05-23 00:00:00', 0.00126199628184276, 0.00317884615384636, 0.00193361359595487, 0.0045115384615386, 0.00220467335797938, 0.00594615384615393, 0.00330049937946461, 0.00934807692307693, 0.00655998387662174, 0.0217673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1005, '2021-05-23 00:00:00', 0.00143612191468769, 0.00297307692307686, 0.00205038082766622, 0.00441153846153843, 0.00246010396903493, 0.0058634615384615, 0.00361015448209836, 0.00908076923076918, 0.00691255741386638, 0.0219749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1020, '2021-05-23 00:00:00', 0.00205333968114218, 0.00330961538461546, 0.00202316963812093, 0.00426923076923086, 0.00265110136764671, 0.00620769230769239, 0.00333040595816088, 0.00894038461538458, 0.00681769671234634, 0.0218173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1035, '2021-05-23 00:00:00', 0.00115820982554976, 0.0029750000000001, 0.00178924135191001, 0.00429615384615391, 0.00250877536781462, 0.00623461538461541, 0.00318778980582995, 0.00860961538461541, 0.00655766756142408, 0.0218596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1050, '2021-05-23 00:00:00', 0.00125984736560242, 0.00283076923076929, 0.0021506287095066, 0.00449038461538471, 0.00234355827420933, 0.00574423076923084, 0.00296313243817308, 0.00826538461538462, 0.0061264458262143, 0.0217076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1065, '2021-05-23 00:00:00', 0.00187141760335688, 0.00360961538461551, 0.00205849833242946, 0.00461923076923087, 0.00212234630683909, 0.00548461538461545, 0.00296076913084314, 0.00793461538461544, 0.0061701427486292, 0.0218884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1080, '2021-05-23 00:00:00', 0.00140440515740784, 0.00306538461538468, 0.00151190786247544, 0.00384423076923083, 0.00165204884450032, 0.00464423076923084, 0.00274940063398442, 0.00740961538461547, 0.0063601245754611, 0.021953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1095, '2021-05-23 00:00:00', 0.00109508166186534, 0.00235961538461542, 0.00105283682715565, 0.00325576923076933, 0.0014646619457692, 0.00417115384615383, 0.00276630898213039, 0.00710576923076931, 0.0065644813492473, 0.022080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1110, '2021-05-23 00:00:00', 0.000920018812516682, 0.00232884615384626, 0.00135375830134529, 0.0030615384615386, 0.00164852848135723, 0.00407692307692304, 0.00297316976668639, 0.00699230769230776, 0.00685492551718497, 0.0222096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1125, '2021-05-23 00:00:00', 0.00115697217571747, 0.00224615384615391, 0.00144118540952073, 0.00313076923076914, 0.00170782475231376, 0.00399423076923075, 0.00298400092802617, 0.00686153846153846, 0.00695379282229383, 0.0223711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1140, '2021-05-23 00:00:00', 0.00129455219462769, 0.00235576923076917, 0.00143267367050342, 0.00296538461538454, 0.00171084437092865, 0.00381730769230771, 0.00306467026711736, 0.00685961538461539, 0.00701427802085482, 0.0223519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1155, '2021-05-23 00:00:00', 0.00103238335157803, 0.00186923076923072, 0.00146286862547006, 0.00284615384615391, 0.00160994147050797, 0.00388653846153852, 0.00303484190438558, 0.00659423076923077, 0.00705272369644966, 0.0223634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1170, '2021-05-23 00:00:00', 0.00138152229303546, 0.00200961538461552, 0.00148698067857703, 0.00253653846153849, 0.00149654987837407, 0.00398846153846153, 0.00277088155924867, 0.00635384615384621, 0.00707522872693614, 0.0223384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1185, '2021-05-23 00:00:00', 0.000724388336141967, 0.00160769230769235, 0.00107419558454036, 0.00260192307692306, 0.00188852812039916, 0.00389230769230764, 0.00288899569986636, 0.00605192307692308, 0.00720101622101942, 0.022278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1200, '2021-05-23 00:00:00', 0.00110769337606787, 0.0020038461538462, 0.00126279908871579, 0.0028115384615385, 0.00178876945240181, 0.00369807692307695, 0.00272836101829529, 0.00591538461538473, 0.00735889963555387, 0.0222403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1215, '2021-05-23 00:00:00', 0.000844513970372138, 0.00165961538461545, 0.00150252607810459, 0.0023961538461539, 0.00156092797843026, 0.00320192307692303, 0.00253442528760699, 0.00543653846153843, 0.00745345867056671, 0.022826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1230, '2021-05-23 00:00:00', 0.000971596624119195, 0.0016000000000001, 0.000868484533319576, 0.00229423076923075, 0.00141433322153539, 0.00304230769230764, 0.0019951219357377, 0.00518653846153847, 0.00764593129609568, 0.0229442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1245, '2021-05-23 00:00:00', 0.000606021070971513, 0.00163846153846151, 0.000735788431129982, 0.00209615384615385, 0.00112097485046929, 0.00275384615384619, 0.00158244698538017, 0.00500769230769232, 0.00771816139923334, 0.0232307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1260, '2021-05-23 00:00:00', 0.000607327056738095, 0.00147307692307704, 0.000895518758125196, 0.00211538461538471, 0.00115636698992354, 0.00260384615384634, 0.00168031247094116, 0.00487500000000008, 0.00778885199401143, 0.0232807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1275, '2021-05-23 00:00:00', 0.000605347960966501, 0.00152307692307693, 0.000685700091428194, 0.00185384615384624, 0.000795748317381494, 0.00236923076923092, 0.00144371449340302, 0.0048365384615385, 0.00797259922870438, 0.0233576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1290, '2021-05-23 00:00:00', 0.000518759615295539, 0.00118653846153843, 0.000595654132994878, 0.0015903846153848, 0.000939263213702923, 0.0023307692307694, 0.00137739023016508, 0.00474038461538467, 0.00792003399371097, 0.0234076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1305, '2021-05-23 00:00:00', 0.00054520638294149, 0.00112500000000011, 0.000788194138521862, 0.00157500000000009, 0.00100214577474848, 0.00240192307692315, 0.00137278492909079, 0.00479230769230776, 0.00778569422822292, 0.0235711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1320, '2021-05-23 00:00:00', 0.000487031826475451, 0.00105000000000005, 0.000696673414272401, 0.00156538461538472, 0.00102645206714883, 0.0025403846153846, 0.00183171735307016, 0.00518269230769236, 0.0078182734666932, 0.0235999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1335, '2021-05-23 00:00:00', 0.000627525666039805, 0.000967307692307795, 0.000771534435145594, 0.00149423076923084, 0.00106150292582668, 0.00253269230769228, 0.00267722086097909, 0.00568653846153846, 0.00776655650851771, 0.0236999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1350, '2021-05-23 00:00:00', 0.000749042979150949, 0.00110576923076918, 0.000861664310863325, 0.00189423076923073, 0.000998400644107405, 0.00259038461538459, 0.00266737626776691, 0.00590192307692305, 0.00785090097720288, 0.0237730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1365, '2021-05-23 00:00:00', 0.00085781475497123, 0.00147307692307691, 0.000939633725693974, 0.00201346153846153, 0.00118077712350163, 0.00267115384615394, 0.00269348287538646, 0.00617499999999992, 0.00785453935387285, 0.0237673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1380, '2021-05-23 00:00:00', 0.000698308395613628, 0.00122884615384616, 0.000788825807036059, 0.00167307692307692, 0.00101673686180525, 0.0029846153846154, 0.00273308222736502, 0.00650769230769227, 0.00782874289938134, 0.0237692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1395, '2021-05-23 00:00:00', 0.000471841727049047, 0.000821153846153743, 0.000798113159510949, 0.00145384615384615, 0.00095882941452263, 0.0030846153846153, 0.00281077391477874, 0.00692499999999988, 0.00784268424417591, 0.0237480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1410, '2021-05-23 00:00:00', 0.000743662971637429, 0.000928846153846141, 0.00074863979219747, 0.00223846153846158, 0.00102627219361377, 0.00297884615384611, 0.00276465883275653, 0.00739230769230765, 0.00783857522375465, 0.0237615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1425, '2021-05-23 00:00:00', 0.000730742509632918, 0.00199615384615381, 0.000892018023274333, 0.00264807692307683, 0.000953721455868934, 0.00290384615384608, 0.00350537444504866, 0.00872499999999996, 0.0078446691845726, 0.023778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 0, '2021-05-23 00:00:00', 0.00121314118653248, 0.00153653846153836, 0.00130793583705239, 0.001951923076923, 0.00138450352112224, 0.00232500000000001, 0.00349025070732744, 0.00887499999999998, 0.00782567274080332, 0.0237653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 15, '2021-05-23 00:00:00', 0.000965943142139267, 0.000826923076923063, 0.000910420443869355, 0.0011442307692308, 0.00131523615896379, 0.00222307692307707, 0.00353481203939414, 0.00909807692307687, 0.00787348617928443, 0.023753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 30, '2021-05-23 00:00:00', 0.000740563714601676, 0.000778846153846149, 0.00111485252560422, 0.00124807692307692, 0.00121251328303578, 0.00228269230769239, 0.00370405806566863, 0.00937307692307681, 0.00787632504114986, 0.023751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 45, '2021-05-23 00:00:00', 0.00109124487839139, 0.000880769230769228, 0.00121260685492675, 0.00181923076923087, 0.00134113184116431, 0.00257884615384619, 0.00352262631481763, 0.010051923076923, 0.00786101481019797, 0.0237653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 60, '2021-05-23 00:00:00', 0.00111525264471257, 0.00151730769230781, 0.00114678312616704, 0.0018634615384616, 0.00177497562280119, 0.00314230769230778, 0.0039064739166592, 0.0104423076923076, 0.0078694347856852, 0.0237596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 75, '2021-05-23 00:00:00', 0.000846996957582325, 0.00114038461538466, 0.0010940134298149, 0.00174423076923074, 0.00199818764037669, 0.00358461538461533, 0.00372511073660898, 0.010625, 0.00787788750481118, 0.0236865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 90, '2021-05-23 00:00:00', 0.000799865373287794, 0.00114615384615374, 0.00138738824913794, 0.00227307692307689, 0.00183010823555496, 0.003801923076923, 0.00370624421130683, 0.0107769230769231, 0.00789134969444381, 0.0236499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 105, '2021-05-23 00:00:00', 0.00121754481831882, 0.00163076923076932, 0.00175101399194874, 0.00287499999999996, 0.00171331886654573, 0.0039884615384614, 0.00403584706579187, 0.0110384615384615, 0.008072955802221, 0.0237692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 120, '2021-05-23 00:00:00', 0.0011890267513326, 0.00220384615384611, 0.00132995662161768, 0.00294615384615378, 0.00238239052537247, 0.00449615384615375, 0.00396896275928798, 0.0109557692307692, 0.00814236688325552, 0.0238076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 135, '2021-05-23 00:00:00', 0.00110862354018223, 0.0020269230769231, 0.00136036194278742, 0.00290384615384608, 0.00252166687850594, 0.00504038461538452, 0.00399988076745365, 0.0108769230769231, 0.00820993699029502, 0.0239057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 150, '2021-05-23 00:00:00', 0.00114500419885011, 0.00202115384615388, 0.00235359381503131, 0.0034096153846154, 0.00274783271240895, 0.00539615384615381, 0.00422000045570535, 0.0111596153846154, 0.00887692514331393, 0.0241499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 165, '2021-05-23 00:00:00', 0.00230290118028403, 0.00266538461538465, 0.00253897314191877, 0.00424615384615379, 0.00378680096367128, 0.00696153846153857, 0.00456396799355052, 0.0113403846153847, 0.00901606962808415, 0.0242134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 180, '2021-05-23 00:00:00', 0.00164084992047992, 0.0033326923076923, 0.00224885611948705, 0.00438461538461538, 0.00377133979457624, 0.00719038461538466, 0.00466882335695636, 0.0112365384615385, 0.00896852466213837, 0.024128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 195, '2021-05-23 00:00:00', 0.0020787986545487, 0.00314038461538464, 0.00364700773026539, 0.00619423076923085, 0.00358482699936616, 0.00750384615384622, 0.00441235154468066, 0.0111769230769232, 0.00885217226708522, 0.0241346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 210, '2021-05-23 00:00:00', 0.00336585856003398, 0.00490961538461545, 0.00312003451657439, 0.00593076923076924, 0.00320094457212951, 0.00707307692307687, 0.00425335930584462, 0.0106442307692307, 0.00884249181726851, 0.0240884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 225, '2021-05-23 00:00:00', 0.00132786120683426, 0.00338076923076924, 0.00181235078961422, 0.00456923076923078, 0.00213673726832433, 0.00637692307692304, 0.00381376252739785, 0.00970384615384602, 0.00857589555763029, 0.024253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 240, '2021-05-23 00:00:00', 0.00139068328529537, 0.0033, 0.00171355231564769, 0.00431153846153852, 0.00210248936702711, 0.00613846153846144, 0.00402587830837512, 0.00965192307692292, 0.00859648407557045, 0.0245923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 255, '2021-05-23 00:00:00', 0.001030317352156, 0.00283461538461541, 0.00166712673137403, 0.00453653846153838, 0.00206075508939364, 0.00611346153846147, 0.00393552264147188, 0.00925769230769215, 0.0085113962065347, 0.0244942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 270, '2021-05-23 00:00:00', 0.00154883703269468, 0.00335192307692295, 0.00173190979512846, 0.00431346153846136, 0.00195142255803309, 0.00597499999999991, 0.00373142579472491, 0.0089923076923075, 0.00848345652522499, 0.024278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 285, '2021-05-23 00:00:00', 0.000999894225175174, 0.00293269230769217, 0.00146006849154414, 0.00434999999999994, 0.00218226857967706, 0.00570192307692297, 0.00340146800887268, 0.00839615384615375, 0.0081732888117329, 0.0243749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 300, '2021-05-23 00:00:00', 0.00118604222262362, 0.00290192307692311, 0.00161401672853771, 0.00392499999999997, 0.0022227919034748, 0.00494038461538458, 0.00347929535306299, 0.00840192307692307, 0.00812682263580575, 0.024376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 315, '2021-05-23 00:00:00', 0.00121013826292052, 0.00262884615384624, 0.0021825250020595, 0.0036192307692307, 0.00218723218140733, 0.00439615384615388, 0.00353535766877322, 0.00896538461538463, 0.00813851361405462, 0.0243403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 330, '2021-05-23 00:00:00', 0.00121858682339569, 0.00248461538461533, 0.00125431716023556, 0.00323653846153847, 0.00176310477894492, 0.00435769230769226, 0.00385230600270299, 0.00918846153846154, 0.00810032691647963, 0.0242980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 345, '2021-05-23 00:00:00', 0.000835162351789324, 0.00235192307692303, 0.000891664390124211, 0.0028442307692308, 0.00186294225518507, 0.00406538461538464, 0.00386945682930384, 0.00955192307692302, 0.00809405408546668, 0.0242865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 360, '2021-05-23 00:00:00', 0.000621044405695821, 0.00185192307692317, 0.0015347362589759, 0.00311923076923078, 0.00181169385255473, 0.00372884615384617, 0.00381332532050439, 0.00987499999999994, 0.00805536801432137, 0.0241653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 375, '2021-05-23 00:00:00', 0.00123270184803688, 0.00221538461538461, 0.00144257248851319, 0.00273076923076925, 0.00131746405585179, 0.00351346153846158, 0.00426550745470613, 0.0106346153846154, 0.00804985069140069, 0.0240980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 390, '2021-05-23 00:00:00', 0.000876876010882614, 0.00186346153846167, 0.000911617328623205, 0.00232307692307694, 0.00201729064303119, 0.00388846153846146, 0.00434377184554554, 0.0116153846153846, 0.00804160455668842, 0.0240903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 405, '2021-05-23 00:00:00', 0.000616144962962847, 0.00162115384615393, 0.000945509630590015, 0.00271730769230775, 0.00198633795249907, 0.00394230769230763, 0.00429461245677022, 0.0122519230769231, 0.00775204513958429, 0.0241596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 420, '2021-05-23 00:00:00', 0.000986666883229384, 0.00208653846153852, 0.00172495261919319, 0.00296153846153843, 0.0021427202337216, 0.00457499999999996, 0.00459467584861497, 0.0129269230769232, 0.00775173752234834, 0.0241788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 435, '2021-05-23 00:00:00', 0.00164784357920847, 0.00211730769230764, 0.00195491982916478, 0.00293653846153831, 0.00222694772139943, 0.00449807692307683, 0.00446101445861811, 0.0132250000000001, 0.00775173752234834, 0.0241788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 450, '2021-05-23 00:00:00', 0.00127548633258665, 0.00209423076923081, 0.00184907045254137, 0.00353846153846159, 0.00233323479645425, 0.00469615384615383, 0.00425581999691637, 0.0136596153846154, 0.00776288928170424, 0.0241749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 465, '2021-05-23 00:00:00', 0.00150510924724868, 0.00258461538461541, 0.00162162430439829, 0.00325576923076916, 0.0019368263096742, 0.00485192307692304, 0.00406800130474218, 0.0136788461538461, 0.00779663635560471, 0.0242076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 480, '2021-05-23 00:00:00', 0.00129883971889703, 0.00235384615384603, 0.00179944863350285, 0.0035307692307692, 0.00190609952117287, 0.00536923076923069, 0.0040857392702686, 0.0136057692307692, 0.00774291934608638, 0.0241999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 495, '2021-05-23 00:00:00', 0.00113964231905653, 0.00244615384615399, 0.00139900514102538, 0.00363076923076928, 0.00242158323924978, 0.00575576923076921, 0.00427699076454453, 0.013775, 0.00766336640226629, 0.0241038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 510, '2021-05-23 00:00:00', 0.000968458330782314, 0.00253653846153846, 0.0014768834129289, 0.00374615384615383, 0.00318097711161461, 0.00621923076923069, 0.0043056550470997, 0.0135057692307692, 0.00738172717958645, 0.0239019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 525, '2021-05-23 00:00:00', 0.000990027194653658, 0.00268461538461545, 0.0014618494608385, 0.00424038461538457, 0.00277173924847538, 0.00655769230769223, 0.00418468085356015, 0.0130846153846154, 0.00744826386585375, 0.0238711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 540, '2021-05-23 00:00:00', 0.00132138039710228, 0.00362692307692299, 0.00250105285522225, 0.00499423076923064, 0.00291170317591194, 0.00681923076923059, 0.00419029097576025, 0.0130576923076922, 0.00743575561314787, 0.0238115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 555, '2021-05-23 00:00:00', 0.00161275802944484, 0.00311730769230757, 0.00181434879184293, 0.0043384615384614, 0.00298949249616308, 0.00670576923076915, 0.00418779178087913, 0.0122499999999999, 0.00712963911051271, 0.0238153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 570, '2021-05-23 00:00:00', 0.00148190625676735, 0.00302692307692303, 0.00228995885082271, 0.00436346153846148, 0.00361015714552485, 0.00742115384615384, 0.00405783003776445, 0.0118961538461538, 0.00682929014218555, 0.0236596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 585, '2021-05-23 00:00:00', 0.00176085315860062, 0.00314038461538454, 0.00243680118187756, 0.00495000000000001, 0.00325682537733619, 0.00778653846153852, 0.00342961536304887, 0.0113884615384614, 0.00649776884784292, 0.0232499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 600, '2021-05-23 00:00:00', 0.00150319147662047, 0.00365384615384621, 0.00242903035418209, 0.00558269230769235, 0.00331271733684692, 0.00800192307692328, 0.00310327432536364, 0.0107634615384616, 0.00642879968459235, 0.0230942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 615, '2021-05-23 00:00:00', 0.00233472449371197, 0.00424230769230775, 0.00271951070259678, 0.00584230769230791, 0.00317500575408322, 0.00758846153846172, 0.0029133406677136, 0.0103153846153847, 0.00650319950840764, 0.0231596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 630, '2021-05-23 00:00:00', 0.00161114865856628, 0.00375000000000014, 0.00223855121416986, 0.00513653846153865, 0.0026490114266384, 0.00703846153846157, 0.00249451089702657, 0.00930384615384613, 0.00655132517422709, 0.0228384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 645, '2021-05-23 00:00:00', 0.00134009184530246, 0.00337307692307695, 0.00212964424620276, 0.00459615384615389, 0.00267371248670047, 0.00630769230769233, 0.00273043036900778, 0.00862499999999992, 0.00663896568635626, 0.0228557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 660, '2021-05-23 00:00:00', 0.00198730973932105, 0.00325000000000011, 0.00249391335979293, 0.0046403846153846, 0.00269093135149557, 0.00576346153846153, 0.00283784926688125, 0.00838269230769228, 0.00664914569411281, 0.0228423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 675, '2021-05-23 00:00:00', 0.00132263140978645, 0.00321538461538453, 0.0013435601386442, 0.00411538461538466, 0.0017095939688891, 0.00538653846153841, 0.00259061100603996, 0.00824423076923065, 0.00697386439611389, 0.0229038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 690, '2021-05-23 00:00:00', 0.000833555867722963, 0.00268076923076927, 0.00125005384499418, 0.00377884615384599, 0.00177925221976505, 0.00509230769230768, 0.00288076979562485, 0.00822884615384611, 0.00696187088029119, 0.0229730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 705, '2021-05-23 00:00:00', 0.00104673301275924, 0.002875, 0.00166105272458358, 0.00389807692307699, 0.0018930764542243, 0.0047923076923078, 0.00299586638297087, 0.00856923076923071, 0.00682403444846573, 0.023026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 720, '2021-05-23 00:00:00', 0.00116859547518176, 0.00256923076923076, 0.00146250180801994, 0.00338653846153843, 0.00190191907131879, 0.00439807692307685, 0.00315791800936085, 0.00867692307692294, 0.00672141268347203, 0.0229173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 735, '2021-05-23 00:00:00', 0.000762629560241333, 0.00234038461538466, 0.00104813570759635, 0.0030826923076923, 0.00148218134466116, 0.00431153846153842, 0.00357739269042942, 0.00895769230769227, 0.00693129164342076, 0.0228403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 750, '2021-05-23 00:00:00', 0.000813655096084767, 0.00197884615384612, 0.00108390497738494, 0.00287499999999989, 0.00164953140199086, 0.00378461538461541, 0.00358991589787908, 0.00910192307692308, 0.00704992307650339, 0.02293076923[...];[ Date: 2021-05-23 17:10:08 - Database: acaweb_fx - User: pgperfstats ]
16 24s848ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1035, '2021-05-23 00:00:00', 0.0345212309255532, 0.0943461538461529, 0.049289693102653, 0.134576923076922, 0.096410941367589, 0.215519230769231, 0.0957256034394462, 0.271865384615386, 0.277789984312998, 0.650653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1050, '2021-05-23 00:00:00', 0.0277838151558673, 0.093096153846154, 0.0702205536424058, 0.176615384615386, 0.0821954144332041, 0.205884615384616, 0.0907238604015168, 0.255173076923079, 0.294919888079145, 0.657096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1065, '2021-05-23 00:00:00', 0.0601526008133931, 0.142153846153846, 0.0718640837864205, 0.161942307692308, 0.0714325286815899, 0.184384615384616, 0.0860634292028501, 0.239576923076924, 0.292997915455961, 0.654961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1080, '2021-05-23 00:00:00', 0.0245684679087769, 0.0810192307692296, 0.0353260472652199, 0.102480769230768, 0.0411467028307992, 0.140634615384615, 0.0640896607526088, 0.200269230769232, 0.311938966540176, 0.652173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1095, '2021-05-23 00:00:00', 0.0278370533365429, 0.0666923076923091, 0.037435359672991, 0.0893846153846169, 0.0461697036860935, 0.126192307692307, 0.0574073166068571, 0.185500000000001, 0.313724654507983, 0.651673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1110, '2021-05-23 00:00:00', 0.0222535390443875, 0.0620000000000003, 0.0278515639665838, 0.0930192307692295, 0.0412524684576116, 0.121115384615385, 0.0529767292889403, 0.177576923076924, 0.317348930140844, 0.651211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1125, '2021-05-23 00:00:00', 0.0201971437432275, 0.0597307692307686, 0.0253720318461093, 0.0795000000000003, 0.0348497268502706, 0.10521153846154, 0.0569617719311658, 0.163788461538463, 0.317724825305459, 0.65073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1140, '2021-05-23 00:00:00', 0.0209811728791448, 0.0554807692307691, 0.0265519519780768, 0.0731153846153856, 0.0331209903233563, 0.0959999999999998, 0.0674674650935804, 0.163326923076924, 0.318232880378263, 0.650115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1155, '2021-05-23 00:00:00', 0.0132696443636784, 0.0467884615384636, 0.0247759886863201, 0.0634807692307695, 0.0249467509831512, 0.0904038461538449, 0.0671113999257934, 0.163000000000001, 0.319058017391099, 0.651038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1170, '2021-05-23 00:00:00', 0.0218317341359921, 0.0482307692307689, 0.0278829973005314, 0.0698076923076922, 0.0248959140917048, 0.0915576923076917, 0.0704182149731148, 0.16625, 0.320672759750736, 0.654173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1185, '2021-05-23 00:00:00', 0.0219423457830169, 0.0514423076923085, 0.0199273391639193, 0.0683269230769219, 0.0206253484819043, 0.0817499999999995, 0.0710027843441031, 0.162653846153847, 0.321621057481292, 0.655230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1200, '2021-05-23 00:00:00', 0.0169215952148543, 0.048596153846152, 0.0169035385462507, 0.0600192307692304, 0.0244173330617032, 0.0766153846153853, 0.0674820089984121, 0.170307692307691, 0.322575551078885, 0.656615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1215, '2021-05-23 00:00:00', 0.0121903492724632, 0.0377692307692318, 0.0165915641215631, 0.0500000000000015, 0.0286552787458083, 0.0742500000000009, 0.100264705424422, 0.199865384615382, 0.322347985043397, 0.659211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1230, '2021-05-23 00:00:00', 0.0114606349669692, 0.0363846153846142, 0.0217462286739226, 0.0529615384615377, 0.0273672460040496, 0.0751153846153836, 0.0997895015288907, 0.200269230769228, 0.322845209992938, 0.66351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1245, '2021-05-23 00:00:00', 0.0173834580962668, 0.039769230769231, 0.0212606534381091, 0.0561538461538459, 0.0275768018450292, 0.0735000000000001, 0.0984894234852734, 0.198442307692306, 0.324086291927604, 0.665230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1260, '2021-05-23 00:00:00', 0.0153675106837581, 0.0389038461538455, 0.0179238238537003, 0.0547115384615384, 0.0178869096956851, 0.0738076923076922, 0.0949450043243659, 0.198423076923076, 0.324086291927604, 0.665230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1275, '2021-05-23 00:00:00', 0.0127059646804787, 0.0398076923076911, 0.015583534209595, 0.0509423076923061, 0.0248572849560185, 0.079269230769231, 0.0940496595503589, 0.196038461538461, 0.322601812789985, 0.666980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1290, '2021-05-23 00:00:00', 0.0116396041434138, 0.0360961538461529, 0.0143479427632842, 0.0542115384615388, 0.0322616466745543, 0.0775769230769235, 0.0933306693759009, 0.196423076923076, 0.323041407800682, 0.669634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1305, '2021-05-23 00:00:00', 0.0117671151944729, 0.0462499999999995, 0.0205497894430549, 0.0639230769230766, 0.0357372516269236, 0.0801346153846154, 0.0919266367189703, 0.196557692307691, 0.326905916834705, 0.676038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1320, '2021-05-23 00:00:00', 0.0204842622517906, 0.0477500000000006, 0.0306061896706172, 0.0591730769230785, 0.0444006236962429, 0.0898461538461538, 0.0917513969711297, 0.194326923076922, 0.341924060957311, 0.681711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1335, '2021-05-23 00:00:00', 0.0135716474823275, 0.0339807692307719, 0.0242086840744255, 0.0515961538461548, 0.031555768703386, 0.0850576923076929, 0.0745574868551349, 0.197826923076923, 0.34286891641873, 0.682423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1350, '2021-05-23 00:00:00', 0.0212968397800082, 0.0391538461538456, 0.0242677769892494, 0.0667499999999979, 0.029993826287832, 0.0835192307692295, 0.0677956459913499, 0.20051923076923, 0.34286891641873, 0.682423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1365, '2021-05-23 00:00:00', 0.0211323303167291, 0.0563461538461523, 0.0221870804402381, 0.066942307692307, 0.0284418434975378, 0.0814615384615383, 0.068691741749758, 0.203846153846154, 0.34286891641873, 0.682423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1380, '2021-05-23 00:00:00', 0.0200753676084756, 0.0469038461538477, 0.025447389166369, 0.0615192307692305, 0.0460427894630474, 0.11003846153846, 0.0732595071278493, 0.205846153846154, 0.344728936992531, 0.683 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1395, '2021-05-23 00:00:00', 0.0208815431937841, 0.0443269230769243, 0.0244365426233863, 0.0547307692307704, 0.0668414455719935, 0.155673076923076, 0.0712552832049344, 0.208846153846154, 0.34528469245849, 0.683326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1410, '2021-05-23 00:00:00', 0.0200218342355012, 0.037423076923078, 0.0459086593139034, 0.0962499999999988, 0.06323801497882, 0.159557692307692, 0.0721573201148285, 0.212673076923077, 0.346147116900404, 0.683942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 1, 1425, '2021-05-23 00:00:00', 0.0456846927739064, 0.0861346153846151, 0.0642286899709509, 0.150730769230769, 0.0645610533943222, 0.160980769230769, 0.0826939305744143, 0.217615384615385, 0.347467632139477, 0.685153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 0, '2021-05-23 00:00:00', 0.0647516319960637, 0.138923076923076, 0.0638621863558849, 0.146326923076923, 0.0701288813542618, 0.1595, 0.0873758481856043, 0.222173076923078, 0.347221217448119, 0.685076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 15, '2021-05-23 00:00:00', 0.02638138548295, 0.0630399999999997, 0.0371561233176972, 0.0856600000000009, 0.0412341080498506, 0.107719999999999, 0.0857485325433239, 0.189540000000002, 0.327891697058647, 0.675939999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 30, '2021-05-23 00:00:00', 0.0369393421706439, 0.0608400000000023, 0.0403198358958309, 0.0852199999999999, 0.0381267950397101, 0.102560000000001, 0.0991813490531368, 0.203240000000001, 0.327954935928703, 0.675739999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 45, '2021-05-23 00:00:00', 0.0334087793620415, 0.0659423076923066, 0.0344425552969661, 0.0850192307692295, 0.0367617328209639, 0.0987500000000009, 0.101632128853945, 0.204480769230771, 0.318399562717133, 0.674692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 60, '2021-05-23 00:00:00', 0.0195618545604994, 0.0536153846153826, 0.0186694835328832, 0.0634807692307695, 0.0229830706926107, 0.0766923076923082, 0.104933270004545, 0.205134615384616, 0.318205876752771, 0.6715 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 75, '2021-05-23 00:00:00', 0.0138605694188731, 0.0371538461538454, 0.0171739516531461, 0.0512692307692329, 0.0312739569708629, 0.0835961538461557, 0.101210177353862, 0.206500000000002, 0.320394225915512, 0.671 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 90, '2021-05-23 00:00:00', 0.0138168375542294, 0.0387500000000008, 0.0136211374200315, 0.0516538461538463, 0.0371084740477681, 0.0921730769230776, 0.102434859225829, 0.208596153846155, 0.323724046776786, 0.673538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 105, '2021-05-23 00:00:00', 0.0148359879503052, 0.0374423076923067, 0.0351601828996742, 0.0689615384615393, 0.0461133928484991, 0.0972500000000009, 0.105988177860334, 0.210576923076924, 0.32762137445533, 0.67425 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 120, '2021-05-23 00:00:00', 0.0268819355988097, 0.0544615384615394, 0.0325057628026878, 0.0717307692307707, 0.0441562958312667, 0.100961538461541, 0.098310483438168, 0.208634615384617, 0.330862925370335, 0.671653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 135, '2021-05-23 00:00:00', 0.0236957720993554, 0.0464807692307698, 0.028967461852117, 0.0684230769230779, 0.0367783851655374, 0.101480769230772, 0.0962215172641529, 0.203403846153848, 0.331947505697003, 0.667442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 150, '2021-05-23 00:00:00', 0.0193508099611844, 0.0505769230769235, 0.0324028785520908, 0.0755576923076945, 0.0353180712079, 0.102384615384615, 0.091504428224078, 0.203903846153847, 0.329068447988467, 0.666211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 165, '2021-05-23 00:00:00', 0.0255037327584675, 0.0609038461538473, 0.0262721262060114, 0.0832692307692321, 0.0328696493159539, 0.106576923076924, 0.0860098026613602, 0.200115384615385, 0.328700955979046, 0.66403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 180, '2021-05-23 00:00:00', 0.0221842633067118, 0.0606923076923078, 0.0279121217119279, 0.0804423076923065, 0.0359158257382652, 0.111942307692307, 0.0804984878023286, 0.194557692307692, 0.328049255213533, 0.663923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 195, '2021-05-23 00:00:00', 0.0176940341966946, 0.0521730769230768, 0.0311484287787462, 0.0782307692307678, 0.0435070153494289, 0.107096153846154, 0.0775625628370166, 0.184134615384615, 0.324705864532101, 0.66253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 210, '2021-05-23 00:00:00', 0.0246086679538233, 0.0569423076923058, 0.0269896347625404, 0.0799038461538434, 0.0442848124686638, 0.113769230769231, 0.0674934783174235, 0.17798076923077, 0.318403295909691, 0.667826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 225, '2021-05-23 00:00:00', 0.0202534327574729, 0.0556923076923074, 0.0298845213343729, 0.0747692307692314, 0.0452792404461983, 0.113019230769234, 0.0672288971751312, 0.17323076923077, 0.313619745257509, 0.670769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 240, '2021-05-23 00:00:00', 0.0187048019338526, 0.0494807692307694, 0.026301038294803, 0.0812307692307696, 0.0481651845216044, 0.11125, 0.0571813444564408, 0.162115384615386, 0.309593771677563, 0.670788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 255, '2021-05-23 00:00:00', 0.0194505388495664, 0.0617884615384625, 0.0209831159231935, 0.0786346153846176, 0.0403014267737499, 0.103250000000001, 0.0513538703507339, 0.161, 0.309900251942213, 0.669615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 270, '2021-05-23 00:00:00', 0.0157779910001271, 0.0487500000000021, 0.0391254245491846, 0.0711730769230784, 0.039442406893323, 0.0867884615384616, 0.0468123791977506, 0.153326923076923, 0.310687503152903, 0.66526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 285, '2021-05-23 00:00:00', 0.0338937536791304, 0.0524423076923083, 0.0313785142071157, 0.0673653846153838, 0.0328973929292056, 0.0835384615384598, 0.0441741483745361, 0.151153846153846, 0.31113498740035, 0.666596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 300, '2021-05-23 00:00:00', 0.0168042119262245, 0.0433076923076936, 0.0204836238530627, 0.0546730769230767, 0.0236263868131825, 0.080384615384615, 0.0480664003869018, 0.150826923076923, 0.31121986353949, 0.665711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 315, '2021-05-23 00:00:00', 0.0183222542281218, 0.0432499999999977, 0.0213203856943027, 0.0626730769230739, 0.03036870859188, 0.0859615384615379, 0.047997275563707, 0.163038461538461, 0.31174637373747, 0.666307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 330, '2021-05-23 00:00:00', 0.0148642705324409, 0.0470576923076913, 0.0177505037848346, 0.0615961538461539, 0.0313843174948162, 0.0838461538461536, 0.0533552571124759, 0.166788461538462, 0.311513581010277, 0.666134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 345, '2021-05-23 00:00:00', 0.0142977808929068, 0.041942307692309, 0.0207802420952814, 0.0584615384615405, 0.0242307576312542, 0.0789807692307714, 0.0670394172225437, 0.18621153846154, 0.311936996227419, 0.665980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 360, '2021-05-23 00:00:00', 0.0166489084881308, 0.0403846153846153, 0.0196725990617926, 0.0536346153846146, 0.0217035977166487, 0.0736153846153847, 0.0894461075388195, 0.207384615384616, 0.312124990373063, 0.665019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 375, '2021-05-23 00:00:00', 0.0150359057438661, 0.0359615384615386, 0.0193970755131165, 0.0535576923076944, 0.0221273325584874, 0.0726730769230774, 0.099092156019611, 0.234346153846155, 0.312894253456586, 0.666923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 390, '2021-05-23 00:00:00', 0.0136119997965613, 0.0360576923076939, 0.017468223898092, 0.0511730769230769, 0.0214794087441907, 0.0722500000000012, 0.109419884636411, 0.258634615384615, 0.313207048746697, 0.666653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 405, '2021-05-23 00:00:00', 0.0130815342548781, 0.0380576923076915, 0.0129964048283199, 0.0524423076923061, 0.0353263303413268, 0.0765192307692294, 0.118996244284623, 0.274884615384615, 0.312951663139116, 0.666288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 420, '2021-05-23 00:00:00', 0.0110998440737501, 0.0384423076923071, 0.0195483719566066, 0.0523269230769242, 0.0363277230436826, 0.0752884615384614, 0.120834370110495, 0.291749999999999, 0.315276047542224, 0.669384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 435, '2021-05-23 00:00:00', 0.0136582040716033, 0.0379423076923074, 0.0325278342346968, 0.0589999999999991, 0.0312773941468166, 0.0821538461538476, 0.123146991593224, 0.298307692307692, 0.313809146432375, 0.670403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 450, '2021-05-23 00:00:00', 0.0294844678797792, 0.0449230769230755, 0.0283022695474842, 0.0579615384615376, 0.0254954973400283, 0.0800961538461526, 0.122621658583817, 0.302634615384614, 0.312697679015274, 0.669961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 465, '2021-05-23 00:00:00', 0.0152669703810338, 0.039903846153847, 0.0206224019342672, 0.0622884615384622, 0.0216704779685318, 0.0810192307692317, 0.13930866807202, 0.321249999999999, 0.312334562362468, 0.669673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 480, '2021-05-23 00:00:00', 0.0192483465823401, 0.0486730769230754, 0.017041668390698, 0.0625384615384601, 0.0252813400326446, 0.0843846153846144, 0.149988770092452, 0.331865384615383, 0.312164197424764, 0.670115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 495, '2021-05-23 00:00:00', 0.0143803284438797, 0.0419230769230771, 0.0148345749984479, 0.0587307692307698, 0.0305665478285293, 0.0995769230769219, 0.165819499873993, 0.346942307692307, 0.311518225173721, 0.673230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 510, '2021-05-23 00:00:00', 0.0112445713397825, 0.0420961538461532, 0.0199294139016071, 0.0641923076923065, 0.0404139161104779, 0.107230769230767, 0.180455923661748, 0.363403846153846, 0.312423633130501, 0.673557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 525, '2021-05-23 00:00:00', 0.0164138778055444, 0.0473461538461531, 0.0284545859491648, 0.0822884615384593, 0.0614423432045139, 0.138307692307692, 0.189745964789362, 0.383634615384615, 0.312937558283783, 0.672346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 540, '2021-05-23 00:00:00', 0.0281663533589007, 0.0717884615384594, 0.0394606961223644, 0.0930576923076906, 0.0927952667891062, 0.16580769230769, 0.189726549174168, 0.389711538461538, 0.310885326991259, 0.673057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 555, '2021-05-23 00:00:00', 0.0223764299070373, 0.0627307692307687, 0.059553056499743, 0.113942307692307, 0.10074723893907, 0.190884615384615, 0.185057073316897, 0.392903846153845, 0.313858932667824, 0.669480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 570, '2021-05-23 00:00:00', 0.0558399636323431, 0.0858076923076916, 0.0856560653921337, 0.128192307692306, 0.108237845293805, 0.207865384615384, 0.176824206487687, 0.386, 0.31392754982394, 0.663942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 585, '2021-05-23 00:00:00', 0.0403376184415785, 0.0842115384615372, 0.0553520203230738, 0.136884615384615, 0.0911349485441972, 0.201173076923075, 0.149449879687009, 0.375942307692306, 0.28536736916581, 0.660653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 600, '2021-05-23 00:00:00', 0.0414737405335741, 0.108634615384616, 0.0715188759376462, 0.150519230769231, 0.0815165957619402, 0.201346153846153, 0.129803711277985, 0.371211538461538, 0.274593518467963, 0.658903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 615, '2021-05-23 00:00:00', 0.040436940460994, 0.0941153846153836, 0.0539055049279598, 0.132788461538459, 0.060895815821905, 0.174403846153844, 0.124704797575961, 0.357942307692308, 0.265895260610987, 0.656019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 630, '2021-05-23 00:00:00', 0.0452420711285416, 0.09375, 0.0602267765647879, 0.12626923076923, 0.0550286393966478, 0.164134615384615, 0.125062642765074, 0.352769230769231, 0.260313092551732, 0.655384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 645, '2021-05-23 00:00:00', 0.029809142892742, 0.0812499999999999, 0.0306917929395817, 0.110884615384613, 0.0468119807150018, 0.16880769230769, 0.127457644548478, 0.341865384615386, 0.257049369696833, 0.662461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 660, '2021-05-23 00:00:00', 0.0236948550079153, 0.0863846153846146, 0.0305738450313334, 0.12, 0.0575278962430746, 0.177326923076923, 0.133916192219095, 0.344057692307694, 0.252224551967855, 0.66776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 675, '2021-05-23 00:00:00', 0.0267443523872876, 0.0805961538461544, 0.0489646654388504, 0.121961538461539, 0.0800999279746143, 0.192538461538462, 0.137914778591151, 0.344115384615386, 0.238081925944701, 0.673788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 690, '2021-05-23 00:00:00', 0.0368391566344615, 0.0907884615384611, 0.0459794101076343, 0.131115384615384, 0.0869195826390898, 0.212423076923078, 0.143095207681944, 0.34746153846154, 0.229064946282456, 0.675019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 705, '2021-05-23 00:00:00', 0.0458940125137844, 0.0945961538461541, 0.0669667914256487, 0.141134615384615, 0.0945682496726781, 0.213923076923077, 0.138803236495187, 0.343038461538463, 0.224983152360692, 0.672826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 720, '2021-05-23 00:00:00', 0.0419552325516336, 0.0893076923076919, 0.0621382856092901, 0.140057692307693, 0.0803722684665665, 0.186807692307692, 0.134444171999443, 0.343846153846155, 0.207886378915171, 0.668057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 735, '2021-05-23 00:00:00', 0.0329747455813355, 0.0864230769230786, 0.0532736657415139, 0.124711538461538, 0.0638968429459675, 0.171442307692309, 0.141769565194314, 0.338980769230771, 0.192130680687753, 0.655961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 750, '2021-05-23 00:00:00', 0.0383154517936823, 0.0855769230769212, 0.0382907952385441, 0.111749999999999, 0.0662599919895998, 0.163557692307694, 0.144288860916621, 0.333653846153847, 0.186676520916635, 0.653288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 765, '2021-05-23 00:00:00', 0.0237105380661121, 0.0744807692307707, 0.046673007353121, 0.113019230769233, 0.0517573814876848, 0.156557692307693, 0.134417283687205, 0.324384615384617, 0.184876500357985, 0.643096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 780, '2021-05-23 00:00:00', 0.0371920018283493, 0.0862500000000014, 0.0449418128079137, 0.119057692307694, 0.0417009131056654, 0.159884615384614, 0.128712470258324, 0.334000000000001, 0.186696706946362, 0.635596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 795, '2021-05-23 00:00:00', 0.0211467764410114, 0.0783846153846164, 0.0329516487272807, 0.104365384615384, 0.0437041143988132, 0.14501923076923, 0.128487586949089, 0.329000000000001, 0.196050311439142, 0.630230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 810, '2021-05-23 00:00:00', 0.0250710988989317, 0.0689999999999993, 0.02986433427248, 0.101461538461536, 0.0552499773755608, 0.140000000000001, 0.131529413206559, 0.332942307692309, 0.198651356749613, 0.632192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 825, '2021-05-23 00:00:00', 0.0217870462572463, 0.0733461538461537, 0.0448410697738307, 0.103807692307694, 0.0529927317222342, 0.142980769230771, 0.130436981542225, 0.332884615384617, 0.201231347917306, 0.631153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 840, '2021-05-23 00:00:00', 0.0336816544450236, 0.0705769230769245, 0.0371783073641279, 0.0964423076923096, 0.0626056276654503, 0.15173076923077, 0.137257384556843, 0.352519230769231, 0.210928671866544, 0.63426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 855, '2021-05-23 00:00:00', 0.0230559937142985, 0.0698269230769242, 0.0419714234285103, 0.105096153846155, 0.0691363229702469, 0.168634615384615, 0.132403543991613, 0.353461538461537, 0.218156465550618, 0.635788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 870, '2021-05-23 00:00:00', 0.0378392602383387, 0.0775192307692309, 0.0552531099020342, 0.115615384615385, 0.0743579932074961, 0.169634615384616, 0.127640878429107, 0.355423076923077, 0.222275505588481, 0.639403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 885, '2021-05-23 00:00:00', 0.0436998151729948, 0.0819230769230778, 0.0485530003826117, 0.122076923076923, 0.0644875211542157, 0.167403846153846, 0.122499822605838, 0.352942307692308, 0.220431441461092, 0.637403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 900, '2021-05-23 00:00:00', 0.0289680427367804, 0.0867200000000014, 0.0449392367536411, 0.116920000000002, 0.0538697348548627, 0.170360000000001, 0.122797943793862, 0.33578, 0.232112307586938, 0.630539999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 915, '2021-05-23 00:00:00', 0.0399888061260208, 0.0852692307692318, 0.0351404270802829, 0.11851923076923, 0.0620457926423308, 0.170096153846153, 0.130632096421152, 0.328769230769231, 0.226833463987604, 0.636403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 930, '2021-05-23 00:00:00', 0.0278866179652267, 0.0877884615384615, 0.0392929431910548, 0.118846153846155, 0.0558750804508112, 0.16423076923077, 0.13153874538881, 0.332692307692307, 0.221936980833611, 0.63978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 945, '2021-05-23 00:00:00', 0.0353369549426017, 0.0865961538461552, 0.0533134021251114, 0.120173076923078, 0.0537517119584264, 0.16144230769231, 0.134307712133228, 0.332307692307692, 0.230245995538552, 0.649538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 960, '2021-05-23 00:00:00', 0.0380008754959861, 0.0874423076923071, 0.0456747742194746, 0.11575, 0.0562506478595185, 0.181346153846153, 0.131220971881552, 0.322211538461538, 0.216067994995878, 0.650961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 975, '2021-05-23 00:00:00', 0.0277991698824598, 0.0785769230769239, 0.0396650398287403, 0.125653846153847, 0.068541848530662, 0.191750000000001, 0.135354959273758, 0.327249999999999, 0.221700924671053, 0.66 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 990, '2021-05-23 00:00:00', 0.0362737455384011, 0.0992692307692309, 0.059750532665794, 0.159384615384615, 0.0846421267182287, 0.199019230769231, 0.136739787974769, 0.322019230769229, 0.221295292626077, 0.660942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1005, '2021-05-23 00:00:00', 0.0334857260060748, 0.108076923076922, 0.038106712511862, 0.135307692307692, 0.0717242288212284, 0.186250000000001, 0.104452506690105, 0.305115384615383, 0.207751663882996, 0.651076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1020, '2021-05-23 00:00:00', 0.0244970327873523, 0.0862692307692322, 0.0481424848356817, 0.124173076923078, 0.0644601397406553, 0.19598076923077, 0.0909080875643946, 0.283096153846153, 0.202150051846489, 0.641211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1035, '2021-05-23 00:00:00', 0.0287217486611433, 0.0866730769230803, 0.0474203015595653, 0.127750000000003, 0.0588399426083518, 0.187326923076924, 0.0853319964338402, 0.270019230769231, 0.208207467722425, 0.64348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1050, '2021-05-23 00:00:00', 0.0370979161761874, 0.0966538461538475, 0.051069304343745, 0.153423076923078, 0.0581607586449324, 0.181923076923079, 0.0840302990227122, 0.260365384615384, 0.210951799087994, 0.642192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1065, '2021-05-23 00:00:00', 0.0380028794455613, 0.114173076923076, 0.0418208128162919, 0.133096153846153, 0.0633521932107749, 0.166903846153847, 0.0979515362898329, 0.247211538461537, 0.203634598276875, 0.635980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1080, '2021-05-23 00:00:00', 0.0298140906284254, 0.0790000000000012, 0.0488966099186691, 0.106538461538464, 0.0519722892140981, 0.137673076923079, 0.0925158447967787, 0.223192307692306, 0.195955210738027, 0.63073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1095, '2021-05-23 00:00:00', 0.0274291534965712, 0.0739615384615407, 0.0364194844300951, 0.098673076923078, 0.0362388656640291, 0.122846153846154, 0.0762469999409823, 0.20825, 0.202656886994135, 0.628923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1110, '2021-05-23 00:00:00', 0.0246572270572719, 0.0711730769230757, 0.0306400002510542, 0.0925192307692309, 0.0339963176738971, 0.12251923076923, 0.0721045181556719, 0.199307692307692, 0.20193245252959, 0.623846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1125, '2021-05-23 00:00:00', 0.0239207988032308, 0.0572692307692315, 0.0233666099710355, 0.0765384615384608, 0.0360820059565178, 0.108134615384615, 0.0709574845621299, 0.181769230769231, 0.201023634278315, 0.622807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1140, '2021-05-23 00:00:00', 0.0165521553325792, 0.0575769230769231, 0.0270998438826041, 0.0813076923076908, 0.0409683555179638, 0.114115384615384, 0.0675514533237748, 0.177326923076923, 0.200177330038989, 0.624711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1155, '2021-05-23 00:00:00', 0.0203067343888293, 0.0547884615384608, 0.025105354929852, 0.0766730769230763, 0.0328952650321976, 0.110538461538461, 0.0621659348963603, 0.165288461538462, 0.197926587011837, 0.623923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1170, '2021-05-23 00:00:00', 0.0180368106510416, 0.0480576923076917, 0.0273496800712544, 0.077749999999999, 0.0309469086314956, 0.0981346153846139, 0.054340762430597, 0.156461538461537, 0.197392425425558, 0.623980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1185, '2021-05-23 00:00:00', 0.0243507384187496, 0.0564615384615375, 0.0219263540060804, 0.0727499999999992, 0.0267427344554324, 0.0895769230769223, 0.0535621745120699, 0.148942307692306, 0.195756988282765, 0.624461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1200, '2021-05-23 00:00:00', 0.0151075757867973, 0.0493269230769241, 0.0233896097905425, 0.063423076923077, 0.0281442711754984, 0.0875000000000002, 0.0616727374004242, 0.16005769230769, 0.194747955454855, 0.621884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1215, '2021-05-23 00:00:00', 0.0167904849428275, 0.0414038461538476, 0.0228992441931036, 0.0566538461538478, 0.0273463891583516, 0.0882500000000005, 0.0659309778947196, 0.169576923076923, 0.192555215857286, 0.625865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1230, '2021-05-23 00:00:00', 0.0152599022075695, 0.0392692307692313, 0.0232924550345907, 0.0615384615384613, 0.0275915817708108, 0.0876538461538449, 0.0661914007893894, 0.170307692307691, 0.191931775739353, 0.625442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1245, '2021-05-23 00:00:00', 0.0119951432479327, 0.0417115384615376, 0.0199430342572184, 0.0622692307692297, 0.0443203243878707, 0.0851346153846152, 0.0659361025189119, 0.17201923076923, 0.191931246704486, 0.625288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1260, '2021-05-23 00:00:00', 0.0219678436321381, 0.0473846153846148, 0.0308555505541533, 0.0642499999999985, 0.0562577892042849, 0.0978269230769234, 0.0633218791936506, 0.174403846153845, 0.191195511091495, 0.626211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1275, '2021-05-23 00:00:00', 0.0200310624166207, 0.0392884615384617, 0.0311555958672962, 0.0576346153846173, 0.0419898934726704, 0.0848653846153876, 0.0580901984318029, 0.175634615384614, 0.191002726521014, 0.624192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1290, '2021-05-23 00:00:00', 0.0182613084037116, 0.041346153846155, 0.0298694853294483, 0.0676153846153877, 0.0280775094775433, 0.0759423076923101, 0.0580376933221323, 0.177923076923075, 0.19245963113179, 0.62248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1305, '2021-05-23 00:00:00', 0.0264704552284234, 0.0507500000000029, 0.0243151187535656, 0.0612500000000022, 0.0242067060002938, 0.0682307692307698, 0.0580380942538208, 0.178596153846153, 0.195157478817649, 0.630807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1320, '2021-05-23 00:00:00', 0.0139561400879269, 0.0400769230769231, 0.0152013663353521, 0.0488076923076931, 0.0223268120980464, 0.067942307692308, 0.0578938285537876, 0.176653846153846, 0.19561989044691, 0.632692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1335, '2021-05-23 00:00:00', 0.0150127125617443, 0.0341923076923086, 0.0163583429666759, 0.0431538461538451, 0.0290709543120847, 0.0755961538461535, 0.0558621655368063, 0.180307692307691, 0.196357426256695, 0.632173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1350, '2021-05-23 00:00:00', 0.00993780659904259, 0.0319999999999992, 0.0200017787670529, 0.0561346153846151, 0.0296293513519669, 0.0809615384615375, 0.0556200019362154, 0.181230769230768, 0.197494950276241, 0.633846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1365, '2021-05-23 00:00:00', 0.0204186566272509, 0.0483076923076918, 0.0296990093074853, 0.0641346153846161, 0.0287657715937632, 0.0800192307692291, 0.0539354207862019, 0.180980769230768, 0.197494950276241, 0.633846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1380, '2021-05-23 00:00:00', 0.0196527253933057, 0.0440192307692316, 0.022208522272733, 0.0584615384615383, 0.0426007222762894, 0.0936923076923058, 0.050948752532476, 0.184846153846154, 0.197467652657729, 0.633923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1395, '2021-05-23 00:00:00', 0.019254699726001, 0.0417115384615392, 0.017551813406202, 0.0518846153846155, 0.0566035198688073, 0.12946153846154, 0.0506049404702736, 0.188999999999999, 0.197352110160026, 0.634153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1410, '2021-05-23 00:00:00', 0.0137295442246053, 0.0339038461538452, 0.0410897329493159, 0.0791153846153836, 0.0544294462160381, 0.131230769230771, 0.0512973083714313, 0.199923076923075, 0.197680415161597, 0.634557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 2, 1425, '2021-05-23 00:00:00', 0.0398050827832898, 0.0717692307692308, 0.0521601417234977, 0.121596153846156, 0.051269202781456, 0.132634615384617, 0.0528820494482402, 0.205134615384614, 0.197680415161597, 0.634557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 0, '2021-05-23 00:00:00', 0.0542265475716325, 0.10696153846154, 0.0509563199069708, 0.11494230769231, 0.0466632123263651, 0.132346153846156, 0.0612324951438248, 0.209461538461538, 0.198133171998415, 0.635076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 15, '2021-05-23 00:00:00', 0.0298284905108164, 0.0523269230769237, 0.0372971230072156, 0.0753461538461529, 0.0304016193900663, 0.110538461538461, 0.0626539212352577, 0.203076923076924, 0.198647876520626, 0.636826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 30, '2021-05-23 00:00:00', 0.032576159286296, 0.0566153846153827, 0.0339973358684736, 0.0793269230769225, 0.0322729226823606, 0.110192307692307, 0.0626744733953524, 0.204480769230769, 0.198657707163313, 0.636730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 45, '2021-05-23 00:00:00', 0.0309547063651704, 0.0584230769230766, 0.0265101141801809, 0.0846153846153847, 0.0392649971348515, 0.104500000000001, 0.066270590414197, 0.204134615384616, 0.199310766238208, 0.637307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 60, '2021-05-23 00:00:00', 0.0247328806372291, 0.0641538461538464, 0.0333530127805355, 0.0792884615384624, 0.0437067676505774, 0.0946923076923078, 0.0697246342076067, 0.20223076923077, 0.19981536573701, 0.636403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 75, '2021-05-23 00:00:00', 0.0331195038981812, 0.0443076923076923, 0.0395287091384704, 0.0616730769230768, 0.0431519007514316, 0.0879423076923084, 0.0716413610659692, 0.194730769230769, 0.198716741774664, 0.632711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 90, '2021-05-23 00:00:00', 0.0163803353022889, 0.0433461538461537, 0.0234389961060965, 0.0565576923076913, 0.0327608173561967, 0.0883653846153851, 0.0674041427624326, 0.189461538461539, 0.197602021361508, 0.630173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 105, '2021-05-23 00:00:00', 0.0144245117235052, 0.0404423076923073, 0.0274087296593324, 0.0675384615384621, 0.032888348416093, 0.0862115384615385, 0.0650819010643807, 0.189576923076923, 0.197602021361508, 0.630173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 120, '2021-05-23 00:00:00', 0.0263921608407894, 0.0561153846153847, 0.0296029624297177, 0.0688461538461541, 0.0413347358116077, 0.101903846153846, 0.0672260823925228, 0.189384615384615, 0.197986931386897, 0.63025 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 135, '2021-05-23 00:00:00', 0.0168649043875139, 0.0452499999999991, 0.0212132850246826, 0.0612115384615378, 0.0344711473554331, 0.110499999999999, 0.0758120347661563, 0.190230769230769, 0.196500788802488, 0.635 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 150, '2021-05-23 00:00:00', 0.0149185609741168, 0.0447115384615382, 0.0393309087692565, 0.0790961538461522, 0.0398706176757541, 0.118115384615382, 0.0727117491299628, 0.18803846153846, 0.194953990627374, 0.632461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 165, '2021-05-23 00:00:00', 0.0318055208076555, 0.0628653846153842, 0.0273205262366259, 0.0931346153846141, 0.0429472888013267, 0.119519230769229, 0.0734296523630211, 0.187076923076923, 0.195132771367443, 0.631461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 180, '2021-05-23 00:00:00', 0.0267096640534118, 0.0688846153846147, 0.0386999304312629, 0.0902307692307683, 0.060749764165418, 0.117923076923077, 0.0759196944145608, 0.183, 0.19543592005093, 0.631673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 195, '2021-05-23 00:00:00', 0.0301726633790348, 0.0579807692307684, 0.0311212331671825, 0.0768653846153833, 0.0534534880491009, 0.116346153846155, 0.0612995921683026, 0.172, 0.19069083718054, 0.630346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 210, '2021-05-23 00:00:00', 0.0216923595198495, 0.0530384615384612, 0.0413562617340538, 0.0799038461538467, 0.0497621303340674, 0.107019230769231, 0.0593377328389076, 0.167442307692309, 0.190118554106074, 0.631769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 225, '2021-05-23 00:00:00', 0.0336757388132101, 0.0623461538461537, 0.0446525432129525, 0.0874807692307694, 0.0447281231441698, 0.10375, 0.0507140133872887, 0.162634615384615, 0.188941309568707, 0.630461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 240, '2021-05-23 00:00:00', 0.0266018796328366, 0.0580000000000009, 0.0332333474783282, 0.072846153846153, 0.0351402683760167, 0.0905384615384626, 0.0473523494665249, 0.16275, 0.188863895845251, 0.631134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 255, '2021-05-23 00:00:00', 0.0227429448062832, 0.0461923076923063, 0.0226882890835462, 0.061538461538463, 0.0335672287529648, 0.0841730769230798, 0.0464475883285504, 0.16096153846154, 0.182247410026969, 0.632461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 270, '2021-05-23 00:00:00', 0.018074163455481, 0.046653846153847, 0.0214429565269207, 0.0609038461538484, 0.0308784963763062, 0.0836923076923089, 0.0454366549757426, 0.15898076923077, 0.182374163149869, 0.633653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 285, '2021-05-23 00:00:00', 0.0192964723758982, 0.0484230769230769, 0.025673602126578, 0.0675769230769244, 0.0316780924056595, 0.0876923076923072, 0.0466166856888745, 0.159846153846155, 0.182583422450796, 0.634615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 300, '2021-05-23 00:00:00', 0.0227601879132442, 0.0453846153846156, 0.0277741786557217, 0.0587500000000001, 0.0363943148561155, 0.0813846153846165, 0.0430418937244237, 0.157769230769233, 0.182033276754975, 0.636576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 315, '2021-05-23 00:00:00', 0.0156880650373271, 0.0386538461538454, 0.0216535305346565, 0.0581538461538462, 0.0441998825268202, 0.0810192307692312, 0.0431537323459365, 0.160269230769232, 0.183229305684266, 0.635038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 330, '2021-05-23 00:00:00', 0.0127054954796979, 0.0410192307692315, 0.025686280384674, 0.0557500000000022, 0.0366428763147148, 0.0825961538461563, 0.0446034019054443, 0.161288461538463, 0.181891701717934, 0.635365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 345, '2021-05-23 00:00:00', 0.0245683739795705, 0.0437500000000017, 0.0363554725538743, 0.0615961538461566, 0.0389142499112322, 0.0898269230769251, 0.0557097975087103, 0.17269230769231, 0.17989888719885, 0.637980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 360, '2021-05-23 00:00:00', 0.0211911810394381, 0.0428846153846152, 0.0241518354136117, 0.0608653846153856, 0.0320016165457073, 0.0822115384615375, 0.0653027652848351, 0.187365384615386, 0.178522306298551, 0.637076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 375, '2021-05-23 00:00:00', 0.0151911538023352, 0.0413653846153859, 0.0204460359144601, 0.0570961538461543, 0.0278872454993055, 0.0775384615384639, 0.0808041697324715, 0.208923076923078, 0.178948330531469, 0.63675 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 390, '2021-05-23 00:00:00', 0.0138239480056013, 0.0391923076923079, 0.0242795894021822, 0.052461538461537, 0.0242128780102337, 0.0692115384615399, 0.0756990727511553, 0.225480769230769, 0.179234514404581, 0.635634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 405, '2021-05-23 00:00:00', 0.0174489695530008, 0.0364423076923068, 0.0206904660318556, 0.0526538461538478, 0.0197736032279248, 0.0661538461538456, 0.08947517274899, 0.253057692307692, 0.17883131286645, 0.635461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 420, '2021-05-23 00:00:00', 0.0161872219310841, 0.0391153846153866, 0.0167288327791812, 0.0474230769230782, 0.0184793439776989, 0.0668846153846156, 0.0956593153612599, 0.266730769230768, 0.178999647614607, 0.635576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 435, '2021-05-23 00:00:00', 0.0125230249479147, 0.0346153846153865, 0.0157426051015907, 0.0465192307692304, 0.0251818386937889, 0.0737500000000012, 0.0942360946689861, 0.282807692307692, 0.179229291261651, 0.635173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 450, '2021-05-23 00:00:00', 0.0119695928855649, 0.0333653846153843, 0.0151579885006108, 0.0512692307692318, 0.029163339736996, 0.0790961538461544, 0.10438747346011, 0.29873076923077, 0.180205288917517, 0.635115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 465, '2021-05-23 00:00:00', 0.0146160738703866, 0.0415192307692323, 0.0247906309846167, 0.064346153846155, 0.0310318198975475, 0.0855769230769229, 0.108093059977896, 0.31548076923077, 0.180244471802562, 0.635480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 480, '2021-05-23 00:00:00', 0.0206055724352564, 0.0505192307692315, 0.0238504958826044, 0.0658846153846146, 0.0305405468189416, 0.0887499999999991, 0.101710231313503, 0.333134615384617, 0.180850874607102, 0.634673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 495, '2021-05-23 00:00:00', 0.0193975910479005, 0.043557692307692, 0.0301175134329629, 0.0607692307692302, 0.0393585490664422, 0.0993461538461538, 0.101807973467398, 0.340711538461538, 0.181848374075343, 0.636634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 510, '2021-05-23 00:00:00', 0.0196448466524921, 0.0414999999999992, 0.0241206024290108, 0.0627884615384607, 0.0421612335609937, 0.106980769230768, 0.0979829753658164, 0.343711538461538, 0.181936375184801, 0.63726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 525, '2021-05-23 00:00:00', 0.0210849563579201, 0.0458461538461536, 0.0365138540620071, 0.0816923076923086, 0.0516140596528307, 0.119865384615385, 0.0970093016951702, 0.346269230769231, 0.182044277158481, 0.636673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 540, '2021-05-23 00:00:00', 0.0326963477141743, 0.0738653846153864, 0.0389764475233259, 0.0967884615384618, 0.0506443595462147, 0.141365384615387, 0.0956830103076738, 0.345038461538462, 0.183777964904978, 0.633903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 555, '2021-05-23 00:00:00', 0.0191880571830908, 0.0623076923076908, 0.0323339783176463, 0.087384615384615, 0.0521853538250546, 0.157365384615385, 0.0971446265191147, 0.340461538461538, 0.184018418810559, 0.62903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 570, '2021-05-23 00:00:00', 0.0278241801316763, 0.0687500000000003, 0.0359499866267235, 0.104192307692308, 0.0502006933755348, 0.167519230769231, 0.100566329049344, 0.346442307692309, 0.184723661597117, 0.627134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 585, '2021-05-23 00:00:00', 0.0229660702910938, 0.0760961538461548, 0.0360599554161588, 0.122596153846155, 0.0779940924784578, 0.19353846153846, 0.100098284393197, 0.338442307692307, 0.180963141168412, 0.62503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 600, '2021-05-23 00:00:00', 0.0294764051664793, 0.10046153846154, 0.0346534935523762, 0.131230769230769, 0.0842794436110287, 0.20376923076923, 0.104645836772641, 0.342865384615385, 0.180156859003908, 0.628423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 615, '2021-05-23 00:00:00', 0.033115160367329, 0.0869230769230782, 0.0792746831252908, 0.143846153846155, 0.0878568415969103, 0.20126923076923, 0.111921127791644, 0.336673076923076, 0.185618099457337, 0.636326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 630, '2021-05-23 00:00:00', 0.0537043186918313, 0.101076923076923, 0.0638962018854354, 0.137730769230769, 0.0869510582940862, 0.195942307692309, 0.117710239081464, 0.325596153846154, 0.183701919926319, 0.641153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 645, '2021-05-23 00:00:00', 0.0427490530709329, 0.088192307692309, 0.0547187388799794, 0.136096153846154, 0.0631707119332525, 0.199673076923079, 0.112104609457144, 0.318288461538462, 0.167480703825385, 0.647384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 660, '2021-05-23 00:00:00', 0.0396648313516355, 0.0968269230769225, 0.0601270609753904, 0.14221153846154, 0.0665028281642658, 0.206884615384617, 0.120086547315484, 0.316673076923077, 0.171451622465796, 0.651173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 675, '2021-05-23 00:00:00', 0.0370183114770975, 0.0951538461538474, 0.0475662008314563, 0.139788461538463, 0.0548433328112561, 0.193865384615384, 0.127442668859978, 0.323076923076924, 0.163221257335415, 0.648326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 690, '2021-05-23 00:00:00', 0.0392435393996942, 0.095846153846154, 0.0619095618313822, 0.139076923076924, 0.0571220723875287, 0.180865384615385, 0.116804629781793, 0.316692307692308, 0.163156928941245, 0.644788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 705, '2021-05-23 00:00:00', 0.0367904251757888, 0.100153846153846, 0.042284753571651, 0.133903846153847, 0.0429289394948661, 0.169423076923078, 0.124116962517681, 0.325096153846156, 0.173602472509866, 0.641538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 720, '2021-05-23 00:00:00', 0.0309291746762461, 0.0874230769230784, 0.0320416135673623, 0.123750000000001, 0.0564342640055362, 0.161615384615384, 0.127995709062693, 0.325692307692308, 0.168603988683544, 0.632250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 735, '2021-05-23 00:00:00', 0.0305330086199293, 0.0877692307692328, 0.0414031446223044, 0.118596153846156, 0.0635812744567017, 0.162538461538463, 0.13303822614341, 0.328519230769231, 0.172905092908932, 0.629865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 750, '2021-05-23 00:00:00', 0.0349688487745226, 0.0800961538461553, 0.0550032306743473, 0.115846153846154, 0.0753452285253596, 0.158211538461539, 0.125801987265704, 0.327500000000001, 0.168009282023803, 0.625673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 765, '2021-05-23 00:00:00', 0.0459858506666837, 0.0825384615384621, 0.0547866666822673, 0.116173076923076, 0.0667100528694611, 0.152134615384614, 0.115806968037998, 0.336576923076923, 0.169426767706241, 0.622480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 780, '2021-05-23 00:00:00', 0.0259520045172138, 0.0799423076923068, 0.0371427858198811, 0.108057692307693, 0.0500891551290159, 0.152711538461539, 0.114371003923466, 0.333942307692309, 0.170799140918395, 0.618557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 795, '2021-05-23 00:00:00', 0.0307800447343109, 0.0693653846153857, 0.0341646240790295, 0.100192307692308, 0.051880635931099, 0.140596153846153, 0.127742958559517, 0.336288461538461, 0.169625951615719, 0.619211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988165, 3, 810, '2021-05-23 00:00:00', 0.0278506801463702, 0.078096153846154, 0.0401370584564751, 0.113288461538461, 0.0576831397843811, 0.14526923076923, 0.128359285421218, 0.330384615384615, 0.172061545339496, 0.618846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988165 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtim[...];[ Date: 2021-05-23 17:10:59 - Database: acaweb_fx - User: pgperfstats ]
17 24s799ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1035, '2021-05-23 00:00:00', 0.000655791154607556, 0.00169403846153847, 0.000867462612805506, 0.00238076923076926, 0.00159438456899401, 0.00388192307692309, 0.00332690561356024, 0.00584019230769234, 0.00402343193057868, 0.0120275 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1050, '2021-05-23 00:00:00', 0.000693157657724081, 0.00181846153846152, 0.00114770057740887, 0.00304884615384615, 0.00162120159615786, 0.00385115384615383, 0.00363942971547, 0.00584557692307692, 0.00400000983171869, 0.0120194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1065, '2021-05-23 00:00:00', 0.000937603327639178, 0.002555, 0.00145387589407925, 0.00316365384615384, 0.00151468677899482, 0.00383403846153846, 0.00364627791252731, 0.00568384615384615, 0.00397107396827841, 0.0119123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1080, '2021-05-23 00:00:00', 0.000910151656847131, 0.0017959615384615, 0.00102655827141738, 0.00232173076923075, 0.00117873486612361, 0.00296826923076921, 0.00369088880269322, 0.00509807692307691, 0.0037646527728331, 0.0117025 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1095, '2021-05-23 00:00:00', 0.000569653065808208, 0.00149384615384615, 0.000805098966682907, 0.00220788461538463, 0.000899283069150976, 0.00259096153846153, 0.00365615998640017, 0.00486038461538463, 0.00391006394301443, 0.0120840384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1110, '2021-05-23 00:00:00', 0.000701891976128708, 0.00158788461538462, 0.000795536683871122, 0.00195615384615386, 0.000900835509615725, 0.00246384615384619, 0.00359657206453375, 0.00485615384615387, 0.00383385778798087, 0.0120834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1125, '2021-05-23 00:00:00', 0.000517358527670939, 0.00130038461538462, 0.000669094824830844, 0.00170673076923079, 0.0008627120029303, 0.00221000000000003, 0.00356660067096862, 0.00470711538461539, 0.00385227015986877, 0.0121157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1140, '2021-05-23 00:00:00', 0.000475814968885405, 0.00110673076923079, 0.000624035132147096, 0.00157038461538463, 0.000835314035834147, 0.00208846153846156, 0.00358302049200863, 0.00469038461538464, 0.0038575842380752, 0.0121119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1155, '2021-05-23 00:00:00', 0.000573852198875126, 0.00118788461538463, 0.00075087692323453, 0.00160307692307693, 0.000842320969336883, 0.00224884615384614, 0.00361118054956249, 0.0046198076923077, 0.00383416576524603, 0.0121513461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1170, '2021-05-23 00:00:00', 0.000480902396942074, 0.00106134615384614, 0.000762915763068541, 0.0015123076923077, 0.000896424199893031, 0.00212288461538462, 0.00365431332600468, 0.00441673076923078, 0.00386822742152209, 0.0121657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1185, '2021-05-23 00:00:00', 0.000612573166744504, 0.00110326923076923, 0.000825515223733264, 0.00156423076923077, 0.00117102777014959, 0.00220403846153848, 0.00364909109863727, 0.00424461538461538, 0.00388986733509195, 0.0122267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1200, '2021-05-23 00:00:00', 0.000581500611812618, 0.00106519230769228, 0.000611939162385862, 0.00133153846153845, 0.00135508943786577, 0.00208576923076922, 0.00337960912623838, 0.00401538461538461, 0.00369525315568709, 0.0121232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1215, '2021-05-23 00:00:00', 0.000418019874389506, 0.000921153846153843, 0.000911043442348449, 0.00145807692307691, 0.00306799355630655, 0.00264769230769233, 0.00336049522449386, 0.00421807692307692, 0.00383354861212669, 0.0122301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1230, '2021-05-23 00:00:00', 0.000866871408261636, 0.00109403846153845, 0.00135509948541967, 0.00159384615384616, 0.0034415653471148, 0.00266903846153847, 0.00335146502982707, 0.00419038461538462, 0.00381927750416831, 0.0122494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1245, '2021-05-23 00:00:00', 0.00105961046906582, 0.0011971153846154, 0.00294366707461187, 0.00202461538461542, 0.00328770382813574, 0.00254730769230768, 0.00308911523927782, 0.00408980769230769, 0.0038450763521478, 0.0121680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1260, '2021-05-23 00:00:00', 0.00252894323475547, 0.00150673076923077, 0.00286650835579561, 0.0019080769230769, 0.00288749069262568, 0.00242249999999997, 0.00262582480082264, 0.00401673076923075, 0.00384889652517946, 0.0121276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1275, '2021-05-23 00:00:00', 0.00111378447024273, 0.00104461538461537, 0.00117002736654385, 0.00138596153846151, 0.00113028961571122, 0.00198115384615383, 0.00124267676346727, 0.00341153846153845, 0.0034585139316453, 0.0118861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1290, '2021-05-23 00:00:00', 0.000933792535845086, 0.000987499999999987, 0.000985696707917797, 0.001505, 0.00100320409764835, 0.00198769230769228, 0.00118110810096017, 0.00344211538461538, 0.00347308176718293, 0.0119401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1305, '2021-05-23 00:00:00', 0.000675291532485167, 0.00118942307692307, 0.000674143445132693, 0.00151923076923075, 0.000932313169570077, 0.00198038461538458, 0.00110223132082849, 0.00342673076923076, 0.00355911114659914, 0.0120430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1320, '2021-05-23 00:00:00', 0.000554018050247469, 0.00110500000000001, 0.000846977181601641, 0.00145288461538462, 0.000917880355032087, 0.00193211538461539, 0.00114248130770771, 0.00338153846153845, 0.00358331419434365, 0.0120988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1335, '2021-05-23 00:00:00', 0.000689500292854297, 0.000950576923076908, 0.000805639569152725, 0.00128134615384614, 0.000976634330435215, 0.00184115384615385, 0.00115187327361196, 0.00333596153846154, 0.00357876066322065, 0.0121217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1350, '2021-05-23 00:00:00', 0.000469585086907733, 0.000833076923076906, 0.000545105635492917, 0.00135807692307696, 0.00083117877369803, 0.00171307692307693, 0.00117669602636429, 0.00330846153846153, 0.00357621056964794, 0.0121290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1365, '2021-05-23 00:00:00', 0.000566097742307958, 0.00108942307692312, 0.000893992428121444, 0.00144769230769233, 0.000942490236635828, 0.00170538461538463, 0.0012328576092215, 0.00332826923076921, 0.00357621056964794, 0.0121290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1380, '2021-05-23 00:00:00', 0.000750047075445667, 0.00100615384615384, 0.000701322706363872, 0.00115653846153845, 0.000842319782140136, 0.00181384615384615, 0.00125479259702089, 0.00335230769230765, 0.00358202119565951, 0.0121346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1395, '2021-05-23 00:00:00', 0.00046740626374131, 0.000723846153846173, 0.000804369700687797, 0.00119615384615386, 0.0011888982779803, 0.00240365384615384, 0.00128460751264282, 0.00347730769230766, 0.0035762550298408, 0.0121340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1410, '2021-05-23 00:00:00', 0.000746220219093969, 0.000946153846153844, 0.000733032164264396, 0.00148307692307694, 0.00110718812243516, 0.00243346153846154, 0.00127902691377225, 0.00349461538461536, 0.00357304567345779, 0.0121407692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 1, 1425, '2021-05-23 00:00:00', 0.000419023223149305, 0.0011673076923077, 0.00114789204799324, 0.00210307692307691, 0.00109710431801873, 0.00242173076923077, 0.0013582509114525, 0.00368346153846154, 0.00356833948130587, 0.0121505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 0, '2021-05-23 00:00:00', 0.00121774387859112, 0.0018730769230769, 0.00113912944155411, 0.00212326923076923, 0.00110895177463293, 0.00253596153846152, 0.00134621172183279, 0.00386499999999998, 0.00356249798380511, 0.0121817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 15, '2021-05-23 00:00:00', 0.00051354365280211, 0.00127100000000003, 0.000551730232994365, 0.00161699999999999, 0.00064894805904119, 0.00214259999999999, 0.00127359236021577, 0.00380100000000001, 0.00349711786094396, 0.01244 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 30, '2021-05-23 00:00:00', 0.000543771321421056, 0.0010918, 0.000656715438121165, 0.00171279999999999, 0.000731428852771515, 0.00214439999999999, 0.00136567159912867, 0.0039188, 0.0034979890413398, 0.0124376 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 45, '2021-05-23 00:00:00', 0.000651393801486757, 0.00137326923076923, 0.000626527824908514, 0.00165865384615386, 0.0007830383869164, 0.00205134615384615, 0.00143968438047533, 0.00402634615384616, 0.00355683221204142, 0.0122392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 60, '2021-05-23 00:00:00', 0.000463458570051151, 0.00118961538461537, 0.000754705648173259, 0.00157884615384614, 0.000810385307217429, 0.00187288461538459, 0.00152083054232268, 0.00409153846153846, 0.00355037568976321, 0.0122334615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 75, '2021-05-23 00:00:00', 0.00056554616216403, 0.000962307692307677, 0.000596068787976707, 0.00120499999999998, 0.000647268580563445, 0.00159884615384616, 0.00154193564666672, 0.00404846153846154, 0.00340616373426403, 0.0122892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 90, '2021-05-23 00:00:00', 0.00033605705788429, 0.00079711538461538, 0.000487650134672517, 0.00112942307692308, 0.000560735540298488, 0.00150788461538463, 0.00162834475890277, 0.00421557692307695, 0.00337798518123089, 0.0122882692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 105, '2021-05-23 00:00:00', 0.000425251825845143, 0.000836346153846133, 0.000492742716450892, 0.00120576923076923, 0.000679601693301628, 0.00162230769230771, 0.0017209150070641, 0.00449769230769233, 0.00339814694412208, 0.0122905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 120, '2021-05-23 00:00:00', 0.000352105097946632, 0.000939999999999992, 0.000453392214313406, 0.00115749999999997, 0.000790314835025559, 0.00185846153846154, 0.00172810773569063, 0.00459211538461539, 0.00343978837117367, 0.0123240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 135, '2021-05-23 00:00:00', 0.000380850515799341, 0.000846346153846139, 0.000549573156045776, 0.00132442307692311, 0.000769668984794015, 0.00201788461538463, 0.00180888656786006, 0.00463115384615387, 0.00341643325031329, 0.0123430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 150, '2021-05-23 00:00:00', 0.000521384104682311, 0.00104923076923079, 0.000632632108429038, 0.00144576923076924, 0.000682452956958629, 0.00205596153846151, 0.001828987109346, 0.00464038461538463, 0.00328232265910307, 0.0122790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 165, '2021-05-23 00:00:00', 0.000458521579057642, 0.000974038461538446, 0.000556654705844144, 0.00152269230769231, 0.000698533436235126, 0.00218019230769232, 0.00179068870506895, 0.00461096153846156, 0.00325675522804288, 0.0123188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 180, '2021-05-23 00:00:00', 0.000533194581310098, 0.00117230769230769, 0.000575166464198388, 0.00154769230769228, 0.000742503172746384, 0.0022348076923077, 0.00179284145980618, 0.00459750000000001, 0.00323455228146625, 0.0123073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 195, '2021-05-23 00:00:00', 0.000327110896274539, 0.00106153846153843, 0.000687128808885211, 0.00159000000000001, 0.000705627053379856, 0.00212153846153847, 0.00179431573630129, 0.00445019230769231, 0.00314858095020598, 0.012255 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 210, '2021-05-23 00:00:00', 0.000477114121165364, 0.00111826923076923, 0.000484265065688355, 0.0014955769230769, 0.000679034722121144, 0.00219307692307693, 0.00180355000357201, 0.00444384615384616, 0.00329021612570454, 0.0124780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 225, '2021-05-23 00:00:00', 0.000276889036369337, 0.00105346153846152, 0.000382542355623715, 0.0015344230769231, 0.000674176563269238, 0.00221596153846155, 0.00158845696777144, 0.00445153846153847, 0.00327079395795343, 0.0124263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 240, '2021-05-23 00:00:00', 0.000452953257904338, 0.00128057692307695, 0.000649290263406021, 0.00179538461538463, 0.000776991238441834, 0.00239423076923077, 0.00159699482201369, 0.00444269230769232, 0.00324442636864185, 0.0123973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 255, '2021-05-23 00:00:00', 0.000346090083870983, 0.00114788461538462, 0.000517587339341047, 0.00160442307692308, 0.000734573790606583, 0.00210942307692306, 0.00168964917842549, 0.00424788461538459, 0.00315298784427627, 0.0122428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 270, '2021-05-23 00:00:00', 0.000465685103245337, 0.00111615384615386, 0.000613891402323036, 0.00150942307692309, 0.000870942107057741, 0.00209307692307692, 0.0017663211333599, 0.00411211538461536, 0.0031916005931435, 0.0123671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 285, '2021-05-23 00:00:00', 0.000591447799894467, 0.0011275, 0.000654490994237871, 0.00145769230769232, 0.00129900845322056, 0.00240019230769229, 0.00176412488656121, 0.00401115384615384, 0.00318420926061475, 0.0123361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 300, '2021-05-23 00:00:00', 0.000437495010960565, 0.000938269230769237, 0.000670638387026729, 0.0014696153846154, 0.0013524643604006, 0.00222538461538461, 0.00165800185580297, 0.00389807692307693, 0.00319094208418384, 0.0122742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 315, '2021-05-23 00:00:00', 0.000533563383878024, 0.00111826923076924, 0.00130396684714818, 0.00177153846153844, 0.00152361821383785, 0.00232230769230768, 0.0016474816795993, 0.00407826923076923, 0.00318589963142886, 0.0122776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 330, '2021-05-23 00:00:00', 0.00132810937049627, 0.00131749999999998, 0.00137133388180434, 0.00160615384615382, 0.00156687204327603, 0.00225499999999999, 0.00178572730280963, 0.00421, 0.00318182379365141, 0.0122694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 345, '2021-05-23 00:00:00', 0.000424506953825442, 0.000948076923076917, 0.000653969447651465, 0.00144903846153845, 0.000705494943557076, 0.00191865384615386, 0.00134593661983589, 0.00409076923076923, 0.00318819903948683, 0.0121286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 360, '2021-05-23 00:00:00', 0.000443865234225251, 0.000997115384615367, 0.000562755309580921, 0.00133346153846155, 0.00054918120870982, 0.00176500000000001, 0.00139848628331324, 0.00437173076923077, 0.00318981451112518, 0.0121561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 375, '2021-05-23 00:00:00', 0.000354450821152098, 0.000869230769230793, 0.000374966716471658, 0.00130596153846155, 0.000456167184264693, 0.00167750000000002, 0.00144646477528968, 0.00496288461538462, 0.00315594365383066, 0.0121728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 390, '2021-05-23 00:00:00', 0.000296257749006084, 0.000929423076923111, 0.000335652120734929, 0.0011871153846154, 0.000594995927587894, 0.00167692307692309, 0.00145142514844494, 0.00497519230769232, 0.00315596912459308, 0.0122686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 405, '2021-05-23 00:00:00', 0.000301875165233254, 0.000851153846153837, 0.000298802031194796, 0.00114057692307692, 0.000741939272862281, 0.00187173076923076, 0.00150328185851949, 0.00526788461538461, 0.00310228405310571, 0.0122971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 420, '2021-05-23 00:00:00', 0.000304162722138094, 0.000925192307692348, 0.000469188661414582, 0.00126500000000004, 0.000669820871576857, 0.00197000000000002, 0.00156579261078854, 0.0054525, 0.00306978208322052, 0.0123890384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 435, '2021-05-23 00:00:00', 0.000325592300513759, 0.000897884615384622, 0.000608460889331559, 0.00144057692307692, 0.00068673822131535, 0.00199923076923077, 0.00146087867394932, 0.00571750000000001, 0.00306492738651596, 0.0124032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 450, '2021-05-23 00:00:00', 0.000517371202849987, 0.0010051923076923, 0.000572471732590668, 0.00138173076923076, 0.000718678916217317, 0.00201423076923076, 0.00153578208590428, 0.00578115384615384, 0.00306504917767051, 0.0124123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 465, '2021-05-23 00:00:00', 0.000412247498476308, 0.000914999999999982, 0.000539817063030082, 0.0013073076923077, 0.000752530806933881, 0.00194615384615384, 0.00184038094927693, 0.00601596153846155, 0.00308774449047547, 0.0123590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 480, '2021-05-23 00:00:00', 0.000426999234371501, 0.00105788461538465, 0.000635732769208994, 0.00155692307692307, 0.000724535288730237, 0.00206923076923078, 0.00184141322191576, 0.00623057692307693, 0.00307921306755228, 0.0123463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 495, '2021-05-23 00:00:00', 0.000449049937260683, 0.000939615384615374, 0.000598298388380305, 0.00140480769230768, 0.00100174342254658, 0.00225173076923078, 0.00191635186266467, 0.00630230769230771, 0.0030335992839175, 0.0122961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 510, '2021-05-23 00:00:00', 0.000361811946479632, 0.000951730769230761, 0.000435469728701527, 0.00134326923076925, 0.000898470431001778, 0.00249634615384617, 0.00179221830744427, 0.00641769230769232, 0.00304635209970627, 0.0123113461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 525, '2021-05-23 00:00:00', 0.000327135822180699, 0.000969615384615408, 0.00072529466160577, 0.0016921153846154, 0.000785137543070293, 0.00270519230769231, 0.00167874688842142, 0.00654865384615386, 0.00302403662981482, 0.0123315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 540, '2021-05-23 00:00:00', 0.000573379992138401, 0.00134615384615383, 0.000716065666305506, 0.00200596153846154, 0.000766243007246317, 0.00285788461538461, 0.00175585758139831, 0.00648038461538462, 0.00302268935908714, 0.0123851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 555, '2021-05-23 00:00:00', 0.000419140007818192, 0.00135211538461539, 0.000561639906537467, 0.00196923076923077, 0.00112201448297249, 0.00327250000000003, 0.00185421806036525, 0.00653615384615386, 0.00290395335971238, 0.0124336538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 570, '2021-05-23 00:00:00', 0.000505477116578622, 0.00147365384615388, 0.000602332421635967, 0.00206711538461541, 0.00123492840029134, 0.00335692307692312, 0.00196507138253588, 0.00656653846153847, 0.00288498742831551, 0.0123923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 585, '2021-05-23 00:00:00', 0.000435243565763416, 0.0014698076923077, 0.00109996720230825, 0.00259538461538462, 0.00136758613847677, 0.00350961538461541, 0.00203033791238342, 0.00676596153846155, 0.00282524730707845, 0.0124728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 600, '2021-05-23 00:00:00', 0.00111533823776256, 0.0021092307692308, 0.00121114332506358, 0.00269192307692311, 0.00128325607493053, 0.00375692307692311, 0.00208816772830594, 0.00689269230769232, 0.00290215986544771, 0.0125117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 615, '2021-05-23 00:00:00', 0.000658781158947845, 0.00159115384615384, 0.000925371526219842, 0.00244730769230769, 0.00109942735094228, 0.00342750000000002, 0.00213210954582184, 0.00660865384615384, 0.00296918186737333, 0.0123248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 630, '2021-05-23 00:00:00', 0.000889796260171583, 0.00181076923076924, 0.00111110838632142, 0.00246461538461539, 0.0011593619598064, 0.00345192307692309, 0.00216327896597166, 0.00643826923076923, 0.00288302566092267, 0.0124201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 645, '2021-05-23 00:00:00', 0.000644225384592869, 0.00166788461538458, 0.000773228919233122, 0.00242980769230769, 0.00125040278126075, 0.00342134615384616, 0.0022561715701263, 0.00608692307692306, 0.00298201692844601, 0.0122401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 660, '2021-05-23 00:00:00', 0.000446663011848822, 0.00172961538461541, 0.000714483998851848, 0.0022892307692308, 0.00124976791691649, 0.00330538461538462, 0.00217694656483659, 0.00597788461538461, 0.0029400829985668, 0.0122559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 675, '2021-05-23 00:00:00', 0.00062183837252008, 0.00165980769230769, 0.000839523582845586, 0.00242461538461537, 0.00157193707057442, 0.00334807692307693, 0.00214304115327154, 0.00584576923076923, 0.0028978261879182, 0.0122111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 690, '2021-05-23 00:00:00', 0.000449095372773037, 0.00166557692307691, 0.000801397241361321, 0.00226653846153845, 0.00165067925412539, 0.00320000000000003, 0.00230133101954899, 0.00595769230769231, 0.00300073557648787, 0.01221 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 705, '2021-05-23 00:00:00', 0.000741816092697239, 0.00161134615384614, 0.00171240259689306, 0.0024044230769231, 0.00162027286400969, 0.00331692307692308, 0.00223948912443475, 0.00603153846153844, 0.00295968672978434, 0.0123115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 720, '2021-05-23 00:00:00', 0.00133066131621143, 0.00173153846153848, 0.00133764270266763, 0.00233000000000002, 0.00156791067494786, 0.00309173076923076, 0.00210548471488524, 0.00617326923076921, 0.00291565190625725, 0.0123940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 735, '2021-05-23 00:00:00', 0.000718679772488853, 0.00156384615384618, 0.000963618261474, 0.00212307692307693, 0.00147131636508057, 0.00306538461538462, 0.00223312023858993, 0.00637499999999998, 0.0029982278868589, 0.0124476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 750, '2021-05-23 00:00:00', 0.000415530245127117, 0.00139923076923078, 0.00143286325774118, 0.00205134615384618, 0.00148231793537639, 0.00302769230769232, 0.00212754315693369, 0.00627826923076921, 0.0028565319209462, 0.0124538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 765, '2021-05-23 00:00:00', 0.00117602140548288, 0.00146211538461538, 0.00114789291915502, 0.00211192307692307, 0.00120127368302919, 0.00304730769230769, 0.00216608647458604, 0.00615615384615382, 0.00288522864711859, 0.0123471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 780, '2021-05-23 00:00:00', 0.000826920259386982, 0.00171134615384615, 0.000933158099392357, 0.00231903846153844, 0.00136009258734613, 0.00306961538461537, 0.00209668501174153, 0.00618596153846151, 0.00284628329851134, 0.0123288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 795, '2021-05-23 00:00:00', 0.000544005974231929, 0.00137749999999997, 0.000736488027998169, 0.00194384615384613, 0.0013777817734985, 0.00295615384615382, 0.00202099811593562, 0.0061307692307692, 0.00284941732910161, 0.0121786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 810, '2021-05-23 00:00:00', 0.00041720185116488, 0.00139076923076923, 0.000791121915140373, 0.00201326923076924, 0.00114807774127018, 0.00287749999999999, 0.00192239250974883, 0.00617519230769227, 0.00287611127018088, 0.0121459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 825, '2021-05-23 00:00:00', 0.000472162455745236, 0.00147076923076924, 0.000837717136031044, 0.00219499999999999, 0.0007368526885446, 0.00267173076923076, 0.00185277106394304, 0.00620115384615382, 0.00305410422470887, 0.0122638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 840, '2021-05-23 00:00:00', 0.000726980292823582, 0.00151711538461538, 0.000732958703842503, 0.0020176923076923, 0.000748566655991014, 0.00275903846153847, 0.00188143631712174, 0.00657884615384615, 0.00301846400699733, 0.0122401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 855, '2021-05-23 00:00:00', 0.000605030069182855, 0.00138923076923078, 0.000528674139857278, 0.0019171153846154, 0.00100994373415246, 0.00272711538461539, 0.00246778443142834, 0.00708000000000002, 0.00302216636511982, 0.0122065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 870, '2021-05-23 00:00:00', 0.000512125022295855, 0.00129096153846152, 0.000772476536860499, 0.00201499999999998, 0.00206552873655594, 0.00302519230769228, 0.0026160699237891, 0.00694961538461538, 0.00300633137663727, 0.0121271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 885, '2021-05-23 00:00:00', 0.000571338644022838, 0.00154538461538461, 0.000778765294947951, 0.00199076923076923, 0.00212515128873215, 0.0033, 0.00271546683902532, 0.00699307692307693, 0.00300682933567008, 0.0121155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 900, '2021-05-23 00:00:00', 0.000444957863173599, 0.001461, 0.00215789196902901, 0.00242539999999999, 0.00217153820290287, 0.00351139999999999, 0.00278248614851299, 0.00697999999999999, 0.00308022831945946, 0.0122124 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 915, '2021-05-23 00:00:00', 0.00213077458830204, 0.00184711538461539, 0.00210530673811165, 0.00270230769230772, 0.002305657031337, 0.00377711538461538, 0.00270849876102268, 0.00690846153846154, 0.00305853061754523, 0.0122015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 930, '2021-05-23 00:00:00', 0.000865431706411054, 0.00170596153846155, 0.000994058657919462, 0.00238115384615383, 0.00157091516688153, 0.00319730769230767, 0.00258990820300643, 0.00666750000000002, 0.00302408036243445, 0.0121840384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 945, '2021-05-23 00:00:00', 0.000454108594264174, 0.00160884615384613, 0.000863276049975651, 0.00225153846153842, 0.000829240917948433, 0.00305249999999998, 0.00255354546886059, 0.00646730769230769, 0.00277397626993345, 0.0122528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 960, '2021-05-23 00:00:00', 0.00075697982901692, 0.0017623076923077, 0.000753875219219893, 0.00212038461538461, 0.00108878556199097, 0.003495, 0.00257634763092729, 0.00646634615384614, 0.0030229805719623, 0.0123965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 975, '2021-05-23 00:00:00', 0.000675509722073156, 0.00154423076923077, 0.000731602666437474, 0.0025076923076923, 0.00107495645707877, 0.00374423076923077, 0.00270255056168454, 0.00658153846153849, 0.00309484337866419, 0.0124584615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 990, '2021-05-23 00:00:00', 0.000390766701990589, 0.00181384615384614, 0.000955764152594448, 0.00272365384615385, 0.000903937199996981, 0.00349730769230769, 0.00263800521956676, 0.00666653846153847, 0.00320993170308366, 0.0125734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1005, '2021-05-23 00:00:00', 0.000830006116752227, 0.00190192307692309, 0.000857168325628928, 0.00270346153846155, 0.000938980625670511, 0.00347884615384617, 0.00263870117380037, 0.00653826923076925, 0.00334670821048891, 0.0125453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1020, '2021-05-23 00:00:00', 0.000694078608937477, 0.00196134615384615, 0.000720227661656599, 0.00257173076923078, 0.00147807124841283, 0.00407615384615385, 0.00258031066257238, 0.00638365384615387, 0.00349539173550197, 0.0126292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1035, '2021-05-23 00:00:00', 0.000550327489912908, 0.0017321153846154, 0.000787372846877489, 0.00249, 0.00227676944713002, 0.00456865384615385, 0.00243383237682088, 0.00619403846153847, 0.00337912098264989, 0.0126488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1050, '2021-05-23 00:00:00', 0.000644042999042282, 0.00192576923076923, 0.00120182502246186, 0.00325923076923077, 0.00215075801485468, 0.00432903846153847, 0.00243322050757049, 0.00606596153846157, 0.0033426027456736, 0.0126936538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1065, '2021-05-23 00:00:00', 0.000991158238550315, 0.00254557692307693, 0.00183071899494749, 0.00358903846153847, 0.00186100672714032, 0.00401403846153845, 0.00224076367476667, 0.00585961538461539, 0.00350424654471599, 0.0126846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1080, '2021-05-23 00:00:00', 0.00179958457813078, 0.00228057692307693, 0.00177105036196471, 0.00271423076923075, 0.00171267933367572, 0.00325250000000001, 0.00215665536100553, 0.00528211538461539, 0.00360399675574004, 0.0129561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1095, '2021-05-23 00:00:00', 0.000737013829324388, 0.00158423076923076, 0.00124141570859179, 0.00225519230769232, 0.00115452161255047, 0.00289192307692306, 0.00205843009634489, 0.00497769230769232, 0.00359801148071885, 0.0131361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1110, '2021-05-23 00:00:00', 0.000753783099796255, 0.00159019230769231, 0.000877312000461547, 0.00210211538461537, 0.000827505263752741, 0.0026998076923077, 0.0017999493155257, 0.00461346153846154, 0.00359954860417888, 0.0130819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1125, '2021-05-23 00:00:00', 0.000587062046255603, 0.00142461538461538, 0.000593578100622347, 0.0018351923076923, 0.000993100680464163, 0.00258980769230773, 0.00164539843199149, 0.00440500000000001, 0.00353990134586568, 0.0129734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1140, '2021-05-23 00:00:00', 0.000345588683931547, 0.00119653846153844, 0.000418951484248317, 0.0016571153846154, 0.00096520617566324, 0.0025098076923077, 0.00164264679709305, 0.00423750000000002, 0.00351283447353582, 0.0129059615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1155, '2021-05-23 00:00:00', 0.000426776333061679, 0.00124403846153847, 0.00076174599542001, 0.00189480769230771, 0.00127691046912218, 0.00253711538461541, 0.00177786600689186, 0.00417846153846156, 0.0035208202114761, 0.0128648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1170, '2021-05-23 00:00:00', 0.000531689180457276, 0.00130923076923076, 0.000745189934487528, 0.00179903846153844, 0.000999935305599618, 0.00240884615384615, 0.00158383191610144, 0.00401653846153848, 0.00353850125270356, 0.0128736538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1185, '2021-05-23 00:00:00', 0.000624412092722804, 0.00127769230769229, 0.000747064949292575, 0.00169596153846155, 0.000974092338854686, 0.00217673076923078, 0.00164686293857792, 0.00379346153846154, 0.00356565430935841, 0.0128855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1200, '2021-05-23 00:00:00', 0.000518100970260259, 0.00112615384615385, 0.000585456560826997, 0.00152923076923078, 0.000856727225236562, 0.00197846153846157, 0.00155325045035837, 0.00368519230769232, 0.00357912843387239, 0.0128728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1215, '2021-05-23 00:00:00', 0.000370041369828586, 0.00103115384615387, 0.00061590708589976, 0.0013165384615385, 0.00063055018710767, 0.00180653846153849, 0.00153588562524886, 0.00364057692307694, 0.00353653877399922, 0.0129475 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1230, '2021-05-23 00:00:00', 0.000403876980508458, 0.000886153846153836, 0.000573507326758925, 0.00129442307692307, 0.000752197805408618, 0.00173153846153846, 0.00152346746449821, 0.00362134615384616, 0.00354389759358903, 0.0129369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1245, '2021-05-23 00:00:00', 0.000334644070388443, 0.000959423076923068, 0.000352253678257789, 0.00126557692307694, 0.00088377407485433, 0.00192115384615388, 0.00150890975669394, 0.0036094230769231, 0.00352637528545191, 0.0129894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1260, '2021-05-23 00:00:00', 0.000260435508036344, 0.000890576923076916, 0.000654263208620082, 0.00129788461538461, 0.000927591421992393, 0.0019096153846154, 0.00145298590442632, 0.00359096153846156, 0.00353605778429115, 0.0129855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1275, '2021-05-23 00:00:00', 0.000563328466827715, 0.000974807692307716, 0.000704520486135533, 0.0014263461538462, 0.000948655019569227, 0.00194711538461541, 0.00144169675676322, 0.00366846153846156, 0.00350534275729973, 0.0130053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1290, '2021-05-23 00:00:00', 0.00044532615532374, 0.000984230769230795, 0.00070563798192734, 0.00138480769230771, 0.000801707336779562, 0.00179442307692308, 0.00127523584545702, 0.0036726923076923, 0.00348345778700503, 0.0129919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1305, '2021-05-23 00:00:00', 0.000533169189484351, 0.00105576923076923, 0.000584343188150997, 0.0013901923076923, 0.000660395831184738, 0.00172942307692304, 0.00122112432429486, 0.00360115384615383, 0.00342434528273427, 0.0129988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1320, '2021-05-23 00:00:00', 0.000360592087886245, 0.000984423076923078, 0.000511097499354246, 0.00126942307692308, 0.00059875550423035, 0.0016730769230769, 0.0011507191731194, 0.00355384615384614, 0.00340669898875728, 0.01295 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1335, '2021-05-23 00:00:00', 0.000413874423541173, 0.000869038461538493, 0.000391558866779746, 0.00109788461538459, 0.00067400938706087, 0.00164057692307692, 0.00107782251999823, 0.00351423076923077, 0.00340341358050999, 0.012935 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1350, '2021-05-23 00:00:00', 0.000191113739795064, 0.000722692307692268, 0.000400117290495963, 0.0011453846153846, 0.000660095826376755, 0.00161250000000001, 0.00104305099808941, 0.00347423076923079, 0.00340001706443679, 0.0129509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1365, '2021-05-23 00:00:00', 0.00035537564091231, 0.00095538461538464, 0.000475549115800309, 0.00124480769230771, 0.000744071155613078, 0.0016567307692308, 0.00106906400470401, 0.00356538461538461, 0.0034958815549377, 0.0130046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1380, '2021-05-23 00:00:00', 0.000429842234027614, 0.000897115384615369, 0.000613055180098961, 0.00123057692307693, 0.000754588655137052, 0.00197096153846155, 0.00111483467211681, 0.00365788461538461, 0.00349882402221967, 0.0130084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1395, '2021-05-23 00:00:00', 0.000533271038028495, 0.000800000000000014, 0.000501443953459925, 0.00107903846153847, 0.000788635628060362, 0.00228692307692308, 0.00113938141111744, 0.003665, 0.00352906625806969, 0.0130605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1410, '2021-05-23 00:00:00', 0.000297532932889537, 0.000750384615384612, 0.000568206490093701, 0.00158615384615387, 0.000814717412075183, 0.00233269230769229, 0.00165547052339997, 0.00391557692307692, 0.0037196134207737, 0.013165 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 2, 1425, '2021-05-23 00:00:00', 0.000561134462152677, 0.00137673076923079, 0.00085276295290437, 0.00208442307692306, 0.000842885428841814, 0.00234961538461537, 0.00161130029908956, 0.00408442307692309, 0.00372650106049174, 0.0131519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 0, '2021-05-23 00:00:00', 0.000769517731089753, 0.00173846153846153, 0.000741321092063676, 0.00203519230769227, 0.00078164963624771, 0.00234307692307693, 0.00157772245779988, 0.00415192307692309, 0.00373240858510343, 0.0131603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 15, '2021-05-23 00:00:00', 0.000707913401918216, 0.00137576923076922, 0.000700581626496597, 0.00171115384615386, 0.000846092557220915, 0.00217384615384616, 0.00155068505952891, 0.0041530769230769, 0.00380326537839018, 0.0131784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 30, '2021-05-23 00:00:00', 0.000495048443627975, 0.00123519230769233, 0.000542245934836002, 0.0014994230769231, 0.000834308926366834, 0.00214923076923075, 0.00153618499737302, 0.00419211538461538, 0.00381550226555581, 0.0132034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 45, '2021-05-23 00:00:00', 0.000423439624249576, 0.00105365384615385, 0.000681265028062895, 0.00154403846153846, 0.00087879044933714, 0.00210557692307689, 0.00167072637358268, 0.00443115384615381, 0.00376923055298273, 0.0131648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 60, '2021-05-23 00:00:00', 0.000589464979060198, 0.00113019230769228, 0.000803691195958709, 0.00155153846153841, 0.000899060877548601, 0.00204230769230766, 0.00156166973017791, 0.00440288461538459, 0.00372571709153472, 0.0131403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 75, '2021-05-23 00:00:00', 0.000601022590129663, 0.00100192307692306, 0.000635944966172397, 0.001325, 0.000839404848687451, 0.00191249999999998, 0.00157789792006768, 0.0043053846153846, 0.00373782441864455, 0.0131592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 90, '2021-05-23 00:00:00', 0.000363590904938307, 0.000857115384615372, 0.000527552731596924, 0.00130173076923076, 0.000656547379507719, 0.00188230769230767, 0.00154784251832625, 0.00427269230769228, 0.00379084232571886, 0.0131815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 105, '2021-05-23 00:00:00', 0.000428593809855118, 0.00093557692307692, 0.000577092580227696, 0.00144538461538459, 0.000780985570633968, 0.00201230769230766, 0.00152345811080736, 0.00433384615384614, 0.00379186374410344, 0.0131855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 120, '2021-05-23 00:00:00', 0.000465642525483329, 0.00110480769230767, 0.000593992391818681, 0.00141980769230768, 0.000878834652340175, 0.0022021153846154, 0.00146971934788197, 0.00436480769230768, 0.00380314972702283, 0.0131996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 135, '2021-05-23 00:00:00', 0.000423141047587978, 0.000867115384615395, 0.000649129831745203, 0.00140846153846153, 0.000814823812952117, 0.0020796153846154, 0.00157349024098076, 0.00431846153846152, 0.00391123100826325, 0.0132 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 150, '2021-05-23 00:00:00', 0.000456029224772015, 0.000980576923076925, 0.000570335562494712, 0.0014144230769231, 0.00155927647176012, 0.00223134615384616, 0.00176851068372846, 0.00443096153846152, 0.00401771825791704, 0.0133 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 165, '2021-05-23 00:00:00', 0.000477233735669989, 0.00113596153846155, 0.000714623085161765, 0.00172192307692309, 0.00155269007259611, 0.00248769230769232, 0.00186704951316657, 0.00439673076923075, 0.00399178832104108, 0.013265 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 180, '2021-05-23 00:00:00', 0.000647685613431494, 0.00130942307692307, 0.00160425943854287, 0.0017978846153846, 0.00152660125265749, 0.00249423076923077, 0.00206795176442784, 0.00439249999999998, 0.00414310318945372, 0.0133559615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 195, '2021-05-23 00:00:00', 0.00130419111388573, 0.00130230769230769, 0.00130782179449414, 0.00188961538461539, 0.0012163876691, 0.00252519230769228, 0.00192958609551379, 0.00429749999999999, 0.00412306730947502, 0.0134340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 210, '2021-05-23 00:00:00', 0.000509941173077825, 0.00125499999999999, 0.000545343822386709, 0.00171326923076924, 0.000697674709302251, 0.00236999999999999, 0.00180966227193406, 0.00427653846153845, 0.00413449946742695, 0.0134946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 225, '2021-05-23 00:00:00', 0.000466460485588402, 0.00120576923076926, 0.000576260658169429, 0.0016678846153846, 0.00116065434130925, 0.00231249999999999, 0.00175615971982576, 0.00408980769230769, 0.00406377435397192, 0.013365 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 240, '2021-05-23 00:00:00', 0.000469291118439478, 0.00126307692307691, 0.000550434828113224, 0.0015825, 0.00120865985862284, 0.00230557692307692, 0.00181270988174738, 0.00406634615384617, 0.00406135148498814, 0.0133882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 255, '2021-05-23 00:00:00', 0.000485584817909946, 0.00108384615384615, 0.00122533888562117, 0.00170423076923076, 0.00121802961944532, 0.00216692307692309, 0.00183612490148303, 0.00399942307692312, 0.00403701553892706, 0.0133873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 270, '2021-05-23 00:00:00', 0.00098016633203837, 0.00124096153846155, 0.000990428675644262, 0.00163019230769233, 0.000952040177723619, 0.00203250000000002, 0.00181975181105725, 0.00389942307692312, 0.00408978094203664, 0.0135030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 285, '2021-05-23 00:00:00', 0.000401435692713786, 0.00104115384615383, 0.000434686491800502, 0.00135211538461539, 0.00052717728006374, 0.00186173076923077, 0.00164235623419524, 0.00374000000000003, 0.00413475820146902, 0.0134192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 300, '2021-05-23 00:00:00', 0.000319856037328341, 0.00105826923076925, 0.000446714501839653, 0.0014396153846154, 0.000575336323045376, 0.00187673076923077, 0.00162846289015603, 0.00391076923076926, 0.00410217163875991, 0.0135080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 315, '2021-05-23 00:00:00', 0.000388081672609474, 0.000969230769230765, 0.000483644974685414, 0.0013723076923077, 0.000647785487998552, 0.00175596153846152, 0.00146413950838024, 0.00407250000000003, 0.00408170360831771, 0.0134578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 330, '2021-05-23 00:00:00', 0.000341444949949735, 0.000904423076923092, 0.000409751143988649, 0.00119500000000001, 0.00104265496911271, 0.00182923076923078, 0.00144127871910808, 0.0041221153846154, 0.0040484200146952, 0.0133961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 345, '2021-05-23 00:00:00', 0.000329788335381708, 0.000857884615384565, 0.000427278147562699, 0.00122115384615383, 0.00100568883779307, 0.00184596153846154, 0.00136741952371836, 0.00419692307692309, 0.00400771183518054, 0.0133380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 360, '2021-05-23 00:00:00', 0.000337036177012777, 0.000895769230769249, 0.000854440077567672, 0.00135961538461539, 0.00104699336931263, 0.00184134615384617, 0.00208794392792382, 0.0045446153846154, 0.00404223365993833, 0.0132901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 375, '2021-05-23 00:00:00', 0.000780740895658631, 0.000947884615384616, 0.000783431014095133, 0.00126807692307695, 0.000880718522221837, 0.00168634615384617, 0.00201912819153373, 0.00452557692307694, 0.00406055714725871, 0.0132528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 390, '2021-05-23 00:00:00', 0.000311538922126922, 0.000867500000000012, 0.000573902866345877, 0.00115250000000002, 0.000714741938367681, 0.00164596153846156, 0.00211956578463249, 0.00474865384615386, 0.00408181967339982, 0.0131803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 405, '2021-05-23 00:00:00', 0.000382753787098778, 0.000772307692307687, 0.000453180045728154, 0.00108307692307694, 0.000668251449680425, 0.00161500000000002, 0.00219837481930492, 0.00490538461538464, 0.00408266024227416, 0.0131605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 420, '2021-05-23 00:00:00', 0.000327380571295166, 0.000785961538461538, 0.000437486571222484, 0.00118250000000002, 0.000756591674246028, 0.0016598076923077, 0.0022940669378605, 0.00518634615384617, 0.00408723575951353, 0.0131380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 435, '2021-05-23 00:00:00', 0.000414656298823307, 0.000925384615384657, 0.000455420515736627, 0.00120538461538466, 0.000741705233799875, 0.00183942307692309, 0.00231867244012937, 0.00545173076923077, 0.00411941846624011, 0.0131475 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 450, '2021-05-23 00:00:00', 0.000260732400394305, 0.000844230769230783, 0.000604177667450653, 0.00122057692307693, 0.000899016214451188, 0.00185807692307693, 0.00242859485331303, 0.00573980769230769, 0.00401432011678191, 0.013175 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 465, '2021-05-23 00:00:00', 0.000422769258761577, 0.000874615384615375, 0.000500595529959434, 0.00137326923076923, 0.000670994812544432, 0.00178596153846154, 0.00243506696322395, 0.00602634615384616, 0.00419030454189741, 0.0133230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 480, '2021-05-23 00:00:00', 0.000408899084785579, 0.00110230769230769, 0.000613962038415572, 0.00141576923076922, 0.000706167010100225, 0.00195538461538462, 0.00238885398980669, 0.00622423076923078, 0.00422887329966451, 0.0133607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 495, '2021-05-23 00:00:00', 0.000401320943884097, 0.000967499999999993, 0.000390799378001264, 0.00129192307692308, 0.000745142010213227, 0.00229884615384614, 0.00233538068878253, 0.00643019230769231, 0.0042098620706439, 0.0133894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 510, '2021-05-23 00:00:00', 0.000341840774900572, 0.000936346153846165, 0.000455764319999546, 0.00142365384615384, 0.000773681806986246, 0.00240153846153845, 0.00253186623932744, 0.00660442307692309, 0.00416299893752642, 0.0134280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 525, '2021-05-23 00:00:00', 0.00031468812399679, 0.00109384615384613, 0.000607466871524659, 0.00185499999999999, 0.000924439559949712, 0.00261249999999998, 0.00255580605981452, 0.00665384615384616, 0.00417133744001387, 0.0135009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 540, '2021-05-23 00:00:00', 0.000584619665976201, 0.00145692307692307, 0.000639321154398563, 0.00189846153846153, 0.00200279808114703, 0.00303307692307694, 0.00258117859931049, 0.00661980769230771, 0.00417498252875202, 0.0135036538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 555, '2021-05-23 00:00:00', 0.000359891864101066, 0.0013319230769231, 0.000626129901734612, 0.00190442307692309, 0.00202068697381704, 0.00323038461538464, 0.00261036134398169, 0.00648788461538462, 0.00412163348872563, 0.0134538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 570, '2021-05-23 00:00:00', 0.000436396079796275, 0.00133846153846154, 0.00203910662942229, 0.00226961538461538, 0.00218216153424502, 0.00339019230769232, 0.00260843206661662, 0.00637961538461538, 0.00427517042395342, 0.0135530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 585, '2021-05-23 00:00:00', 0.00208683263860295, 0.0017176923076923, 0.00198593039617747, 0.00251653846153847, 0.00206917438012958, 0.00349884615384617, 0.00261174366306081, 0.0065101923076923, 0.00451279031880924, 0.0137926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 600, '2021-05-23 00:00:00', 0.000611667078879183, 0.00169115384615386, 0.000938529619220334, 0.00232961538461539, 0.00128092726329255, 0.00347057692307693, 0.00196719250358316, 0.00613788461538462, 0.00464659271360787, 0.0136053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 615, '2021-05-23 00:00:00', 0.000551810760482824, 0.00161865384615389, 0.000766370592217254, 0.00225173076923082, 0.00120842785660356, 0.00340826923076924, 0.00168224608325164, 0.00584673076923078, 0.00484118951133039, 0.0136467307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 630, '2021-05-23 00:00:00', 0.000625199075987316, 0.00165326923076924, 0.00107800515554644, 0.00259134615384616, 0.00117466415822374, 0.00345826923076921, 0.00162361776716263, 0.00561942307692308, 0.00494320148906944, 0.0137351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 645, '2021-05-23 00:00:00', 0.000687048117226608, 0.00199634615384618, 0.00102395261684247, 0.00253980769230768, 0.00110141721641502, 0.00354326923076922, 0.00164797101356136, 0.00548269230769231, 0.00495782441818368, 0.0136951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 660, '2021-05-23 00:00:00', 0.000586288456176816, 0.00170192307692306, 0.000833690889958639, 0.00236749999999998, 0.000949820489112773, 0.00315980769230769, 0.00138043467234617, 0.00519673076923078, 0.00504446607680138, 0.01376 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 675, '2021-05-23 00:00:00', 0.000688855488920121, 0.00160326923076923, 0.000725482226893576, 0.00218269230769231, 0.00083114372079406, 0.00288673076923075, 0.0013930099121631, 0.00507384615384616, 0.00511403348263759, 0.0138176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 690, '2021-05-23 00:00:00', 0.000493266038376232, 0.00153076923076922, 0.000598276370404693, 0.00207115384615384, 0.000940228695584237, 0.00292499999999997, 0.00137284645340088, 0.00516576923076921, 0.00532880606125438, 0.0139159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 705, '2021-05-23 00:00:00', 0.000434835999146635, 0.00148788461538465, 0.000586724938830965, 0.00203307692307695, 0.000861371357420615, 0.00277115384615384, 0.00152814302844485, 0.00551634615384615, 0.00535950375142496, 0.0140076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 720, '2021-05-23 00:00:00', 0.000473157641644074, 0.00154192307692308, 0.000679669857640152, 0.00215365384615384, 0.000611825641326523, 0.00273115384615384, 0.00162910476831721, 0.0057178846153846, 0.00528259617481342, 0.0139571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988190, 3, 735, '2021-05-23 00:00:00', 0.000559159293390184, 0.00145865384615384, 0.000521106662638396, 0.00184807692307693, 0.000585137492060953, 0.00252826923076923, 0.00169595134409525, 0.0058551923076923, 0.00521842759989867, 0.0139761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988190 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, a[...];[ Date: 2021-05-23 17:13:08 - Database: acaweb_fx - User: pgperfstats ]
18 24s796ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1035, '2021-05-23 00:00:00', 0.052869276376885, 0.139596153846153, 0.109832594643642, 0.211826923076925, 0.125332691112652, 0.297788461538464, 0.279284049642326, 0.454096153846152, 0.32152004363887, 1.02803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1050, '2021-05-23 00:00:00', 0.0758244328391892, 0.153730769230771, 0.106332904307472, 0.221057692307695, 0.106990368006444, 0.277173076923078, 0.324488350507975, 0.44751923076923, 0.331154923655894, 1.02721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1065, '2021-05-23 00:00:00', 0.0873069562829043, 0.172230769230771, 0.0975043825445042, 0.216230769230771, 0.119854913894324, 0.281596153846155, 0.349309946124555, 0.437538461538462, 0.328800531653139, 1.03748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1080, '2021-05-23 00:00:00', 0.0555651004193793, 0.141596153846151, 0.0660289709142917, 0.177249999999994, 0.0938686398029823, 0.23880769230769, 0.327957047492504, 0.395249999999996, 0.321092323770932, 1.02859615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1095, '2021-05-23 00:00:00', 0.04205693942557, 0.113615384615385, 0.0702413449363099, 0.173057692307691, 0.0989943452153459, 0.220096153846152, 0.329848905386415, 0.377403846153843, 0.326704229917757, 1.05992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1110, '2021-05-23 00:00:00', 0.0532234476956871, 0.121653846153845, 0.0668065087800954, 0.150980769230769, 0.0865127758462029, 0.206096153846152, 0.313205936799024, 0.362826923076919, 0.321288313489016, 1.05290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1125, '2021-05-23 00:00:00', 0.0292551441893287, 0.0902884615384592, 0.0537394032488119, 0.134711538461537, 0.0615702756706009, 0.173673076923075, 0.318532575317598, 0.339192307692306, 0.319207936208456, 1.04944230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1140, '2021-05-23 00:00:00', 0.0460320498716353, 0.092980769230771, 0.0523938817626051, 0.128326923076922, 0.0720424767865349, 0.17246153846154, 0.319951746962906, 0.337403846153845, 0.320103623246262, 1.04648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1155, '2021-05-23 00:00:00', 0.0436386737442116, 0.0914230769230784, 0.0463334237224726, 0.118615384615385, 0.0849175255989365, 0.173115384615384, 0.322700353984215, 0.334461538461539, 0.319660007483913, 1.04809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1170, '2021-05-23 00:00:00', 0.0356041970300412, 0.0798269230769222, 0.072057050047436, 0.123461538461539, 0.0895768857548577, 0.16053846153846, 0.324711687501388, 0.3305, 0.319128185000225, 1.04996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1185, '2021-05-23 00:00:00', 0.0592485410401369, 0.088519230769232, 0.0811738045089773, 0.120942307692307, 0.138392146286724, 0.156115384615382, 0.324720789531323, 0.320365384615383, 0.320086865613791, 1.04969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1200, '2021-05-23 00:00:00', 0.0544842143687889, 0.0789807692307687, 0.0606219939778135, 0.101384615384614, 0.117634610291618, 0.146192307692305, 0.296751175877393, 0.314403846153846, 0.316114764943658, 1.04726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1215, '2021-05-23 00:00:00', 0.0253429173841253, 0.061788461538462, 0.0765573289462528, 0.0982692307692299, 0.255692165428544, 0.189711538461536, 0.286825765927677, 0.332, 0.322531120144302, 1.05278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1230, '2021-05-23 00:00:00', 0.0739568689273576, 0.077961538461538, 0.102661214682077, 0.109749999999998, 0.290067119553653, 0.200423076923077, 0.280824070302989, 0.32953846153846, 0.327684632629513, 1.05303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1245, '2021-05-23 00:00:00', 0.080918715150072, 0.0820384615384652, 0.239186152158974, 0.153346153846155, 0.292567914535045, 0.199769230769233, 0.26634765092609, 0.319865384615386, 0.329818167270297, 1.04921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1260, '2021-05-23 00:00:00', 0.206835781200004, 0.120596153846152, 0.248277627636113, 0.152403846153847, 0.263145777820235, 0.188903846153847, 0.240046117364016, 0.302461538461539, 0.332493155510814, 1.04753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1275, '2021-05-23 00:00:00', 0.106226754923315, 0.0837884615384643, 0.125302853119949, 0.116250000000001, 0.120819975742678, 0.150442307692311, 0.128512993955417, 0.271519230769231, 0.33473446939328, 1.04475 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1290, '2021-05-23 00:00:00', 0.0814641048843933, 0.0834038461538449, 0.0768279020829128, 0.105557692307693, 0.0850220785805316, 0.143423076923072, 0.129556189176152, 0.270115384615386, 0.333415211802849, 1.04678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1305, '2021-05-23 00:00:00', 0.0476028764483156, 0.0795769230769215, 0.0535017612937943, 0.113461538461538, 0.0581886884328733, 0.13328846153846, 0.103506833665149, 0.262769230769228, 0.325508769230806, 1.04032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1320, '2021-05-23 00:00:00', 0.0491567860562943, 0.0890192307692333, 0.0596617001227629, 0.10803846153846, 0.0629552130180935, 0.133673076923082, 0.102001101049865, 0.26323076923077, 0.32471538128976, 1.04217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1335, '2021-05-23 00:00:00', 0.0542296824768398, 0.0670384615384614, 0.0515028042552439, 0.0833269230769269, 0.0983253723418032, 0.136173076923081, 0.0996786316889684, 0.26398076923077, 0.325472577717623, 1.04282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1350, '2021-05-23 00:00:00', 0.0300503167780572, 0.055692307692308, 0.0430029202943969, 0.088365384615383, 0.0800693473472572, 0.131096153846155, 0.0866206672798133, 0.269000000000001, 0.321768481030407, 1.03784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1365, '2021-05-23 00:00:00', 0.0396399371263976, 0.0742307692307717, 0.0699906504745215, 0.111634615384618, 0.0736859865604405, 0.133730769230772, 0.0933940555677101, 0.28448076923077, 0.321428096995987, 1.03719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1380, '2021-05-23 00:00:00', 0.0466577267077904, 0.0807884615384631, 0.0462674998077702, 0.0951923076923108, 0.0766751188206094, 0.154423076923075, 0.110331430768319, 0.297230769230771, 0.318763901054345, 1.03676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1395, '2021-05-23 00:00:00', 0.0291627066908794, 0.0582115384615382, 0.0633013427977662, 0.0980000000000001, 0.0891563880967648, 0.196192307692309, 0.11064248036599, 0.313038461538462, 0.318763901054345, 1.03676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1410, '2021-05-23 00:00:00', 0.0604918557773281, 0.0737692307692299, 0.0685274678224279, 0.134423076923077, 0.0797959922841684, 0.199903846153846, 0.113687596576691, 0.325480769230769, 0.319186410449105, 1.03723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 1, 1425, '2021-05-23 00:00:00', 0.0496979994954137, 0.105865384615383, 0.0771807867681688, 0.167423076923076, 0.0769545645169931, 0.187249999999997, 0.134744460425596, 0.335519230769228, 0.322509749405406, 1.03696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 0, '2021-05-23 00:00:00', 0.0834111895279119, 0.147057692307693, 0.079611955518867, 0.166211538461539, 0.0749058177878198, 0.187192307692303, 0.132581876009333, 0.339076923076921, 0.321948976487793, 1.03928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 15, '2021-05-23 00:00:00', 0.0453300213250931, 0.08904, 0.0495886243675513, 0.112639999999999, 0.065105523319199, 0.151399999999998, 0.138861942830522, 0.328079999999997, 0.320860038282529, 1.05282 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 30, '2021-05-23 00:00:00', 0.0459807296592825, 0.0759599999999989, 0.0478162716377327, 0.102699999999995, 0.0685647018029944, 0.145079999999998, 0.155569767307147, 0.34116, 0.318591767261281, 1.04988 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 45, '2021-05-23 00:00:00', 0.0416634916739064, 0.0784423076923024, 0.0611606994224766, 0.115365384615383, 0.063217588229373, 0.144788461538459, 0.153799069718101, 0.352423076923074, 0.334611426192326, 1.02494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 60, '2021-05-23 00:00:00', 0.0535054706045589, 0.0891538461538433, 0.0578448488498481, 0.106557692307689, 0.0666262739811812, 0.134096153846152, 0.183834151845125, 0.372653846153846, 0.334862665305323, 1.02623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 75, '2021-05-23 00:00:00', 0.0330703038994205, 0.0557499999999978, 0.036313766196644, 0.0825192307692285, 0.0438164396615672, 0.126096153846152, 0.188892154823453, 0.364615384615386, 0.334452650437421, 1.02584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 90, '2021-05-23 00:00:00', 0.019045088201827, 0.0591538461538444, 0.0264538495090282, 0.079384615384614, 0.0491325209549111, 0.132269230769229, 0.183995610315532, 0.363230769230769, 0.333870019042419, 1.02548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 105, '2021-05-23 00:00:00', 0.0248982622192521, 0.0602884615384614, 0.0354608180303928, 0.101519230769229, 0.0667963725408497, 0.148846153846149, 0.184626579468272, 0.363076923076924, 0.34135431907894, 1.02736538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 120, '2021-05-23 00:00:00', 0.0316976582488584, 0.0806923076923071, 0.046595229204453, 0.105153846153845, 0.0886248641096954, 0.16155769230769, 0.179345862683081, 0.357538461538465, 0.346518144713068, 1.02623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 135, '2021-05-23 00:00:00', 0.0407235756704201, 0.0694807692307681, 0.0550987644703029, 0.104076923076919, 0.0831876863114116, 0.171634615384614, 0.172801914163186, 0.352307692307693, 0.349722860056583, 1.02567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 150, '2021-05-23 00:00:00', 0.0279259460276378, 0.0740384615384598, 0.054563417584145, 0.112557692307692, 0.062076481982993, 0.175480769230768, 0.157460901129823, 0.344346153846155, 0.354008403311822, 1.02198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 165, '2021-05-23 00:00:00', 0.0414271046538384, 0.0862500000000046, 0.0518747011112817, 0.133269230769234, 0.0631638315445247, 0.185980769230769, 0.154708634337136, 0.335192307692312, 0.356044428947592, 1.02065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 180, '2021-05-23 00:00:00', 0.0329918404830861, 0.100692307692307, 0.0397163210008971, 0.133615384615383, 0.0616829767065829, 0.176019230769226, 0.147701877494449, 0.331269230769233, 0.359838183718098, 1.02353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 195, '2021-05-23 00:00:00', 0.0258033987027951, 0.0861538461538487, 0.0518922552395488, 0.127615384615382, 0.0707302704211349, 0.168134615384612, 0.13946074854458, 0.315596153846155, 0.37416628142291, 1.03138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 210, '2021-05-23 00:00:00', 0.0344538766379785, 0.0850192307692284, 0.0383455393053182, 0.115596153846151, 0.0753572517055668, 0.173346153846155, 0.126885419238714, 0.299480769230773, 0.444959308424767, 1.05688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 225, '2021-05-23 00:00:00', 0.0322276338662251, 0.0859038461538448, 0.0608587424981943, 0.116557692307692, 0.0783209963007267, 0.185038461538463, 0.118706269680829, 0.299538461538464, 0.442206333670677, 1.05719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 240, '2021-05-23 00:00:00', 0.0351135794463993, 0.0872115384615411, 0.0486615983486595, 0.13336538461539, 0.10472952709792, 0.193076923076929, 0.103558218483055, 0.284769230769231, 0.440928208006004, 1.05873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 255, '2021-05-23 00:00:00', 0.031851627177371, 0.0971153846153881, 0.0483658334586895, 0.131923076923078, 0.0960611764209911, 0.175480769230774, 0.0918097950195847, 0.281038461538461, 0.446105381220454, 1.05463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 270, '2021-05-23 00:00:00', 0.0332755165249131, 0.0790000000000023, 0.0775382709475666, 0.115711538461542, 0.079107903426997, 0.13790384615385, 0.0854524699197419, 0.25923076923077, 0.447158789985771, 1.05171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 285, '2021-05-23 00:00:00', 0.0701517284177685, 0.0792500000000029, 0.0674048189329602, 0.0989807692307734, 0.0681036003792455, 0.12590384615385, 0.0818864222801692, 0.251884615384617, 0.448590644729091, 1.05194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 300, '2021-05-23 00:00:00', 0.0271629272241574, 0.0632692307692323, 0.0292831271974439, 0.0843076923076926, 0.0406286418485971, 0.11944230769231, 0.0704101527862622, 0.256480769230766, 0.448853220826313, 1.05342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 315, '2021-05-23 00:00:00', 0.025717578543748, 0.0595769230769233, 0.0359141497720073, 0.086115384615387, 0.0436934953793085, 0.125307692307694, 0.0814552921263262, 0.26676923076923, 0.451999454135137, 1.05494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 330, '2021-05-23 00:00:00', 0.0287078118556302, 0.0670384615384624, 0.0319995252368614, 0.0870192307692314, 0.0413439094202986, 0.123173076923075, 0.0815702363704919, 0.270288461538461, 0.452844916568067, 1.05446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 345, '2021-05-23 00:00:00', 0.0174008952024387, 0.0601346153846156, 0.0336102090717375, 0.0883846153846176, 0.0306252598105101, 0.125057692307696, 0.103186144344168, 0.305403846153846, 0.457689812662884, 1.05473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 360, '2021-05-23 00:00:00', 0.029091209351591, 0.0684615384615429, 0.0307065077041383, 0.0884807692307714, 0.0494651897802895, 0.139750000000005, 0.136798781202398, 0.349942307692311, 0.457743709363154, 1.05478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 375, '2021-05-23 00:00:00', 0.0148024036509674, 0.0578653846153871, 0.0246560415439186, 0.0915961538461567, 0.0483733437402791, 0.137403846153849, 0.140812178505215, 0.376519230769232, 0.457620403660234, 1.05807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 390, '2021-05-23 00:00:00', 0.0223588994500037, 0.0655961538461528, 0.0444538524764764, 0.0987500000000009, 0.0413598095517092, 0.129076923076924, 0.136106406337668, 0.384923076923076, 0.457464162530794, 1.058 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 405, '2021-05-23 00:00:00', 0.0276540440776069, 0.067884615384616, 0.0336071649869708, 0.0971923076923083, 0.0644934612070172, 0.138057692307692, 0.128845526175281, 0.407019230769229, 0.464416928482953, 1.06128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 420, '2021-05-23 00:00:00', 0.0318327117673237, 0.0746923076923069, 0.0307258097471056, 0.0888461538461517, 0.0675329435278675, 0.138538461538461, 0.13924513111223, 0.420442307692308, 0.47432707962074, 1.06553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 435, '2021-05-23 00:00:00', 0.0226747996344295, 0.0590576923076939, 0.0643117317925214, 0.0998269230769248, 0.0655305360411917, 0.146865384615385, 0.135050077606564, 0.435711538461537, 0.474283349259297, 1.06415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 450, '2021-05-23 00:00:00', 0.0563239428525828, 0.0749423076923053, 0.0575899330145044, 0.103096153846153, 0.0680158691890223, 0.151461538461537, 0.139955987587309, 0.46203846153846, 0.474597045275902, 1.06265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 465, '2021-05-23 00:00:00', 0.0384016425930733, 0.0683846153846194, 0.0516582408348787, 0.107576923076923, 0.0644564999407757, 0.153096153846156, 0.150394436527626, 0.484057692307692, 0.47487450487957, 1.06165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 480, '2021-05-23 00:00:00', 0.0375521842036102, 0.087057692307691, 0.0554157329784477, 0.118788461538461, 0.0512366605529219, 0.177653846153845, 0.156609725604277, 0.499884615384615, 0.47487450487957, 1.06165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 495, '2021-05-23 00:00:00', 0.0453006240405353, 0.0795576923076934, 0.0430639819160001, 0.11094230769231, 0.0648556058901992, 0.19051923076923, 0.198760907780026, 0.524538461538461, 0.474451199160268, 1.06509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 510, '2021-05-23 00:00:00', 0.0295403765404843, 0.0799230769230792, 0.0401136078963448, 0.130192307692306, 0.0658211475252309, 0.194711538461538, 0.242725945492822, 0.54873076923077, 0.474611652179565, 1.06809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 525, '2021-05-23 00:00:00', 0.0337512905736154, 0.0900192307692294, 0.0509352567934606, 0.151903846153845, 0.0829818724411966, 0.229134615384612, 0.24361272860518, 0.547692307692309, 0.474424919892901, 1.06823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 540, '2021-05-23 00:00:00', 0.0477089251446894, 0.127192307692309, 0.0567145619612939, 0.160192307692307, 0.105628326984475, 0.265211538461539, 0.243034813112474, 0.541596153846155, 0.468711942044776, 1.06973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 555, '2021-05-23 00:00:00', 0.0376198035000773, 0.101480769230766, 0.0693834523610517, 0.170211538461537, 0.106521142718965, 0.270923076923077, 0.243408381121111, 0.529500000000002, 0.465200715985954, 1.08961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 570, '2021-05-23 00:00:00', 0.066985753364775, 0.140634615384613, 0.104099089259302, 0.203903846153846, 0.105418900655362, 0.274769230769231, 0.241272128518816, 0.541000000000001, 0.472039454429884, 1.10244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 585, '2021-05-23 00:00:00', 0.0644863640923152, 0.133134615384619, 0.0779299710292253, 0.209903846153848, 0.0995769068841537, 0.277903846153847, 0.246718756887271, 0.546250000000002, 0.487539789697683, 1.11794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 600, '2021-05-23 00:00:00', 0.0723394349311216, 0.162076923076927, 0.083626341543798, 0.200749999999999, 0.106114185595592, 0.275096153846155, 0.243672128389453, 0.553884615384617, 0.47926147713074, 1.11878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 615, '2021-05-23 00:00:00', 0.0629413524334654, 0.131576923076918, 0.090701600783094, 0.207596153846152, 0.102537942320807, 0.283980769230766, 0.252125527343942, 0.569692307692308, 0.471690873755912, 1.12140384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 630, '2021-05-23 00:00:00', 0.0856435367357977, 0.158153846153846, 0.106153526337315, 0.212365384615383, 0.105614298274431, 0.307499999999998, 0.228116856862038, 0.552403846153849, 0.458562030029324, 1.11684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 645, '2021-05-23 00:00:00', 0.057955875125293, 0.142711538461535, 0.0640532470803653, 0.205461538461536, 0.108245385405285, 0.304711538461537, 0.222391487800575, 0.547076923076923, 0.461471176281314, 1.10994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 660, '2021-05-23 00:00:00', 0.0372898831402762, 0.138346153846152, 0.0758522272884286, 0.214903846153844, 0.115226467645912, 0.309173076923078, 0.217802214440956, 0.541730769230771, 0.449821181565093, 1.10234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 675, '2021-05-23 00:00:00', 0.0664913181145872, 0.147153846153846, 0.0831628245348567, 0.212653846153847, 0.164236121062145, 0.31371153846154, 0.209214615609461, 0.526153846153848, 0.435115214185143, 1.09348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 690, '2021-05-23 00:00:00', 0.0543724088684147, 0.140826923076925, 0.0785388414441238, 0.207480769230771, 0.176267222835537, 0.298576923076927, 0.233129105861965, 0.517500000000003, 0.433676572592275, 1.09148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 705, '2021-05-23 00:00:00', 0.058999651237561, 0.138326923076927, 0.140606882422644, 0.206846153846158, 0.159145076532749, 0.268153846153849, 0.232383601963516, 0.516961538461542, 0.437900503714993, 1.10613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 720, '2021-05-23 00:00:00', 0.0954893953032737, 0.147230769230769, 0.12366766414001, 0.208134615384616, 0.154809565397173, 0.251692307692308, 0.254274122976334, 0.521019230769232, 0.435395818148885, 1.10503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 735, '2021-05-23 00:00:00', 0.0878903600209665, 0.137846153846156, 0.0824786965501682, 0.167346153846156, 0.123283432039282, 0.244769230769232, 0.261170154526476, 0.531980769230769, 0.429104643862793, 1.10515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 750, '2021-05-23 00:00:00', 0.0349854310337259, 0.114403846153847, 0.114538968847357, 0.17015384615385, 0.121183409946056, 0.253326923076922, 0.258897984066785, 0.524384615384617, 0.416492696860893, 1.09755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 765, '2021-05-23 00:00:00', 0.0945608737594689, 0.12167307692308, 0.0954056360212345, 0.182846153846153, 0.122367342614202, 0.261057692307692, 0.251561400977054, 0.517961538461538, 0.413906113936295, 1.09413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 780, '2021-05-23 00:00:00', 0.0592776647520935, 0.137807692307691, 0.0786958043061026, 0.178980769230766, 0.117313026360443, 0.257384615384616, 0.243055305513913, 0.533307692307692, 0.40314559357059, 1.09551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 795, '2021-05-23 00:00:00', 0.0504404447000417, 0.112538461538458, 0.0600531431317286, 0.165000000000001, 0.110669153509283, 0.248307692307696, 0.238109835677056, 0.524576923076922, 0.407080526904215, 1.07565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 810, '2021-05-23 00:00:00', 0.0451401748403282, 0.124846153846154, 0.0769580330190052, 0.173826923076926, 0.103445570972595, 0.246615384615389, 0.230379265893973, 0.542884615384616, 0.410138441917433, 1.07469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 825, '2021-05-23 00:00:00', 0.0532648101470394, 0.125999999999999, 0.0983941133323618, 0.18519230769231, 0.105534072150258, 0.242403846153846, 0.212897342542218, 0.545038461538462, 0.411647737756445, 1.08 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 840, '2021-05-23 00:00:00', 0.079972997846872, 0.130903846153845, 0.0864554598533907, 0.173942307692308, 0.106738402360451, 0.238557692307692, 0.208709172884553, 0.581826923076922, 0.409185799437783, 1.07746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 855, '2021-05-23 00:00:00', 0.0421720468848922, 0.115192307692308, 0.0674533457002254, 0.172076923076918, 0.104666451902438, 0.237115384615384, 0.254486092260158, 0.610134615384614, 0.405908097309647, 1.07328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 870, '2021-05-23 00:00:00', 0.0654745869667111, 0.126192307692304, 0.0827867510767639, 0.170384615384615, 0.181817283599181, 0.255269230769231, 0.255658744904519, 0.609923076923074, 0.403116139020086, 1.06869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 885, '2021-05-23 00:00:00', 0.0579601454582217, 0.122038461538459, 0.0602552519255768, 0.175346153846153, 0.165628259619596, 0.264096153846152, 0.247473352100784, 0.605999999999997, 0.396979620189944, 1.06382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 900, '2021-05-23 00:00:00', 0.0513295561380868, 0.133160000000003, 0.170797170156107, 0.198440000000002, 0.179768543317977, 0.2729, 0.243697467843501, 0.599819999999997, 0.401497511407812, 1.06378 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 915, '2021-05-23 00:00:00', 0.166006668077382, 0.145076923076923, 0.164628066819166, 0.195903846153846, 0.199062109557641, 0.287288461538458, 0.241631000462721, 0.608096153846151, 0.395936224468225, 1.06057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 930, '2021-05-23 00:00:00', 0.0583935323078222, 0.134230769230766, 0.0861498783427001, 0.184307692307686, 0.157274982117311, 0.271499999999996, 0.233373487387459, 0.595769230769229, 0.400361270028034, 1.06105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 945, '2021-05-23 00:00:00', 0.0571171266245629, 0.127615384615383, 0.10569910304546, 0.194903846153843, 0.117166318342119, 0.271884615384613, 0.221528466654877, 0.573192307692306, 0.395895567037569, 1.0625 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 960, '2021-05-23 00:00:00', 0.0809327094661886, 0.140288461538457, 0.0970853411259302, 0.18728846153846, 0.118703347111124, 0.311269230769229, 0.216278592596179, 0.563019230769228, 0.396832859604062, 1.07603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 975, '2021-05-23 00:00:00', 0.0416566782899634, 0.115673076923077, 0.0703116168320629, 0.200711538461534, 0.121844762521193, 0.32311538461538, 0.21364750984165, 0.547461538461537, 0.394057332806358, 1.09380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 990, '2021-05-23 00:00:00', 0.0555008246647022, 0.157692307692305, 0.0906693931056872, 0.251173076923073, 0.0970040383774729, 0.326288461538457, 0.21501426428531, 0.532923076923076, 0.423329934975254, 1.11057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1005, '2021-05-23 00:00:00', 0.0516732076091204, 0.160096153846154, 0.0819217285912856, 0.220519230769228, 0.0881341285506577, 0.294769230769229, 0.206967549481701, 0.512942307692304, 0.437366261317057, 1.11394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1020, '2021-05-23 00:00:00', 0.0677094130485917, 0.15123076923077, 0.0812929555089807, 0.21526923076923, 0.125481866602921, 0.338173076923075, 0.193145234314651, 0.490692307692306, 0.432777223291613, 1.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1035, '2021-05-23 00:00:00', 0.0626402702862841, 0.155711538461539, 0.0662442363240306, 0.216826923076926, 0.190948994397819, 0.375038461538458, 0.181497612826006, 0.482211538461538, 0.459008607259668, 1.11880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1050, '2021-05-23 00:00:00', 0.0491034230359404, 0.133615384615389, 0.122166634309296, 0.246557692307693, 0.184697695833365, 0.338173076923075, 0.166260033820982, 0.445173076923075, 0.445230749162719, 1.0965 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1065, '2021-05-23 00:00:00', 0.100278903372236, 0.18553846153846, 0.172600317541376, 0.261519230769226, 0.168435092497423, 0.302596153846151, 0.156770837162448, 0.411653846153845, 0.452871659948611, 1.07759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1080, '2021-05-23 00:00:00', 0.158571450772196, 0.181249999999996, 0.157957214265323, 0.216192307692304, 0.148490493091179, 0.24755769230769, 0.147568040369385, 0.364057692307691, 0.443163430957991, 1.0644423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1095, '2021-05-23 00:00:00', 0.0679772360087147, 0.124230769230767, 0.0875976114883353, 0.164692307692308, 0.0899400141974975, 0.204884615384615, 0.113462660750643, 0.322653846153844, 0.439215734620764, 1.0456923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1110, '2021-05-23 00:00:00', 0.0614823927265754, 0.119769230769231, 0.0702675682932472, 0.149365384615386, 0.0854069444123032, 0.198384615384617, 0.112256665041117, 0.306173076923076, 0.440621945488589, 1.04182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1125, '2021-05-23 00:00:00', 0.0479922429629513, 0.102846153846155, 0.0521996315931558, 0.141307692307693, 0.082662262341317, 0.18998076923077, 0.11510835697791, 0.292923076923077, 0.439842102787594, 1.03734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1140, '2021-05-23 00:00:00', 0.0353319478441491, 0.10194230769231, 0.0480254139452798, 0.131596153846159, 0.0769042286523699, 0.182096153846157, 0.111002205452797, 0.273980769230773, 0.41823429576476, 1.02761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1155, '2021-05-23 00:00:00', 0.0340132383729525, 0.0875961538461573, 0.058146370347732, 0.13140384615385, 0.0756048355189423, 0.179865384615388, 0.11159576087896, 0.259076923076926, 0.413049780944694, 1.02419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1170, '2021-05-23 00:00:00', 0.039086319660661, 0.094903846153844, 0.0608892468718038, 0.131403846153847, 0.07405483675057, 0.169173076923077, 0.0967462998696171, 0.25305769230769, 0.410935096878026, 1.02342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1185, '2021-05-23 00:00:00', 0.0481782627333137, 0.0802500000000022, 0.0506480351202155, 0.11421153846154, 0.0555853051970219, 0.141884615384618, 0.100129233800817, 0.233288461538462, 0.410417961913872, 1.01878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1200, '2021-05-23 00:00:00', 0.0293137143015661, 0.0815769230769245, 0.0358535053537867, 0.10442307692308, 0.0400359261740711, 0.133846153846157, 0.11132292596835, 0.247076923076921, 0.408206912559716, 1.02028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1215, '2021-05-23 00:00:00', 0.0266435805517107, 0.0665961538461576, 0.034349739669826, 0.0937307692307719, 0.0389515132519329, 0.133096153846157, 0.109990426156801, 0.260423076923075, 0.404245371506729, 1.01809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1230, '2021-05-23 00:00:00', 0.0314081138463415, 0.0719807692307691, 0.035019516536666, 0.0994423076923097, 0.0642705728810748, 0.141557692307694, 0.108820446678855, 0.262980769230766, 0.39925943994427, 1.01659615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1245, '2021-05-23 00:00:00', 0.0267183385595879, 0.0735192307692336, 0.0364272509995532, 0.100230769230773, 0.0641428963630902, 0.136134615384618, 0.105586459286294, 0.254096153846151, 0.392824772052957, 1.01330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1260, '2021-05-23 00:00:00', 0.0325812652632451, 0.0693269230769278, 0.0556095211825657, 0.0983269230769264, 0.0642833989815093, 0.134653846153847, 0.106903126528364, 0.252038461538461, 0.391384061327919, 1.01328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1275, '2021-05-23 00:00:00', 0.0415586332787819, 0.0694999999999995, 0.0424123394599021, 0.0945576923076896, 0.0548875073358128, 0.134461538461539, 0.0971627183962781, 0.24792307692308, 0.386281380602273, 1.00775 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1290, '2021-05-23 00:00:00', 0.0349260812838527, 0.0681346153846155, 0.0355966344562989, 0.0994038461538469, 0.0540751471423023, 0.131307692307693, 0.0940541251702386, 0.257461538461539, 0.385080543023642, 1.00173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1305, '2021-05-23 00:00:00', 0.0248558072459174, 0.0756346153846196, 0.037107230272034, 0.104942307692311, 0.0503740050483933, 0.125096153846155, 0.0899452397508976, 0.264115384615385, 0.384103968297044, 1.00103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1320, '2021-05-23 00:00:00', 0.0308623744038966, 0.0746153846153834, 0.0403163118352874, 0.0897499999999995, 0.0457009888800607, 0.110403846153846, 0.101048855282218, 0.265634615384615, 0.379049276277046, 1.00192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1335, '2021-05-23 00:00:00', 0.028863531688594, 0.0592115384615375, 0.0299710693836563, 0.0757499999999982, 0.0483537962872094, 0.109480769230769, 0.100415628572147, 0.262961538461537, 0.378029899102417, 1.00276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1350, '2021-05-23 00:00:00', 0.0182418053256387, 0.0507115384615385, 0.0345711807501803, 0.0814423076923101, 0.0468148069935841, 0.113115384615388, 0.100369511536894, 0.264826923076923, 0.375589328205073, 1.00421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1365, '2021-05-23 00:00:00', 0.0340196832165417, 0.0723269230769268, 0.0423801658979613, 0.0924615384615416, 0.0519678302858174, 0.117846153846158, 0.105052536307393, 0.271346153846157, 0.375200104559604, 1.00496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1380, '2021-05-23 00:00:00', 0.0346084304980513, 0.0732115384615344, 0.0380980768745433, 0.0917884615384609, 0.060653733476311, 0.135346153846151, 0.108886654193889, 0.283711538461539, 0.370931805882676, 1.00373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1395, '2021-05-23 00:00:00', 0.039336541046956, 0.0592884615384621, 0.0425761263909944, 0.0779423076923076, 0.0601729462594174, 0.173788461538461, 0.154720517261093, 0.30746153846154, 0.369200181265059, 1.00257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1410, '2021-05-23 00:00:00', 0.0272692839318098, 0.0519230769230756, 0.042848875759418, 0.110115384615382, 0.0665119653781318, 0.177692307692305, 0.281169984857232, 0.349403846153846, 0.367496041318289, 1.00059615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 2, 1425, '2021-05-23 00:00:00', 0.0340701990240516, 0.0959615384615375, 0.057487098887156, 0.15805769230769, 0.067045876945454, 0.176019230769229, 0.280431045274675, 0.360634615384615, 0.36562439796137, 0.999596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 0, '2021-05-23 00:00:00', 0.0637810678444999, 0.13473076923077, 0.07314551355925, 0.155115384615384, 0.0698740295102586, 0.167499999999999, 0.283040891989943, 0.371557692307692, 0.365506868818967, 0.998634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 15, '2021-05-23 00:00:00', 0.0645058882225853, 0.0990192307692297, 0.0630350329944843, 0.123346153846154, 0.0553535489794048, 0.154346153846154, 0.279568103716044, 0.359730769230768, 0.36078528933425, 0.993250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 30, '2021-05-23 00:00:00', 0.0535903406910649, 0.0902307692307683, 0.0502387683582482, 0.102076923076922, 0.0721781902921243, 0.159134615384615, 0.281010509658379, 0.354057692307691, 0.367852871926553, 1.00034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 45, '2021-05-23 00:00:00', 0.028837822386584, 0.070999999999999, 0.0352156215336332, 0.106999999999999, 0.0716851556353282, 0.156692307692308, 0.279832449869561, 0.347499999999997, 0.367751463418095, 0.993673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 60, '2021-05-23 00:00:00', 0.0316297571672845, 0.0786923076923085, 0.0621663927264187, 0.119903846153845, 0.0829068522731773, 0.151884615384618, 0.2815365538502, 0.341365384615381, 0.364361249839513, 0.990903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 75, '2021-05-23 00:00:00', 0.0446054196431152, 0.0727884615384631, 0.0529083968906471, 0.100538461538464, 0.0739951453709095, 0.137692307692308, 0.283057564137377, 0.329269230769227, 0.357963739568898, 0.986673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 90, '2021-05-23 00:00:00', 0.0258496912643374, 0.0679423076923113, 0.039438369641763, 0.0947500000000026, 0.059339949573494, 0.133019230769234, 0.271151471293474, 0.323596153846149, 0.352410379223728, 0.983346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 105, '2021-05-23 00:00:00', 0.0265617133367681, 0.0617307692307688, 0.0359170625833434, 0.0988461538461525, 0.0607298209601065, 0.133134615384618, 0.254805811429923, 0.323307692307688, 0.34652278479865, 0.979903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 120, '2021-05-23 00:00:00', 0.0226349287606593, 0.0794999999999992, 0.0438440461706645, 0.102903846153847, 0.058397658672774, 0.151942307692308, 0.247663027891961, 0.32034615384615, 0.344158279776119, 0.977807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 135, '2021-05-23 00:00:00', 0.033793245797619, 0.0652884615384645, 0.0369119169833361, 0.0969807692307737, 0.111126843672515, 0.176846153846154, 0.250821692719073, 0.315307692307689, 0.344582672898006, 0.973538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 150, '2021-05-23 00:00:00', 0.0225197776324612, 0.0709038461538475, 0.0508086001199995, 0.112576923076923, 0.249537653240176, 0.213403846153844, 0.248697766065867, 0.307326923076921, 0.345053828576617, 0.97226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 165, '2021-05-23 00:00:00', 0.0356831408155349, 0.0854423076923074, 0.0933522547212351, 0.145288461538458, 0.233513018085465, 0.217480769230764, 0.232448489744747, 0.306596153846152, 0.340636844748181, 0.970499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 180, '2021-05-23 00:00:00', 0.0806833721311983, 0.114057692307691, 0.216644718020432, 0.172576923076921, 0.224560861203848, 0.221096153846153, 0.218671320795527, 0.301057692307691, 0.336870850052927, 0.966019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 195, '2021-05-23 00:00:00', 0.152489984538706, 0.113346153846156, 0.147485733338722, 0.151807692307692, 0.151775208272475, 0.201576923076924, 0.150476821624307, 0.272076923076922, 0.327305841448258, 0.944423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 210, '2021-05-23 00:00:00', 0.035029789520438, 0.0881153846153823, 0.0601052282379709, 0.12253846153846, 0.0724023400599323, 0.161326923076923, 0.092548374045479, 0.245807692307689, 0.327677301389876, 0.938576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 225, '2021-05-23 00:00:00', 0.0537819100270116, 0.0924230769230777, 0.0711754603346259, 0.133115384615386, 0.0725604814037143, 0.156211538461536, 0.0885280833321374, 0.242692307692307, 0.327699825121426, 0.937846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 240, '2021-05-23 00:00:00', 0.0471465962553154, 0.0913076923076921, 0.0563988031787919, 0.115750000000001, 0.0521156258864712, 0.142461538461537, 0.0879790534511155, 0.235923076923074, 0.329570396938894, 0.939057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 255, '2021-05-23 00:00:00', 0.0350111905187297, 0.0737884615384635, 0.0331170650873576, 0.0939999999999974, 0.0345040075710318, 0.129442307692305, 0.085446348438879, 0.238461538461536, 0.330066478152506, 0.936499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 270, '2021-05-23 00:00:00', 0.0289789313387941, 0.0675384615384594, 0.0272928280238289, 0.0975384615384616, 0.0390753561920873, 0.129711538461536, 0.085164368226299, 0.241519230769229, 0.332500964139721, 0.939634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 285, '2021-05-23 00:00:00', 0.0211405188787197, 0.0691923076923101, 0.0274380140568672, 0.093269230769229, 0.0482309667521403, 0.134384615384615, 0.0820327350231874, 0.244519230769231, 0.336646439161322, 0.941249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 300, '2021-05-23 00:00:00', 0.0231194972662937, 0.0678653846153813, 0.0330257242394214, 0.0934615384615365, 0.0553423471187794, 0.126653846153843, 0.092196114134699, 0.252288461538461, 0.332353470894141, 0.942019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 315, '2021-05-23 00:00:00', 0.0269681578618488, 0.0648076923076913, 0.0407074742711755, 0.0964615384615388, 0.0632336935501977, 0.120000000000001, 0.124745365259982, 0.296115384615384, 0.333430433293291, 0.940423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 330, '2021-05-23 00:00:00', 0.0273850604976834, 0.0683076923076916, 0.043072800626916, 0.0886153846153847, 0.0586839546934391, 0.115057692307691, 0.130146936191368, 0.313750000000001, 0.334185627827038, 0.938923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 345, '2021-05-23 00:00:00', 0.0397648085623456, 0.0625, 0.0550950507340271, 0.0877692307692312, 0.0640937324429012, 0.125942307692306, 0.144552604212498, 0.336346153846156, 0.33179034854048, 0.940346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 360, '2021-05-23 00:00:00', 0.0274310884834101, 0.0642307692307655, 0.0270081754004522, 0.0848076923076895, 0.0601605320404073, 0.124980769230765, 0.174573648773674, 0.363826923076923, 0.334345098087863, 0.934269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 375, '2021-05-23 00:00:00', 0.0199257467768573, 0.0568461538461509, 0.0326108110908058, 0.0847499999999964, 0.0565900269822034, 0.119134615384614, 0.17782510097976, 0.383942307692308, 0.334401751122574, 0.933634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 390, '2021-05-23 00:00:00', 0.0273496519454735, 0.063711538461536, 0.0497306630375476, 0.0873269230769186, 0.0527809296854595, 0.121442307692304, 0.179011413473684, 0.406115384615388, 0.334401751122574, 0.933634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 405, '2021-05-23 00:00:00', 0.0352461290836959, 0.0574807692307677, 0.0422854403020519, 0.0855384615384644, 0.0421838649431069, 0.11103846153846, 0.179363624002707, 0.419019230769234, 0.334401751122574, 0.933634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 420, '2021-05-23 00:00:00', 0.0321639549806933, 0.0630000000000024, 0.0342464652864427, 0.083903846153844, 0.0442103059687003, 0.107865384615384, 0.174823867407699, 0.443269230769233, 0.333066997187327, 0.93426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 435, '2021-05-23 00:00:00', 0.0203274350419468, 0.0597307692307669, 0.0352222394780061, 0.0843846153846095, 0.0500877076889912, 0.130038461538459, 0.168935367704748, 0.460038461538462, 0.329382948159825, 0.939057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 450, '2021-05-23 00:00:00', 0.0357802104736459, 0.0652115384615356, 0.0413637568967727, 0.0834038461538438, 0.0538816402297289, 0.135634615384615, 0.178972125031975, 0.481307692307692, 0.329064539496194, 0.940134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 465, '2021-05-23 00:00:00', 0.0244903827277982, 0.0623269230769217, 0.0368985772083394, 0.10625, 0.046391212695774, 0.143269230769231, 0.185162735077927, 0.507961538461539, 0.328283672477604, 0.93998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 480, '2021-05-23 00:00:00', 0.0375306080214709, 0.0905576923076924, 0.0430733051365288, 0.11598076923077, 0.0657738462168214, 0.165326923076923, 0.187554221903548, 0.515884615384617, 0.324966588223371, 0.942788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 495, '2021-05-23 00:00:00', 0.0265322227895429, 0.0736730769230784, 0.0424767130772383, 0.109365384615384, 0.106896578343459, 0.217538461538458, 0.190677033629765, 0.514865384615385, 0.320774997227265, 0.942173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 510, '2021-05-23 00:00:00', 0.0291086558630547, 0.075076923076923, 0.0470226950115986, 0.120923076923078, 0.101274077858819, 0.231673076923079, 0.197790826768701, 0.526634615384616, 0.321142976186378, 0.941634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 525, '2021-05-23 00:00:00', 0.0315673151315639, 0.0813461538461531, 0.0730825586895803, 0.171403846153844, 0.103656891492301, 0.239865384615386, 0.196989710781671, 0.523384615384614, 0.322955510153424, 0.939692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 540, '2021-05-23 00:00:00', 0.0674889278668389, 0.14884615384615, 0.0849703839808097, 0.191615384615383, 0.150660366898021, 0.268115384615383, 0.197117728391319, 0.535826923076922, 0.323785168568007, 0.951153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 555, '2021-05-23 00:00:00', 0.0711621658337787, 0.113423076923077, 0.0775322091877881, 0.162288461538462, 0.162509825738443, 0.264711538461538, 0.198090563010575, 0.530134615384614, 0.326535845599739, 0.955961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 570, '2021-05-23 00:00:00', 0.0535829371521013, 0.111365384615386, 0.145825443596106, 0.181999999999996, 0.167125762181108, 0.296596153846154, 0.197471794480592, 0.525519230769229, 0.332488133391481, 0.959673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 585, '2021-05-23 00:00:00', 0.145455142437589, 0.140461538461534, 0.15611531364298, 0.210365384615383, 0.162539107720145, 0.301807692307692, 0.183963149528962, 0.530596153846151, 0.342295997077649, 0.96651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 600, '2021-05-23 00:00:00', 0.0696015362341499, 0.156923076923078, 0.0922150016996229, 0.22344230769231, 0.117441862867744, 0.303634615384617, 0.152620248933803, 0.509903846153845, 0.32629979902867, 0.948673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 615, '2021-05-23 00:00:00', 0.0446951726871992, 0.146038461538461, 0.0773967798972339, 0.194692307692307, 0.104779071603796, 0.277576923076922, 0.125306019255019, 0.488461538461534, 0.331907215950477, 0.952499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 630, '2021-05-23 00:00:00', 0.0609950691575804, 0.134461538461541, 0.092904061350323, 0.213269230769236, 0.104070362662071, 0.286403846153848, 0.117631983157381, 0.471788461538461, 0.341558005547875, 0.955365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 645, '2021-05-23 00:00:00', 0.0561256968433708, 0.154076923076921, 0.0644764715583556, 0.203653846153846, 0.0834825361746644, 0.294923076923074, 0.114261609408476, 0.456346153846152, 0.356022190859799, 0.980096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 660, '2021-05-23 00:00:00', 0.0578682223145471, 0.141134615384616, 0.0859046183946934, 0.204211538461538, 0.0896138725524426, 0.275884615384617, 0.114817944523556, 0.443096153846154, 0.389849245024474, 0.992423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 675, '2021-05-23 00:00:00', 0.0505743169846247, 0.131192307692308, 0.0705997167133135, 0.191999999999999, 0.0834922750917686, 0.243500000000002, 0.123062104396359, 0.438807692307692, 0.387682971194047, 0.986884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 690, '2021-05-23 00:00:00', 0.0436153466286672, 0.143461538461539, 0.0637245665706363, 0.184096153846155, 0.0745922479989583, 0.250711538461541, 0.11910608070765, 0.444538461538461, 0.403275762208211, 0.987903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 705, '2021-05-23 00:00:00', 0.0418715297069541, 0.118250000000001, 0.0643443171837723, 0.170365384615386, 0.0671393728345378, 0.237346153846157, 0.125979021452593, 0.463423076923075, 0.405657688679279, 0.983596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 720, '2021-05-23 00:00:00', 0.0474671100706715, 0.11794230769231, 0.0542214440973307, 0.172250000000001, 0.0679897503587553, 0.226115384615385, 0.166985683402913, 0.48703846153846, 0.422430497241854, 0.984749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 735, '2021-05-23 00:00:00', 0.0463159218345562, 0.124269230769232, 0.053987067539722, 0.163288461538462, 0.0749791073463927, 0.20755769230769, 0.204995703519706, 0.510038461538461, 0.422496856610977, 0.991923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 750, '2021-05-23 00:00:00', 0.0399365891613988, 0.109134615384615, 0.0613967049980304, 0.154153846153845, 0.0599717882392657, 0.189346153846152, 0.246827604895529, 0.532057692307692, 0.443171760850563, 1.00001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 765, '2021-05-23 00:00:00', 0.0351108409732164, 0.111634615384613, 0.0361225904173812, 0.145307692307689, 0.0753143387103971, 0.217980769230769, 0.250151481030077, 0.560711538461537, 0.429655368155246, 0.994846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 780, '2021-05-23 00:00:00', 0.0334847669154901, 0.110019230769231, 0.0432775479185906, 0.147115384615386, 0.0844585765558843, 0.239134615384617, 0.246935865233186, 0.589192307692312, 0.426312327272646, 0.993596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 795, '2021-05-23 00:00:00', 0.0376361528320829, 0.110500000000003, 0.0819990525273613, 0.174730769230775, 0.099385769372916, 0.253365384615389, 0.290636853108164, 0.615403846153848, 0.426780307832789, 1.00113461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 810, '2021-05-23 00:00:00', 0.0665911521034272, 0.124307692307693, 0.0656025826180188, 0.182173076923078, 0.0901624282145206, 0.235711538461541, 0.298452310325222, 0.609192307692308, 0.42729908279079, 1.00061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988200 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988200, 3, 825, '2021-05-23 00:00:00', 0.0461755388123958, 0.124403846153848, 0.0777284449467922, 0.175634615384617, 0.0824119763514639, 0.225576923076925, 0.301224822758943, 0.613423076923077, 0.430683531859984, 1.00673076923077 where not exists (select 1 from [...];[ Date: 2021-05-23 17:13:59 - Database: acaweb_fx - User: pgperfstats ]
19 24s779ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1050, '2021-05-23 00:00:00', 6.4809293360819, 13.1178260869564, 9.46555074932996, 19.1565217391304, 14.1186581341812, 26.654347826087, 20.7828935147599, 38.0208695652174, 40.005913589548, 93.1730434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1065, '2021-05-23 00:00:00', 5.85823342094089, 12.8047826086957, 8.6020487264657, 17.3182608695652, 16.5322656257201, 27.5139130434783, 17.2983364938524, 35.45, 40.1843105530567, 93.5234782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1080, '2021-05-23 00:00:00', 5.902344580038, 11.4047826086956, 9.62221133566213, 18.0965217391305, 16.0864510047697, 24.8917391304348, 17.0197752106585, 35.411304347826, 40.4009694782515, 93.2943478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1095, '2021-05-23 00:00:00', 8.12873967449159, 13.2021739130435, 14.3529158321707, 20.5426086956522, 15.7860274310967, 22.724347826087, 16.2603526888324, 34.4617391304348, 40.5793476065586, 92.6839130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1110, '2021-05-23 00:00:00', 7.93814314564759, 16.4756521739129, 9.08064636135129, 18.3726086956521, 10.9382650494716, 19.9317391304348, 13.2875891751273, 32.5147826086956, 40.5632576495804, 92.7643478260868 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1125, '2021-05-23 00:00:00', 3.97997790328953, 9.11826086956527, 6.35551433407192, 11.0547826086957, 7.16970512235367, 15.5952173913043, 13.0399516233736, 31.2426086956521, 39.8307363291433, 92.1426086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1140, '2021-05-23 00:00:00', 4.18408177694994, 7.7469565217391, 6.42493850418886, 11.2943478260869, 6.48622032852712, 15.6821739130435, 13.1726053317215, 34.7369565217391, 39.6598591433798, 92.0999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1155, '2021-05-23 00:00:00', 5.67730068633011, 8.54608695652168, 5.95410586736936, 11.9030434782608, 8.39371325066498, 15.5069565217391, 13.9936913934184, 34.7152173913043, 39.7417651449699, 92.1217391304347 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1170, '2021-05-23 00:00:00', 3.68113108798861, 8.21521739130434, 5.06040980858572, 10.8826086956521, 8.28053649137426, 13.7586956521739, 13.4429695982902, 33.3804347826087, 39.7458846056167, 92.1660869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1185, '2021-05-23 00:00:00', 3.15556838900807, 7.30869565217393, 4.56192807341746, 9.40173913043481, 7.86084324495398, 13.1226086956522, 13.1606171539757, 32.295652173913, 39.5692800305286, 91.8430434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1200, '2021-05-23 00:00:00', 2.73761378740894, 6.1973913043479, 5.06758812524403, 8.4369565217391, 8.3767453847605, 12.1421739130434, 12.5977252008907, 31.385652173913, 40.0036397108885, 92.0091304347824 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1215, '2021-05-23 00:00:00', 3.12476161936652, 6.26521739130421, 4.23826531559506, 9.08739130434776, 8.40137858064598, 13.305652173913, 13.2269210593948, 32.0604347826087, 39.958109314631, 92.3799999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1230, '2021-05-23 00:00:00', 3.08634369299729, 6.65086956521732, 5.92083452081923, 9.08217391304345, 8.75771501774379, 14.0378260869565, 12.7270698868647, 32.4247826086956, 39.5572461893767, 92.6347826086955 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1245, '2021-05-23 00:00:00', 3.98892726324536, 6.50956521739131, 7.0075288986077, 10.0139130434783, 7.57660782712205, 13.6804347826087, 12.3004284124755, 32.2213043478261, 39.3545486419833, 92.6347826086955 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1260, '2021-05-23 00:00:00', 5.83597531738589, 7.54478260869576, 6.53970563575836, 10.1995652173914, 8.05263249618258, 15.7591304347826, 11.9308818077903, 31.4595652173913, 39.0590521156608, 92.3139130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1275, '2021-05-23 00:00:00', 3.36160493619272, 6.25826086956532, 4.2362003819329, 8.78869565217397, 7.89666365232466, 14.7682608695653, 10.7145127651455, 29.5173913043478, 38.5662071148472, 91.9030434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1290, '2021-05-23 00:00:00', 3.66386267801065, 6.46478260869571, 6.85860672192296, 11.2095652173913, 7.93135429971883, 14.5991304347826, 9.92664743249265, 28.7826086956521, 37.582597693708, 91.846956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1305, '2021-05-23 00:00:00', 5.45030578973145, 8.03173913043464, 6.38626184212685, 10.1830434782609, 7.17669353111347, 14.9686956521738, 9.43338992380499, 29.4299999999999, 37.6239249160285, 92.2447826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1320, '2021-05-23 00:00:00', 3.66150053475457, 6.72043478260872, 4.57935748984105, 9.87826086956513, 9.08549908788107, 19.0286956521739, 12.8840225993251, 31.7426086956521, 37.5354229322589, 93.5026086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1335, '2021-05-23 00:00:00', 3.74248714092641, 7.6599999999999, 6.71220374002598, 12.2123809523808, 7.5436197576241, 21.0690476190477, 12.7116631110024, 33.3923809523809, 37.7803146461474, 96.8861904761904 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1350, '2021-05-23 00:00:00', 5.61831814818538, 8.55521739130429, 7.24393894117001, 15.7017391304348, 6.83602110770442, 18.5313043478262, 13.5562708095136, 32.7734782608695, 37.6745665040066, 93.6660869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1365, '2021-05-23 00:00:00', 6.55279178954694, 13.434347826087, 6.46230021824051, 16.3682608695653, 6.77991115405773, 17.4995652173914, 14.9262058854348, 33.5130434782608, 37.1928461607013, 94.3665217391303 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1380, '2021-05-23 00:00:00', 4.91679417021705, 10.7926315789475, 4.97941992676016, 11.3968421052633, 6.11971046213386, 15.6668421052633, 15.0270528173114, 34.8594736842103, 37.1117778943495, 99.6084210526314 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1410, '2021-05-23 00:00:00', 3.16163293363058, 5.78684210526334, 4.46500204645578, 8.46105263157896, 8.23796850844898, 14.7415789473685, 15.1954782632572, 35.4152631578946, 36.9389814067526, 99.6784210526314 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 1, 1425, '2021-05-23 00:00:00', 3.20720843533937, 5.26722222222214, 5.186651198374, 10.9572222222223, 8.06261598183785, 14.4700000000001, 16.0428225557586, 35.7444444444443, 37.9197767438134, 98.6372222222221 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 60, '2021-05-23 00:00:00', 3.72307085822774, 8.21615384615395, 6.18251514664224, 10.6615384615386, 6.69467509408663, 13.1888461538462, 14.381171670465, 35.4311538461538, 35.5855656411416, 96.6849999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 75, '2021-05-23 00:00:00', 4.53506972213379, 5.5542307692308, 4.79528295467372, 7.59115384615384, 6.2238695482671, 12.3419230769231, 15.0633327040813, 34.6919230769231, 35.047116426978, 96.4853846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 90, '2021-05-23 00:00:00', 3.12621306916947, 4.87807692307692, 4.02524558257016, 7.31500000000005, 6.49128087395835, 12.8807692307692, 15.1514974380549, 34.9211538461538, 34.9081264243949, 96.7876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 105, '2021-05-23 00:00:00', 2.96984063286488, 5.2642307692308, 5.57545374490163, 8.9073076923077, 6.28118122159062, 14.0915384615385, 14.6194990548713, 34.3561538461539, 34.2529393797648, 96.291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 120, '2021-05-23 00:00:00', 4.37011205629963, 6.84923076923066, 5.06631428767896, 10.1073076923076, 6.78077395174155, 15.0407692307692, 14.5467839691855, 34.0296153846153, 34.2802107726219, 96.5688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 135, '2021-05-23 00:00:00', 4.44784616848008, 7.22653846153847, 5.14826417348608, 10.52, 8.45775392078858, 21.1542307692308, 13.9196717467928, 33.2684615384616, 33.5732770495546, 96.6803846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 150, '2021-05-23 00:00:00', 3.39381149469714, 6.91730769230781, 4.19189033914105, 10.3661538461539, 8.06729755532515, 22.0646153846154, 13.1616100254316, 32.1723076923077, 33.4368899639536, 96.1076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 165, '2021-05-23 00:00:00', 3.13693569243323, 6.47846153846166, 6.63503800928195, 16.9757692307692, 8.91099870082782, 22.7553846153846, 13.3029236578339, 31.7546153846154, 33.4565880737779, 96.0015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 180, '2021-05-23 00:00:00', 5.62830310539103, 13.6803846153846, 6.54133819524843, 17.0442307692308, 8.75251903959434, 21.5184615384615, 12.0123887139647, 29.7688461538461, 32.446793711457, 95.616923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 195, '2021-05-23 00:00:00', 4.84379865236103, 10.0257692307692, 6.98348289785368, 13.6542307692307, 8.65766858828716, 16.4142307692307, 11.8304621146495, 26.0446153846153, 32.4435068293274, 95.2992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 210, '2021-05-23 00:00:00', 3.96494873378441, 7.96230769230764, 5.41767460760121, 10.4230769230768, 6.51726771442897, 13.4523076923076, 10.7037634503011, 23.69, 31.7656137767773, 94.9488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 225, '2021-05-23 00:00:00', 3.03578219549119, 6.76846153846142, 4.93004548270478, 9.10730769230762, 5.33193411292896, 12.8942307692306, 9.48971298098847, 22.6526923076923, 30.8417965654501, 94.3992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 240, '2021-05-23 00:00:00', 4.05469482869514, 6.81307692307697, 4.88818929823555, 9.68884615384615, 5.54483700252909, 13.2357692307692, 9.7117302981815, 22.5942307692308, 31.8335315641565, 94.8603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 255, '2021-05-23 00:00:00', 2.73484084757011, 6.38769230769213, 4.45186704134856, 9.60192307692282, 5.78727571088909, 12.1480769230769, 10.6944139912099, 22.6088461538461, 31.7457942944354, 94.7292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 270, '2021-05-23 00:00:00', 3.32733464595201, 6.41961538461531, 3.75864478441158, 8.13115384615384, 5.29227479081893, 11.5826923076923, 10.3672790956044, 21.6396153846154, 31.4301772211651, 94.5280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 285, '2021-05-23 00:00:00', 2.65961642694227, 5.29346153846165, 4.20474634742146, 7.65961538461551, 5.26779667851312, 11.3153846153847, 10.869371618664, 21.7692307692308, 31.6837344729728, 94.7530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 300, '2021-05-23 00:00:00', 3.0969640965604, 5.30115384615384, 3.81180304600555, 8.04230769230771, 4.73317426421048, 10.3411538461538, 10.3636827134284, 21.8507692307692, 31.6724854626948, 94.7692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 315, '2021-05-23 00:00:00', 2.76067951501339, 5.2307692307692, 3.26442797439296, 7.56499999999995, 4.12168414047532, 9.3080769230769, 8.73180813947581, 23.7342307692308, 31.6851406789705, 94.7796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 330, '2021-05-23 00:00:00', 2.66281692949409, 5.37499999999993, 3.33995955756278, 6.87538461538455, 3.93649412548782, 9.54499999999993, 8.31326436855815, 24.9673076923077, 31.6285741914588, 94.8342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 345, '2021-05-23 00:00:00', 1.92966386072417, 4.43115384615388, 2.47953990769378, 6.343076923077, 4.47849667428024, 9.68730769230772, 8.10394438624699, 26.0111538461538, 31.7287981711349, 94.9157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 360, '2021-05-23 00:00:00', 2.07605265236343, 4.33884615384624, 3.19226818325879, 6.32807692307691, 4.38849881464672, 9.57538461538455, 10.5806479080368, 28.4269230769231, 32.0510284318376, 95.3634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 375, '2021-05-23 00:00:00', 2.30613736331153, 4.30846153846149, 4.22600418653565, 7.08076923076921, 4.76876484572751, 9.68692307692296, 18.9292686721261, 40.5773076923077, 32.7547621810701, 95.7115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 390, '2021-05-23 00:00:00', 2.67425679107593, 4.69576923076924, 2.73232681905999, 6.05461538461528, 4.99650722620688, 9.7873076923077, 19.8463163371404, 43.418076923077, 32.8317318083963, 95.7184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 405, '2021-05-23 00:00:00', 1.79849702208862, 3.9034615384615, 3.65789203693135, 7.15692307692314, 5.8593189417831, 11.1823076923077, 21.5060195258479, 47.2596153846154, 32.7485916361886, 95.6669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 420, '2021-05-23 00:00:00', 3.388142036801, 5.92230769230782, 4.61458338814601, 7.5903846153847, 7.33882729051446, 11.5850000000001, 22.504335281486, 50.5423076923077, 32.7611871485851, 95.6207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 435, '2021-05-23 00:00:00', 3.17225568859861, 4.88692307692309, 5.15284930887751, 8.15000000000002, 6.98896329937423, 11.9700000000001, 23.8482858213202, 54.4338461538461, 32.7611871485851, 95.6207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 450, '2021-05-23 00:00:00', 4.14527291483455, 5.84653846153843, 5.33951500246409, 7.63730769230782, 5.3082968440561, 11.5792307692307, 25.5062823905134, 57.0242307692307, 33.2652852177068, 96.2538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 465, '2021-05-23 00:00:00', 2.40958713348291, 4.60692307692314, 4.38084122585534, 8.71538461538463, 5.52094178142162, 12.336923076923, 25.8186078901363, 57.9257692307692, 33.4477106310961, 96.3576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 480, '2021-05-23 00:00:00', 3.1705230095122, 6.61192307692304, 3.66640834521286, 8.68692307692303, 4.58986705019455, 12.7134615384614, 25.8584594579503, 58.3584615384615, 34.0356916215, 96.8480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 495, '2021-05-23 00:00:00', 2.64262130934706, 5.16076923076921, 3.78864830777407, 7.89999999999995, 4.22468760793212, 15.3442307692307, 26.6146451904845, 59.8888461538461, 34.4346549256145, 97.0403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 510, '2021-05-23 00:00:00', 2.79112318169304, 5.76615384615381, 3.64532366400902, 8.77384615384612, 4.67830199308051, 16.9684615384615, 26.8838166818741, 60.9392307692307, 35.1871512563672, 97.9015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 525, '2021-05-23 00:00:00', 3.5993255137381, 6.10192307692306, 4.44229180283536, 13.7973076923076, 6.75429491850575, 18.9396153846154, 27.7771539108061, 62.7407692307691, 35.745670207948, 99.0688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 540, '2021-05-23 00:00:00', 3.44199021140154, 11.8661538461538, 4.63180217459841, 14.4992307692307, 9.33609146517701, 21.1603846153845, 26.8830654845416, 63.2946153846153, 36.3602167210263, 102.31 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 555, '2021-05-23 00:00:00', 2.89704956012936, 8.321923076923, 4.56120680724537, 11.9434615384615, 18.5000654468696, 34.4784615384616, 25.7889209843773, 63.8084615384615, 36.1027931670326, 103.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 570, '2021-05-23 00:00:00', 3.25672627035187, 8.49499999999996, 7.59575209219951, 14.6746153846153, 18.5074621291396, 38.4076923076924, 26.5870921949846, 64.5207692307691, 35.7839048477642, 103.533076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 585, '2021-05-23 00:00:00', 5.71762591936959, 12.2530769230769, 17.559176364949, 32.571153846154, 20.7355699593346, 42.4684615384616, 27.3418332990647, 64.5580769230768, 35.7924288104879, 104.051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 600, '2021-05-23 00:00:00', 15.0638728700874, 28.6253846153847, 16.4447180390731, 34.4192307692309, 20.5618792952844, 43.728076923077, 26.0506575260292, 63.2815384615383, 33.4248166763284, 102.975384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 615, '2021-05-23 00:00:00', 9.14482676792648, 19.0238461538463, 11.2302882215222, 25.6615384615385, 16.089218731331, 34.9592307692307, 21.7869602638474, 55.4915384615383, 30.3349031568994, 97.4615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 630, '2021-05-23 00:00:00', 5.65551413700339, 17.3580769230769, 8.6147158174477, 23.143846153846, 11.1195752893438, 32.178846153846, 15.5277023908389, 51.0784615384613, 31.5599875889612, 94.2761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 645, '2021-05-23 00:00:00', 6.26494422591658, 14.2369230769231, 7.67286487464845, 20.8192307692307, 9.35897732743183, 28.1638461538461, 15.7501799794357, 48.945769230769, 32.5900737035068, 92.67 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 660, '2021-05-23 00:00:00', 5.20626244203891, 13.9961538461538, 7.87268801715049, 19.7261538461538, 8.70072103997048, 26.168846153846, 14.8030640903003, 46.6623076923076, 32.3781396624328, 92.1799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 675, '2021-05-23 00:00:00', 5.68275913484077, 13.9592307692308, 7.1934892892008, 19.5080769230769, 8.85906992860989, 24.4399999999999, 14.4377350237283, 44.8838461538461, 32.3709518312567, 91.5823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 690, '2021-05-23 00:00:00', 5.38166369757958, 14.2180769230769, 6.16535396700473, 17.4684615384615, 7.79597035949683, 22.7146153846153, 15.0849495244051, 43.756923076923, 33.5876513594826, 90.9196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 705, '2021-05-23 00:00:00', 4.30679434596799, 10.1984615384615, 6.71626087595221, 15.0619230769231, 10.5207340779274, 20.8415384615384, 15.1550997408084, 42.041923076923, 36.9706390198825, 90.8884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 720, '2021-05-23 00:00:00', 5.04871724759415, 10.6546153846154, 5.61580396326707, 14.8969230769231, 9.07801726912123, 20.1584615384615, 14.8411629442731, 41.0815384615385, 37.3902370391812, 90.5953846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 735, '2021-05-23 00:00:00', 4.55842619602592, 10.4957692307692, 6.72899906832648, 14.4226923076922, 7.80387335780217, 21.0507692307693, 15.8158437212622, 40.5761538461539, 38.2206963105271, 90.4176923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 750, '2021-05-23 00:00:00', 3.84657060049796, 10.2042307692306, 5.43373871855644, 13.7673076923076, 7.12553886761169, 21.5080769230768, 14.3893622673675, 38.9876923076923, 37.9866888183824, 89.6007692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 765, '2021-05-23 00:00:00', 4.82622171061386, 9.76000000000008, 6.25035373768183, 15.6753846153848, 7.89431742068066, 22.4534615384616, 14.4267590102026, 40.0234615384615, 38.2643911429211, 90.1915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 780, '2021-05-23 00:00:00', 4.24347406659273, 11.5719230769232, 4.98843616623633, 15.8692307692307, 7.78504633650559, 21.9323076923076, 15.6653806258848, 42.436923076923, 39.5590868701491, 90.875 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 795, '2021-05-23 00:00:00', 3.64063325007316, 10.3923076923076, 6.00041620351336, 14.8011538461539, 7.00578408284081, 21.1988461538461, 17.8543033425042, 43.3396153846154, 40.3140668558946, 91.3223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 810, '2021-05-23 00:00:00', 4.06595359237961, 9.61884615384627, 5.30468862277657, 14.7842307692308, 7.00530752633041, 20.6415384615385, 18.6352190344396, 43.6273076923076, 40.9793610510686, 91.6619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 825, '2021-05-23 00:00:00', 3.86431046690295, 10.4892307692308, 5.0892733650901, 14.3107692307692, 9.35582171698451, 20.36, 18.7668460691885, 44.2107692307691, 43.3169059854677, 92.098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 840, '2021-05-23 00:00:00', 5.33117680759566, 10.6830769230769, 5.27340994628121, 14.5926923076924, 8.83356222248193, 20.6315384615386, 18.98370968448, 44.4742307692307, 43.6443716628633, 91.7846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 855, '2021-05-23 00:00:00', 3.06896424522367, 9.27153846153848, 9.23039351607163, 13.6373076923076, 10.2997516698967, 19.0926923076923, 20.4781473621179, 43.9892307692306, 44.3213133587685, 90.9446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 870, '2021-05-23 00:00:00', 8.23669366078014, 10.0976923076923, 8.75787916019701, 14.5607692307693, 11.5352185001478, 18.9446153846154, 20.3650897710914, 44.8542307692308, 45.7072435414108, 90.678076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 885, '2021-05-23 00:00:00', 4.03253073811549, 8.69192307692314, 5.31518302745867, 12.081153846154, 8.22579514978062, 17.5253846153846, 17.4510937589773, 44.8042307692308, 46.1398795453731, 90.2026923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 900, '2021-05-23 00:00:00', 3.8675671740973, 8.78038461538472, 6.27478530432595, 12.1011538461538, 6.92486419750216, 17.1019230769231, 17.3082625533409, 44.6861538461539, 47.219461198177, 90.9603846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 915, '2021-05-23 00:00:00', 3.70837115394127, 7.97615384615385, 4.56194831859568, 12.1026923076923, 6.98696387237304, 17.0080769230769, 17.4898903765751, 44.9942307692308, 46.8243535845972, 90.636153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 930, '2021-05-23 00:00:00', 3.3488150832105, 9.20230769230774, 3.78311782284631, 12.1773076923077, 6.02958971687503, 16.808076923077, 17.6807325509567, 45.0234615384617, 46.8365491946358, 93.4373076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 945, '2021-05-23 00:00:00', 3.50574377053064, 8.69076923076927, 5.48424031622907, 12.0403846153847, 8.79294823227027, 24.3911538461537, 17.9225837594746, 45.3838461538462, 49.5297566379584, 95.4838461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 960, '2021-05-23 00:00:00', 3.495520584097, 8.49807692307692, 4.18825627384292, 12.1311538461538, 12.8579124516924, 29.1161538461537, 18.0075998016222, 45.8688461538462, 51.8634693920934, 96.7057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 975, '2021-05-23 00:00:00', 3.35306656429831, 9.33076923076928, 8.59559436348287, 21.2276923076922, 14.594945516013, 30.2688461538461, 17.8306052185992, 45.3723076923077, 51.7226963378895, 97.0826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 990, '2021-05-23 00:00:00', 7.04388075948519, 16.9080769230768, 12.3290530923444, 24.6330769230768, 14.4430143881181, 29.7461538461538, 17.6491469089977, 44.3611538461538, 49.3469245242294, 99.1100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1005, '2021-05-23 00:00:00', 7.21294626668987, 15.4153846153845, 11.324036817591, 20.8946153846154, 13.5351899705347, 28.8434615384614, 15.1547589073024, 41.7384615384615, 49.3357420896702, 97.7865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1020, '2021-05-23 00:00:00', 5.45774368707866, 13.6769230769231, 8.23823574279393, 19.591923076923, 12.1158026750826, 25.8823076923076, 13.8663173359598, 38.5626923076923, 49.3214444420086, 98.3853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1035, '2021-05-23 00:00:00', 7.39824961626848, 15.1857692307693, 8.86118717519537, 20.0769230769231, 10.1537605614109, 23.3084615384615, 14.4588664786058, 36.9596153846154, 49.2228248681441, 99.8600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1050, '2021-05-23 00:00:00', 5.27080179275048, 12.6465384615385, 7.47245571827212, 16.2876923076923, 8.76011229292255, 22.4692307692308, 15.1684415760536, 34.9096153846154, 49.2725739675188, 99.7242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1065, '2021-05-23 00:00:00', 4.40688484079179, 11.165, 5.97244803564345, 15.4565384615384, 8.96122622962167, 24.2865384615386, 14.9094447092593, 33.8315384615385, 49.010430250964, 99.7742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1080, '2021-05-23 00:00:00', 4.17257900326186, 11.1334615384615, 5.68485422314948, 16.7465384615386, 7.69161154465331, 23.288076923077, 13.9730987312709, 32.088076923077, 47.6052433181955, 99.3107692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1095, '2021-05-23 00:00:00', 3.96792734114612, 12.1307692307693, 5.32338446421505, 18.203076923077, 7.98373173782386, 21.7373076923077, 12.7066150670246, 31.0176923076923, 47.2425600556889, 99.0261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1110, '2021-05-23 00:00:00', 4.37203568146469, 14.88, 5.21187254109457, 17.3792307692308, 6.9845055769071, 20.5869230769232, 11.8051393045572, 30.355, 46.024612171516, 98.5284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1125, '2021-05-23 00:00:00', 3.70271395268176, 9.02884615384619, 4.50476096864358, 11.7492307692308, 5.62241728741703, 15.3119230769231, 11.7308697297083, 26.2761538461539, 45.1416981122945, 97.4926923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1140, '2021-05-23 00:00:00', 3.94017104275353, 7.77038461538457, 5.06711303027067, 10.9476923076924, 6.0509823868654, 14.5903846153846, 11.5316742930072, 27.17, 45.3124332012239, 97.1211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1155, '2021-05-23 00:00:00', 3.31694929346011, 7.83615384615394, 4.26723581941079, 10.6784615384615, 5.79436103864392, 13.7603846153846, 11.3037837640596, 27.4392307692308, 45.3602664284672, 97.0923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1170, '2021-05-23 00:00:00', 3.18416118648831, 7.67769230769227, 4.13112234703284, 10.2596153846153, 4.91795074583529, 13.4234615384615, 11.6810280369495, 27.02, 45.6926170858471, 97.5180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1185, '2021-05-23 00:00:00', 2.54366543518487, 6.74461538461544, 3.47295265643606, 9.04807692307692, 5.80401056299739, 12.8811538461538, 10.7912532458183, 25.9811538461539, 46.1195173585393, 97.7342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1200, '2021-05-23 00:00:00', 3.02155795270232, 6.47269230769224, 4.79016327006154, 9.46807692307689, 5.4834910272703, 11.9946153846154, 9.97985257329061, 25.9757692307693, 46.0237119035895, 97.8457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1215, '2021-05-23 00:00:00', 3.21424648425396, 6.99269230769232, 3.90424173668361, 9.25653846153847, 5.48135990987078, 11.8376923076922, 9.44528040875446, 25.285, 45.8191570147079, 97.7215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1230, '2021-05-23 00:00:00', 1.92647817372687, 6.67692307692309, 3.18640557078642, 8.25730769230771, 5.46290907287146, 12.3534615384615, 8.9470213780041, 24.5465384615385, 45.731260622837, 97.8169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1245, '2021-05-23 00:00:00', 2.64932339693339, 5.3876923076923, 3.62910601409469, 8.31230769230765, 4.91332845040291, 12.8073076923077, 8.19366487927387, 24.058076923077, 45.5064427289823, 97.8746153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1260, '2021-05-23 00:00:00', 2.77041837995632, 6.48499999999992, 3.14163641827233, 9.34076923076918, 4.34047322836507, 12.4503846153846, 7.84266285233442, 24.7761538461538, 45.3091612760428, 98.0634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1275, '2021-05-23 00:00:00', 2.67939648773031, 6.4315384615384, 3.70483702537856, 9.19423076923074, 5.08206015161335, 12.2592307692308, 8.51427402388768, 25.2869230769231, 45.2436013138449, 98.1396153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1290, '2021-05-23 00:00:00', 3.36990362793044, 6.82230769230763, 4.42837412428262, 9.26423076923069, 5.76313061291679, 12.6223076923077, 8.6513716564753, 25.6434615384616, 44.9878980239728, 98.2961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1305, '2021-05-23 00:00:00', 2.95432251767836, 6.93846153846149, 4.04076826282413, 9.42192307692309, 5.14817787033584, 13.0307692307692, 10.0402752720463, 26.7834615384616, 45.1097688908357, 99.5842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1320, '2021-05-23 00:00:00', 2.57415306460204, 6.54000000000003, 3.61005050039249, 8.69384615384615, 6.88951595932886, 16.583076923077, 10.3626386304174, 29.5207692307693, 50.6093458745136, 102.534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1335, '2021-05-23 00:00:00', 3.21906658426204, 6.32625, 3.86716817243736, 9.35374999999995, 6.24915297158903, 18.3579166666668, 9.99000573036638, 31.3433333333335, 51.2853558780304, 105.683333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1350, '2021-05-23 00:00:00', 3.49539688513559, 7.19923076923075, 6.32308765860972, 14.5284615384617, 7.58360227981805, 17.7165384615386, 10.7866198669391, 31.2580769230771, 50.5727669753046, 102.366538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1365, '2021-05-23 00:00:00', 5.99373371498558, 12.7296153846155, 6.22790752611552, 15.5919230769232, 7.27906583186436, 16.9292307692309, 11.0833036521677, 31.9303846153848, 50.5747421195752, 102.207307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1380, '2021-05-23 00:00:00', 5.03668914069549, 10.0812500000001, 5.57040235777781, 11.3845833333334, 5.89749762703391, 14.1950000000001, 10.8830426199049, 31.8741666666668, 50.9324273129875, 104.529583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1410, '2021-05-23 00:00:00', 3.92448464261807, 6.1116666666666, 3.97680193411601, 8.00166666666667, 5.61518877042768, 13.3733333333334, 10.1063402398434, 31.9750000000001, 50.1841164605648, 104.321666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 2, 1425, '2021-05-23 00:00:00', 1.80044499330382, 4.9475000000001, 4.78025437440927, 10.3466666666668, 5.91540287074254, 13.6320833333333, 10.2045241369854, 31.9154166666668, 50.1040789637365, 104.70375 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 60, '2021-05-23 00:00:00', 4.68516302975535, 8.58384615384623, 4.80586539073328, 10.9269230769231, 5.63037471085331, 12.8107692307692, 10.2575803414615, 31.7076923076923, 49.4010203958768, 101.661923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 75, '2021-05-23 00:00:00', 2.46971726815347, 4.85076923076916, 3.91359918941438, 7.2988461538461, 4.90707566056009, 11.4534615384614, 10.1064576157257, 31.9315384615385, 49.4010203958768, 101.661923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 90, '2021-05-23 00:00:00', 3.75298945457529, 5.60461538461539, 3.90215681977973, 7.15038461538464, 6.68159931338417, 12.8042307692308, 10.0781859249798, 32.0534615384616, 48.9778422507409, 101.723461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 105, '2021-05-23 00:00:00', 2.34430376740013, 4.68807692307701, 4.7499644209193, 9.495, 7.15758055383355, 13.5807692307692, 10.0294415904069, 31.9888461538462, 48.6436942865789, 101.414615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 120, '2021-05-23 00:00:00', 4.31785924522073, 7.74269230769236, 6.12618577532932, 10.698076923077, 10.5077477349592, 15.2576923076923, 10.0764934147977, 32.1365384615385, 48.6137346293759, 101.458846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 135, '2021-05-23 00:00:00', 4.84315332751782, 7.04692307692305, 5.90757314483187, 9.71730769230771, 9.64963840693605, 19.5457692307692, 10.2371279926775, 31.4984615384616, 52.0921452989427, 102.404615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 150, '2021-05-23 00:00:00', 3.14396733688266, 5.74115384615386, 8.23741278464393, 10.2757692307692, 8.62078779195065, 20.3469230769231, 9.43622669046511, 30.6830769230769, 62.1825116213431, 104.923461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 165, '2021-05-23 00:00:00', 8.26279818500694, 8.32538461538465, 8.26192546937696, 16.6726923076923, 9.22428708106195, 21.978076923077, 9.91970260875566, 30.7496153846154, 62.0696162509361, 104.728461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 180, '2021-05-23 00:00:00', 3.62164605584898, 10.5980769230769, 4.48158337403882, 13.5384615384616, 7.11621083269639, 18.1138461538462, 10.7897861175065, 27.9726923076922, 62.2557872861262, 104.348846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 195, '2021-05-23 00:00:00', 4.27361718526037, 8.45038461538458, 7.39817866359412, 12.7534615384615, 8.21493469237569, 16.83, 12.8406761444307, 27.7503846153845, 62.2955525428212, 104.551153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 210, '2021-05-23 00:00:00', 5.95616284583908, 8.89038461538474, 6.89596069058951, 11.8853846153848, 6.62297693929716, 15.6534615384616, 12.5929288155634, 27.2180769230769, 62.3665307689458, 104.338076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 225, '2021-05-23 00:00:00', 4.47405637666078, 7.68730769230779, 4.67797518656878, 11.0796153846154, 4.75450900158517, 14.1296153846154, 10.9890454614513, 25.2780769230769, 62.3832534431626, 104.336923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 240, '2021-05-23 00:00:00', 3.70234904642138, 7.88730769230768, 3.63278431043644, 9.89461538461543, 5.31401266609183, 13.7411538461539, 11.3043990620397, 24.7830769230769, 62.0114069618214, 104.445769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 255, '2021-05-23 00:00:00', 2.83222739200101, 5.54000000000017, 3.96535250154875, 8.24730769230774, 6.28225962532584, 12.8350000000001, 11.5519124823555, 24.0650000000001, 62.18180945112, 104.241153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 270, '2021-05-23 00:00:00', 2.9476270769239, 6.09576923076922, 4.57604189060974, 9.42923076923073, 5.97509549328245, 12.566923076923, 11.6958443967867, 23.8980769230769, 62.2330449804481, 103.816538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 285, '2021-05-23 00:00:00', 4.27846636793359, 5.65769230769229, 5.19909779155507, 8.93461538461539, 5.67260721497468, 11.7361538461539, 12.6413735621753, 23.5815384615385, 62.4349655992908, 103.375769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 300, '2021-05-23 00:00:00', 3.93322736928099, 6.29846153846165, 4.50402466177142, 7.97307692307704, 4.89028256223113, 10.9934615384616, 12.8777094475449, 23.3338461538462, 62.5565371754594, 103.640769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 315, '2021-05-23 00:00:00', 2.59262388621742, 5.00884615384617, 3.67654078637063, 7.63192307692309, 4.61991563359544, 10.7573076923077, 13.1986264611717, 23.7826923076923, 62.5918095551217, 103.299230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 330, '2021-05-23 00:00:00', 3.42758196894645, 5.54692307692295, 3.5760056143478, 7.35192307692303, 5.5667658336016, 10.5253846153846, 13.9353478386661, 23.8307692307692, 62.7186233377665, 103.295769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 345, '2021-05-23 00:00:00', 2.65372333495065, 4.8634615384616, 4.08195098527096, 7.38961538461532, 5.71206056044166, 10.5096153846153, 15.1044094427882, 24.8461538461539, 62.7187219257537, 103.19 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 360, '2021-05-23 00:00:00', 2.72574531797489, 5.07653846153845, 5.13739988111312, 7.18153846153844, 6.75668258381735, 10.2934615384615, 16.5277298362015, 27.6415384615385, 62.7430991461336, 103.032307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 375, '2021-05-23 00:00:00', 4.25461206764539, 4.8003846153846, 4.86242908589776, 7.00615384615381, 7.80159455101733, 10.7184615384616, 17.1886868160875, 35.7876923076924, 61.8366591557021, 102.906538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 390, '2021-05-23 00:00:00', 4.17457550121978, 5.05384615384614, 5.77933996763802, 6.85230769230769, 9.64879806783445, 11.148076923077, 17.701210706094, 40.2726923076924, 61.587900884708, 102.849230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 405, '2021-05-23 00:00:00', 3.36355800626932, 4.58769230769233, 6.10172536759387, 8.0026923076924, 7.71416862263591, 10.8015384615385, 18.4534489959506, 43.9996153846156, 61.6066963205986, 102.863461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 420, '2021-05-23 00:00:00', 4.05706487310909, 5.68076923076929, 5.502408605469, 7.65269230769225, 5.58205123588093, 10.4199999999999, 19.1922005151933, 46.496153846154, 60.8591971141965, 102.685769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 435, '2021-05-23 00:00:00', 2.93088038755489, 4.92038461538456, 3.5760723620281, 6.95846153846151, 6.23935461406065, 11.1049999999999, 18.2899749757998, 47.516153846154, 59.2112565610498, 102.276538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 450, '2021-05-23 00:00:00', 2.44360883814213, 5.00807692307692, 3.46665451674385, 7.56153846153844, 6.16714097829399, 11.4403846153847, 17.7139426875685, 49.2915384615386, 59.1011534704566, 102.161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 465, '2021-05-23 00:00:00', 3.31052496418026, 5.40653846153845, 5.59080499226519, 8.47730769230772, 6.84358138359192, 12.0330769230769, 17.722212902283, 49.983076923077, 59.1541701033442, 102.026153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 480, '2021-05-23 00:00:00', 3.18965233215157, 6.05499999999998, 3.92337429340537, 8.29461538461534, 5.84457576271834, 12.2646153846154, 17.0282204544737, 50.4403846153848, 58.3314316972091, 101.530384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 495, '2021-05-23 00:00:00', 2.67200682288398, 5.24730769230767, 4.2090257780157, 8.02499999999995, 5.18606744445747, 14.3765384615385, 17.7500702360475, 51.2542307692309, 57.5329051707336, 101.754230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 510, '2021-05-23 00:00:00', 3.88123487486222, 5.98807692307691, 5.08793887541907, 8.77499999999999, 5.81104689363286, 15.415, 18.1243672611043, 51.586153846154, 57.2502595116726, 102.493076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 525, '2021-05-23 00:00:00', 3.65350388194461, 5.92884615384614, 3.24078793837823, 12.2723076923077, 6.19618717748757, 16.9765384615385, 19.1254540861127, 52.1350000000001, 57.229815376253, 103.49 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 540, '2021-05-23 00:00:00', 3.33182151613557, 10.8211538461538, 4.60056633637467, 13.1088461538461, 8.4620632144976, 20.5653846153846, 23.0415074460118, 53.4057692307693, 57.8144290799984, 105.865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 555, '2021-05-23 00:00:00', 3.87141802682956, 7.8415384615384, 5.33690691174352, 11.8907692307692, 11.0521926609784, 29.5188461538461, 23.0141827977045, 52.8446153846154, 57.5278442187916, 106.527307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 570, '2021-05-23 00:00:00', 4.69075288364085, 8.83115384615383, 6.69034629436034, 15.2615384615384, 11.7143313936391, 34.49, 23.7965585359281, 53.2269230769231, 57.5294120789867, 107.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 585, '2021-05-23 00:00:00', 6.81090943887926, 13.0807692307692, 11.1403259446861, 28.0130769230769, 13.4163453982876, 38.6796153846155, 23.8670700757341, 53.385, 57.9245362864478, 109.13 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 600, '2021-05-23 00:00:00', 8.21561403669858, 23.505, 9.68911195422646, 30.6723076923077, 12.8848775762071, 38.9169230769232, 23.6618121843226, 52.4403846153846, 59.3468749848005, 109.222307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 615, '2021-05-23 00:00:00', 6.86029406187401, 18.5588461538461, 8.50206806516, 25.9257692307694, 10.3018871758826, 31.3792307692309, 26.3707395071478, 48.3269230769231, 61.1489649299152, 106.78 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 630, '2021-05-23 00:00:00', 7.01376849215447, 17.9126923076925, 7.9023686030493, 23.3915384615386, 11.1230696095306, 29.2515384615385, 28.7060671609009, 45.8096153846154, 61.9851066293037, 106.420384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 645, '2021-05-23 00:00:00', 5.06699146057483, 15.3023076923077, 7.01347789287504, 20.0219230769232, 10.0054810209974, 26.0923076923077, 28.6642188021662, 43.8965384615384, 62.3186725344943, 104.257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 660, '2021-05-23 00:00:00', 4.26078042688819, 13.7853846153847, 6.21289528691374, 19.0803846153846, 10.1577016858374, 24.4365384615384, 29.8722163788464, 42.7107692307693, 61.8930073756317, 102.295 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 675, '2021-05-23 00:00:00', 3.84548438481381, 12.0630769230768, 4.27556515382653, 16.1942307692308, 10.8555414349609, 22.9396153846153, 28.4335960116522, 42.1530769230769, 60.3457585533947, 101.289230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 690, '2021-05-23 00:00:00', 3.81527893929344, 11.2657692307693, 7.06245108900691, 15.5892307692307, 12.2140803803832, 21.2834615384616, 27.1813243578408, 40.2953846153846, 59.4955898986185, 100.195769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 705, '2021-05-23 00:00:00', 4.28670964009242, 9.76346153846148, 7.47447163041279, 14.1030769230769, 11.6457652124974, 20.9492307692309, 26.5602392047846, 42.0411538461539, 56.9283719409412, 99.6396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 720, '2021-05-23 00:00:00', 4.78414594902148, 9.38269230769234, 7.8573824179264, 13.0176923076924, 13.3117977055635, 20.7169230769232, 25.3044436839431, 42.233076923077, 54.4461185902031, 98.8315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 735, '2021-05-23 00:00:00', 4.1178742835818, 9.27615384615389, 6.36245943012609, 14.8250000000001, 11.5819701857938, 21.2357692307692, 25.9461116132293, 42.9403846153847, 52.4784753955958, 98.2703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 750, '2021-05-23 00:00:00', 3.91329630874016, 10.4100000000001, 8.56857061951029, 15.4176923076923, 10.7732123985659, 21.1757692307692, 24.4663222504228, 42.9026923076924, 50.273815750884, 99.1130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 765, '2021-05-23 00:00:00', 6.46047857241346, 10.8592307692307, 7.45446117332544, 15.3492307692307, 8.29906111464531, 19.3792307692308, 23.7315677980585, 45.3769230769231, 47.5587180214748, 99.4096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 780, '2021-05-23 00:00:00', 3.78451874798443, 9.8669230769229, 5.11652870606626, 13.7249999999999, 8.21685161491533, 20.8176923076922, 22.0428541115849, 45.7742307692308, 43.9398971620938, 98.5011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 795, '2021-05-23 00:00:00', 5.71055186609707, 9.33115384615394, 5.33950705013696, 12.8134615384616, 9.01987572829271, 21.8769230769232, 22.727876762994, 47.5269230769232, 43.9009324116855, 98.4188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 810, '2021-05-23 00:00:00', 2.8309178995242, 8.57807692307691, 7.85572062012993, 14.8823076923079, 8.40516456618274, 20.4507692307693, 21.8944254513826, 47.8046153846154, 42.9980525068823, 98.8492307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 825, '2021-05-23 00:00:00', 6.53111338134618, 11.385, 6.96769257689762, 15.6703846153846, 7.73885188264629, 18.9873076923077, 21.1051201808033, 49.2546153846153, 42.1275190600377, 97.8630769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 840, '2021-05-23 00:00:00', 5.00485728683033, 10.7426923076922, 6.32291471249907, 13.6976923076922, 9.8512764342807, 17.7492307692308, 21.237186993211, 48.8907692307692, 41.8425282163788, 97.4234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 855, '2021-05-23 00:00:00', 2.64983064770905, 8.0823076923077, 5.34691111404885, 11.5923076923077, 6.91035437140977, 15.8984615384615, 18.5782068564218, 48.3049999999999, 39.438130818556, 96.3823076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 870, '2021-05-23 00:00:00', 3.43906615231515, 7.85000000000001, 5.21448697970745, 10.5623076923077, 5.05400100453556, 15.296923076923, 18.4084191440931, 49.2492307692307, 39.5746871176708, 97.0073076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 885, '2021-05-23 00:00:00', 4.63560289000754, 7.30692307692309, 5.34517198399277, 11.3165384615384, 9.98664055318205, 20.4915384615384, 18.5175731131269, 50.0449999999999, 39.9147125525644, 97.5069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 900, '2021-05-23 00:00:00', 3.56557402865883, 8.70692307692305, 3.37216762061717, 11.5876923076923, 11.7051994495544, 22.0730769230769, 18.0952769570914, 49.831923076923, 39.6007567623883, 97.2780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 915, '2021-05-23 00:00:00', 2.96589685489001, 8.02192307692307, 9.55142911578393, 16.6730769230769, 12.8106553066038, 23.8442307692307, 18.0862600845546, 49.6596153846153, 39.75406575627, 97.011923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 930, '2021-05-23 00:00:00', 9.44459435949392, 12.6811538461537, 10.4339450758644, 16.5953846153845, 11.706605341233, 22.4661538461539, 18.2051259265075, 49.3149999999999, 39.5783841334557, 96.3111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 945, '2021-05-23 00:00:00', 5.81829189843423, 9.94384615384619, 8.33993408016741, 15.1073076923078, 11.5149461403599, 25.3261538461539, 17.3785953977874, 47.545, 39.2221280892068, 95.3096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 960, '2021-05-23 00:00:00', 5.82890818381834, 11.0988461538461, 7.58891694917922, 14.9973076923077, 11.0900418602249, 26.5973076923077, 18.0365300261611, 46.1492307692307, 39.4553989909931, 95.0484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 975, '2021-05-23 00:00:00', 5.65002562281468, 10.4584615384616, 9.59404260666288, 20.0715384615384, 12.9231483720552, 28.0503846153847, 18.6828852820311, 46.7876923076923, 40.1190451857391, 95.5488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 990, '2021-05-23 00:00:00', 8.7051605296028, 17.8703846153847, 10.8060634830636, 22.89, 14.2260285176367, 29.6007692307692, 19.0322759381165, 46.0692307692307, 39.9703166804874, 94.4834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 1005, '2021-05-23 00:00:00', 7.38296313246828, 14.9338461538461, 9.2968264560465, 20.0169230769231, 14.581767308737, 28.3146153846154, 19.3829550219932, 44.0742307692307, 40.5648232320337, 92.8896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 1020, '2021-05-23 00:00:00', 5.13349231855035, 12.7707692307693, 9.5664983465939, 19.0288461538461, 14.0674820282587, 25.4888461538461, 18.6458473826045, 41.5038461538462, 40.6844729179988, 92.3561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 1035, '2021-05-23 00:00:00', 8.87842395057556, 13.4096153846153, 12.2089527869448, 18.541923076923, 14.385482815886, 24.8396153846154, 16.9053259018024, 40.0296153846154, 40.7312522536914, 92.2130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988300, 3, 1050, '2021-05-23 00:00:00', 7.38863276620564, 13.0669230769231, 9.87660166563063, 16.8373076923077, 10.8184630217903, 23.7069230769232, 12.8383363168525, 36.8107692307692, 39.49319582487, 93.0626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988300 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, st[...];[ Date: 2021-05-23 17:18:46 - Database: acaweb_fx - User: pgperfstats ]
20 24s774ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1035, '2021-05-23 00:00:00', 0.149470460163667, 0.326538461538468, 0.236124000181122, 0.521211538461544, 0.325998065119312, 0.761961538461544, 0.336316316308592, 1.00523076923077, 0.777496585448848, 2.60590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1050, '2021-05-23 00:00:00', 0.18746976781911, 0.365076923076926, 0.22980744866417, 0.595288461538471, 0.277454931198117, 0.738673076923078, 0.298274094390738, 0.94884615384615, 0.77241329510926, 2.60153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1065, '2021-05-23 00:00:00', 0.175116542512513, 0.440711538461546, 0.242646102696592, 0.557865384615387, 0.232284182712597, 0.66780769230769, 0.272995240871453, 0.860692307692303, 0.76080237224616, 2.58548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1080, '2021-05-23 00:00:00', 0.203253957289511, 0.360634615384625, 0.196313693240809, 0.443884615384622, 0.211987452458865, 0.588499999999997, 0.270027294916646, 0.814999999999996, 0.816859757523616, 2.63528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1095, '2021-05-23 00:00:00', 0.117297760487506, 0.264269230769237, 0.147706977336364, 0.38486538461539, 0.186397920094034, 0.50673076923077, 0.249226410040218, 0.751288461538462, 0.811359688092493, 2.65128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1110, '2021-05-23 00:00:00', 0.099397641590973, 0.25336538461539, 0.137497194376968, 0.337538461538464, 0.141226164769081, 0.450980769230772, 0.228861319277713, 0.685211538461542, 0.837272336220422, 2.64775 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1125, '2021-05-23 00:00:00', 0.123148198712575, 0.229826923076923, 0.116646575009886, 0.308288461538465, 0.161764463150776, 0.408307692307687, 0.245251673718113, 0.640711538461539, 0.85555112421985, 2.64261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1140, '2021-05-23 00:00:00', 0.0912288247295728, 0.203038461538466, 0.119354236816944, 0.275076923076925, 0.162648858446189, 0.352365384615386, 0.279358592961694, 0.641211538461546, 0.865281190400868, 2.65103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1155, '2021-05-23 00:00:00', 0.10899277498991, 0.191250000000005, 0.130555471558446, 0.252134615384613, 0.1735762844932, 0.332942307692312, 0.270595443136344, 0.635423076923086, 0.882473628283242, 2.65276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1170, '2021-05-23 00:00:00', 0.120001673065268, 0.170692307692298, 0.144570048233223, 0.227826923076923, 0.19365543151135, 0.326615384615383, 0.276697090696674, 0.620000000000005, 0.884763056503749, 2.66811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1185, '2021-05-23 00:00:00', 0.0958076779483066, 0.155634615384619, 0.124045421271653, 0.214057692307692, 0.161602841749574, 0.302038461538462, 0.2696083634003, 0.62801923076924, 0.890261273663314, 2.66084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1200, '2021-05-23 00:00:00', 0.106632288730947, 0.162749999999997, 0.142624698476046, 0.22823076923077, 0.180402448601837, 0.305788461538458, 0.277246560636232, 0.65034615384616, 0.89411541674526, 2.65646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1215, '2021-05-23 00:00:00', 0.0942513844011736, 0.155288461538471, 0.139046633018737, 0.220384615384618, 0.16186429382475, 0.29348076923078, 0.282022392046074, 0.672019230769238, 0.893955138480335, 2.65348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1230, '2021-05-23 00:00:00', 0.107495960568115, 0.159192307692306, 0.145465438665523, 0.216423076923075, 0.154790966989479, 0.306211538461534, 0.277268633971853, 0.663653846153848, 0.894744591833555, 2.65873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1245, '2021-05-23 00:00:00', 0.118165901954059, 0.16190384615385, 0.121304614979753, 0.207019230769237, 0.145001274530212, 0.280980769230769, 0.271176565387546, 0.643480769230772, 0.894632036090823, 2.6715 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1260, '2021-05-23 00:00:00', 0.0677669535983501, 0.122000000000014, 0.117256774447563, 0.198865384615389, 0.192218478460162, 0.296711538461542, 0.246956997969601, 0.615173076923078, 0.89353080270611, 2.66784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1275, '2021-05-23 00:00:00', 0.108182091863677, 0.145249999999996, 0.108717276243693, 0.172884615384616, 0.199805309084768, 0.324807692307699, 0.243323097167921, 0.626519230769232, 0.89637488830546, 2.67240384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1290, '2021-05-23 00:00:00', 0.045348025993844, 0.100788461538457, 0.192087536135118, 0.225192307692308, 0.197027488320398, 0.311865384615384, 0.231133584418535, 0.609423076923076, 0.905175079749778, 2.68675 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1305, '2021-05-23 00:00:00', 0.19152087755245, 0.197557692307693, 0.190998426292341, 0.26217307692308, 0.189688688280394, 0.335961538461537, 0.221714126401901, 0.599076923076922, 0.907840980865306, 2.70144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1320, '2021-05-23 00:00:00', 0.136827915505347, 0.188038461538464, 0.156369514292271, 0.230250000000004, 0.1961653541119, 0.370115384615386, 0.195638599306132, 0.575692307692308, 0.918230743792738, 2.70332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1335, '2021-05-23 00:00:00', 0.137941732403445, 0.139307692307688, 0.14455211995891, 0.208653846153838, 0.167859341299617, 0.345961538461541, 0.179411645278515, 0.561038461538463, 0.908385954062738, 2.71219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1350, '2021-05-23 00:00:00', 0.143546835026599, 0.17007692307692, 0.164243716657713, 0.287461538461545, 0.165887864117726, 0.338211538461543, 0.208758385368212, 0.566711538461542, 0.90506381840433, 2.71565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1365, '2021-05-23 00:00:00', 0.140941318940248, 0.227153846153851, 0.167753908586824, 0.278423076923083, 0.183588424513602, 0.348480769230771, 0.240538061117479, 0.584673076923082, 0.919395435138689, 2.71938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1380, '2021-05-23 00:00:00', 0.163910139546506, 0.193076923076925, 0.156265308173193, 0.222057692307688, 0.178454696901356, 0.371826923076922, 0.23929830836138, 0.583403846153844, 0.957170457651099, 2.74775 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1395, '2021-05-23 00:00:00', 0.0845467849545647, 0.120826923076921, 0.17967963477769, 0.245865384615377, 0.158488499946797, 0.412230769230761, 0.244716904731862, 0.604288461538462, 0.962508253710875, 2.74803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1410, '2021-05-23 00:00:00', 0.182194968477339, 0.212442307692308, 0.159373098782022, 0.319269230769226, 0.158814828071518, 0.405480769230766, 0.246376544213255, 0.624307692307691, 0.964354038283588, 2.74713461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 1, 1425, '2021-05-23 00:00:00', 0.0955525248227391, 0.208250000000001, 0.133908309617504, 0.310846153846156, 0.133615085801888, 0.338365384615387, 0.254816676938849, 0.624326923076928, 0.968066320042186, 2.741 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 0, '2021-05-23 00:00:00', 0.13873197318793, 0.214596153846158, 0.147684800790796, 0.248096153846155, 0.148878122585612, 0.294846153846156, 0.282681490373893, 0.628250000000004, 0.968060036281932, 2.73957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 15, '2021-05-23 00:00:00', 0.103576368765595, 0.115720000000003, 0.100557475273266, 0.164080000000001, 0.103593709590239, 0.253640000000009, 0.309902784487872, 0.627060000000001, 0.984079644896705, 2.73518 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 30, '2021-05-23 00:00:00', 0.0688999455732778, 0.108840000000005, 0.0832858181205017, 0.154560000000004, 0.0920173806046051, 0.246640000000011, 0.309913224413982, 0.640039999999999, 0.984079644896705, 2.73518 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 45, '2021-05-23 00:00:00', 0.0744046136906966, 0.0984423076923061, 0.0862634069847352, 0.194846153846164, 0.0966174235759844, 0.231942307692315, 0.322012718931799, 0.640865384615385, 0.964884260097883, 2.74434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 60, '2021-05-23 00:00:00', 0.0844728631892186, 0.172269230769237, 0.0946374722498732, 0.201865384615388, 0.1014721579851, 0.241826923076931, 0.345510240302435, 0.667884615384616, 0.949696064741046, 2.74015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 75, '2021-05-23 00:00:00', 0.0551436445881274, 0.10569230769231, 0.0620844957729795, 0.129769230769238, 0.126387158549258, 0.241923076923084, 0.342766671591394, 0.643134615384619, 0.96206184052794, 2.75125 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 90, '2021-05-23 00:00:00', 0.0371603438337979, 0.0758653846153965, 0.076215557164176, 0.142134615384623, 0.193018676856378, 0.281519230769238, 0.327617660015218, 0.645134615384618, 0.953501977731812, 2.74430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 105, '2021-05-23 00:00:00', 0.0770604283363632, 0.111480769230772, 0.128081512507286, 0.19857692307693, 0.260103367026383, 0.329307692307693, 0.34009928867001, 0.649884615384619, 0.948613905410662, 2.74130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 120, '2021-05-23 00:00:00', 0.113122873970673, 0.159269230769238, 0.18219557222519, 0.2390576923077, 0.236926622850592, 0.347269230769231, 0.324915660062496, 0.63988461538462, 0.934512312138516, 2.72869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 135, '2021-05-23 00:00:00', 0.153206000083348, 0.164961538461545, 0.203594007770364, 0.24, 0.195352348335002, 0.341500000000005, 0.317921811868163, 0.623461538461538, 0.925950466568522, 2.7309423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 150, '2021-05-23 00:00:00', 0.112563493193845, 0.130999999999998, 0.125828291119899, 0.19882692307692, 0.180842970557335, 0.303499999999999, 0.276291042896102, 0.569096153846153, 0.850562629177801, 2.69511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 165, '2021-05-23 00:00:00', 0.0861185609404927, 0.13655769230769, 0.114883573171346, 0.214346153846157, 0.163750316499995, 0.288884615384616, 0.238177739061845, 0.567846153846156, 0.820370222240221, 2.67430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 180, '2021-05-23 00:00:00', 0.0780682147473934, 0.156115384615386, 0.110085714856123, 0.21376923076923, 0.138429615550786, 0.285461538461537, 0.198944581576019, 0.552557692307687, 0.838999904877602, 2.68940384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 195, '2021-05-23 00:00:00', 0.0872223242418642, 0.144923076923076, 0.098392080669441, 0.184192307692303, 0.116239176501922, 0.27288461538461, 0.190965639277364, 0.521846153846149, 0.838391423409234, 2.69482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 210, '2021-05-23 00:00:00', 0.0444657906537388, 0.120557692307692, 0.0747858918204827, 0.180019230769233, 0.105614154427258, 0.264019230769229, 0.199926182531292, 0.514461538461542, 0.832695844600774, 2.69651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 225, '2021-05-23 00:00:00', 0.0647157245188541, 0.134250000000002, 0.0876786264631347, 0.204192307692302, 0.110900317333251, 0.269903846153839, 0.194760536399086, 0.520057692307695, 0.825554411615899, 2.69305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 240, '2021-05-23 00:00:00', 0.078212916993391, 0.143903846153845, 0.0998254476573918, 0.187999999999997, 0.157031760628708, 0.282576923076922, 0.188070110699331, 0.519557692307693, 0.82080376765705, 2.68724999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 255, '2021-05-23 00:00:00', 0.0488854115410579, 0.114211538461542, 0.0783480916266549, 0.170211538461541, 0.153685713264236, 0.254461538461547, 0.21709882896611, 0.487307692307702, 0.815766629524746, 2.67092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 270, '2021-05-23 00:00:00', 0.0778159391424111, 0.125596153846155, 0.157784049110946, 0.191384615384618, 0.165469676515524, 0.25157692307693, 0.221422246293913, 0.473365384615387, 0.805697753264456, 2.66248076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 285, '2021-05-23 00:00:00', 0.13688420850653, 0.135442307692312, 0.141318261926208, 0.175365384615394, 0.140123945134295, 0.238500000000007, 0.218632798053294, 0.454903846153852, 0.804018783027827, 2.65978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 300, '2021-05-23 00:00:00', 0.0741915841173864, 0.105365384615383, 0.0813030986257879, 0.155576923076922, 0.0815328178380762, 0.217596153846153, 0.199024818707461, 0.456538461538464, 0.804675193191929, 2.6519423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 315, '2021-05-23 00:00:00', 0.0595537281659312, 0.115442307692309, 0.0596031878342156, 0.156000000000002, 0.110121892255113, 0.214634615384617, 0.20639710511536, 0.569250000000002, 0.804094152782166, 2.65205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 330, '2021-05-23 00:00:00', 0.053104758587298, 0.10365384615385, 0.0671915659771441, 0.153442307692311, 0.111544073731486, 0.197903846153852, 0.280002734189945, 0.695865384615381, 0.803478235787769, 2.65015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 345, '2021-05-23 00:00:00', 0.0535985648487492, 0.107384615384617, 0.0947050238290441, 0.137692307692307, 0.150697875284897, 0.223480769230773, 0.345610674692699, 0.816038461538459, 0.804468958142821, 2.65173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 360, '2021-05-23 00:00:00', 0.0740354904498732, 0.101076923076927, 0.0763728606649899, 0.14457692307693, 0.146179736573211, 0.232846153846159, 0.390640960966226, 0.929903846153844, 0.805415638756697, 2.65086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 375, '2021-05-23 00:00:00', 0.0349910153303107, 0.0876346153846201, 0.122872937810379, 0.150173076923079, 0.135443267998644, 0.199326923076925, 0.434900956010059, 1.09280769230769, 0.812351850872142, 2.65048076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 390, '2021-05-23 00:00:00', 0.106105955752511, 0.105076923076929, 0.123512989039772, 0.149038461538459, 0.131539552402143, 0.20042307692308, 0.43914304003979, 1.19701923076923, 0.8221485136285, 2.64853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 405, '2021-05-23 00:00:00', 0.0492642521354128, 0.0859423076923043, 0.0617719876767601, 0.118538461538463, 0.0898409898739928, 0.193788461538468, 0.569022732072623, 1.35101923076923, 0.822818380044146, 2.64705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 420, '2021-05-23 00:00:00', 0.0489780680901782, 0.0891346153846152, 0.08503240332594, 0.132019230769235, 0.0879303155039015, 0.206403846153852, 0.573783483688624, 1.36111538461538, 0.821204020607272, 2.64628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 435, '2021-05-23 00:00:00', 0.0729834886490486, 0.0865192307692334, 0.0819728684007514, 0.143865384615391, 0.103605741227914, 0.21101923076923, 0.582805597618447, 1.38026923076922, 0.820937253294167, 2.64557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 450, '2021-05-23 00:00:00', 0.0368881938586589, 0.102673076923078, 0.0681455455962911, 0.154346153846155, 0.107480996531409, 0.225730769230768, 0.577067639016437, 1.4075, 0.820937253294167, 2.64557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 465, '2021-05-23 00:00:00', 0.0644169501105084, 0.109711538461539, 0.101671068420896, 0.16688461538462, 0.106787049056306, 0.221423076923081, 0.562355046964246, 1.41432692307692, 0.805757370667272, 2.63559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 480, '2021-05-23 00:00:00', 0.0974392197139429, 0.14069230769231, 0.102979729147945, 0.176730769230775, 0.132678270494977, 0.275288461538463, 0.583245374210948, 1.4429423076923, 0.80435773064363, 2.63582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 495, '2021-05-23 00:00:00', 0.0590321555138795, 0.106846153846155, 0.058157756278804, 0.15426923076923, 0.187271379594923, 0.426019230769231, 0.587360217086065, 1.46423076923076, 0.8094326275, 2.65003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 510, '2021-05-23 00:00:00', 0.0442670740636201, 0.117076923076922, 0.117939581990105, 0.226749999999999, 0.294766356628428, 0.564750000000001, 0.588245219667399, 1.52596153846153, 0.830300139430603, 2.66330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 525, '2021-05-23 00:00:00', 0.10607181348211, 0.186019230769226, 0.179296582832429, 0.373269230769228, 0.331622320511662, 0.711288461538461, 0.56504095733101, 1.54471153846153, 0.83336885360197, 2.66888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 540, '2021-05-23 00:00:00', 0.166442090876636, 0.309480769230769, 0.281011388353947, 0.484096153846152, 0.372607438816699, 0.807788461538459, 0.5566606548117, 1.55823076923076, 0.839404139622507, 2.67551923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 555, '2021-05-23 00:00:00', 0.216843673751744, 0.302173076923081, 0.26992143586322, 0.523307692307696, 0.340855020499926, 0.906249999999998, 0.537141469690754, 1.55903846153845, 0.89661551660419, 2.69973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 570, '2021-05-23 00:00:00', 0.194468304714309, 0.379307692307689, 0.239258572710332, 0.569769230769223, 0.30863368877385, 0.942576923076917, 0.512347927156476, 1.53703846153845, 0.947949982654884, 2.72001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 585, '2021-05-23 00:00:00', 0.181559360922159, 0.363692307692302, 0.262981070538431, 0.647211538461531, 0.533388432931029, 0.980903846153841, 0.55145848473354, 1.48390384615384, 1.04686209528212, 2.76555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 600, '2021-05-23 00:00:00', 0.267306698669977, 0.506134615384608, 0.311705929585021, 0.686557692307688, 0.549610005787321, 0.984538461538453, 0.527652581286642, 1.4709423076923, 1.09302766873277, 2.75626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 615, '2021-05-23 00:00:00', 0.172344847728216, 0.371442307692309, 0.539648926119141, 0.672288461538456, 0.560262831178375, 0.852999999999989, 0.542515907246403, 1.39801923076922, 1.11939682264087, 2.72955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 630, '2021-05-23 00:00:00', 0.486410108700622, 0.477576923076918, 0.497088714029381, 0.607019230769223, 0.498214876796687, 0.773288461538453, 0.501706454551326, 1.3469423076923, 1.06491861371946, 2.69957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 645, '2021-05-23 00:00:00', 0.188428219346653, 0.346576923076917, 0.205485957783381, 0.461673076923065, 0.211075700055329, 0.634865384615377, 0.396570405525254, 1.2809423076923, 1.01948931333292, 2.6835 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 660, '2021-05-23 00:00:00', 0.123327182105783, 0.302923076923065, 0.192453562830512, 0.454923076923069, 0.245749844666986, 0.619884615384607, 0.448788865897815, 1.31261538461538, 1.01410635024903, 2.71648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 675, '2021-05-23 00:00:00', 0.183459541756597, 0.343711538461537, 0.179959958153093, 0.448557692307691, 0.231328248299981, 0.599961538461534, 0.444183238782588, 1.29298076923077, 0.99098377557938, 2.72578846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 690, '2021-05-23 00:00:00', 0.121334707128036, 0.285865384615383, 0.174950046716643, 0.400673076923071, 0.303794652938213, 0.601134615384611, 0.410218288982085, 1.31176923076922, 0.966376463711428, 2.70148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 705, '2021-05-23 00:00:00', 0.135685406788584, 0.283480769230771, 0.166116535785991, 0.395788461538462, 0.232442075497396, 0.606538461538459, 0.424627484254863, 1.39509615384615, 0.960388806882208, 2.69409615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 720, '2021-05-23 00:00:00', 0.128675012516627, 0.271173076923079, 0.232018275971132, 0.431596153846154, 0.215047422319247, 0.604576923076916, 0.442803059627394, 1.42051923076923, 0.968992221926397, 2.70338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 735, '2021-05-23 00:00:00', 0.171091047511146, 0.301557692307693, 0.183790189744048, 0.43607692307692, 0.238607576125771, 0.567846153846154, 0.472997843953453, 1.39490384615385, 0.990951782573011, 2.66084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 750, '2021-05-23 00:00:00', 0.147360097928643, 0.274038461538466, 0.132240865614457, 0.381942307692308, 0.235704835791259, 0.544019230769235, 0.516499567726377, 1.38928846153847, 1.06804057273121, 2.67975 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 765, '2021-05-23 00:00:00', 0.108227168492937, 0.260000000000002, 0.197652991376302, 0.374750000000004, 0.234788521046887, 0.556980769230766, 0.568707820413961, 1.42975, 1.0526343532008, 2.68380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 780, '2021-05-23 00:00:00', 0.164187412850263, 0.248442307692314, 0.179896983341532, 0.377730769230772, 0.202091724224417, 0.58375, 0.604558314296158, 1.43234615384615, 1.04808350170131, 2.68155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 795, '2021-05-23 00:00:00', 0.0969728292635835, 0.266480769230771, 0.155302802243281, 0.394596153846156, 0.318167544155353, 0.591884615384618, 0.596828518407599, 1.41909615384615, 1.04581234527925, 2.67419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 810, '2021-05-23 00:00:00', 0.123431888723488, 0.25813461538462, 0.166779029303397, 0.404269230769232, 0.268110097936247, 0.575769230769234, 0.60309637321461, 1.41065384615385, 1.04076271237086, 2.66628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 825, '2021-05-23 00:00:00', 0.114628859300849, 0.266153846153851, 0.231941415845928, 0.404403846153848, 0.262003514362805, 0.624692307692306, 0.607478035373741, 1.38321153846154, 1.05037916176091, 2.64628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 840, '2021-05-23 00:00:00', 0.234574974893216, 0.303826923076925, 0.235242437955787, 0.398269230769234, 0.356869340989757, 0.705557692307692, 0.698587642208306, 1.44392307692308, 1.04807549291364, 2.64917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 855, '2021-05-23 00:00:00', 0.121662276879005, 0.274480769230772, 0.242293045711173, 0.443000000000003, 0.369867982684878, 0.687769230769235, 0.677408354289746, 1.48846153846154, 1.02439596911472, 2.63969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 870, '2021-05-23 00:00:00', 0.19329605431923, 0.318769230769236, 0.323857157496226, 0.512038461538468, 0.322900906447495, 0.70315384615385, 0.637819654098119, 1.47113461538461, 0.997032676727074, 2.62996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 885, '2021-05-23 00:00:00', 0.195583501742459, 0.338384615384607, 0.206388133230713, 0.452307692307688, 0.352137091420153, 0.768365384615379, 0.554072030862971, 1.42234615384615, 0.977400339401187, 2.57328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 900, '2021-05-23 00:00:00', 0.159715575320628, 0.33126, 0.199975973556829, 0.456839999999995, 0.371029178996305, 0.767380000000003, 0.536481069097508, 1.4349, 0.957154860772285, 2.58514 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 915, '2021-05-23 00:00:00', 0.157412599681404, 0.299557692307694, 0.288981400120114, 0.563980769230776, 0.317758665681025, 0.745980769230773, 0.525626502741838, 1.35409615384615, 0.957838734620014, 2.5153076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 930, '2021-05-23 00:00:00', 0.282112669799746, 0.438461538461535, 0.31123110384408, 0.582, 0.311353057081259, 0.768115384615389, 0.502248535243113, 1.36386538461538, 0.945368705646319, 2.51198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 945, '2021-05-23 00:00:00', 0.154756584301335, 0.351096153846153, 0.149521098331159, 0.466326923076926, 0.21301788657294, 0.715999999999997, 0.441627412140427, 1.26463461538461, 0.932866469338134, 2.45398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 960, '2021-05-23 00:00:00', 0.101140815773777, 0.316269230769233, 0.156416864131128, 0.495346153846155, 0.246071809406555, 0.726653846153845, 0.405767995477528, 1.25188461538461, 0.918352724468367, 2.45494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 975, '2021-05-23 00:00:00', 0.151472815535175, 0.376423076923074, 0.224522739125941, 0.546903846153837, 0.235899424462067, 0.730961538461534, 0.399777493883018, 1.22323076923076, 0.91368265573153, 2.47365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 990, '2021-05-23 00:00:00', 0.177561097827028, 0.398288461538453, 0.215600171257242, 0.547923076923074, 0.201776358491655, 0.72432692307692, 0.364977150496599, 1.18440384615384, 0.925259641730571, 2.47426923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1005, '2021-05-23 00:00:00', 0.115090466089138, 0.356653846153849, 0.154696651050212, 0.518076923076924, 0.167373276977404, 0.724076923076922, 0.344591577646084, 1.15165384615384, 1.00713782896804, 2.5585576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1020, '2021-05-23 00:00:00', 0.133012914352766, 0.392153846153845, 0.179168313647772, 0.539269230769227, 0.261698755912503, 0.807173076923076, 0.371908976146664, 1.0949423076923, 1.01272039500621, 2.58403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1035, '2021-05-23 00:00:00', 0.13930829259098, 0.345903846153848, 0.156326518494514, 0.477903846153848, 0.305288463840094, 0.786384615384614, 0.365454810949526, 1.01517307692307, 0.971465432497968, 2.60455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1050, '2021-05-23 00:00:00', 0.126667748308468, 0.335038461538464, 0.255251059667805, 0.600288461538458, 0.315995730253527, 0.750807692307684, 0.359335893858914, 1.00926923076923, 0.957922284666943, 2.62121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1065, '2021-05-23 00:00:00', 0.183844826918287, 0.47159615384615, 0.268580679756494, 0.595192307692302, 0.267592649663335, 0.718384615384609, 0.304419791760296, 0.965019230769229, 0.911380129254522, 2.5955 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1080, '2021-05-23 00:00:00', 0.210594155810499, 0.410538461538459, 0.219099784081617, 0.531846153846149, 0.249416100430277, 0.650865384615379, 0.268040852942515, 0.878673076923073, 0.825679121180767, 2.60786538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1095, '2021-05-23 00:00:00', 0.175047369413137, 0.345692307692301, 0.213239959633772, 0.441403846153843, 0.22289891551657, 0.541442307692301, 0.288701725901423, 0.786942307692304, 0.829568142747502, 2.58221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1110, '2021-05-23 00:00:00', 0.127746630243069, 0.299692307692307, 0.160243987046675, 0.394153846153839, 0.25807545706336, 0.501307692307692, 0.281864629947402, 0.704480769230766, 0.813680796655642, 2.56982692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1125, '2021-05-23 00:00:00', 0.127631753946204, 0.261730769230767, 0.125623523336145, 0.326519230769225, 0.227989551042624, 0.434153846153847, 0.260905825184848, 0.675480769230774, 0.801571599805902, 2.56048076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1140, '2021-05-23 00:00:00', 0.105723667388881, 0.212423076923071, 0.215472646845166, 0.325307692307693, 0.212441359329688, 0.410134615384618, 0.28093269930441, 0.732192307692307, 0.804371465086972, 2.55207692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1155, '2021-05-23 00:00:00', 0.191696703554984, 0.239384615384617, 0.190955455941555, 0.305615384615383, 0.20579324669341, 0.376403846153852, 0.28632420637076, 0.711365384615384, 0.799406368212357, 2.54519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1170, '2021-05-23 00:00:00', 0.0819003639514713, 0.188480769230766, 0.11686489405094, 0.254788461538464, 0.146724388408491, 0.330115384615386, 0.26087143680071, 0.669442307692304, 0.79595855733826, 2.54925000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1185, '2021-05-23 00:00:00', 0.0628295006652593, 0.18238461538462, 0.0795190760857927, 0.238788461538469, 0.112598778856611, 0.320749999999997, 0.253999830405761, 0.646076923076919, 0.795735514863695, 2.54901923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1200, '2021-05-23 00:00:00', 0.0628082429671159, 0.154346153846153, 0.0812019325272138, 0.209923076923074, 0.128522120215226, 0.316153846153841, 0.246530497411263, 0.645384615384612, 0.796593609594103, 2.54867307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1215, '2021-05-23 00:00:00', 0.068570337273829, 0.135865384615379, 0.0973380943689799, 0.210230769230765, 0.139195346960252, 0.300730769230768, 0.243219723390504, 0.663923076923073, 0.742757900302342, 2.59403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1230, '2021-05-23 00:00:00', 0.0593394051200428, 0.137249999999997, 0.103442611365696, 0.218423076923076, 0.130272803998146, 0.311211538461534, 0.237125533939625, 0.642326923076918, 0.748616377315259, 2.59440384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1245, '2021-05-23 00:00:00', 0.0988107456784826, 0.161788461538466, 0.108927286967746, 0.220923076923078, 0.132167981692302, 0.304153846153847, 0.238258318928133, 0.624942307692307, 0.761085321205087, 2.62388461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1260, '2021-05-23 00:00:00', 0.0690265528619254, 0.138249999999993, 0.0889539747025619, 0.209980769230762, 0.103465869511857, 0.284384615384607, 0.243075391913387, 0.604615384615379, 0.762649307702081, 2.6215576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1275, '2021-05-23 00:00:00', 0.0612178581285417, 0.145615384615385, 0.0701197793888327, 0.191288461538464, 0.0808357903406641, 0.265749999999997, 0.257091825110138, 0.647942307692305, 0.760325570953756, 2.61992307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1290, '2021-05-23 00:00:00', 0.0421914546579503, 0.129826923076923, 0.0625444611087586, 0.193480769230761, 0.0813172159839771, 0.248480769230761, 0.260768606534313, 0.648384615384613, 0.765169664443524, 2.62234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1305, '2021-05-23 00:00:00', 0.0585594898044165, 0.153576923076912, 0.0777419424466921, 0.203980769230762, 0.0852215032452726, 0.249769230769227, 0.261563359731152, 0.647865384615382, 0.751003172173983, 2.64976923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1320, '2021-05-23 00:00:00', 0.0595633244151542, 0.14048076923077, 0.0722714221635233, 0.172461538461536, 0.226595418006499, 0.369788461538458, 0.259409916926865, 0.65475, 0.755729293464267, 2.64875000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1335, '2021-05-23 00:00:00', 0.0388549818605637, 0.102019230769225, 0.0653429326412128, 0.157673076923074, 0.217216988285903, 0.368999999999995, 0.262266315764373, 0.653596153846151, 0.753818688667651, 2.65784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1350, '2021-05-23 00:00:00', 0.0610039216898285, 0.122961538461536, 0.223830620198539, 0.308057692307688, 0.218849826452896, 0.37055769230769, 0.26038986820063, 0.660711538461531, 0.760868588926752, 2.66301923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1365, '2021-05-23 00:00:00', 0.216371564319699, 0.266576923076922, 0.201374488491923, 0.32373076923077, 0.218171136954454, 0.395749999999995, 0.26373935268338, 0.658884615384608, 0.771519035110907, 2.67169230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1380, '2021-05-23 00:00:00', 0.163477272002982, 0.19753846153846, 0.170576732113328, 0.235192307692304, 0.202768837690757, 0.385692307692298, 0.282935178768244, 0.658846153846154, 0.776105604679792, 2.66148076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1395, '2021-05-23 00:00:00', 0.0562378089353246, 0.107365384615395, 0.10397971695701, 0.206307692307696, 0.226550181230082, 0.401230769230772, 0.290148951137443, 0.637576923076932, 0.777201382921686, 2.65901923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1410, '2021-05-23 00:00:00', 0.107171108692874, 0.174557692307697, 0.136763569148198, 0.269923076923069, 0.226496588529237, 0.398230769230769, 0.295318677937018, 0.642307692307698, 0.777201382921686, 2.65901923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 2, 1425, '2021-05-23 00:00:00', 0.137500121678267, 0.217788461538454, 0.24408971632452, 0.352480769230766, 0.238972856521081, 0.372615384615382, 0.30879173215318, 0.65107692307693, 0.775293670414389, 2.65784615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 0, '2021-05-23 00:00:00', 0.214756835657306, 0.235538461538462, 0.206493591817129, 0.257211538461541, 0.201589033584512, 0.283961538461544, 0.309420726768344, 0.650615384615389, 0.769446745295704, 2.65407692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 15, '2021-05-23 00:00:00', 0.0711861914008232, 0.100576923076921, 0.0907169138669241, 0.152538461538462, 0.168784237552422, 0.328826923076924, 0.272207658994718, 0.623980769230769, 0.72634104619291, 2.63615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 30, '2021-05-23 00:00:00', 0.0738430768589753, 0.110000000000005, 0.0734677742017117, 0.150076923076925, 0.16636987523172, 0.328153846153848, 0.273547237518214, 0.619365384615387, 0.726895220467473, 2.63519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 45, '2021-05-23 00:00:00', 0.0578582618261084, 0.0970384615384647, 0.148046635064249, 0.280615384615389, 0.147461923377375, 0.313173076923083, 0.272448717122206, 0.616211538461543, 0.724882183795828, 2.63109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 60, '2021-05-23 00:00:00', 0.153659218352218, 0.255153846153847, 0.154434547998123, 0.277480769230771, 0.159909306026398, 0.319384615384619, 0.286643227723937, 0.619000000000004, 0.724413173647361, 2.62988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 75, '2021-05-23 00:00:00', 0.0967278577326015, 0.137038461538459, 0.0999487041513672, 0.176211538461534, 0.123729259334178, 0.276980769230765, 0.242617353047964, 0.575, 0.727304153125667, 2.62013461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 90, '2021-05-23 00:00:00', 0.0745384696753116, 0.122711538461538, 0.110098971210166, 0.172711538461536, 0.130792197191396, 0.292173076923072, 0.237078182495535, 0.573730769230773, 0.726279576651812, 2.61821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 105, '2021-05-23 00:00:00', 0.0822679674085689, 0.130961538461537, 0.108271562073547, 0.22586538461538, 0.151718641418401, 0.300115384615376, 0.236557315383694, 0.578288461538464, 0.724648981603133, 2.61744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 120, '2021-05-23 00:00:00', 0.0987407658779007, 0.184326923076922, 0.12819094681823, 0.241826923076924, 0.208515479041731, 0.322250000000003, 0.240343876240179, 0.56867307692308, 0.726203022312207, 2.61348076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 135, '2021-05-23 00:00:00', 0.0931861495155695, 0.147961538461538, 0.118344537750513, 0.191480769230765, 0.203094488240935, 0.336365384615391, 0.230954521830267, 0.554365384615385, 0.725615536312763, 2.6130576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 150, '2021-05-23 00:00:00', 0.0751469662625248, 0.144057692307688, 0.174647474601313, 0.225596153846165, 0.185264028846987, 0.336903846153857, 0.244012547754292, 0.559211538461542, 0.722919017967062, 2.6110576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 165, '2021-05-23 00:00:00', 0.145644688830781, 0.17315384615386, 0.1622840399281, 0.267980769230779, 0.218434842423587, 0.355596153846162, 0.235332615674074, 0.541500000000005, 0.713571997337769, 2.60565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 180, '2021-05-23 00:00:00', 0.123906026736144, 0.201288461538461, 0.141887177552614, 0.267365384615387, 0.174780389676251, 0.353769230769232, 0.207940180932292, 0.52932692307692, 0.713571997337769, 2.60565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 195, '2021-05-23 00:00:00', 0.105292040754054, 0.161423076923079, 0.143500013401236, 0.236423076923072, 0.151108968577687, 0.320403846153843, 0.166595336530905, 0.49861538461538, 0.71417430322339, 2.60215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 210, '2021-05-23 00:00:00', 0.100104700957775, 0.151134615384607, 0.0946159626311247, 0.209596153846149, 0.111339530957543, 0.277634615384605, 0.165543329210675, 0.47192307692307, 0.712018239826869, 2.60042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 225, '2021-05-23 00:00:00', 0.0644765819145565, 0.141519230769234, 0.0810527083968382, 0.196807692307693, 0.0881264934407017, 0.252826923076926, 0.166560624213716, 0.448307692307688, 0.712887709627864, 2.59694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 240, '2021-05-23 00:00:00', 0.059359287394651, 0.135249999999996, 0.0730420347892503, 0.174673076923065, 0.086255773496835, 0.231461538461535, 0.160620236535174, 0.426096153846144, 0.710039973955962, 2.60226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 255, '2021-05-23 00:00:00', 0.0650637675373455, 0.108423076923073, 0.0651301300947043, 0.152923076923077, 0.0958751190952959, 0.212961538461538, 0.171604385142106, 0.433249999999989, 0.705915246601611, 2.59684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 270, '2021-05-23 00:00:00', 0.0550700812252297, 0.120923076923084, 0.0806346938119895, 0.162923076923077, 0.110077511152545, 0.224538461538465, 0.1882500832567, 0.468923076923066, 0.702667194448299, 2.60261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 285, '2021-05-23 00:00:00', 0.0723301192716121, 0.112384615384612, 0.0874365792138232, 0.161653846153839, 0.113515000703064, 0.215346153846151, 0.188958668659416, 0.47796153846153, 0.703065136494363, 2.60711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 300, '2021-05-23 00:00:00', 0.0819693751442476, 0.121038461538459, 0.10586497931873, 0.160423076923083, 0.109691295847102, 0.206596153846155, 0.2250169634631, 0.51557692307692, 0.701167413346096, 2.6033076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 315, '2021-05-23 00:00:00', 0.0448601587843133, 0.105576923076921, 0.0499420125283814, 0.145769230769227, 0.0697465852486415, 0.198384615384607, 0.312416771070563, 0.627826923076917, 0.698026915945658, 2.59565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 330, '2021-05-23 00:00:00', 0.0380218358315369, 0.100000000000001, 0.0684484449449647, 0.141980769230766, 0.120910394348618, 0.214288461538458, 0.347000031035243, 0.750307692307692, 0.696160474702819, 2.59194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 345, '2021-05-23 00:00:00', 0.0750834433249949, 0.110711538461529, 0.0739785753808777, 0.146480769230764, 0.126357930255532, 0.214442307692302, 0.436738913381371, 0.858038461538458, 0.695229137656173, 2.59042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 360, '2021-05-23 00:00:00', 0.0482022342284622, 0.0921538461538533, 0.132030603969741, 0.167903846153853, 0.128644873436678, 0.206211538461542, 0.435734802903716, 0.907538461538462, 0.694767562681101, 2.58988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 375, '2021-05-23 00:00:00', 0.134126673765449, 0.132230769230771, 0.131067533972141, 0.153538461538458, 0.12336476868963, 0.197884615384617, 0.445231086498476, 0.976596153846154, 0.694767562681101, 2.58988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 390, '2021-05-23 00:00:00', 0.0625102114735001, 0.0879423076923051, 0.0883903927950461, 0.132807692307687, 0.110425108627451, 0.190230769230764, 0.438211228044897, 1.02490384615385, 0.703293397851517, 2.60371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 405, '2021-05-23 00:00:00', 0.0814919651537234, 0.102096153846151, 0.0868066906318987, 0.136692307692305, 0.107370059212911, 0.193980769230765, 0.543115719359498, 1.18273076923077, 0.703293397851517, 2.60371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 420, '2021-05-23 00:00:00', 0.0658849842820567, 0.097634615384611, 0.0908744273074771, 0.136307692307689, 0.101872348478946, 0.203346153846149, 0.551815880664785, 1.25038461538462, 0.703293397851517, 2.60371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 435, '2021-05-23 00:00:00', 0.0597677685198789, 0.092615384615383, 0.0683712180784973, 0.130711538461537, 0.0866725424536773, 0.244019230769226, 0.507524641311592, 1.33980769230769, 0.703293397851517, 2.60371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 450, '2021-05-23 00:00:00', 0.0423329113647411, 0.0976538461538413, 0.0730764404842295, 0.155384615384607, 0.140785204642226, 0.301576923076917, 0.496427629321581, 1.35286538461539, 0.703293397851517, 2.60371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 465, '2021-05-23 00:00:00', 0.0603796609922414, 0.109788461538458, 0.0761682373736931, 0.183403846153847, 0.154131322629057, 0.332269230769229, 0.482222733407899, 1.39476923076923, 0.703293397851517, 2.60371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 480, '2021-05-23 00:00:00', 0.0730011617399679, 0.151019230769232, 0.136081157911226, 0.256692307692305, 0.177674538239048, 0.402692307692311, 0.486154182966043, 1.44051923076923, 0.703293397851517, 2.60371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 495, '2021-05-23 00:00:00', 0.12571144002773, 0.177384615384608, 0.145053598846979, 0.250057692307684, 0.246818547489065, 0.519846153846152, 0.484736631108543, 1.4371923076923, 0.703293397851517, 2.60371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 510, '2021-05-23 00:00:00', 0.0847942305729617, 0.16069230769231, 0.1616509392297, 0.303884615384622, 0.297068243907793, 0.633692307692308, 0.519263712829558, 1.49528846153846, 0.688161885024151, 2.5885 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 525, '2021-05-23 00:00:00', 0.128625664384916, 0.225192307692308, 0.21097440694221, 0.418096153846154, 0.347869546724726, 0.706807692307693, 0.526857152220748, 1.50782692307693, 0.689311148901564, 2.588 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 540, '2021-05-23 00:00:00', 0.194595833618136, 0.337961538461538, 0.276095597295851, 0.512173076923075, 0.331089642172398, 0.723865384615386, 0.50935615203449, 1.50251923076923, 0.700261300955135, 2.59601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 555, '2021-05-23 00:00:00', 0.256116812291698, 0.342192307692307, 0.277243803426623, 0.517942307692305, 0.297247773492337, 0.722673076923083, 0.512464307199872, 1.49011538461539, 0.712302229502228, 2.62288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 570, '2021-05-23 00:00:00', 0.245949072276857, 0.368884615384614, 0.24572431394052, 0.495538461538462, 0.338494890882938, 0.757365384615385, 0.532293113656521, 1.51682692307692, 0.701437556023342, 2.62775 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 585, '2021-05-23 00:00:00', 0.155029808548107, 0.313192307692309, 0.259328698462313, 0.529423076923081, 0.540836251700873, 0.862365384615384, 0.539472798558572, 1.50190384615385, 0.706540413129082, 2.67584615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 600, '2021-05-23 00:00:00', 0.208472879623377, 0.428192307692311, 0.321022896379689, 0.598, 0.553900802351968, 0.914673076923079, 0.537614201463635, 1.49951923076924, 0.709606387101597, 2.65473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 615, '2021-05-23 00:00:00', 0.218001832208256, 0.40317307692308, 0.418403654933292, 0.623961538461539, 0.421590101693755, 0.884576923076924, 0.474268171867093, 1.44467307692308, 0.714062998998308, 2.59444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 630, '2021-05-23 00:00:00', 0.303888686604415, 0.41107692307692, 0.326929230168338, 0.589807692307698, 0.281164611653301, 0.777673076923081, 0.430402788541868, 1.33090384615385, 0.712684936322876, 2.51546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 645, '2021-05-23 00:00:00', 0.186141878270723, 0.366673076923081, 0.23997066166833, 0.554038461538467, 0.230946984425825, 0.727480769230768, 0.442852886234422, 1.26817307692308, 0.711760058965425, 2.5028076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 660, '2021-05-23 00:00:00', 0.17937738151729, 0.385750000000004, 0.174936732519543, 0.492596153846158, 0.238560681685292, 0.71967307692307, 0.432677597596108, 1.24378846153847, 0.704225503929399, 2.51440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 675, '2021-05-23 00:00:00', 0.108855020024873, 0.290846153846156, 0.183352556567945, 0.473499999999999, 0.194579318412433, 0.63036538461538, 0.463305388983915, 1.21121153846155, 0.693220656678779, 2.52182692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 690, '2021-05-23 00:00:00', 0.18616798452349, 0.343961538461536, 0.214929279961138, 0.496153846153841, 0.41347203049299, 0.668000000000002, 0.491287960756839, 1.21490384615385, 0.700208301150453, 2.53225 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 705, '2021-05-23 00:00:00', 0.127854919282029, 0.327096153846152, 0.167681974628712, 0.412730769230769, 0.414169705091259, 0.630769230769234, 0.456278587723969, 1.24248076923078, 0.700565514698391, 2.50640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 720, '2021-05-23 00:00:00', 0.111879557492049, 0.273346153846155, 0.358519715153638, 0.444384615384619, 0.374549210590335, 0.586865384615386, 0.45769087821367, 1.28650000000001, 0.695682596723981, 2.48634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 735, '2021-05-23 00:00:00', 0.351527094918072, 0.32503846153846, 0.366583385938521, 0.444326923076917, 0.38272241849072, 0.589980769230769, 0.471750553788762, 1.33125, 0.681578328925988, 2.46846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 750, '2021-05-23 00:00:00', 0.135158540809846, 0.260634615384613, 0.154954981055296, 0.354115384615382, 0.19284638067244, 0.553557692307689, 0.467231477798912, 1.36142307692308, 0.686232030730135, 2.461 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 765, '2021-05-23 00:00:00', 0.0996288188149525, 0.251307692307692, 0.130661470985138, 0.367000000000003, 0.301029474662176, 0.596769230769231, 0.526497721888564, 1.45336538461539, 0.699904480296039, 2.46430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 780, '2021-05-23 00:00:00', 0.092352035502947, 0.267461538461545, 0.182931043124069, 0.424057692307695, 0.333375208459457, 0.609980769230777, 0.532990360715262, 1.47523076923078, 0.702737643352498, 2.45565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 795, '2021-05-23 00:00:00', 0.144715450241017, 0.299692307692309, 0.285245260865372, 0.417826923076925, 0.33500996081633, 0.571576923076927, 0.543819551873602, 1.50775, 0.720933422990378, 2.43859615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 810, '2021-05-23 00:00:00', 0.213678087318284, 0.259749999999997, 0.239519448383318, 0.370384615384615, 0.225048440084826, 0.513096153846161, 0.496036161833143, 1.48492307692309, 0.71616674063002, 2.43209615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 825, '2021-05-23 00:00:00', 0.106264671385248, 0.24409615384616, 0.100647610694251, 0.358807692307697, 0.210971576649194, 0.527384615384619, 0.473364850341112, 1.45369230769231, 0.721114128649876, 2.43294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988145, 3, 840, '2021-05-23 00:00:00', 0.0662607814159071, 0.243365384615388, 0.116548451463164, 0.365807692307702, 0.229325475789664, 0.580576923076929, 0.509151135564045, 1.52417307692308, 0.73192058417459, 2.45319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988145 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, std[...];[ Date: 2021-05-23 17:09:17 - Database: acaweb_fx - User: pgperfstats ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 6m16s 234 184ms 16s813ms 1s607ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 23 17 234 6m16s 1s607ms [ User: postgres - Total duration: 6m16s - Times executed: 234 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:48:41 Duration: 16s813ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:41:29 Duration: 9s247ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:37:38 Duration: 9s225ms Database: acaweb_fx User: postgres Bind query: yes
2 4m16s 150 50ms 10s769ms 1s708ms with rar_max as ( ;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 23 17 150 4m16s 1s708ms [ User: postgres - Total duration: 4m16s - Times executed: 150 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 17:35:19 Duration: 10s769ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 17:52:47 Duration: 9s565ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 17:55:48 Duration: 9s524ms Database: acaweb_fx User: postgres Bind query: yes
3 2m6s 24 794ms 11s848ms 5s281ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 23 17 24 2m6s 5s281ms [ User: postgres - Total duration: 2m6s - Times executed: 24 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:05:42 Duration: 11s848ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:20:41 Duration: 10s691ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:30:39 Duration: 9s659ms Database: acaweb_fx User: postgres Bind query: yes
4 1m25s 87 55ms 15s370ms 977ms (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 23 17 87 1m25s 977ms [ User: postgres - Total duration: 1m25s - Times executed: 87 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:02:57 Duration: 15s370ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:33:29 Duration: 12s39ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:18:13 Duration: 10s542ms Database: acaweb_fx User: postgres Bind query: yes
5 1m11s 721 50ms 426ms 98ms select distinct pricedatetime, high, low from t15_ps where pricedatetime <= current_timestamp and pricedatetime >= current_timestamp - interval ? and symbolid = ? order by pricedatetime asc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 23 17 721 1m11s 98ms [ User: pgperfstats - Total duration: 1m11s - Times executed: 721 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 988645order by pricedatetime asc;
Date: 2021-05-23 17:18:47 Duration: 426ms Database: acaweb_fx User: pgperfstats
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 988300order by pricedatetime asc;
Date: 2021-05-23 17:18:21 Duration: 281ms Database: acaweb_fx User: pgperfstats
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 1019224order by pricedatetime asc;
Date: 2021-05-23 17:45:56 Duration: 276ms Database: acaweb_fx User: pgperfstats
6 1m4s 13 4s592ms 5s700ms 4s984ms copy ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ?) as broker_ids, string_to_array(coalesce(replace(broker_symbol_mappings, ?, ?), ?), ?) as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ?) as search_groups, string_to_array(pattern_basegroupnames, ?) as base_groups, simulation from solr_fetch_results (?::character varying, current_timestamp::timestamp without time zone)) t) to ?;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 23 17 13 1m4s 4s984ms [ User: postgres - Total duration: 1m4s - Times executed: 13 ]
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:48:08 Duration: 5s700ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:18:07 Duration: 5s583ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:31:08 Duration: 5s502ms Database: acaweb_fx User: postgres
7 1m3s 75 793ms 914ms 844ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 23 17 75 1m3s 844ms [ User: pgperfstats - Total duration: 1m3s - Times executed: 75 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1080, '2021-05-23 00:00:00', 0.102887811069468, 0.17938, 0.0994348320928505, 0.25384, 0.76579264491114, 1.1149, 1.26014960355242, 1.67424, 2.19994095564707, 3.6753 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1095, '2021-05-23 00:00:00', 0.0782402443332923, 0.17116, 0.763564416623334, 0.97342, 0.80618299359802, 1.18904, 1.37065012706866, 1.7179, 2.19563824244038, 3.6743 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 600, '2021-05-23 00:00:00', 0.310061656502918, 0.62872, 0.320850253233498, 0.77902, 0.484957530786631, 0.95684, 0.837057585633549, 1.39412, 1.80734969222893, 3.25392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 615, '2021-05-23 00:00:00', 0.249635314008255, 0.44796, 0.321832167700289, 0.60206, 0.400564110557432, 0.74126, 0.765466495565503, 1.21182, 1.72982877235484, 3.16454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 630, '2021-05-23 00:00:00', 0.179022305407268, 0.35094, 0.254777783895431, 0.47364, 0.366432823538867, 0.63258, 0.713640446933888, 1.1009, 1.67338584960752, 3.13692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 645, '2021-05-23 00:00:00', 0.174643940156346, 0.31462, 0.247304173370904, 0.4479, 0.630919122524168, 0.68378, 0.729819141408792, 1.0729, 1.69580234377909, 3.11512 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 660, '2021-05-23 00:00:00', 0.174669568996243, 0.2963, 0.272294956496321, 0.41478, 0.617994052020999, 0.63524, 0.771246408419514, 1.03278, 1.69829421773732, 3.1096 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 675, '2021-05-23 00:00:00', 0.214517711001524, 0.26666, 0.578225734467085, 0.484, 0.582257540383406, 0.596480000000001, 0.750104922105346, 0.99854, 1.66998290734766, 3.09466 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 690, '2021-05-23 00:00:00', 0.389312640003721, 0.33704, 0.380316569890576, 0.41962, 0.454171266337564, 0.54532, 0.657556880936294, 0.96802, 1.59590804220252, 3.0582 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 705, '2021-05-23 00:00:00', 0.163722318270906, 0.24682, 0.327143667471444, 0.3649, 0.374509081999356, 0.51736, 0.578791998476137, 0.92186, 1.57226081461272, 3.13744 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 720, '2021-05-23 00:00:00', 0.256587947885321, 0.2384, 0.262488306088735, 0.330440000000001, 0.298175553715146, 0.46366, 0.608334538583281, 0.92334, 1.57708520246477, 3.14394 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 735, '2021-05-23 00:00:00', 0.117380730247061, 0.196940000000001, 0.234608850003575, 0.3169, 0.307215484907038, 0.477, 0.601782772961584, 0.92962, 1.57606966639592, 3.15652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 750, '2021-05-23 00:00:00', 0.173279619882624, 0.23292, 0.271782477360112, 0.34256, 0.388094266899165, 0.47008, 0.65859195953691, 0.93416, 1.57768649399471, 3.15106 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 765, '2021-05-23 00:00:00', 0.164149703015265, 0.2153, 0.214961184480671, 0.32546, 0.41503606971764, 0.43772, 0.585384166594895, 0.94982, 1.54779042778192, 3.1352 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 780, '2021-05-23 00:00:00', 0.14184970626218, 0.19562, 0.217387189134962, 0.27176, 0.350491158946983, 0.42686, 0.5315573816626, 0.9558, 1.65536246962209, 3.17252 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 795, '2021-05-23 00:00:00', 0.165017617746308, 0.16528, 0.270208257645838, 0.263259999999999, 0.288135821561059, 0.40728, 0.525768187987824, 0.9755, 1.63429610816604, 3.17304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 810, '2021-05-23 00:00:00', 0.144146953372822, 0.157639999999999, 0.193295904422899, 0.280159999999999, 0.199586806511185, 0.380179999999999, 0.517986255448282, 0.98786, 1.63552992125896, 3.17454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 825, '2021-05-23 00:00:00', 0.157771612359976, 0.20756, 0.159000843813274, 0.28082, 0.210022661475692, 0.388319999999999, 0.514294360426659, 0.97178, 1.63674223484742, 3.17318 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 840, '2021-05-23 00:00:00', 0.0845358503831361, 0.16482, 0.117242721877877, 0.242779999999999, 0.255116195748787, 0.39826, 0.50202204217876, 0.96212, 1.64053558403955, 3.16876 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 855, '2021-05-23 00:00:00', 0.10860767698464, 0.161759999999999, 0.166083106706652, 0.250159999999999, 0.30968720778661, 0.4341, 0.501433887300542, 0.96562, 1.63957526969639, 3.16026 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 870, '2021-05-23 00:00:00', 0.129445120289127, 0.18018, 0.237454106092103, 0.29934, 0.297786020771068, 0.44292, 0.501562311682207, 0.97024, 1.63943285467871, 3.15672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 885, '2021-05-23 00:00:00', 0.191347561172508, 0.200580000000001, 0.233743096154732, 0.29472, 0.2574334056282, 0.4141, 1.07264221085132, 1.2982, 1.63860487737791, 3.15456 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 900, '2021-05-23 00:00:00', 0.169911182041114, 0.201624999999999, 0.187709703987339, 0.296958333333333, 0.30166609816585, 0.4435, 1.08551995134336, 1.36422916666667, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 915, '2021-05-23 00:00:00', 0.0916940407084852, 0.186333333333333, 0.115922042066884, 0.2710625, 0.254612314522533, 0.4263125, 1.05525057038807, 1.351375, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 930, '2021-05-23 00:00:00', 0.102113392498419, 0.202833333333334, 0.21678870030449, 0.304666666666667, 0.356949573733329, 0.452208333333333, 1.05900904061194, 1.3878125, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 945, '2021-05-23 00:00:00', 0.163449532110378, 0.201354166666667, 0.196060156954255, 0.300791666666666, 0.328248673380544, 0.5303125, 1.02540402407567, 1.38422916666667, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 960, '2021-05-23 00:00:00', 0.14082478159869, 0.198479166666667, 0.258771172906752, 0.297791666666666, 0.442442036959464, 0.626729166666666, 1.01193552166134, 1.417, 1.66204972312979, 3.12072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 975, '2021-05-23 00:00:00', 0.197141763713323, 0.197624999999999, 0.334188829047508, 0.466395833333333, 0.423974899704817, 0.661791666666666, 1.00737278748784, 1.44004166666667, 1.65467993738949, 3.10972916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 990, '2021-05-23 00:00:00', 0.319695607831366, 0.38164, 0.417389792839578, 0.52752, 0.398312761323728, 0.62508, 1.05219982853385, 1.4809, 1.61838813510027, 3.14902 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1005, '2021-05-23 00:00:00', 0.183388403850044, 0.28734, 0.276833007726078, 0.394919999999999, 0.320433137851461, 0.508899999999999, 1.04496041312578, 1.45216, 1.60868159346922, 3.13364 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1020, '2021-05-23 00:00:00', 0.145294149916643, 0.24666, 0.172445865901931, 0.33658, 0.247666021757796, 0.4655, 1.00669494800229, 1.45248, 1.52590156410344, 3.1042 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1035, '2021-05-23 00:00:00', 0.12450619797156, 0.20278, 0.199842671452654, 0.32748, 0.21445991661225, 0.423920000000001, 0.981175380177605, 1.50078, 1.53186463365186, 3.08462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1050, '2021-05-23 00:00:00', 0.185139163874098, 0.20848, 0.190059295572022, 0.29184, 0.27933172185295, 0.42274, 0.980456409450891, 1.4762, 1.53059896364136, 3.0661 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1065, '2021-05-23 00:00:00', 0.130540565215057, 0.20188, 0.199778443948957, 0.29752, 0.968819871458742, 0.912879999999999, 0.969056736385096, 1.462, 1.52849988496347, 3.05476 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1080, '2021-05-23 00:00:00', 0.147441787948102, 0.201679999999999, 0.243028276818426, 0.29858, 0.96705812562293, 0.98778, 0.946397006634461, 1.46026, 1.52754890129034, 3.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1095, '2021-05-23 00:00:00', 0.186760245145125, 0.21858, 0.949254046168184, 0.87466, 0.963702857904517, 1.01014, 0.975503783095347, 1.48712, 1.527441652459, 3.03728 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 600, '2021-05-23 00:00:00', 0.350006313038304, 0.52926, 0.696276036616705, 0.73094, 0.690429216140222, 0.87026, 1.03074249855788, 1.40916, 1.4949020029197, 2.96696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 615, '2021-05-23 00:00:00', 0.484636429020078, 0.50252, 0.557009631125591, 0.5914, 0.535657300270736, 0.74158, 0.956838795635572, 1.31522, 1.4417250743467, 2.93474 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 630, '2021-05-23 00:00:00', 0.32652978679849, 0.33158, 0.338473759445742, 0.48206, 0.349163926401339, 0.60498, 0.961334490435041, 1.21876, 1.46593627646861, 2.8918 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 645, '2021-05-23 00:00:00', 0.195879707984262, 0.32438, 0.18423722253298, 0.4017, 0.278456935629192, 0.58766, 0.964878944479565, 1.18526, 1.46428842701839, 2.88392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 660, '2021-05-23 00:00:00', 0.130256231456822, 0.235459999999999, 0.259396225235963, 0.38162, 0.519455403924789, 0.6092, 0.97716167930389, 1.10148, 1.47459402802941, 2.84712 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 675, '2021-05-23 00:00:00', 0.197607624684204, 0.27226, 0.234889110362031, 0.386459999999999, 0.531953465226674, 0.59048, 0.975096720843629, 1.09136, 1.48069735766631, 2.82496 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 690, '2021-05-23 00:00:00', 0.15604731654213, 0.231339999999999, 0.422052769212571, 0.405539999999999, 0.429308316753045, 0.57688, 0.894846915213248, 1.01772, 1.45597835005653, 2.76432 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 705, '2021-05-23 00:00:00', 0.313507446748346, 0.28224, 0.324627789424546, 0.36442, 0.406761522065858, 0.605460000000001, 0.79827257510619, 0.9504, 1.4213029591423, 2.78668 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 720, '2021-05-23 00:00:00', 0.213511480955943, 0.22894, 0.240747841804103, 0.35576, 0.521732947333531, 0.58782, 0.727877328835933, 0.91452, 1.38190047488956, 2.77712 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 735, '2021-05-23 00:00:00', 0.151569612719701, 0.23092, 0.250653299732253, 0.40592, 0.420354757912885, 0.515820000000001, 0.655624843183966, 0.86932, 1.3812577806719, 2.77384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 750, '2021-05-23 00:00:00', 0.192561284616959, 0.28584, 0.39963189520691, 0.38312, 0.401968056359375, 0.44838, 0.637195940560411, 0.8625, 1.39806201489777, 2.78772 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 765, '2021-05-23 00:00:00', 0.278510993200149, 0.22454, 0.304763334408849, 0.31724, 0.442907188358916, 0.47906, 0.530997325793643, 0.87542, 1.42782295675386, 2.8151 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 780, '2021-05-23 00:00:00', 0.230412884839369, 0.21508, 0.24848021718707, 0.27722, 0.524341278812442, 0.49038, 0.501164123982021, 0.871299999999999, 1.43475165737257, 2.81038 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 795, '2021-05-23 00:00:00', 0.112779142575212, 0.17552, 0.300421589881064, 0.333059999999999, 0.37747028249475, 0.44328, 0.371066579829909, 0.84364, 1.43432483332751, 2.81554 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 810, '2021-05-23 00:00:00', 0.255694392781696, 0.23682, 0.334229540635375, 0.35536, 0.332670192032089, 0.39854, 0.325597479003345, 0.840979999999999, 1.43650477084717, 2.81246 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 825, '2021-05-23 00:00:00', 0.227643312003669, 0.230539999999999, 0.271589621488009, 0.279379999999999, 0.291490977561913, 0.328359999999999, 0.302429658488273, 0.843639999999999, 1.48793163261399, 2.83378 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 840, '2021-05-23 00:00:00', 0.121722235175961, 0.167708333333333, 0.132917587793818, 0.217708333333333, 0.163004728970256, 0.273791666666666, 0.302718928293395, 0.885145833333333, 1.52098329164398, 2.91910416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 855, '2021-05-23 00:00:00', 0.0962704393882148, 0.15032, 0.116456400997684, 0.19448, 0.231277425400751, 0.32968, 0.306942322214886, 0.884879999999999, 1.5296746244436, 2.85454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 870, '2021-05-23 00:00:00', 0.0685832529891943, 0.139520833333334, 0.139234917742787, 0.214833333333333, 0.276873263235957, 0.414729166666666, 0.318133107225645, 0.90325, 1.54171520272207, 2.903375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 885, '2021-05-23 00:00:00', 0.121260542497, 0.16384, 0.197225389254697, 0.2654, 0.234606899941157, 0.445219999999999, 0.527761387055425, 1.18046, 1.51962603760487, 2.86274 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 900, '2021-05-23 00:00:00', 0.133494731481558, 0.19102, 0.202505796213343, 0.31992, 0.205656282828089, 0.45006, 0.57832890224047, 1.28644, 1.51598437821767, 2.86752 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 915, '2021-05-23 00:00:00', 0.132448345277193, 0.21222, 0.145035001522621, 0.316619999999999, 0.189424628810512, 0.43424, 0.608193860952246, 1.36022, 1.51591926181223, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 930, '2021-05-23 00:00:00', 0.137807156925902, 0.2063, 0.183907034938852, 0.30388, 0.295441418333088, 0.45894, 0.662678836239698, 1.41714, 1.51591926181223, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 945, '2021-05-23 00:00:00', 0.137581254779373, 0.18482, 0.17109614256318, 0.28134, 0.290701160988394, 0.51054, 0.729566242708638, 1.46356, 1.51592996704993, 2.87004 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 960, '2021-05-23 00:00:00', 0.11671585153697, 0.19656, 0.231047356256966, 0.328379999999999, 0.229781423313548, 0.527259999999999, 0.765414607146566, 1.4915, 1.51592996704993, 2.87004 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 975, '2021-05-23 00:00:00', 0.160200884308837, 0.21964, 0.172504473371949, 0.37978, 0.217810052951342, 0.54714, 0.772552425405551, 1.4849, 1.52088867333105, 2.86274 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 990, '2021-05-23 00:00:00', 0.144226205432069, 0.31114, 0.158607119428269, 0.39802, 0.233668613282429, 0.533099999999999, 0.809090783431213, 1.4866, 1.52317393403818, 2.8672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1005, '2021-05-23 00:00:00', 0.105498609785469, 0.22754, 0.169045252817107, 0.34862, 0.223539597536245, 0.48792, 0.835089664347488, 1.42782, 1.49936562974702, 2.8639 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1020, '2021-05-23 00:00:00', 0.124693266992782, 0.23534, 0.167347193981056, 0.317199999999999, 0.221549796885486, 0.4648, 0.830367083483764, 1.44458, 1.46903889442497, 2.87424 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1035, '2021-05-23 00:00:00', 0.1152226395578, 0.19356, 0.165261051067698, 0.32994, 0.187283058941984, 0.456059999999999, 0.82255240866464, 1.43894, 1.46170330778855, 2.87168 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1050, '2021-05-23 00:00:00', 0.142680815108409, 0.24774, 0.145708184396073, 0.3222, 0.192665009364268, 0.46542, 0.770926551300447, 1.39932, 1.4152540555203, 2.8475 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1065, '2021-05-23 00:00:00', 0.0804893212378724, 0.20602, 0.134443088950926, 0.316439999999999, 0.416658676256718, 0.80284, 0.783021007593879, 1.41774, 1.40032968201539, 2.84648 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1080, '2021-05-23 00:00:00', 0.111681589798856, 0.215059999999999, 0.150191744113983, 0.31218, 0.505504801328995, 0.9412, 0.826124131613, 1.42568, 1.38725457078601, 2.84034 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1095, '2021-05-23 00:00:00', 0.0892736569954058, 0.19166, 0.391610432487866, 0.74472, 0.521101508025707, 1.02586, 0.825714529967833, 1.42888, 1.38855950598693, 2.86272 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 600, '2021-05-23 00:00:00', 0.307481198612208, 0.5946, 0.454779505181723, 0.79576, 0.603380202829581, 1.00724, 0.813495608982208, 1.35522, 1.42989765426294, 2.89498 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 615, '2021-05-23 00:00:00', 0.331371895810935, 0.5177, 0.385913745760198, 0.65776, 0.499913221636182, 0.8436, 0.629313393707777, 1.17242, 1.43133541899398, 2.80554 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 630, '2021-05-23 00:00:00', 0.189950925679942, 0.3715, 0.291108532166269, 0.50164, 0.473041728250972, 0.66332, 0.543086159524128, 1.02858, 1.39594949765384, 2.7306 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 645, '2021-05-23 00:00:00', 0.13722799762925, 0.27374, 0.357899646083461, 0.47386, 0.443823984442782, 0.5812, 0.516616284102622, 1.01502, 1.39602302034506, 2.73076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 660, '2021-05-23 00:00:00', 0.291232098162273, 0.34148, 0.387235481759269, 0.417620000000001, 0.369123090355146, 0.53978, 0.592585403830819, 0.97376, 1.37497732496455, 2.70954 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 675, '2021-05-23 00:00:00', 0.255251154094682, 0.28038, 0.250994483671123, 0.37172, 0.269403883602297, 0.49234, 0.582863797697771, 0.951539999999999, 1.35367115590653, 2.69666 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 690, '2021-05-23 00:00:00', 0.130736047694073, 0.23432, 0.186381501675104, 0.34922, 0.261826488346768, 0.46912, 0.609421438743339, 0.943639999999999, 1.3575249307103, 2.6777 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 705, '2021-05-23 00:00:00', 0.148787384657884, 0.23646, 0.179612216548133, 0.30156, 0.293947121094935, 0.46008, 0.66832508120425, 0.977179999999999, 1.51926020867614, 2.90654 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 720, '2021-05-23 00:00:00', 0.130620037385796, 0.197860000000001, 0.193980576776817, 0.30338, 0.249014586252828, 0.41508, 0.671859848976456, 0.99686, 1.5245042604073, 2.92736 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 735, '2021-05-23 00:00:00', 0.0968832501863281, 0.20348, 0.16749855223255, 0.31316, 0.205654743036316, 0.40954, 0.651181658602267, 1.01464, 1.53922817022039, 2.97088 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 750, '2021-05-23 00:00:00', 0.130303434336936, 0.22338, 0.15383560489475, 0.27582, 0.249098959585677, 0.4142, 0.65785897994935, 1.0325, 1.6100397963508, 3.0119 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 765, '2021-05-23 00:00:00', 0.131169022638732, 0.1959, 0.17706466568272, 0.2998, 0.253901678805005, 0.414799999999999, 0.656506262981043, 1.06066, 1.64257377231587, 3.02908 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 780, '2021-05-23 00:00:00', 0.12940294625703, 0.20332, 0.215202327279856, 0.2865, 0.231610713266895, 0.399779999999999, 0.679825138056349, 1.06848, 1.64561207635133, 3.04672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 795, '2021-05-23 00:00:00', 0.117101273833095, 0.1527, 0.157537209890236, 0.24542, 0.227928521324851, 0.40466, 0.668288599084757, 1.06288, 1.65104033566718, 3.04824 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 810, '2021-05-23 00:00:00', 0.111727820319441, 0.16922, 0.176162112839283, 0.27794, 0.238857305728755, 0.4073, 0.646730019663023, 1.05252, 1.65436873207477, 3.05012 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 825, '2021-05-23 00:00:00', 0.111745197510527, 0.18148, 0.183205390204546, 0.28794, 0.338807637163037, 0.42164, 0.649176280630566, 1.04148, 1.65475684064659, 3.03708 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 840, '2021-05-23 00:00:00', 0.166505247665052, 0.21018, 0.189453472740231, 0.27658, 0.473721760811837, 0.44466, 0.650947292413142, 1.04374, 1.65532044279449, 3.03282 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 855, '2021-05-23 00:00:00', 0.0919158355961216, 0.1682, 0.224601224395594, 0.29328, 0.420355058254329, 0.4737, 0.649592258651534, 1.04654, 1.65366107546256, 3.03216 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 870, '2021-05-23 00:00:00', 0.183353370117196, 0.201399999999999, 0.32357262579932, 0.303159999999999, 0.424690058552509, 0.5095, 0.645713230983126, 1.07292, 1.64980603026538, 3.039 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 885, '2021-05-23 00:00:00', 0.207130065820167, 0.20498, 0.33301243470277, 0.35236, 0.480609442097566, 0.57146, 0.674011509545646, 1.36866, 1.60520024711353, 3.0699 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 900, '2021-05-23 00:00:00', 0.140845808126002, 0.204708333333333, 0.18798877838079, 0.331041666666667, 0.315774289201978, 0.525354166666666, 0.634781363921378, 1.38214583333333, 1.56009081382245, 2.99022916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 915, '2021-05-23 00:00:00', 0.128759243115774, 0.201478260869565, 0.237329508183339, 0.356999999999999, 0.293843529387404, 0.523239130434782, 0.720299651495587, 1.47323913043478, 1.60235422496181, 3.03969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 930, '2021-05-23 00:00:00', 0.207846969302469, 0.261608695652174, 0.266436903445801, 0.379652173913043, 0.305379615374318, 0.508130434782609, 0.712880065055933, 1.47034782608696, 1.62568898194209, 3.0434347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 945, '2021-05-23 00:00:00', 0.171002944176398, 0.224565217391304, 0.194573774073775, 0.320891304347826, 0.298544636859597, 0.528826086956522, 0.717091298810716, 1.46960869565217, 1.64361078604635, 3.0589347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 960, '2021-05-23 00:00:00', 0.154822083277405, 0.206173913043479, 0.228090134998851, 0.315217391304348, 0.300240537627388, 0.571195652173913, 0.840166377862217, 1.52376086956522, 1.73393842578878, 3.10484782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 975, '2021-05-23 00:00:00', 0.134168475589079, 0.20495652173913, 0.188075083820666, 0.400152173913044, 0.260553014793126, 0.585347826086956, 0.84393861469629, 1.53710869565217, 1.83585694010875, 3.1425 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 990, '2021-05-23 00:00:00', 0.1681342043486, 0.321239130434783, 0.209551287504663, 0.458913043478262, 0.245442193914086, 0.550565217391305, 0.850624716371895, 1.52160869565217, 1.85167959889299, 3.12821739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1005, '2021-05-23 00:00:00', 0.122692765973119, 0.260413043478261, 0.165123872534023, 0.343434782608695, 0.201326561554485, 0.446543478260869, 0.865916955552346, 1.47758695652174, 1.89431930660475, 3.10810869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1020, '2021-05-23 00:00:00', 0.112632745573807, 0.226108695652173, 0.132093170645667, 0.303086956521739, 0.249967610550068, 0.463521739130434, 0.86368895310031, 1.47930434782609, 1.89752563762774, 3.1075 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1035, '2021-05-23 00:00:00', 0.0837966730310176, 0.204717391304348, 0.101709421019446, 0.283978260869566, 0.253453991661856, 0.450304347826087, 0.857840362163335, 1.46528260869565, 1.89414832874945, 3.10386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1050, '2021-05-23 00:00:00', 0.0813976235680732, 0.189130434782609, 0.197020353676583, 0.317239130434782, 0.238085274273918, 0.447434782608695, 0.852594968224594, 1.44154347826087, 1.90166781724731, 3.08684782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1065, '2021-05-23 00:00:00', 0.193878749138705, 0.232586956521739, 0.220440775210699, 0.320108695652174, 0.541583742917829, 0.930217391304348, 0.851289082379573, 1.40897826086957, 1.90194762877654, 3.08465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1080, '2021-05-23 00:00:00', 0.18749242145422, 0.228891304347826, 0.198431109300785, 0.305282608695652, 0.575881171352031, 1.08415217391304, 0.848180025543649, 1.39841304347826, 1.89695444229072, 3.09073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1095, '2021-05-23 00:00:00', 0.120733422417066, 0.193326086956522, 0.512304946011172, 0.873695652173914, 0.720098445866349, 1.19510869565217, 0.851742193872145, 1.38491304347826, 1.89555061405249, 3.09030434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 600, '2021-05-23 00:00:00', 0.412649627910919, 0.709478260869566, 0.593841565854032, 0.945152173913043, 0.720744224502806, 1.14865217391304, 1.20951523379845, 1.45834782608696, 2.14759151797153, 3.33434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 615, '2021-05-23 00:00:00', 0.329693635486997, 0.492065217391304, 0.522163287690602, 0.713108695652174, 0.657416877325861, 0.865782608695653, 1.09679382820156, 1.26823913043478, 2.05601796623239, 3.24432608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 630, '2021-05-23 00:00:00', 0.359058131915797, 0.465913043478262, 0.458189464065072, 0.630695652173914, 0.788119687169625, 0.848369565217392, 1.20852974120437, 1.23260869565217, 2.04778560556608, 3.226 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 645, '2021-05-23 00:00:00', 0.317666524441887, 0.42154347826087, 0.432094631708134, 0.53054347826087, 0.641650586609598, 0.75845652173913, 1.24171604689104, 1.16532608695652, 2.00768205702369, 3.19691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 660, '2021-05-23 00:00:00', 0.283891713406207, 0.317869565217391, 0.511273646012308, 0.480673913043478, 0.50324376455279, 0.603173913043478, 1.15682405886204, 1.06369565217391, 1.97307486050032, 3.14621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 675, '2021-05-23 00:00:00', 0.293493567746041, 0.316260869565217, 0.298849683619054, 0.435760869565217, 0.395954365658208, 0.534217391304347, 1.08827474833592, 1.02928260869565, 1.96177839607241, 3.12804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 690, '2021-05-23 00:00:00', 0.219034952180422, 0.29491304347826, 0.225210801557873, 0.394782608695651, 0.395594795333383, 0.514086956521738, 1.09553492988982, 1.00734782608696, 2.01195562175537, 3.13908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 705, '2021-05-23 00:00:00', 0.204487690130774, 0.256521739130435, 0.375580326981873, 0.372173913043478, 0.384651284505767, 0.493739130434782, 1.09431952930277, 0.980869565217391, 1.99707273228186, 3.14395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 720, '2021-05-23 00:00:00', 0.195685927479312, 0.233869565217391, 0.211367979895019, 0.314673913043478, 0.354066986359982, 0.477108695652174, 1.07321291156849, 0.959608695652174, 2.01308773167366, 3.17652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 735, '2021-05-23 00:00:00', 0.139062921181136, 0.223717391304347, 0.193421754971985, 0.320043478260869, 0.416755313231541, 0.499173913043478, 1.07396581792124, 0.943347826086956, 2.01125969930868, 3.18815217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 750, '2021-05-23 00:00:00', 0.149492316087383, 0.224956521739131, 0.298882442486804, 0.350652173913044, 0.382325440030953, 0.488586956521739, 1.03547442154212, 0.953869565217392, 2.00998488775708, 3.21239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 765, '2021-05-23 00:00:00', 0.216199741126675, 0.225347826086957, 0.288011521234197, 0.3345, 0.432960884457656, 0.463673913043478, 0.939158301994681, 0.93604347826087, 1.98642112289171, 3.19317391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 780, '2021-05-23 00:00:00', 0.150051832283187, 0.193065217391304, 0.180055412529109, 0.266760869565217, 0.336202882882491, 0.39291304347826, 0.795752287190662, 0.92054347826087, 1.9610985164709, 3.17463043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 795, '2021-05-23 00:00:00', 0.160770209543559, 0.208413043478261, 0.285890149997534, 0.306282608695652, 0.397521779550997, 0.390760869565217, 0.780633837810774, 0.957934782608696, 1.95855608466005, 3.18336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 810, '2021-05-23 00:00:00', 0.217830912232655, 0.211478260869564, 0.255175127804029, 0.279130434782608, 0.5262058295941, 0.458434782608696, 0.71735483926368, 0.976978260869565, 1.96518555631548, 3.20545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 825, '2021-05-23 00:00:00', 0.115943994589729, 0.171652173913043, 0.170448316091706, 0.239586956521739, 0.52809096207874, 0.454217391304348, 0.709444131898055, 0.978108695652174, 1.96534498450088, 3.20560869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 840, '2021-05-23 00:00:00', 0.102851273144049, 0.156456521739131, 0.299831789139605, 0.299478260869566, 0.48839445763139, 0.432347826086956, 0.694533524888234, 0.955391304347826, 1.96701587225411, 3.22915217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 855, '2021-05-23 00:00:00', 0.231610538835358, 0.211152173913043, 0.389441943899196, 0.325869565217391, 0.444000389470327, 0.419630434782608, 0.687949489424914, 0.9565, 1.96331681020491, 3.23847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 870, '2021-05-23 00:00:00', 0.215278882000936, 0.202239130434783, 0.242757709117483, 0.268652173913043, 0.278663933699113, 0.376760869565217, 0.70061836182961, 0.98995652173913, 1.98563081841403, 3.22273913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 885, '2021-05-23 00:00:00', 0.131938642315163, 0.175347826086956, 0.206260728550765, 0.266978260869565, 0.218294559763028, 0.399913043478261, 0.787895019817338, 1.36080434782609, 1.99081337777762, 3.21771739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 900, '2021-05-23 00:00:00', 0.203361588324985, 0.206068181818182, 0.207270606785501, 0.297340909090909, 0.304307311668755, 0.465022727272728, 0.824363364487989, 1.51413636363636, 2.03284209433972, 3.23586363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 915, '2021-05-23 00:00:00', 0.130531669714361, 0.206695652173912, 0.162441941589455, 0.30104347826087, 0.460752800621583, 0.479565217391304, 0.870458399407354, 1.4959347826087, 1.98218247834814, 3.25982608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 930, '2021-05-23 00:00:00', 0.114815412952197, 0.213021739130435, 0.260599824970593, 0.342217391304349, 0.420502795223187, 0.489152173913044, 0.890067875570469, 1.50313043478261, 1.98150962258258, 3.25795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 945, '2021-05-23 00:00:00', 0.269845567750857, 0.217804347826088, 0.433519667802444, 0.319934782608696, 0.434674119221456, 0.504608695652174, 0.930825070704998, 1.54380434782609, 1.9729723864133, 3.26258695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 960, '2021-05-23 00:00:00', 0.233841771949112, 0.189239130434783, 0.233111084395367, 0.303369565217391, 0.42120701654948, 0.525347826086957, 0.968966538721568, 1.53919565217391, 1.96867409609623, 3.20408695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 975, '2021-05-23 00:00:00', 0.173046907552371, 0.242130434782609, 0.204607925462469, 0.353695652173913, 0.435910213721676, 0.587347826086956, 0.937738896044177, 1.53515217391304, 1.95895457771471, 3.19558695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 990, '2021-05-23 00:00:00', 0.148441218852937, 0.2685, 0.305769697170125, 0.408804347826087, 0.385947847651363, 0.583173913043479, 0.979139882290017, 1.533, 1.96767148506109, 3.17213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1005, '2021-05-23 00:00:00', 0.205429329663917, 0.259130434782608, 0.302529918815737, 0.415021739130435, 0.301440807251904, 0.528586956521739, 1.07516607504739, 1.54704347826087, 1.97091997113244, 3.15634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1020, '2021-05-23 00:00:00', 0.180778323843158, 0.286434782608696, 0.209390995347952, 0.37604347826087, 0.203828853651851, 0.468239130434783, 1.0985339196981, 1.5485, 1.95509521921709, 3.17145652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1035, '2021-05-23 00:00:00', 0.13262026386398, 0.21654347826087, 0.166733865240934, 0.317, 0.192243916211042, 0.403282608695653, 1.07994630548341, 1.501, 1.95241340341283, 3.1510652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1050, '2021-05-23 00:00:00', 0.132331681441156, 0.21808695652174, 0.161330256247946, 0.282239130434783, 0.205720821318871, 0.427021739130435, 1.07166534822074, 1.48663043478261, 1.95114047195591, 3.15713043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1065, '2021-05-23 00:00:00', 0.144939874408929, 0.197608695652174, 0.161767503833257, 0.27404347826087, 0.48110834653612, 0.917326086956522, 1.06337013475001, 1.50054347826087, 1.96646271731174, 3.14586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1080, '2021-05-23 00:00:00', 0.0864256917682959, 0.179326086956521, 0.156905537907643, 0.311065217391304, 0.575022395164494, 1.02186956521739, 1.05099860851421, 1.5105652173913, 1.97260478438421, 3.15039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1095, '2021-05-23 00:00:00', 0.143252234080903, 0.22495652173913, 0.427550043299836, 0.835804347826086, 0.606114369123929, 1.05891304347826, 1.03740567598277, 1.49782608695652, 1.9743408734024, 3.13704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 600, '2021-05-23 00:00:00', 0.272873051886133, 0.596437499999999, 0.513711811849852, 0.844104166666666, 0.575385584327739, 1.028375, 0.95253550943738, 1.422125, 1.88196278013065, 3.18791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 615, '2021-05-23 00:00:00', 0.366883170600077, 0.49425, 0.483096376198013, 0.643, 0.506393163689918, 0.803916666666666, 0.912630425213494, 1.22802083333333, 1.87477800231681, 3.13308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 630, '2021-05-23 00:00:00', 0.215826670550733, 0.355770833333333, 0.280633712866258, 0.495208333333333, 0.510610885556973, 0.657541666666667, 0.685005815258824, 1.06297916666667, 1.7347309145843, 3.04695833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 645, '2021-05-23 00:00:00', 0.219752181527811, 0.345770833333333, 0.26590268648048, 0.444229166666666, 0.445493739688281, 0.593958333333334, 0.637445535823496, 1.0324375, 1.70640196395532, 3.03864583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 660, '2021-05-23 00:00:00', 0.164870138565417, 0.269020833333333, 0.413987904478318, 0.414062500000001, 0.503853951406384, 0.598000000000001, 0.628957159306382, 0.987270833333334, 1.66896496118602, 3.04729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 675, '2021-05-23 00:00:00', 0.278061768988815, 0.288729166666667, 0.293507517093822, 0.388020833333334, 0.51598818763864, 0.596375, 0.525578445567978, 0.935562500000001, 1.59871697184612, 3.01539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 690, '2021-05-23 00:00:00', 0.188664719432902, 0.2655625, 0.316706531624962, 0.404625, 0.518388070441524, 0.5623125, 0.467238134343487, 0.9006875, 1.57311595387874, 3.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 705, '2021-05-23 00:00:00', 0.198662534304362, 0.244958333333334, 0.347075227170158, 0.3643125, 0.421180569365289, 0.5235625, 0.382079805548488, 0.856395833333334, 1.51871382881719, 3.06754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 720, '2021-05-23 00:00:00', 0.250489202521207, 0.247083333333334, 0.340002235180206, 0.352541666666667, 0.339086944704217, 0.489895833333333, 0.360247694955865, 0.831979166666667, 1.53337684090764, 3.11391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 735, '2021-05-23 00:00:00', 0.162613232566717, 0.234458333333333, 0.200634337111724, 0.3349375, 0.262088597560089, 0.469041666666667, 0.326845805704343, 0.8045625, 1.53438987175118, 3.1778125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 750, '2021-05-23 00:00:00', 0.145326917821435, 0.2085, 0.166744787850662, 0.301458333333333, 0.304051118860685, 0.481312499999999, 0.321317830345323, 0.7856875, 1.56541336856843, 3.20933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 765, '2021-05-23 00:00:00', 0.139545457764159, 0.215749999999999, 0.197821558765264, 0.329895833333333, 0.329678826470837, 0.514291666666666, 0.310086575539332, 0.817354166666667, 1.60465366356167, 3.23152083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 780, '2021-05-23 00:00:00', 0.142516030117947, 0.225333333333334, 0.24118875940442, 0.3288125, 0.28042556944758, 0.4585, 0.306271438173036, 0.813458333333333, 1.6185415736502, 3.25822916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 795, '2021-05-23 00:00:00', 0.173104882287413, 0.200687499999999, 0.201251463897817, 0.321229166666665, 0.197669904902967, 0.422999999999999, 0.279888056685815, 0.796208333333333, 1.64041197547304, 3.25958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 810, '2021-05-23 00:00:00', 0.097840540095769, 0.199645833333333, 0.118266538736798, 0.267312499999999, 0.220615853055861, 0.401062499999999, 0.277900923820244, 0.788979166666666, 1.67576095506865, 3.2766875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 825, '2021-05-23 00:00:00', 0.120962038526526, 0.194020833333333, 0.201222873768208, 0.298416666666666, 0.236389967930972, 0.397729166666667, 0.297861508525136, 0.80275, 1.69489275824653, 3.275875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 840, '2021-05-23 00:00:00', 0.149569357669354, 0.211333333333333, 0.172731125355758, 0.271291666666667, 0.1892720214343, 0.3789375, 0.307704791443903, 0.792395833333333, 1.72551423914517, 3.29304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 855, '2021-05-23 00:00:00', 0.118222890004493, 0.173770833333334, 0.128342520375097, 0.249541666666667, 0.195740789110853, 0.36275, 0.28642855088921, 0.780354166666666, 1.73837460314788, 3.30475 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 870, '2021-05-23 00:00:00', 0.0854167294096626, 0.1503125, 0.112603316085622, 0.2259375, 0.154774186843425, 0.353125, 0.280763232553023, 0.776916666666666, 1.74687503389852, 3.29433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 885, '2021-05-23 00:00:00', 0.10758578478106, 0.169125, 0.153734007062641, 0.243583333333334, 0.149329491733714, 0.356833333333333, 0.704542384115032, 1.29508333333333, 1.77600812040655, 3.3191875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 900, '2021-05-23 00:00:00', 0.115899786094137, 0.167270833333334, 0.111391202525155, 0.25775, 0.143428812570426, 0.359541666666667, 0.695664086854518, 1.36025, 1.81555419883655, 3.342875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 915, '2021-05-23 00:00:00', 0.101393658150022, 0.16825, 0.10902628987569, 0.238333333333333, 0.174242459758259, 0.34775, 0.741653030325707, 1.43275, 1.82613342992645, 3.34027083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 930, '2021-05-23 00:00:00', 0.0629617400213945, 0.145437499999999, 0.130147559440279, 0.2408125, 0.176316557738088, 0.3564375, 0.813092900451414, 1.48039583333333, 1.83658353057096, 3.33060416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 945, '2021-05-23 00:00:00', 0.0946169599613034, 0.179729166666667, 0.123287280865418, 0.243583333333333, 0.177034047276018, 0.469354166666667, 0.838316253481614, 1.51235416666667, 1.8170914567844, 3.34241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 960, '2021-05-23 00:00:00', 0.101799014740683, 0.1631875, 0.146455808675953, 0.270229166666667, 0.19019929360077, 0.480145833333334, 0.853190671544685, 1.5168125, 1.81939095048495, 3.3458125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 975, '2021-05-23 00:00:00', 0.112025017828899, 0.1663125, 0.137196219103268, 0.344708333333334, 0.167699846981255, 0.456604166666667, 0.854803380222949, 1.52416666666667, 1.79634540784209, 3.37120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 990, '2021-05-23 00:00:00', 0.10303470465003, 0.271791666666667, 0.122701459232669, 0.371687500000001, 0.166264761794233, 0.438833333333333, 0.854318422450556, 1.51947916666667, 1.8287314676565, 3.40470833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1005, '2021-05-23 00:00:00', 0.118506648058486, 0.260395833333334, 0.147044944080747, 0.331041666666667, 0.179698660806507, 0.425, 0.851450456563319, 1.49897916666667, 1.78763568236944, 3.4199375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1020, '2021-05-23 00:00:00', 0.088830066965535, 0.193041666666667, 0.104360752520604, 0.255083333333334, 0.19719340079942, 0.430208333333333, 0.82344267347741, 1.49485416666667, 1.77680660854939, 3.4310625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1035, '2021-05-23 00:00:00', 0.0770901475640654, 0.166604166666667, 0.145537534378742, 0.27375, 0.194610479362074, 0.433270833333333, 0.813036150583599, 1.49422916666667, 1.80707404012775, 3.43927083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1050, '2021-05-23 00:00:00', 0.126025848510349, 0.195833333333333, 0.157679020355103, 0.331604166666666, 0.134897047095989, 0.4273125, 0.853270178893184, 1.50270833333333, 1.79373519877244, 3.4389375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1065, '2021-05-23 00:00:00', 0.112012576051423, 0.194608695652173, 0.122954135219556, 0.262586956521739, 0.669754600802744, 0.96154347826087, 0.891536017973404, 1.51519565217391, 1.79319103360572, 3.46858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:49:28 Duration: 914ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1080, '2021-05-23 00:00:00', 0.204879639463432, 0.344400000000001, 0.219003044118874, 0.439599999999999, 0.733632969088311, 1.4844, 1.03948897701387, 2.1196, 1.99125236974122, 4.6512 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1095, '2021-05-23 00:00:00', 0.158008438593218, 0.272, 0.758886245318316, 1.21, 0.743799480146811, 1.5328, 1.06206559747189, 2.082, 1.98360169052829, 4.6644 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 600, '2021-05-23 00:00:00', 0.301324512010659, 0.617307692307692, 0.484439247600135, 0.895769230769232, 0.499535322536397, 1.15346153846154, 0.904400268771436, 1.79038461538461, 1.88048328485403, 4.38423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 615, '2021-05-23 00:00:00', 0.330719495366366, 0.619230769230771, 0.353097938037244, 0.856923076923076, 0.43739737257837, 1.08730769230769, 0.812394087771537, 1.66192307692307, 1.76470633861231, 4.33730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 630, '2021-05-23 00:00:00', 0.161647765218079, 0.455, 0.239089619502493, 0.650384615384613, 0.357479423829596, 0.893461538461538, 0.677101514943261, 1.47230769230769, 1.72589209931025, 4.29346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 645, '2021-05-23 00:00:00', 0.187600229620987, 0.444615384615383, 0.264198060902454, 0.646153846153846, 0.341523284486076, 0.833076923076922, 0.621113640041945, 1.38692307692308, 1.73574723434562, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 660, '2021-05-23 00:00:00', 0.152553647562476, 0.393846153846155, 0.198014762464438, 0.505384615384614, 0.412736645406659, 0.816538461538462, 0.526342532518951, 1.28269230769231, 1.75000624174711, 4.26538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 675, '2021-05-23 00:00:00', 0.152129499491012, 0.34076923076923, 0.231374488321758, 0.523076923076925, 0.348041103341811, 0.745019230769234, 0.567064370243806, 1.225, 1.76447438240227, 4.24538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 690, '2021-05-23 00:00:00', 0.170700367265611, 0.361153846153845, 0.288509165299021, 0.551538461538461, 0.343532948257457, 0.691942307692308, 0.619251657555004, 1.14384615384615, 1.76640987490272, 4.24038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 705, '2021-05-23 00:00:00', 0.220164973110199, 0.363846153846152, 0.221692601625277, 0.44001923076923, 0.320537376315748, 0.605019230769232, 0.599900504571065, 1.06615384615385, 2.23239522968906, 4.67730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 720, '2021-05-23 00:00:00', 0.151268752175111, 0.29615384615385, 0.205447976757734, 0.443865384615384, 0.236526974392742, 0.58501923076923, 0.634249283678076, 1.04807692307692, 2.23157553863081, 4.72576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 735, '2021-05-23 00:00:00', 0.189413670207667, 0.318461538461537, 0.197442104464538, 0.409230769230767, 0.271603783818666, 0.593846153846152, 0.698746129753973, 1.07307692307692, 2.25085624733208, 4.82538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 750, '2021-05-23 00:00:00', 0.12648867386207, 0.279230769230766, 0.228281877039364, 0.443846153846151, 0.287905166010241, 0.604230769230769, 0.68468398100595, 1.05192307692308, 2.23345059010974, 4.86846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 765, '2021-05-23 00:00:00', 0.194289657866411, 0.334634615384616, 0.229956672340349, 0.454634615384616, 0.261369606407951, 0.573865384615386, 0.640947179210943, 1.10194230769231, 2.21877249501056, 4.89923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 780, '2021-05-23 00:00:00', 0.118092532167983, 0.305384615384617, 0.153265982978813, 0.412307692307694, 0.191243702762089, 0.51692307692308, 0.767372565215981, 1.14942307692308, 2.24462517001083, 4.90692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 795, '2021-05-23 00:00:00', 0.114519061228321, 0.278846153846157, 0.141458882310783, 0.358846153846158, 0.192146178328252, 0.488076923076925, 0.791558929241238, 1.23153846153846, 2.24121783515467, 4.92423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 810, '2021-05-23 00:00:00', 0.0804334411892135, 0.248461538461542, 0.146915464965922, 0.34192307692308, 0.18415879435547, 0.472307692307693, 0.794387717776302, 1.26038461538461, 2.26043413120986, 4.95230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 825, '2021-05-23 00:00:00', 0.116946404555512, 0.247307692307694, 0.138537415107309, 0.346153846153846, 0.378901245506208, 0.506923076923076, 0.835905128956258, 1.31423076923077, 2.26475867282893, 4.98038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 840, '2021-05-23 00:00:00', 0.104280686315641, 0.222307692307693, 0.119722756656946, 0.308461538461539, 0.378561040703428, 0.477307692307693, 0.855490592494241, 1.37807692307692, 2.26630668710128, 4.995 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 855, '2021-05-23 00:00:00', 0.0893187894781717, 0.235384615384618, 0.359349198070413, 0.389615384615388, 0.474767149404686, 0.540384615384617, 0.835881846637707, 1.40769230769231, 2.27707045261095, 5.01461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 870, '2021-05-23 00:00:00', 0.312989554998986, 0.302307692307694, 0.309183540212709, 0.37769230769231, 0.507383029339317, 0.561538461538463, 0.789843996281253, 1.41153846153846, 2.27039149453603, 5.04153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 885, '2021-05-23 00:00:00', 0.139083262278944, 0.258076923076922, 0.238814057053087, 0.391923076923077, 0.300896097579317, 0.537692307692309, 0.980695593012346, 1.98038461538462, 2.26387091912537, 5.05653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 900, '2021-05-23 00:00:00', 0.170651692051388, 0.285000000000002, 0.241022501343439, 0.400384615384617, 0.248353346293915, 0.529230769230769, 0.981672748228948, 2.09423076923077, 2.26503893666652, 5.06576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 915, '2021-05-23 00:00:00', 0.127328164749447, 0.247307692307692, 0.121693815025191, 0.345769230769232, 0.227854204397328, 0.528461538461536, 0.922572406997865, 2.19961538461539, 2.27072973699239, 5.07153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 930, '2021-05-23 00:00:00', 0.106745563770184, 0.251153846153846, 0.136185393998258, 0.352307692307692, 0.228964222935844, 0.506153846153845, 0.923264525807947, 2.21576923076923, 2.27688072725689, 5.07538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 945, '2021-05-23 00:00:00', 0.117066713392896, 0.243846153846154, 0.177223457381219, 0.381923076923074, 0.296530968677162, 0.658846153846155, 0.908682647488193, 2.23192307692308, 2.2850162177509, 5.10365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 960, '2021-05-23 00:00:00', 0.114998327747041, 0.263846153846153, 0.197059928409139, 0.376153846153846, 0.392375457948125, 0.797500000000001, 0.939631024146424, 2.31230769230769, 2.28756814946824, 5.11096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 975, '2021-05-23 00:00:00', 0.146175868786143, 0.279230769230772, 0.247005761377841, 0.570384615384616, 0.416073957922791, 0.881538461538461, 0.968670143110565, 2.30538461538462, 2.29316388759823, 5.11384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 990, '2021-05-23 00:00:00', 0.186412280876392, 0.448461538461538, 0.331393851203347, 0.646730769230768, 0.346548919845598, 0.861923076923077, 0.926788084648347, 2.27192307692308, 2.31199683923127, 5.12423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1005, '2021-05-23 00:00:00', 0.213050463505715, 0.417499999999997, 0.280429341162107, 0.603846153846151, 0.400275482060117, 0.817307692307692, 0.916076667936945, 2.26730769230769, 2.32269382730153, 5.12115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1020, '2021-05-23 00:00:00', 0.149801920497084, 0.393846153846153, 0.229823008823342, 0.561153846153845, 0.375892783404235, 0.779230769230767, 0.813122755421719, 2.22384615384615, 2.37705143790822, 5.09153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1035, '2021-05-23 00:00:00', 0.187516563370973, 0.407692307692306, 0.293622468224337, 0.553076923076921, 0.32239512307821, 0.771153846153845, 0.79708468809782, 2.21, 2.39523774313822, 5.08038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1050, '2021-05-23 00:00:00', 0.168249357068146, 0.350384615384615, 0.25325845722077, 0.520384615384616, 0.281315590642363, 0.697692307692308, 0.780751216162009, 2.18269230769231, 2.42639577594803, 5.05730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1065, '2021-05-23 00:00:00', 0.176753631232416, 0.345384615384614, 0.19338005624636, 0.470384615384618, 0.757947126225732, 1.43038461538462, 0.736689580801534, 2.12653846153846, 2.43842764596684, 5.03423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1080, '2021-05-23 00:00:00', 0.144182043051347, 0.32269230769231, 0.195717614473975, 0.424230769230772, 0.705113193313397, 1.55384615384616, 0.75246630387117, 2.08846153846154, 2.44600861687897, 5.02692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1095, '2021-05-23 00:00:00', 0.107162708783634, 0.229615384615385, 0.738605755148483, 1.26769230769231, 0.650338728308917, 1.63269230769231, 0.786131423735636, 2.05884615384615, 2.47506149107763, 5.03576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 600, '2021-05-23 00:00:00', 0.28741500415842, 0.669230769230771, 0.297066685080328, 0.956153846153847, 0.343468507121998, 1.15884615384616, 0.544315519359304, 1.63076923076923, 2.32997867273171, 4.83615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 615, '2021-05-23 00:00:00', 0.278402309893158, 0.670384615384617, 0.343102586139166, 0.900769230769235, 0.34855062539255, 1.01346153846154, 0.596545568573449, 1.53884615384615, 2.3387177288815, 4.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 630, '2021-05-23 00:00:00', 0.206844423141198, 0.516153846153846, 0.212974538023101, 0.636923076923076, 0.353185285868261, 0.940384615384614, 0.611858329504976, 1.43115384615385, 2.27202166836905, 4.87230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 645, '2021-05-23 00:00:00', 0.12641141623226, 0.410384615384614, 0.247219615851045, 0.661538461538461, 0.378650437535933, 0.868076923076923, 0.620891790398794, 1.38884615384615, 2.24206515379151, 4.83807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 660, '2021-05-23 00:00:00', 0.231473208285207, 0.490384615384613, 0.32852022534623, 0.681538461538459, 0.356650442957159, 0.806538461538462, 0.60095052912993, 1.32153846153846, 2.26853975397934, 4.81384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 675, '2021-05-23 00:00:00', 0.168909625357649, 0.387692307692307, 0.170943085445239, 0.47153846153846, 0.225870282718605, 0.675769230769231, 0.598722357640388, 1.21730769230769, 2.27132414785195, 4.76423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 690, '2021-05-23 00:00:00', 0.0849732989736274, 0.302692307692308, 0.119006787136768, 0.421153846153847, 0.223878057467419, 0.664230769230769, 0.606955073739783, 1.21769230769231, 2.26844806318871, 4.74615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 705, '2021-05-23 00:00:00', 0.107228010117905, 0.295384615384617, 0.208900786167832, 0.486538461538463, 0.254078425203413, 0.650384615384615, 0.604154335860021, 1.28230769230769, 2.37413734940634, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 720, '2021-05-23 00:00:00', 0.206672167007037, 0.36576923076923, 0.239852839498273, 0.49576923076923, 0.308681812775653, 0.68730769230769, 0.62435603748059, 1.30269230769231, 2.31876508910703, 4.69346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 735, '2021-05-23 00:00:00', 0.131409518446957, 0.322692307692306, 0.16897154972179, 0.440769230769229, 0.27641356974371, 0.632692307692307, 0.570938229179359, 1.30769230769231, 2.28420358111969, 4.665 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 750, '2021-05-23 00:00:00', 0.11819215124273, 0.30576923076923, 0.171959297509613, 0.455, 0.324446985120598, 0.634615384615384, 0.577753740459881, 1.35076923076923, 2.27386353693782, 4.65923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 765, '2021-05-23 00:00:00', 0.10476640682967, 0.320000000000001, 0.202754872842893, 0.421538461538461, 0.361995325086686, 0.633846153846151, 0.55002041920138, 1.40769230769231, 2.21890284738964, 4.69461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 780, '2021-05-23 00:00:00', 0.143108888075316, 0.288076923076923, 0.190157829184072, 0.449999999999999, 0.376477601744626, 0.66076923076923, 0.563027667034359, 1.46807692307692, 2.21393228303084, 4.68192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 795, '2021-05-23 00:00:00', 0.130567989951594, 0.329999999999998, 0.269661896569647, 0.488461538461536, 0.352798264429711, 0.628846153846151, 0.716832884719575, 1.53576923076923, 2.17260255135491, 4.71538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 810, '2021-05-23 00:00:00', 0.183383582857189, 0.308461538461538, 0.250042765572983, 0.434230769230771, 0.291399012722051, 0.565769230769229, 0.707858308290146, 1.51923076923077, 2.18131791496651, 4.68961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 825, '2021-05-23 00:00:00', 0.145952573962074, 0.263076923076924, 0.179572141063569, 0.373076923076922, 0.289606895370526, 0.55807692307692, 0.725472366011386, 1.50692307692308, 2.18899667919768, 4.68769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 840, '2021-05-23 00:00:00', 0.165572201308532, 0.273076923076925, 0.245659238658881, 0.397307692307692, 0.273312725927367, 0.550384615384614, 0.727300170810884, 1.50846153846154, 2.22247028188144, 4.69692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 855, '2021-05-23 00:00:00', 0.117114670959049, 0.260384615384613, 0.163656770289346, 0.376538461538458, 0.178662122024101, 0.508076923076922, 0.686543701337472, 1.55642307692308, 2.2369449290013, 4.69884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 870, '2021-05-23 00:00:00', 0.108777825794669, 0.246153846153846, 0.139257371024357, 0.336153846153843, 0.272401287696042, 0.572307692307691, 0.663574823327293, 1.55488461538461, 2.25320397519758, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 885, '2021-05-23 00:00:00', 0.0952018099375452, 0.229230769230767, 0.139001383501692, 0.345769230769228, 0.374989846016375, 0.65576923076923, 0.974758561822443, 2.24257692307692, 2.25102328867426, 4.68461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 900, '2021-05-23 00:00:00', 0.124376599332585, 0.25153846153846, 0.278475244031603, 0.427307692307691, 0.376302864929097, 0.719615384615383, 1.15297054802601, 2.36526923076923, 2.24119446175129, 4.68384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 915, '2021-05-23 00:00:00', 0.256301505142792, 0.31769230769231, 0.348449974336899, 0.514230769230771, 0.411785791961718, 0.763461538461542, 1.16414515682274, 2.42911538461538, 2.24833996881802, 4.68384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 930, '2021-05-23 00:00:00', 0.232340985048559, 0.356400000000003, 0.295574017802651, 0.511600000000001, 0.390565828851767, 0.740000000000003, 1.20359648276876, 2.49908, 2.29284626610683, 4.7176 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 945, '2021-05-23 00:00:00', 0.250283172959484, 0.361999999999999, 0.304740326617053, 0.514000000000001, 0.398732575376869, 0.797200000000003, 1.21432504983907, 2.50908, 2.30176077529067, 4.7012 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 960, '2021-05-23 00:00:00', 0.183178419398498, 0.347199999999998, 0.23109621372926, 0.496779999999999, 0.414818434177333, 0.820799999999998, 1.18039647011784, 2.48108, 2.26993391974304, 4.668 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 975, '2021-05-23 00:00:00', 0.199477133192423, 0.352780000000001, 0.32925825729965, 0.608800000000003, 0.527327538948363, 0.919200000000001, 1.17974718760702, 2.47948, 2.26046366925019, 4.6672 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 990, '2021-05-23 00:00:00', 0.284165444767661, 0.478000000000002, 0.365286645435247, 0.654799999999998, 0.524391075438937, 0.941199999999998, 1.13568303676686, 2.45628, 2.26612797520352, 4.6312 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1005, '2021-05-23 00:00:00', 0.21284031572989, 0.4552, 0.311791597064449, 0.6484, 0.440523173813441, 0.9176, 1.0774021811747, 2.39428, 2.28596208775795, 4.5532 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1020, '2021-05-23 00:00:00', 0.200209889865611, 0.465600000000001, 0.300534523807168, 0.682799999999998, 0.487767020888732, 0.929999999999999, 1.06487230533368, 2.39388, 2.27850623581913, 4.5336 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1035, '2021-05-23 00:00:00', 0.267978232946883, 0.459599999999996, 0.363640390129222, 0.624799999999995, 0.466773778183824, 0.943479999999997, 1.04885901181554, 2.35868, 2.27851801251018, 4.4912 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1050, '2021-05-23 00:00:00', 0.323420778553265, 0.394799999999998, 0.423966586733751, 0.5868, 0.41274345542964, 0.793079999999997, 1.07508920250058, 2.28628, 2.27084800606881, 4.4656 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1065, '2021-05-23 00:00:00', 0.305574322655987, 0.395600000000001, 0.30066597191346, 0.601880000000002, 0.85950898385842, 1.65788, 1.05162768760305, 2.22228, 2.27466847401257, 4.438 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1080, '2021-05-23 00:00:00', 0.165427809028594, 0.413879999999997, 0.186054651469219, 0.475799999999998, 0.935189642086924, 1.7582, 1.00352553530042, 2.2106, 2.27343152378367, 4.40032 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1095, '2021-05-23 00:00:00', 0.0740675367485654, 0.231199999999997, 0.766476805476416, 1.40312, 0.850446055510478, 1.72992, 0.898038395615688, 2.11072, 2.2735903823395, 4.35432 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 600, '2021-05-23 00:00:00', 0.287143603925567, 0.655833333333333, 0.432775839824997, 0.954166666666664, 0.499485967654805, 1.16916666666666, 0.711735860261803, 1.66125, 2.22037191688135, 4.31583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 615, '2021-05-23 00:00:00', 0.263520961408101, 0.647916666666665, 0.362489130271817, 0.823749999999998, 0.420753077438437, 0.993749999999998, 0.672826479127041, 1.48458333333333, 2.22790012102773, 4.29458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 630, '2021-05-23 00:00:00', 0.257241498218692, 0.540833333333333, 0.328520784421779, 0.709583333333333, 0.324217843655972, 0.830416666666664, 0.689328595840532, 1.425, 2.28113780248214, 4.29625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 645, '2021-05-23 00:00:00', 0.171495107833633, 0.4070625, 0.226157249384749, 0.554166666666664, 0.21747563581678, 0.704999999999998, 0.69837375795279, 1.37958333333333, 2.30865914877389, 4.31125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 660, '2021-05-23 00:00:00', 0.172758942384796, 0.377499999999998, 0.157170981390663, 0.486249999999998, 0.27930782717074, 0.759583333333332, 0.689292721941658, 1.35125, 2.30710995415904, 4.31458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 675, '2021-05-23 00:00:00', 0.13067272982088, 0.336666666666667, 0.189652141518645, 0.47875, 0.330624135296532, 0.750833333333335, 0.752944822544857, 1.33041666666667, 2.29721661291805, 4.29958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 690, '2021-05-23 00:00:00', 0.184977476106328, 0.350833333333332, 0.302604335821497, 0.557083333333333, 0.410658714396934, 0.786666666666665, 0.802842323935062, 1.32916666666667, 2.30089191905844, 4.29416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 705, '2021-05-23 00:00:00', 0.239097033240373, 0.357499999999999, 0.274138637834259, 0.500416666666669, 0.341358910528347, 0.712916666666668, 0.742369395140038, 1.26916666666667, 2.33922924876141, 4.4775 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 720, '2021-05-23 00:00:00', 0.19669000107209, 0.340000000000004, 0.267684312772241, 0.518749999999998, 0.301604105131017, 0.657916666666668, 0.645528524260594, 1.24752083333333, 2.26099147002731, 4.48958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 735, '2021-05-23 00:00:00', 0.141359214543062, 0.344583333333331, 0.183579544817393, 0.416666666666668, 0.276750031093301, 0.609166666666669, 0.60644519231851, 1.20085416666667, 2.24981830989443, 4.48291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 750, '2021-05-23 00:00:00', 0.124183565623697, 0.26291666666667, 0.134799905388521, 0.396666666666669, 0.307511929779192, 0.666249999999999, 0.588755743610254, 1.18960416666667, 2.24721627313903, 4.48375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 765, '2021-05-23 00:00:00', 0.110292759298258, 0.309166666666667, 0.234047174112711, 0.489583333333333, 0.350450796645643, 0.68625, 0.649931233472248, 1.27877083333333, 2.24419234366449, 4.51416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 780, '2021-05-23 00:00:00', 0.195676085495348, 0.352500000000002, 0.255660553939362, 0.506666666666667, 0.371112458052462, 0.678750000000004, 0.66617325366224, 1.32627083333333, 2.23420835118879, 4.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 795, '2021-05-23 00:00:00', 0.190506571076143, 0.316666666666666, 0.249142005953301, 0.4025, 0.322530753505027, 0.589999999999999, 0.653362561850817, 1.3554375, 2.20315349580708, 4.54375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 810, '2021-05-23 00:00:00', 0.110433106514726, 0.259583333333334, 0.243969290060765, 0.425833333333337, 0.255762571056875, 0.601666666666668, 0.649354927609602, 1.3716875, 2.2224894238512, 4.59625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 825, '2021-05-23 00:00:00', 0.238849901323651, 0.308333333333336, 0.259556128916214, 0.420416666666667, 0.271153935102807, 0.63125, 0.683674979656251, 1.39210416666667, 2.2238215817678, 4.59791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 840, '2021-05-23 00:00:00', 0.124771530336884, 0.291250000000003, 0.178542813442275, 0.465833333333335, 0.254968028686289, 0.620000000000002, 0.762513620393914, 1.43127083333333, 2.23084162320549, 4.6125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 855, '2021-05-23 00:00:00', 0.121973506270353, 0.299166666666669, 0.178136488950615, 0.4125, 0.259726723720323, 0.576666666666668, 0.749854630537416, 1.40835416666666, 2.23706973030813, 4.61875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 870, '2021-05-23 00:00:00', 0.142544170626894, 0.291666666666665, 0.16779851185189, 0.407916666666668, 0.28289907044381, 0.553333333333335, 0.714663047377039, 1.39835416666667, 2.22907987776331, 4.60166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 885, '2021-05-23 00:00:00', 0.117387010120061, 0.281666666666668, 0.190547932270998, 0.392916666666667, 0.245373126104901, 0.529166666666667, 1.64695752419533, 2.33377083333334, 2.11577100758134, 4.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 900, '2021-05-23 00:00:00', 0.13908604364289, 0.268333333333333, 0.211546668027705, 0.359583333333333, 0.307988788351136, 0.592937499999999, 1.61055126038225, 2.38166666666667, 2.07776566169709, 4.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 915, '2021-05-23 00:00:00', 0.112517309457418, 0.249166666666669, 0.164897311040558, 0.41791666666667, 0.308654266241116, 0.654604166666668, 1.57165051016024, 2.47625, 2.05898648910546, 4.63416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 930, '2021-05-23 00:00:00', 0.136262215248203, 0.337500000000002, 0.272050339511388, 0.481687499999998, 0.336443800220072, 0.6716875, 1.52845948778405, 2.50166666666667, 2.03708924907468, 4.6075 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 945, '2021-05-23 00:00:00', 0.175921516540426, 0.307520833333332, 0.195239335426611, 0.4429375, 0.296659254558518, 0.6991875, 1.49184352445197, 2.49833333333333, 1.9881633429527, 4.6075 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 960, '2021-05-23 00:00:00', 0.164038149504176, 0.329583333333336, 0.267500169307819, 0.45791666666667, 0.334182975134231, 0.780000000000001, 1.51161151889563, 2.50708333333333, 1.98243866071015, 4.6025 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 975, '2021-05-23 00:00:00', 0.159204885767284, 0.313750000000001, 0.238321424654341, 0.588333333333332, 0.352401440635985, 0.850416666666664, 1.51645539219646, 2.5175, 1.98758738756021, 4.60916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 990, '2021-05-23 00:00:00', 0.202168945708031, 0.49125, 0.284810832211363, 0.672916666666669, 0.319073613786057, 0.865833333333333, 1.53529749748936, 2.54583333333333, 1.98375558773859, 4.59916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1005, '2021-05-23 00:00:00', 0.261533590272037, 0.424583333333335, 0.274226184016042, 0.575000000000001, 0.332142801487119, 0.741666666666669, 1.57753775305659, 2.50416666666667, 1.99843688917114, 4.6225 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1020, '2021-05-23 00:00:00', 0.197124252730333, 0.41333333333333, 0.235236544533494, 0.553333333333333, 0.343522882810582, 0.730833333333332, 1.55943824658995, 2.47958333333333, 1.97661766442182, 4.635 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1035, '2021-05-23 00:00:00', 0.132920783862451, 0.366249999999999, 0.17404345201244, 0.457083333333336, 0.276339622487479, 0.656249999999999, 1.49597987857506, 2.46083333333333, 1.9148810365289, 4.59708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1050, '2021-05-23 00:00:00', 0.115186521705487, 0.313750000000001, 0.214364159209562, 0.490416666666664, 0.263526416325668, 0.622791666666664, 1.47599775882552, 2.48958333333333, 1.90421024749545, 4.59083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1065, '2021-05-23 00:00:00', 0.175486384128491, 0.342916666666663, 0.228206221891838, 0.457916666666663, 1.5023016158307, 1.81666666666666, 1.46823146104026, 2.49083333333333, 1.90270440635718, 4.59166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1080, '2021-05-23 00:00:00', 0.147941797212011, 0.314583333333331, 0.228821836744256, 0.406958333333332, 1.50421286411854, 1.91958333333333, 1.48970324590825, 2.47625, 1.89973510739284, 4.5825 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1095, '2021-05-23 00:00:00', 0.120722462878619, 0.214999999999996, 1.52395940203733, 1.66679166666667, 1.46385462905303, 1.958875, 1.47913799747681, 2.43845833333333, 1.90083429432783, 4.59333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 600, '2021-05-23 00:00:00', 0.44046956618497, 0.720434782608695, 0.481125163470899, 0.967826086956524, 0.548421017693725, 1.27739130434783, 0.759533349558074, 1.78, 1.74450716168038, 4.24065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 615, '2021-05-23 00:00:00', 0.318213888841109, 0.59347826086957, 0.375339108860658, 0.81608695652174, 0.43621938491848, 1.07347826086956, 0.737527717707849, 1.62195652173913, 1.75429253332793, 4.23826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 630, '2021-05-23 00:00:00', 0.177830580651974, 0.493478260869565, 0.282776326082801, 0.714782608695655, 0.276961206455747, 0.885652173913042, 0.705478490944811, 1.53891304347826, 1.75104102294367, 4.22086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 645, '2021-05-23 00:00:00', 0.205658106859407, 0.499565217391307, 0.177212719143086, 0.690434782608696, 0.275351035385279, 0.829978260869566, 0.700225542433776, 1.48608695652174, 1.74329591074237, 4.22521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 660, '2021-05-23 00:00:00', 0.159543568336769, 0.452173913043479, 0.272268322662943, 0.581304347826087, 0.32247376337191, 0.735652173913045, 0.687106265262402, 1.40173913043478, 1.75312087613037, 4.24652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 675, '2021-05-23 00:00:00', 0.197909030086362, 0.380434782608694, 0.234531470957663, 0.483021739130434, 0.312700212543742, 0.712173913043478, 0.690147775892359, 1.41695652173913, 1.75082916550942, 4.25869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 690, '2021-05-23 00:00:00', 0.147246905521884, 0.32258695652174, 0.204535528964275, 0.484347826086958, 0.334568922101804, 0.700000000000005, 0.735816343729603, 1.44565217391304, 1.75302821002354, 4.26478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 705, '2021-05-23 00:00:00', 0.162783349800686, 0.385652173913045, 0.212344339639828, 0.530869565217394, 0.321935230271741, 0.718260869565223, 0.736482667391153, 1.44608695652174, 2.12746420711822, 4.60304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 720, '2021-05-23 00:00:00', 0.126010539743634, 0.338260869565219, 0.202854140631989, 0.470434782608702, 0.249738994186715, 0.681739130434786, 0.689294478050098, 1.40782608695652, 2.11106748562279, 4.67173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 735, '2021-05-23 00:00:00', 0.175936792458861, 0.330869565217396, 0.185836427714302, 0.474782608695657, 0.245023189997117, 0.690000000000002, 0.678952925539626, 1.3795652173913, 2.08712920069536, 4.70086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 750, '2021-05-23 00:00:00', 0.153206827575701, 0.322173913043483, 0.232054750252231, 0.51695652173913, 0.328872790380971, 0.721304347826086, 0.704666265301913, 1.38, 2.08098496365839, 4.70565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 765, '2021-05-23 00:00:00', 0.213434182355192, 0.37782608695652, 0.234177561766243, 0.501304347826085, 0.31226762110996, 0.712608695652171, 0.753429838630735, 1.42739130434783, 2.08305899643018, 4.71434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 780, '2021-05-23 00:00:00', 0.125720060439203, 0.326521739130437, 0.181579586531799, 0.474347826086958, 0.214553493518578, 0.641739130434784, 0.67345079135706, 1.42782608695652, 2.14168739576666, 4.69608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 795, '2021-05-23 00:00:00', 0.104916680663387, 0.285652173913046, 0.154741911867913, 0.43217391304348, 0.248582344140088, 0.645000000000003, 0.669180077620807, 1.48739130434783, 2.17095214170673, 4.70826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 810, '2021-05-23 00:00:00', 0.149047038759061, 0.318260869565217, 0.1762050548193, 0.421304347826086, 0.272069546154403, 0.656739130434784, 0.693081564706472, 1.57565217391304, 2.17021920169351, 4.71173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 825, '2021-05-23 00:00:00', 0.120913845786028, 0.282608695652173, 0.197393339388096, 0.486304347826088, 0.27918571602362, 0.649130434782611, 0.633888807096995, 1.56826086956522, 2.16564060025808, 4.70913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 840, '2021-05-23 00:00:00', 0.18970020033702, 0.360434782608697, 0.193176075245954, 0.474782608695654, 0.24685432006746, 0.599347826086959, 0.590859643720128, 1.50413043478261, 2.16412338823961, 4.69869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 855, '2021-05-23 00:00:00', 0.104612970122191, 0.295652173913043, 0.162752995515925, 0.403913043478261, 0.305985093542735, 0.612173913043479, 0.586046916332037, 1.51652173913043, 2.15837261194999, 4.69782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 870, '2021-05-23 00:00:00', 0.114841358183394, 0.276086956521738, 0.168150835731829, 0.387391304347825, 0.462763224955855, 0.690434782608697, 0.557209134672832, 1.53126086956522, 2.15761213348856, 4.69913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 885, '2021-05-23 00:00:00', 0.111630035483892, 0.253913043478262, 0.237249555908238, 0.423478260869567, 0.442184212145071, 0.717826086956521, 0.843962515324421, 1.98, 2.18632924627617, 4.69086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 900, '2021-05-23 00:00:00', 0.233756908967666, 0.331739130434785, 0.401524761860772, 0.526956521739131, 0.441602811900307, 0.736956521739131, 0.869982281406046, 2.02347826086957, 2.16651265288223, 4.70043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 915, '2021-05-23 00:00:00', 0.261248900748487, 0.346521739130435, 0.313484811869295, 0.519999999999999, 0.369350995805842, 0.662608695652175, 0.862943762222596, 2.01913043478261, 2.13191891517233, 4.67652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 930, '2021-05-23 00:00:00', 0.261967321378746, 0.387826086956521, 0.293489298577384, 0.497826086956524, 0.360225555163545, 0.675217391304347, 0.92237170664401, 2.02826086956522, 2.16161025471305, 4.66043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 945, '2021-05-23 00:00:00', 0.14904571280627, 0.316521739130434, 0.256372536497876, 0.442173913043478, 0.349674043587587, 0.730869565217391, 0.954685139412474, 2.04652173913043, 2.13579006681044, 4.62913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 960, '2021-05-23 00:00:00', 0.244575941793848, 0.34086956521739, 0.256619094542462, 0.475217391304347, 0.3460025817263, 0.812173913043479, 0.936477083576122, 2.03434782608695, 2.12718727236217, 4.62565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 975, '2021-05-23 00:00:00', 0.182355037451105, 0.335217391304344, 0.262908631689034, 0.561304347826085, 0.287574015219124, 0.864782608695652, 0.934132092799736, 2.03130434782609, 2.11935593169656, 4.62826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 990, '2021-05-23 00:00:00', 0.178652178241724, 0.434347826086953, 0.243941611623404, 0.625652173913042, 0.353083537126449, 0.919565217391305, 0.975687251453159, 2.01739130434782, 2.12610166746448, 4.61913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1005, '2021-05-23 00:00:00', 0.196894867715758, 0.443043478260867, 0.269217868778363, 0.643478260869563, 0.385303124855896, 0.86695652173913, 1.01312435002649, 2.00869565217391, 2.12422764387529, 4.61608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1020, '2021-05-23 00:00:00', 0.223257415370208, 0.424347826086958, 0.326067720117721, 0.602608695652174, 0.356113740323838, 0.755217391304347, 1.17352358844985, 2.01460869565217, 2.13409044783151, 4.62330434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1035, '2021-05-23 00:00:00', 0.209951057726124, 0.406086956521736, 0.224110891523831, 0.544347826086956, 0.301907637107564, 0.711304347826084, 1.23325206512151, 2.01373913043478, 2.18828083839072, 4.64113043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1050, '2021-05-23 00:00:00', 0.167569229395842, 0.38608695652174, 0.163425533923981, 0.495217391304346, 0.330764469656808, 0.75395652173913, 1.27844562860391, 2.01895652173913, 2.23717231884129, 4.65243478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1065, '2021-05-23 00:00:00', 0.129485146491998, 0.331304347826084, 0.17234949325741, 0.499565217391303, 0.876074283492913, 1.45982608695652, 1.26949931931416, 2.01939130434783, 2.23332770376653, 4.63721739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1080, '2021-05-23 00:00:00', 0.15441717531292, 0.370869565217392, 0.290711468818769, 0.579608695652174, 0.941772183625, 1.54113043478261, 1.27398952595889, 2.04069565217391, 2.25792371657712, 4.63634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1095, '2021-05-23 00:00:00', 0.135208812304899, 0.267826086956523, 0.783492356521281, 1.307, 0.803846879899468, 1.56247826086957, 1.13868353882061, 1.97726086956522, 2.31476598071048, 4.599 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 600, '2021-05-23 00:00:00', 0.296170913738884, 0.700416666666666, 0.315167024961664, 0.954583333333333, 0.389525677745621, 1.17208333333334, 0.660581512595233, 1.62875, 2.0593195724436, 4.49166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 615, '2021-05-23 00:00:00', 0.219820414185657, 0.660833333333332, 0.331513874936425, 0.866666666666667, 0.404417634616007, 1.03166666666667, 0.609568480061147, 1.50791666666666, 2.12559825338247, 4.49125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 630, '2021-05-23 00:00:00', 0.285801377771751, 0.552916666666667, 0.309145620206323, 0.646666666666667, 0.29818745927615, 0.848749999999997, 0.605833806789681, 1.40208333333333, 2.09191295680308, 4.47708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 645, '2021-05-23 00:00:00', 0.18069912537985, 0.395, 0.226328205316392, 0.566249999999998, 0.243939586248584, 0.757499999999997, 0.602623341154615, 1.35625, 2.06106750868629, 4.45916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 660, '2021-05-23 00:00:00', 0.219999588273659, 0.42208333333333, 0.218179224292883, 0.592499999999995, 0.221830330775964, 0.744999999999996, 0.616807465320712, 1.36083333333333, 2.07356585675952, 4.47666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 675, '2021-05-23 00:00:00', 0.135654612575627, 0.377499999999999, 0.150110466570166, 0.501249999999998, 0.23726666646306, 0.67458333333333, 0.597237602318533, 1.28833333333333, 2.01340251164864, 4.45625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 690, '2021-05-23 00:00:00', 0.121315074797768, 0.317104166666661, 0.186306810954325, 0.448354166666663, 0.404785114199543, 0.697520833333328, 0.601533667904951, 1.27583333333333, 1.99913822013097, 4.44833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 705, '2021-05-23 00:00:00', 0.120997931995143, 0.314604166666669, 0.199163630517759, 0.434604166666669, 0.408346892151403, 0.665020833333332, 0.620006866488393, 1.26791666666667, 2.10990482476467, 4.80125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 720, '2021-05-23 00:00:00', 0.133301853167808, 0.280416666666671, 0.312701818888591, 0.474583333333335, 0.3775433078143, 0.637916666666669, 0.591492217597378, 1.2425, 2.18099195454663, 4.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 735, '2021-05-23 00:00:00', 0.230015358655441, 0.34875, 0.266955120257851, 0.442916666666666, 0.278504026458546, 0.619166666666667, 0.555914183764138, 1.23333333333333, 2.19121628424668, 4.93875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 750, '2021-05-23 00:00:00', 0.182248436903098, 0.283333333333331, 0.216744272612092, 0.432916666666664, 0.325000557413122, 0.659166666666664, 0.596742364237167, 1.24166666666667, 2.21392611452589, 4.95583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 765, '2021-05-23 00:00:00', 0.160783858876947, 0.315833333333333, 0.239682383431776, 0.447083333333334, 0.3978782039989, 0.661250000000002, 0.594505640445693, 1.2775, 2.22884023751094, 4.98375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 780, '2021-05-23 00:00:00', 0.176474635858669, 0.299583333333334, 0.264837590374484, 0.465416666666667, 0.323996499802171, 0.612083333333335, 0.577466825698769, 1.27625, 2.19680779604262, 4.95416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 795, '2021-05-23 00:00:00', 0.13562456171037, 0.308749999999998, 0.192233252036181, 0.416666666666665, 0.178844418663138, 0.618749999999999, 0.580721533955819, 1.31125, 2.16243216363401, 4.92541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 810, '2021-05-23 00:00:00', 0.10842415368104, 0.265833333333331, 0.131931031609131, 0.378333333333331, 0.223449569578749, 0.605833333333334, 0.667232956950256, 1.39791666666667, 2.15025339760528, 4.94375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 825, '2021-05-23 00:00:00', 0.101677951381315, 0.264166666666669, 0.183705320901535, 0.445416666666667, 0.29457289149852, 0.635833333333334, 0.714889268814876, 1.45833333333333, 2.10736351355453, 4.94375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 840, '2021-05-23 00:00:00', 0.148543045047169, 0.317083333333333, 0.192511527981569, 0.432083333333335, 0.351400665247285, 0.600416666666668, 0.78418043158151, 1.46791666666667, 2.1149546454177, 4.93625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 855, '2021-05-23 00:00:00', 0.133620201477002, 0.306645833333333, 0.22028035393496, 0.432895833333335, 0.322041483257058, 0.590395833333335, 0.81060388089437, 1.49289583333334, 2.12259668016952, 4.94416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 870, '2021-05-23 00:00:00', 0.153546834662208, 0.281250000000004, 0.254264711429372, 0.416250000000001, 0.287427369527716, 0.548333333333337, 0.849628968466809, 1.48541666666667, 2.11012191419208, 4.94833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 885, '2021-05-23 00:00:00', 0.18552657140058, 0.278749999999996, 0.20162204560852, 0.384166666666667, 0.243497686207501, 0.559583333333336, 0.891481323009837, 2.00208333333333, 2.10506837473723, 4.94541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 900, '2021-05-23 00:00:00', 0.108414128177123, 0.236666666666668, 0.151264596852236, 0.338750000000002, 0.225442800997816, 0.53375, 0.856893614555896, 2.11833333333333, 2.08101141623316, 4.95541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 915, '2021-05-23 00:00:00', 0.145659420109607, 0.279166666666669, 0.194353256740907, 0.41916666666667, 0.263565298676945, 0.561666666666667, 0.820802783952959, 2.15958333333334, 2.06503495952441, 4.95291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 930, '2021-05-23 00:00:00', 0.11402707535074, 0.2925, 0.192759800217036, 0.404583333333333, 0.305485773762078, 0.574583333333333, 0.820136852312917, 2.16625, 2.04941543450527, 4.94583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 945, '2021-05-23 00:00:00', 0.128635537272077, 0.27083333333333, 0.16840201640846, 0.378749999999998, 0.313234354548742, 0.67125, 0.915374319569617, 2.23166666666667, 2.04695956927851, 4.945 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 960, '2021-05-23 00:00:00', 0.108626971054984, 0.257916666666667, 0.203384032717646, 0.419604166666669, 0.230511305485267, 0.729374999999999, 0.907940714242792, 2.25458333333333, 2.03063476189882, 4.94083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 975, '2021-05-23 00:00:00', 0.116335703564786, 0.291687499999998, 0.237098631100151, 0.523749999999998, 0.349760787818833, 0.822499999999997, 0.919063795864886, 2.265, 2.02684264884781, 4.94291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 990, '2021-05-23 00:00:00', 0.250853615146132, 0.458333333333331, 0.244438038590855, 0.627291666666665, 0.486969146122588, 0.932083333333332, 1.01491057648488, 2.32, 2.03543175457597, 4.92458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1005, '2021-05-23 00:00:00', 0.158058734038325, 0.408958333333334, 0.250823282094347, 0.600833333333333, 0.471231619408583, 0.88375, 0.981436391878939, 2.26, 1.99643881318277, 4.87875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1020, '2021-05-23 00:00:00', 0.20601639163714, 0.39583333333333, 0.367748486435174, 0.592916666666666, 0.538039920936854, 0.865, 1.01559069340051, 2.24625, 1.99357550574375, 4.83958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1035, '2021-05-23 00:00:00', 0.162222928504601, 0.3891875, 0.233215378117694, 0.566270833333332, 0.439049533371377, 0.775833333333335, 0.998436458828924, 2.17666666666667, 1.96804839695411, 4.78666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1050, '2021-05-23 00:00:00', 0.143675863050089, 0.370833333333331, 0.345125213572522, 0.52625, 0.397688065072929, 0.690833333333334, 1.00471785642263, 2.16166666666667, 1.95804620158367, 4.75833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1065, '2021-05-23 00:00:00', 0.230173217696863, 0.358333333333335, 0.279362628604596, 0.495, 0.737710421958821, 1.38083333333333, 1.02747862208446, 2.16916666666667, 1.95488124662492, 4.75291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:55:07 Duration: 891ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1080, '2021-05-23 00:00:00', 0.166945100756707, 0.3204, 0.211138382741429, 0.452400000000002, 0.691428171733454, 1.31, 0.781758168063074, 1.91, 1.22450840476223, 3.759 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1095, '2021-05-23 00:00:00', 0.15052048587042, 0.2772, 0.699794612725763, 1.174, 0.756364660729201, 1.336, 0.786021098105304, 1.897, 1.21736566678491, 3.745 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 600, '2021-05-23 00:00:00', 0.270649148416287, 0.729807692307689, 0.320169726623478, 0.860576923076922, 0.374484260735296, 1.08269230769231, 0.532307205980212, 1.59519230769231, 1.31552892258355, 3.72788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 615, '2021-05-23 00:00:00', 0.287403830069227, 0.579807692307693, 0.343807862262988, 0.759615384615385, 0.40666679802436, 0.968269230769232, 0.515457227950248, 1.49807692307693, 1.30348534263395, 3.70096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 630, '2021-05-23 00:00:00', 0.159228911174591, 0.440384615384617, 0.220796199103295, 0.654807692307693, 0.33621192950052, 0.857692307692309, 0.455010566234034, 1.39615384615385, 1.34989629231286, 3.655 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 645, '2021-05-23 00:00:00', 0.201150536816432, 0.463461538461538, 0.280350055905388, 0.601923076923077, 0.393857891201305, 0.824038461538462, 0.419341287479084, 1.35865384615385, 1.35224919471797, 3.65673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 660, '2021-05-23 00:00:00', 0.161137781464759, 0.369230769230769, 0.264591484833044, 0.564423076923078, 0.332542651978083, 0.721153846153847, 0.353195576677589, 1.26634615384616, 1.31500840886461, 3.61634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 675, '2021-05-23 00:00:00', 0.154807572861874, 0.36923076923077, 0.165764545712841, 0.518269230769232, 0.207280931625136, 0.66923076923077, 0.408091241683109, 1.29230769230769, 1.37038210561311, 3.60865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 690, '2021-05-23 00:00:00', 0.0830488734698728, 0.333653846153848, 0.121021295011058, 0.451923076923076, 0.234340317946749, 0.669230769230769, 0.468894977580267, 1.3125, 1.36841464982152, 3.63557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 705, '2021-05-23 00:00:00', 0.122305575695282, 0.335576923076923, 0.203138830890071, 0.469230769230769, 0.283643872054105, 0.684615384615385, 0.48037645494085, 1.28846153846154, 1.34818717314999, 3.81057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 720, '2021-05-23 00:00:00', 0.145813368596772, 0.288461538461537, 0.231051109896955, 0.453846153846152, 0.295141752122862, 0.664423076923078, 0.47085703366717, 1.26711538461539, 1.36186806093124, 3.85384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 735, '2021-05-23 00:00:00', 0.148999870934378, 0.304807692307692, 0.165633980162935, 0.453846153846155, 0.224173696391539, 0.615384615384617, 0.473619451263759, 1.23923076923077, 1.34317362415117, 3.86923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 750, '2021-05-23 00:00:00', 0.0838726140323253, 0.296153846153847, 0.146956299103353, 0.426923076923078, 0.218440715421476, 0.577884615384616, 0.494669470066006, 1.22673076923077, 1.35321270145703, 3.85384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 765, '2021-05-23 00:00:00', 0.105160134300761, 0.289423076923076, 0.172370352617666, 0.413461538461538, 0.206558335958263, 0.547115384615383, 0.528981605031344, 1.20653846153846, 1.38069415373349, 3.84711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 780, '2021-05-23 00:00:00', 0.17248467044483, 0.304807692307692, 0.207762808547114, 0.405769230769231, 0.234096051949752, 0.554807692307693, 0.561167224493871, 1.28557692307692, 1.37481222494061, 3.86057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 795, '2021-05-23 00:00:00', 0.0775155071334346, 0.235576923076923, 0.172209621816417, 0.371923076923076, 0.224250889716097, 0.53269230769231, 0.55398642721502, 1.35480769230769, 1.38702815954999, 3.88365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 810, '2021-05-23 00:00:00', 0.13304380423813, 0.260576923076921, 0.192733375018842, 0.373076923076923, 0.233446172349463, 0.566346153846156, 0.555518641936042, 1.37980769230769, 1.38882905854038, 3.90192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 825, '2021-05-23 00:00:00', 0.112009614971902, 0.273076923076923, 0.16986419915287, 0.384615384615386, 0.239472577521134, 0.616346153846157, 0.587708228237843, 1.39519230769231, 1.38949527361003, 3.90865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 840, '2021-05-23 00:00:00', 0.0982931251997742, 0.221538461538463, 0.159613113978289, 0.362884615384618, 0.220903738172221, 0.567692307692309, 0.574122239731096, 1.37788461538462, 1.39066530840458, 3.925 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 855, '2021-05-23 00:00:00', 0.134267958260281, 0.25673076923077, 0.196745149485707, 0.435576923076925, 0.461528605663999, 0.660576923076924, 0.562908825791397, 1.37788461538462, 1.38870581699432, 3.93461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 870, '2021-05-23 00:00:00', 0.150792776811297, 0.28269230769231, 0.182472337208012, 0.368076923076926, 0.504220838369612, 0.655576923076924, 0.525440657558386, 1.33826923076923, 1.39336925637657, 3.93173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 885, '2021-05-23 00:00:00', 0.107943895683752, 0.20173076923077, 0.451695821748017, 0.418653846153848, 0.478128241567696, 0.596153846153849, 0.592597281854668, 1.63153846153846, 1.41005353144427, 3.94519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 900, '2021-05-23 00:00:00', 0.415576106146637, 0.299200000000001, 0.399643069917813, 0.418000000000001, 0.384829724250437, 0.532799999999998, 0.550378657531947, 1.67, 1.37328832855061, 3.854 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 915, '2021-05-23 00:00:00', 0.0989739022840534, 0.235999999999999, 0.103158454169624, 0.328000000000001, 0.182034108525482, 0.474799999999997, 0.527559238379919, 1.692, 1.41877881762216, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 930, '2021-05-23 00:00:00', 0.104263288521578, 0.233000000000001, 0.124503012011759, 0.324799999999998, 0.228388740236176, 0.509800000000001, 0.517006608597352, 1.739, 1.41869805338087, 3.877 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 945, '2021-05-23 00:00:00', 0.0907570015664523, 0.230799999999998, 0.148459309801261, 0.358799999999998, 0.307062697180886, 0.618999999999998, 0.471195288601235, 1.759, 1.41457664455954, 3.867 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 960, '2021-05-23 00:00:00', 0.143483448522817, 0.294, 0.204496332485452, 0.402000000000002, 0.361760394920914, 0.778199999999998, 0.483935687875983, 1.807, 1.4165009707021, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 975, '2021-05-23 00:00:00', 0.174654420690309, 0.271000000000001, 0.278389415507606, 0.519399999999998, 0.295756515848202, 0.841399999999999, 0.477936101028859, 1.792, 1.41658553689261, 3.877 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 990, '2021-05-23 00:00:00', 0.215473093090886, 0.394423076923074, 0.266976302607267, 0.627115384615382, 0.2687492397127, 0.806923076923076, 0.524151328706336, 1.77884615384615, 1.48241389683801, 3.97019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1005, '2021-05-23 00:00:00', 0.139736702958979, 0.362115384615384, 0.185694641818229, 0.5525, 0.301929691255329, 0.73846153846154, 0.533815186975937, 1.76057692307692, 1.50357938318483, 3.95480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1020, '2021-05-23 00:00:00', 0.14195408250016, 0.379807692307691, 0.1829880197844, 0.521153846153847, 0.262933524795789, 0.679038461538462, 0.601808971735667, 1.74903846153846, 1.51189546087532, 3.94326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1035, '2021-05-23 00:00:00', 0.155551129363157, 0.351923076923078, 0.224714605324518, 0.495576923076923, 0.203499480248817, 0.610961538461539, 0.604492794383473, 1.73846153846154, 1.52235931521287, 3.92673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1050, '2021-05-23 00:00:00', 0.140230167938285, 0.3175, 0.170376506144932, 0.403076923076923, 0.236718999269988, 0.566730769230769, 0.595674310857356, 1.74326923076923, 1.5265446149846, 3.90269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1065, '2021-05-23 00:00:00', 0.117106132007877, 0.254615384615386, 0.13291480788026, 0.372115384615386, 0.442836139168705, 1.10961538461538, 0.604305068144077, 1.74615384615384, 1.51576763999682, 3.90653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1080, '2021-05-23 00:00:00', 0.0971731206899067, 0.238846153846152, 0.17139978009141, 0.381730769230768, 0.424002222417979, 1.16826923076923, 0.593046242846077, 1.74038461538461, 1.53203936482867, 3.89884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1095, '2021-05-23 00:00:00', 0.158745078663875, 0.274999999999999, 0.43328352770976, 1.02115384615385, 0.426925502418613, 1.25576923076923, 0.570671837533487, 1.74711538461538, 1.52515446884772, 3.89307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 600, '2021-05-23 00:00:00', 0.164915479517889, 0.633653846153846, 0.204478699285618, 0.813461538461537, 0.377817619819608, 1.12692307692307, 0.501870539543357, 1.60096153846154, 1.55387208660767, 3.86230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 615, '2021-05-23 00:00:00', 0.191253456479575, 0.56826923076923, 0.299056207734625, 0.778846153846154, 0.29051181625644, 1.03365384615384, 0.44723187068214, 1.49711538461538, 1.6137374798418, 3.83442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 630, '2021-05-23 00:00:00', 0.233610869741841, 0.500961538461538, 0.262343359857915, 0.699038461538459, 0.27289931927643, 0.874038461538458, 0.385805849937704, 1.34807692307692, 1.652068400521, 3.795 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 645, '2021-05-23 00:00:00', 0.175816775256343, 0.41153846153846, 0.167656356414407, 0.585576923076921, 0.178177202202234, 0.733653846153844, 0.319965442845607, 1.28173076923077, 1.64168633985349, 3.76903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 660, '2021-05-23 00:00:00', 0.151657508881031, 0.375, 0.212858295225141, 0.539423076923077, 0.191464497612885, 0.689423076923076, 0.393212606418151, 1.23192307692308, 1.69860589896539, 3.775 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 675, '2021-05-23 00:00:00', 0.113582399774181, 0.345192307692306, 0.128934240842139, 0.424038461538459, 0.143436531126274, 0.650961538461536, 0.462973665973148, 1.20884615384615, 1.70668865170135, 3.77192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 690, '2021-05-23 00:00:00', 0.0781086521357348, 0.254807692307692, 0.104476718054239, 0.430769230769231, 0.200115351350553, 0.626923076923077, 0.498895125405977, 1.20211538461539, 1.71474852383666, 3.7825 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 705, '2021-05-23 00:00:00', 0.0926739528587274, 0.317307692307691, 0.142478068487749, 0.449999999999999, 0.250622302402516, 0.663461538461538, 0.537794105583167, 1.2425, 1.84263815889485, 3.95076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 720, '2021-05-23 00:00:00', 0.0895769973907269, 0.300961538461538, 0.177387559185662, 0.447115384615385, 0.249531869399791, 0.653076923076923, 0.550028950287024, 1.24461538461539, 1.80855594754064, 3.97384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 735, '2021-05-23 00:00:00', 0.164471765170993, 0.295192307692309, 0.208695582497202, 0.434615384615385, 0.237916032376002, 0.654038461538461, 0.618816643652655, 1.28096153846154, 1.80851942206878, 3.9825 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 750, '2021-05-23 00:00:00', 0.147661254748314, 0.284615384615383, 0.158075931121727, 0.409999999999998, 0.258673613771369, 0.634038461538461, 0.642641424123904, 1.26, 1.7970721915211, 3.97769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 765, '2021-05-23 00:00:00', 0.112313606272109, 0.262884615384615, 0.178980875643611, 0.433076923076923, 0.320096920418704, 0.610961538461539, 0.676832356246019, 1.25903846153846, 1.78073061928567, 3.98346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 780, '2021-05-23 00:00:00', 0.173482430943754, 0.298076923076921, 0.226889078287508, 0.419423076923076, 0.351121554669956, 0.602115384615384, 0.673843168240664, 1.23384615384615, 1.7792016900414, 3.98442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 795, '2021-05-23 00:00:00', 0.127025133794004, 0.260769230769231, 0.214696565842621, 0.408846153846154, 0.243875756514224, 0.574230769230768, 0.564412560510074, 1.24153846153846, 1.76281336548668, 3.99019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 810, '2021-05-23 00:00:00', 0.175476055784958, 0.269615384615386, 0.209007544950304, 0.411923076923077, 0.191183057665844, 0.52980769230769, 0.545301610261555, 1.24038461538462, 1.77573235162718, 4.01423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 825, '2021-05-23 00:00:00', 0.106858101453067, 0.259423076923076, 0.152318618489211, 0.37980769230769, 0.144382637993099, 0.477115384615385, 0.52298937332931, 1.23673076923077, 1.79697973106158, 4.02192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 840, '2021-05-23 00:00:00', 0.0967152839723199, 0.240384615384616, 0.13157331971771, 0.336538461538462, 0.237113815579063, 0.47019230769231, 0.524617992887719, 1.25596153846154, 1.81505880387894, 4.02769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 855, '2021-05-23 00:00:00', 0.0819239797711166, 0.22653846153846, 0.109531344302055, 0.321346153846155, 0.265925090666815, 0.506923076923077, 0.488229926918108, 1.27230769230769, 1.83855377946907, 4.045 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 870, '2021-05-23 00:00:00', 0.107863874326003, 0.221153846153848, 0.194798910121736, 0.328846153846155, 0.319994290814455, 0.507884615384616, 0.484145758408163, 1.24634615384615, 1.84616483971086, 4.04115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 885, '2021-05-23 00:00:00', 0.174848065913941, 0.224615384615386, 0.256462697842424, 0.356346153846153, 0.379268577456862, 0.625576923076924, 0.734559653544479, 1.58173076923077, 1.82611778203, 4.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 900, '2021-05-23 00:00:00', 0.138536859854918, 0.23730769230769, 0.171358822807132, 0.345384615384614, 0.329792942033912, 0.62923076923077, 0.641392715412809, 1.62115384615385, 1.82561396416489, 4.04211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 915, '2021-05-23 00:00:00', 0.157592463701107, 0.22423076923077, 0.280340795351767, 0.475192307692309, 0.347752122152458, 0.666538461538462, 0.697830291248967, 1.69634615384615, 1.81563995922608, 4.05269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 930, '2021-05-23 00:00:00', 0.239378120586205, 0.361730769230771, 0.260408554745451, 0.468846153846155, 0.319611543066795, 0.668461538461538, 0.688342490781577, 1.70576923076923, 1.81117986406652, 4.0575 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 945, '2021-05-23 00:00:00', 0.113938073598708, 0.246730769230769, 0.214359869952736, 0.391923076923074, 0.289409744134506, 0.634999999999999, 0.765406503359239, 1.73365384615385, 1.81627476953834, 4.06903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 960, '2021-05-23 00:00:00', 0.16843133729985, 0.281346153846152, 0.227258917062931, 0.436153846153845, 0.305687686272218, 0.649807692307691, 0.764104805537929, 1.73807692307692, 1.81492620108494, 4.08634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 975, '2021-05-23 00:00:00', 0.145869409457174, 0.281730769230769, 0.205119571132398, 0.499038461538461, 0.323906444232565, 0.70576923076923, 0.769450353274236, 1.73461538461539, 1.81499459630473, 4.08923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 990, '2021-05-23 00:00:00', 0.190649194555382, 0.408653846153846, 0.267317515038116, 0.535576923076922, 0.321941227316653, 0.723076923076922, 0.765554725974269, 1.74903846153846, 1.82458114266093, 4.09788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1005, '2021-05-23 00:00:00', 0.213309543946025, 0.370192307692306, 0.279066093632644, 0.506730769230769, 0.307427289715044, 0.686538461538462, 0.735788431129911, 1.74615384615385, 1.79887913819861, 4.06807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1020, '2021-05-23 00:00:00', 0.179585527085178, 0.370192307692307, 0.208649503676896, 0.503846153846154, 0.311349420327807, 0.682692307692308, 0.723084339160005, 1.75480769230769, 1.80435333611199, 4.06519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1035, '2021-05-23 00:00:00', 0.168484763063655, 0.338653846153847, 0.265939915134112, 0.485961538461539, 0.38037936529005, 0.692692307692307, 0.72775537415768, 1.75326923076923, 1.80308544317362, 4.05365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1050, '2021-05-23 00:00:00', 0.258019453649407, 0.350961538461538, 0.309459827143014, 0.505769230769232, 0.36114268435279, 0.675961538461538, 0.735568853651063, 1.73653846153846, 1.80430899835324, 4.04980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1065, '2021-05-23 00:00:00', 0.203067343888291, 0.317115384615386, 0.266205530775345, 0.46923076923077, 0.4616750855476, 1.13326923076923, 0.689546255490914, 1.70096153846154, 1.80635118827559, 4.04884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1080, '2021-05-23 00:00:00', 0.149038585607887, 0.312500000000001, 0.171533804697052, 0.420384615384616, 0.461031452289321, 1.205, 0.717574037991902, 1.7125, 1.8083209381591, 4.04115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1095, '2021-05-23 00:00:00', 0.134173825258936, 0.238846153846154, 0.474026330005477, 1.01519230769231, 0.592298911023818, 1.285, 0.715369861303608, 1.72903846153846, 1.79012230995968, 4.07673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 600, '2021-05-23 00:00:00', 0.272979641393612, 0.678269230769232, 0.326973299309803, 0.861538461538464, 0.532960707167626, 1.11634615384616, 0.71295768026311, 1.61057692307692, 1.7718369976253, 4.01711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 615, '2021-05-23 00:00:00', 0.255952219098679, 0.563461538461541, 0.460213161313486, 0.801923076923079, 0.544116255960066, 1.0125, 0.659510307845031, 1.49038461538462, 1.7598138013394, 3.96615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 630, '2021-05-23 00:00:00', 0.266510571301374, 0.531730769230769, 0.349534030477059, 0.675961538461539, 0.373374682920728, 0.860576923076924, 0.618691081110884, 1.44942307692308, 1.75164911308875, 3.97384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 645, '2021-05-23 00:00:00', 0.221394183788519, 0.430769230769232, 0.264431538326159, 0.624038461538461, 0.281629871667381, 0.744230769230768, 0.664310660644669, 1.41057692307692, 1.72305408638713, 3.96423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 660, '2021-05-23 00:00:00', 0.17582771287651, 0.40576923076923, 0.168867836350935, 0.497115384615383, 0.320727838133591, 0.702884615384614, 0.711642196180508, 1.39615384615385, 1.71779666567827, 3.98923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 675, '2021-05-23 00:00:00', 0.142140234113519, 0.334615384615385, 0.177465056148659, 0.464615384615384, 0.399483560844017, 0.738653846153846, 0.741584193052019, 1.43365384615385, 1.69940198757816, 4.02865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 690, '2021-05-23 00:00:00', 0.164805829807265, 0.334807692307691, 0.278870317255446, 0.490576923076922, 0.440683036276116, 0.766538461538461, 0.68794356320402, 1.40288461538462, 1.66247296102939, 4.01711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 705, '2021-05-23 00:00:00', 0.166932160334209, 0.302884615384617, 0.298993503917084, 0.508653846153848, 0.450512528639923, 0.736538461538463, 0.777011038432629, 1.48192307692308, 1.69815856150125, 4.1325 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 720, '2021-05-23 00:00:00', 0.155896908737298, 0.340384615384618, 0.235316889452368, 0.499038461538462, 0.34416146702473, 0.691346153846154, 1.02905296267976, 1.53, 1.65808653620324, 4.09019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 735, '2021-05-23 00:00:00', 0.152192312552244, 0.312500000000001, 0.223040613755915, 0.441346153846156, 0.283039817802263, 0.636538461538463, 1.1702642699572, 1.5223076923077, 1.59542500968816, 4.04019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 750, '2021-05-23 00:00:00', 0.13001479205785, 0.265384615384616, 0.164214329928438, 0.372115384615384, 0.199788349548678, 0.60576923076923, 1.15785843428554, 1.47807692307692, 1.50895506381581, 4.02576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 765, '2021-05-23 00:00:00', 0.0881923160790357, 0.243269230769231, 0.155018237140518, 0.385576923076923, 0.218350899665232, 0.611346153846152, 1.16664471224764, 1.50673076923077, 1.52138237999322, 4.01211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 780, '2021-05-23 00:00:00', 0.134513367937341, 0.239615384615385, 0.194020220992159, 0.429615384615384, 0.266367299910365, 0.583461538461538, 1.13005712925702, 1.51634615384615, 1.52085468126921, 4.01019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 795, '2021-05-23 00:00:00', 0.207200386100027, 0.289999999999999, 0.244491387295218, 0.425961538461538, 0.259819241900093, 0.550961538461539, 1.07357254063244, 1.51, 1.49879753084316, 3.99596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 810, '2021-05-23 00:00:00', 0.155821890434117, 0.26730769230769, 0.174579935405401, 0.371923076923075, 0.23630944510568, 0.503076923076923, 1.05938167742393, 1.49846153846154, 1.50859773146609, 3.98634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 825, '2021-05-23 00:00:00', 0.108857175305004, 0.223269230769229, 0.147938656725841, 0.315384615384614, 0.264865132589285, 0.511538461538461, 1.07534931712731, 1.50692307692308, 1.50550655926834, 3.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 840, '2021-05-23 00:00:00', 0.112266852426914, 0.190384615384614, 0.141902593894004, 0.312884615384616, 0.258309965857955, 0.499038461538462, 1.04035312052429, 1.50384615384615, 1.46210964547281, 3.94884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 855, '2021-05-23 00:00:00', 0.107513326544273, 0.228653846153846, 0.209633379608673, 0.361923076923077, 0.401128216601433, 0.565384615384616, 1.01115699153913, 1.50769230769231, 1.41018247591743, 3.94884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 870, '2021-05-23 00:00:00', 0.21327528256656, 0.257115384615386, 0.223490233825517, 0.361730769230771, 0.405543320269715, 0.605769230769232, 1.00094810823769, 1.53365384615385, 1.43431731281685, 3.94307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 885, '2021-05-23 00:00:00', 0.128632601442425, 0.227115384615386, 0.361062800844736, 0.402115384615386, 0.520891432656926, 0.718269230769231, 0.998562909693419, 1.86826923076923, 1.35455754910825, 3.96807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 900, '2021-05-23 00:00:00', 0.106478871143526, 0.222600000000001, 0.202394622787596, 0.363600000000001, 0.822027878683769, 0.795599999999999, 0.980292260841975, 1.904, 1.37691055143995, 3.9308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 915, '2021-05-23 00:00:00', 0.0964890922723213, 0.233333333333335, 0.38464810758233, 0.484583333333335, 0.983566579129097, 0.808541666666668, 0.953981336029566, 1.94270833333333, 1.33290611928451, 4.001875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 930, '2021-05-23 00:00:00', 0.350425142929414, 0.367708333333333, 0.748739883433143, 0.618749999999997, 0.941348381505125, 0.772916666666667, 0.890895347348685, 1.96354166666667, 1.32736472058334, 3.98416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 945, '2021-05-23 00:00:00', 0.417531511871615, 0.387708333333331, 0.61378248607906, 0.534375, 0.585713634770885, 0.746875000000001, 0.720921028007361, 1.93020833333333, 1.31573579734147, 3.91541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 960, '2021-05-23 00:00:00', 0.255368091818146, 0.285416666666667, 0.342300137391109, 0.435416666666667, 0.479295036364928, 0.760416666666666, 0.711852935267727, 1.96458333333333, 1.31217867012036, 3.91541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 975, '2021-05-23 00:00:00', 0.252810291480115, 0.325, 0.392581513274907, 0.584375000000001, 0.405733367148167, 0.787500000000001, 0.661316210624527, 1.9575, 1.32744414986639, 3.88083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 990, '2021-05-23 00:00:00', 0.263124688026942, 0.452083333333335, 0.255853130282515, 0.582291666666666, 0.314773828972163, 0.768958333333334, 0.654584688279856, 1.979375, 1.32786441817058, 3.8725 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1005, '2021-05-23 00:00:00', 0.185661274087118, 0.368749999999999, 0.245611389618121, 0.511458333333333, 0.257335760905048, 0.707291666666668, 0.652992969977916, 1.93041666666667, 1.33218517707355, 3.83604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1020, '2021-05-23 00:00:00', 0.166362947902419, 0.34375, 0.182413246205709, 0.460625000000001, 0.321660096050636, 0.7025, 0.666930427894975, 1.94375, 1.33855122578778, 3.82458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1035, '2021-05-23 00:00:00', 0.114363194330131, 0.310625000000001, 0.173332505920546, 0.465625000000002, 0.278381385247241, 0.641249999999999, 0.649274957945008, 1.95416666666667, 1.347892611729, 3.87666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1050, '2021-05-23 00:00:00', 0.138864279220679, 0.290625, 0.233502009425607, 0.456666666666666, 0.283653617992084, 0.635624999999997, 0.677187143658408, 1.90208333333333, 1.48747121211943, 3.92979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1065, '2021-05-23 00:00:00', 0.151925891306502, 0.301458333333333, 0.210103494166254, 0.429999999999999, 0.57490701043923, 1.199375, 0.685802416669807, 1.88645833333333, 1.60692172132879, 3.938125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1080, '2021-05-23 00:00:00', 0.138539058218878, 0.273124999999999, 0.194184354173546, 0.408541666666665, 0.572369059768002, 1.28041666666667, 0.703124496779209, 1.86666666666667, 1.62141744160088, 3.92145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1095, '2021-05-23 00:00:00', 0.168025484393879, 0.273958333333332, 0.550665564027566, 1.09895833333333, 0.583885931323148, 1.34479166666667, 0.757973915462623, 1.86875, 1.63497418319377, 3.90166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 600, '2021-05-23 00:00:00', 0.306391886547757, 0.668478260869566, 0.462111924570271, 0.917391304347826, 0.559619877340523, 1.16304347826087, 0.829393022975999, 1.74782608695652, 1.51015865067139, 3.70717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 615, '2021-05-23 00:00:00', 0.433434669411919, 0.582608695652174, 0.540971987906585, 0.795652173913045, 0.571312717645838, 1.03369565217391, 0.708969914679704, 1.61739130434783, 1.49811973721581, 3.65173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 630, '2021-05-23 00:00:00', 0.186699543029939, 0.47608695652174, 0.243507594576843, 0.666304347826086, 0.325201366623442, 0.896739130434783, 0.520088070225143, 1.44565217391304, 1.32425835012116, 3.56478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 645, '2021-05-23 00:00:00', 0.117712468738206, 0.413043478260868, 0.199232717918839, 0.591304347826085, 0.212794785070874, 0.830434782608694, 0.419312089568735, 1.32391304347826, 1.31979142561036, 3.59195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 660, '2021-05-23 00:00:00', 0.165256717287665, 0.395652173913042, 0.192754118497189, 0.572826086956522, 0.255047852597555, 0.78695652173913, 0.415817566983237, 1.23239130434783, 1.30447735358185, 3.59956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 675, '2021-05-23 00:00:00', 0.115754954477837, 0.339130434782608, 0.158371467566384, 0.482608695652172, 0.240963153006262, 0.697826086956522, 0.4187881302326, 1.15304347826087, 1.28674167966909, 3.58217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 690, '2021-05-23 00:00:00', 0.123618851933511, 0.305434782608694, 0.179762964261713, 0.490217391304349, 0.289711591628829, 0.693478260869565, 0.410039644280189, 1.13565217391304, 1.27228226974718, 3.58108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 705, '2021-05-23 00:00:00', 0.124871475427713, 0.357608695652174, 0.194559144913738, 0.506521739130435, 0.256823865759619, 0.71304347826087, 0.474293316627622, 1.13782608695652, 1.37979154351566, 3.67239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 720, '2021-05-23 00:00:00', 0.165808892803754, 0.361956521739132, 0.230526121058155, 0.478260869565217, 0.247237703867026, 0.660869565217393, 0.502673779755576, 1.13673913043478, 1.36809209782905, 3.68652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 735, '2021-05-23 00:00:00', 0.176909402686496, 0.285869565217391, 0.204029322468307, 0.479347826086956, 0.173959356481649, 0.633695652173914, 0.501306198982559, 1.10521739130435, 1.3549638284045, 3.69739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 750, '2021-05-23 00:00:00', 0.146719732285391, 0.33695652173913, 0.147056091581227, 0.458695652173914, 0.214171812378267, 0.621739130434783, 0.51022993344201, 1.07369565217391, 1.33865774022136, 3.73 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 765, '2021-05-23 00:00:00', 0.123128279134119, 0.314130434782609, 0.139866890419332, 0.421739130434783, 0.262343497483618, 0.621739130434782, 0.519610583131991, 1.05739130434783, 1.33440694588765, 3.73652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 780, '2021-05-23 00:00:00', 0.0960046729758581, 0.256521739130433, 0.153877742652388, 0.384782608695651, 0.206430705961193, 0.549999999999997, 0.466727527557819, 1.05630434782609, 1.27743493758502, 3.75826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 795, '2021-05-23 00:00:00', 0.138331031617277, 0.256739130434783, 0.186461484965379, 0.392608695652173, 0.207510893089951, 0.51304347826087, 0.488846549150753, 1.14869565217391, 1.2762622984894, 3.755 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 810, '2021-05-23 00:00:00', 0.118340384655097, 0.27391304347826, 0.148219005251645, 0.370652173913043, 0.151303623754572, 0.502173913043478, 0.544198743775904, 1.165, 1.27998043000109, 3.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 825, '2021-05-23 00:00:00', 0.108176586713779, 0.233913043478261, 0.11597882115508, 0.340217391304349, 0.157738463682457, 0.477173913043479, 0.546442501197174, 1.15195652173913, 1.27781101425144, 3.73652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 840, '2021-05-23 00:00:00', 0.106603602487165, 0.239347826086958, 0.122946371547435, 0.336086956521739, 0.155693653801278, 0.447826086956521, 0.566734718458927, 1.15782608695652, 1.26863290460256, 3.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 855, '2021-05-23 00:00:00', 0.102530242333105, 0.210217391304348, 0.118209216951692, 0.305652173913045, 0.224334765376483, 0.465217391304348, 0.549584014444384, 1.15195652173913, 1.24750901998371, 3.74413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 870, '2021-05-23 00:00:00', 0.101587692603671, 0.202826086956523, 0.102983171425423, 0.301521739130434, 0.221255847826963, 0.492173913043477, 0.546034573026937, 1.16913043478261, 1.23875140344045, 3.73869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 885, '2021-05-23 00:00:00', 0.0968352988264821, 0.220434782608695, 0.216202858189543, 0.373695652173914, 0.288292814748431, 0.586739130434782, 0.947813220621959, 1.78108695652174, 1.27988855894572, 3.71478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 900, '2021-05-23 00:00:00', 0.215316432275628, 0.280434782608696, 0.202670900898836, 0.378695652173912, 0.308148557674438, 0.593478260869564, 0.944432981278439, 1.79326086956522, 1.28943931805289, 3.70413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 915, '2021-05-23 00:00:00', 0.11041916185313, 0.245869565217391, 0.213923677794087, 0.432608695652175, 0.239151993279019, 0.541304347826087, 0.911383650337644, 1.77260869565217, 1.27806212155797, 3.66282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 930, '2021-05-23 00:00:00', 0.203447558576918, 0.315000000000001, 0.24590238752343, 0.434565217391303, 0.241284032189707, 0.534565217391303, 0.868311591401869, 1.76173913043478, 1.24595971549975, 3.64760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 945, '2021-05-23 00:00:00', 0.15775412399162, 0.274999999999999, 0.154933684653519, 0.351086956521738, 0.189177280555202, 0.536956521739131, 0.834507499545942, 1.74869565217391, 1.23792611540176, 3.62260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 960, '2021-05-23 00:00:00', 0.131070388113854, 0.213913043478261, 0.192170101280317, 0.355434782608696, 0.212887637605053, 0.595652173913044, 0.807680277603732, 1.77260869565217, 1.19457481644929, 3.63891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 975, '2021-05-23 00:00:00', 0.165831239517769, 0.249999999999999, 0.183011155408498, 0.44891304347826, 0.267961489180432, 0.709782608695651, 0.810506051358371, 1.76717391304348, 1.19204838317331, 3.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 990, '2021-05-23 00:00:00', 0.131406950201522, 0.347826086956521, 0.170828312211311, 0.491304347826087, 0.355069858961702, 0.752173913043478, 0.878479867424608, 1.78782608695652, 1.19607357467985, 3.62478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1005, '2021-05-23 00:00:00', 0.166225536106084, 0.353260869565217, 0.286297752631862, 0.558695652173912, 0.370846563841494, 0.74891304347826, 0.939883255301869, 1.78347826086956, 1.21465731435016, 3.62586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1020, '2021-05-23 00:00:00', 0.196988192098122, 0.369565217391304, 0.263808380572108, 0.51195652173913, 0.321708169378801, 0.680652173913042, 0.924773821295432, 1.7454347826087, 1.18330990531467, 3.60217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1035, '2021-05-23 00:00:00', 0.170473648468417, 0.32608695652174, 0.229355084837269, 0.485869565217391, 0.23889878287362, 0.62391304347826, 0.990401613352493, 1.73891304347826, 1.1822415819547, 3.60760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1050, '2021-05-23 00:00:00', 0.159544807043491, 0.325, 0.179534972426294, 0.453478260869564, 0.185243937027729, 0.578043478260867, 0.948272613026761, 1.69869565217391, 1.1542080168865, 3.60434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1065, '2021-05-23 00:00:00', 0.149756389795509, 0.267608695652173, 0.16536879374496, 0.353260869565217, 0.71769634489682, 1.30304347826087, 0.937941779967548, 1.66065217391304, 1.16489643129858, 3.62717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1080, '2021-05-23 00:00:00', 0.118611449233737, 0.216304347826089, 0.125916796042828, 0.353695652173913, 0.678917849699293, 1.33891304347826, 0.924389607386982, 1.63565217391304, 1.15496650534052, 3.62608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1095, '2021-05-23 00:00:00', 0.13110091758979, 0.264782608695652, 0.670064373640424, 1.18891304347826, 0.62936585814549, 1.33673913043478, 0.877747577767481, 1.61608695652174, 1.15817147521768, 3.6304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 600, '2021-05-23 00:00:00', 0.268734200748944, 0.609374999999999, 0.293403858657927, 0.888541666666666, 0.304874350454766, 1.01875, 0.478235547748632, 1.41875, 0.932193314178987, 3.546875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 615, '2021-05-23 00:00:00', 0.175461993696308, 0.607291666666668, 0.22238567735525, 0.763541666666668, 0.222591782079382, 0.904166666666667, 0.429039572429102, 1.36354166666667, 0.959513293743015, 3.59375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 630, '2021-05-23 00:00:00', 0.124072647022343, 0.381250000000001, 0.159024283762219, 0.528125000000001, 0.217921567961064, 0.734375000000001, 0.455898092398042, 1.253125, 0.966611419273314, 3.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 645, '2021-05-23 00:00:00', 0.124777882365169, 0.357291666666667, 0.153724149470518, 0.515625, 0.217755243368542, 0.701041666666667, 0.469253956149886, 1.20833333333334, 0.978083543710998, 3.603125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 660, '2021-05-23 00:00:00', 0.110806496696469, 0.335416666666666, 0.185478230294132, 0.4625, 0.270497980784877, 0.671875, 0.462271045954142, 1.15520833333333, 1.01814549282763, 3.590625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 675, '2021-05-23 00:00:00', 0.116441617827643, 0.298958333333333, 0.151920078149427, 0.445833333333334, 0.274734308409764, 0.659375, 0.45029680228148, 1.13541666666667, 1.01919085553198, 3.625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 690, '2021-05-23 00:00:00', 0.147303664466358, 0.30625, 0.244726999629844, 0.475, 0.324874557730933, 0.637500000000001, 0.443375556450704, 1.12416666666667, 1.01154510795851, 3.621875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 705, '2021-05-23 00:00:00', 0.13573054481988, 0.288541666666667, 0.180717045024313, 0.437708333333333, 0.285867529749738, 0.604374999999999, 0.406136299584978, 1.06479166666667, 1.0091497174225, 3.75625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 720, '2021-05-23 00:00:00', 0.119443152447793, 0.278333333333332, 0.169705494048204, 0.368958333333333, 0.217133833036853, 0.515833333333332, 0.408617710055517, 1.02520833333333, 0.989774325581197, 3.78354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 735, '2021-05-23 00:00:00', 0.140005175887758, 0.241666666666666, 0.211104754544525, 0.399999999999997, 0.191174738909465, 0.507291666666664, 0.45523345659123, 1.05875, 1.06483615719352, 3.85229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 750, '2021-05-23 00:00:00', 0.166974353667287, 0.274999999999999, 0.163174464292367, 0.377083333333332, 0.201467330217401, 0.527708333333333, 0.459287412777915, 1.08166666666667, 1.06839780407563, 3.87729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 765, '2021-05-23 00:00:00', 0.148599744474782, 0.253333333333333, 0.156034271365554, 0.386458333333332, 0.250228066261416, 0.560208333333334, 0.522274845740012, 1.14833333333333, 1.14487403189742, 3.916875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 780, '2021-05-23 00:00:00', 0.123647575091818, 0.246874999999999, 0.193324743687246, 0.37375, 0.257608848529276, 0.560833333333334, 0.482984194238339, 1.14958333333334, 1.17288562460531, 3.92208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 795, '2021-05-23 00:00:00', 0.160149245384115, 0.262708333333334, 0.188456257178067, 0.388750000000001, 0.242338770546821, 0.595416666666667, 0.469571767600583, 1.15291666666667, 1.19429848352647, 3.91479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 810, '2021-05-23 00:00:00', 0.0941658650728987, 0.234583333333332, 0.150679018667718, 0.367916666666665, 0.245507091311142, 0.554583333333334, 0.538543350360389, 1.149375, 1.21694348647559, 3.89916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 825, '2021-05-23 00:00:00', 0.153211396064582, 0.252083333333332, 0.219721496972609, 0.404166666666666, 0.235817169262208, 0.533541666666668, 0.549350035912006, 1.160625, 1.21776521900701, 3.89395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 840, '2021-05-23 00:00:00', 0.200229487903473, 0.281249999999999, 0.205480613705273, 0.376250000000001, 0.217614599993737, 0.491875000000001, 0.578412330673684, 1.17104166666667, 1.21880686415094, 3.88979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 855, '2021-05-23 00:00:00', 0.109836629340707, 0.213541666666666, 0.0963517013981552, 0.300208333333333, 0.131691888980256, 0.415833333333336, 0.653850911517873, 1.21083333333333, 1.22018914472841, 3.885625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 870, '2021-05-23 00:00:00', 0.0956404801811209, 0.215833333333333, 0.138767706795475, 0.318958333333335, 0.157169108361624, 0.418958333333336, 0.665978324439459, 1.24520833333333, 1.22018914472841, 3.885625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 885, '2021-05-23 00:00:00', 0.117111213092017, 0.209583333333335, 0.138060944062259, 0.287708333333335, 0.203516192426328, 0.420833333333335, 0.843552888946079, 1.75979166666667, 1.22004140981635, 3.88145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 900, '2021-05-23 00:00:00', 0.106352571972743, 0.177500000000001, 0.148536184778004, 0.277708333333334, 0.202650462977333, 0.434583333333334, 0.862276646148297, 1.80666666666667, 1.22015471815335, 3.87833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 915, '2021-05-23 00:00:00', 0.124542641553877, 0.190000000000001, 0.161929041535959, 0.310833333333334, 0.287444938016492, 0.504374999999999, 0.911515599650274, 1.85041666666667, 1.22138308095159, 3.87625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 930, '2021-05-23 00:00:00', 0.114141208946246, 0.226041666666667, 0.170567971703409, 0.331041666666666, 0.258433740421809, 0.503541666666666, 0.902960082856316, 1.88895833333333, 1.23159535912701, 3.85645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 945, '2021-05-23 00:00:00', 0.118752383652661, 0.226041666666666, 0.195238148891577, 0.358749999999998, 0.308025502426224, 0.560833333333334, 0.913134804999487, 1.92229166666667, 1.24659360133287, 3.83770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 960, '2021-05-23 00:00:00', 0.127990142000371, 0.236458333333332, 0.139745498488595, 0.313749999999999, 0.216340508411416, 0.610208333333334, 0.903084087759949, 1.94, 1.25452700177733, 3.82520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 975, '2021-05-23 00:00:00', 0.0912622832709468, 0.206249999999999, 0.196318932322906, 0.430416666666667, 0.216473715645149, 0.645000000000001, 0.891272803436148, 1.98458333333333, 1.25067916332096, 3.81875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 990, '2021-05-23 00:00:00', 0.174525330279277, 0.360000000000002, 0.15650518687183, 0.504347826086958, 0.263159204282159, 0.708695652173915, 0.903181848020037, 1.99021739130435, 1.24513503878982, 3.86391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1005, '2021-05-23 00:00:00', 0.140750929927167, 0.337291666666665, 0.165670437437038, 0.499791666666667, 0.243082186256752, 0.720416666666666, 0.891782838158925, 1.97375, 1.24738754176392, 3.801875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1020, '2021-05-23 00:00:00', 0.136827240857145, 0.317708333333335, 0.208633841239009, 0.460416666666668, 0.324597576941851, 0.686249999999999, 0.871145755620856, 1.95833333333333, 1.24531549753699, 3.77291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1035, '2021-05-23 00:00:00', 0.151920078149425, 0.283333333333333, 0.170427850347039, 0.4425, 0.364812278012139, 0.691458333333333, 0.861236866499218, 1.940625, 1.22226800872187, 3.75104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1050, '2021-05-23 00:00:00', 0.105668806840669, 0.270625, 0.210498782226502, 0.429791666666664, 0.299554923467991, 0.661250000000001, 0.832285573203283, 1.90833333333333, 1.20402357983434, 3.73020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1065, '2021-05-23 00:00:00', 0.172656146509576, 0.291666666666663, 0.273916756502325, 0.471041666666665, 0.718201980744224, 1.28020833333333, 0.810661939896712, 1.88854166666667, 1.22895278782797, 3.73645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:49:00 Duration: 884ms Database: acaweb_fx User: pgperfstats
8 47s251ms 173 51ms 1s656ms 273ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 23 17 173 47s251ms 273ms [ User: postgres - Total duration: 47s251ms - Times executed: 173 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:48:24 Duration: 1s656ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:05:41 Duration: 1s129ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:02:48 Duration: 1s13ms Database: acaweb_fx User: postgres Bind query: yes
9 43s969ms 4 1s893ms 24s364ms 10s992ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 23 17 4 43s969ms 10s992ms [ User: pgperfstats - Total duration: 43s969ms - Times executed: 4 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1035, '2021-05-23 00:00:00', 0.000263974430579941, 0.000777499999999999, 0.000263921316945914, 0.00111769230769231, 0.000470167400630236, 0.00166423076923077, 0.000875617584249054, 0.00242807692307694, 0.00276447361104315, 0.00603288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1050, '2021-05-23 00:00:00', 0.000254366558638988, 0.000822884615384613, 0.00048031932487269, 0.00138557692307694, 0.000576679753816217, 0.00158153846153847, 0.000852169899997378, 0.00238153846153846, 0.00277445406965325, 0.00598423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1065, '2021-05-23 00:00:00', 0.00044440902850345, 0.00105923076923078, 0.000417195213483856, 0.00121961538461539, 0.000547748257729912, 0.00140807692307692, 0.000790423961214187, 0.00228903846153846, 0.00279133902248752, 0.00593653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1080, '2021-05-23 00:00:00', 0.000268088676488836, 0.000788461538461533, 0.000307287387410444, 0.000976538461538454, 0.000386027898553382, 0.00125153846153847, 0.0007184042144814, 0.00231884615384615, 0.00272999561143633, 0.00592403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1095, '2021-05-23 00:00:00', 0.00025265855646275, 0.000652115384615382, 0.000292001646465328, 0.000825192307692308, 0.000383384322138428, 0.00119153846153847, 0.000753263259731647, 0.00233346153846154, 0.0026773403062339, 0.00591634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1110, '2021-05-23 00:00:00', 0.000155924537961363, 0.000567307692307677, 0.000350460356586125, 0.000932307692307702, 0.000431126833024634, 0.00115211538461539, 0.000710634494388918, 0.00230076923076923, 0.00261595268717506, 0.00592269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1125, '2021-05-23 00:00:00', 0.00030709833053175, 0.000715769230769236, 0.000295623265973129, 0.000853653846153845, 0.000461759011406816, 0.00114076923076923, 0.000717442251763429, 0.00225576923076923, 0.00263702632640515, 0.00592961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1140, '2021-05-23 00:00:00', 0.000160341462558459, 0.000500769230769223, 0.000319528017310144, 0.000756923076923078, 0.000410589866486683, 0.00102903846153846, 0.000695652239600751, 0.00218096153846153, 0.00261948257515457, 0.00590519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1155, '2021-05-23 00:00:00', 0.000235971641060127, 0.000566153846153844, 0.000354302130956067, 0.000754999999999984, 0.00064412468931459, 0.00110884615384615, 0.000699817805959865, 0.00216980769230768, 0.00263283574088121, 0.00588596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1170, '2021-05-23 00:00:00', 0.000150386297452727, 0.000494038461538457, 0.000215901687028005, 0.000671538461538458, 0.000601044123556271, 0.00106596153846153, 0.000662632744320823, 0.00221807692307692, 0.00288532737110738, 0.00591403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1185, '2021-05-23 00:00:00', 0.000225317297639092, 0.000536730769230767, 0.000617635316845926, 0.000910769230769236, 0.000582783803428379, 0.00109980769230769, 0.000692417837391881, 0.00224730769230768, 0.00288727551241915, 0.00591173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1200, '2021-05-23 00:00:00', 0.000640484672247982, 0.000733846153846153, 0.000614383868978937, 0.00086846153846154, 0.000588709050511239, 0.00115211538461539, 0.000691814892983552, 0.00224038461538461, 0.00286859950418048, 0.00590865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1215, '2021-05-23 00:00:00', 0.000168083312675595, 0.000444999999999982, 0.00020052968320464, 0.00063307692307692, 0.00051352761891121, 0.000968846153846156, 0.000755237812775663, 0.00216807692307691, 0.00286043356046703, 0.00589307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1230, '2021-05-23 00:00:00', 0.00017252435725471, 0.000440576923076927, 0.000362676853410851, 0.000702499999999999, 0.000508836379928235, 0.000927307692307695, 0.000783812870132048, 0.00216615384615383, 0.00281935211460964, 0.00585788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1245, '2021-05-23 00:00:00', 0.00031020966854942, 0.000495961538461547, 0.000518658513712206, 0.000674423076923097, 0.000519677895801447, 0.000938653846153859, 0.000863775077560931, 0.00219576923076923, 0.00281319153549568, 0.00585884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1260, '2021-05-23 00:00:00', 0.000525206955545955, 0.000517884615384618, 0.000516016137195495, 0.000640576923076918, 0.000550741213834039, 0.00121173076923076, 0.000869376191034959, 0.00222480769230768, 0.00281240384451011, 0.00586923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1275, '2021-05-23 00:00:00', 0.000143575228204062, 0.000414615384615389, 0.000237255217985892, 0.000675961538461543, 0.000365648002235017, 0.00120230769230769, 0.000972497577612167, 0.00221846153846152, 0.00281016939675554, 0.00589903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1290, '2021-05-23 00:00:00', 0.000204078133604234, 0.000536730769230775, 0.000391106123705571, 0.000950000000000002, 0.000374046942755331, 0.00121134615384615, 0.00100117978482312, 0.00220019230769229, 0.00281119865619904, 0.00590673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1305, '2021-05-23 00:00:00', 0.000333923586376369, 0.000704807692307689, 0.000307942614534185, 0.000895576923076915, 0.000302194282896581, 0.00109076923076922, 0.000987466396701886, 0.00211673076923075, 0.00280066038915548, 0.00593615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1320, '2021-05-23 00:00:00', 0.000318924213326869, 0.00065942307692308, 0.000297940365741988, 0.000807307692307695, 0.000330360234615778, 0.00102826923076923, 0.00102565245650681, 0.00206519230769231, 0.00278613327308379, 0.00597115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1335, '2021-05-23 00:00:00', 0.000211101597851328, 0.00046826923076922, 0.00021099726574969, 0.000704615384615368, 0.00031612077779521, 0.000942115384615374, 0.000999823215142783, 0.00201230769230768, 0.00276406885141896, 0.00600115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1350, '2021-05-23 00:00:00', 0.000190763345132529, 0.00053442307692306, 0.000213538322988201, 0.000706153846153844, 0.00044500803795678, 0.00103807692307692, 0.000994007990217067, 0.00200673076923076, 0.0027243492095149, 0.00600615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1365, '2021-05-23 00:00:00', 0.000151415373673276, 0.000498846153846168, 0.000240254112267698, 0.000700961538461545, 0.000453874474344533, 0.000985961538461541, 0.00109304247225524, 0.00205038461538462, 0.002714016325556, 0.00602615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1380, '2021-05-23 00:00:00', 0.000273894140134469, 0.000524999999999998, 0.00047671701814032, 0.000768653846153856, 0.000553456967961023, 0.00108615384615386, 0.00119956205149404, 0.00212365384615385, 0.0027175233421968, 0.00602365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1395, '2021-05-23 00:00:00', 0.000306777544058332, 0.000497307692307701, 0.000316182761170705, 0.000693461538461542, 0.000684922005666457, 0.00136192307692308, 0.00138491622906889, 0.0022848076923077, 0.00256316246971466, 0.00599461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1410, '2021-05-23 00:00:00', 0.000180055653789442, 0.000445961538461544, 0.000298634585044358, 0.000753846153846156, 0.000705510535275422, 0.00138865384615385, 0.00139956175833173, 0.00228865384615386, 0.00256064701108617, 0.00596134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1425, '2021-05-23 00:00:00', 0.000337951123002218, 0.000649807692307696, 0.000679152441254209, 0.00118903846153846, 0.000819884513443585, 0.00145384615384616, 0.00138069365231337, 0.00234519230769231, 0.00254540132093453, 0.00596326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 0, '2021-05-23 00:00:00', 0.000699766664407059, 0.000939230769230773, 0.000721852025108905, 0.00119788461538463, 0.000847526468840126, 0.00142365384615385, 0.00138510456422832, 0.00242557692307693, 0.002550406121506, 0.00599076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 15, '2021-05-23 00:00:00', 0.000444312390104084, 0.000730200000000014, 0.000608562171570549, 0.00096700000000002, 0.000649713077699167, 0.001247, 0.0012511392475127, 0.00233160000000001, 0.0023666458684532, 0.0059722 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 30, '2021-05-23 00:00:00', 0.000588152616248523, 0.000706200000000012, 0.000561233537249261, 0.000936799999999991, 0.000544592737740778, 0.00114099999999999, 0.00115294579230768, 0.0022956, 0.00221662587055189, 0.0058836 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 45, '2021-05-23 00:00:00', 0.000323406923954227, 0.000649038461538448, 0.000326567521584505, 0.000852884615384605, 0.000350107071534504, 0.000999807692307675, 0.0011378122056757, 0.00227115384615384, 0.0021206093554593, 0.00581903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 60, '2021-05-23 00:00:00', 0.000340399087045691, 0.00066153846153847, 0.000341654627680339, 0.000751730769230783, 0.000371898714499204, 0.000980576923076921, 0.00121501579603533, 0.00228076923076923, 0.00211887147938562, 0.00579211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 75, '2021-05-23 00:00:00', 0.000141910182862268, 0.000357500000000015, 0.000172624982593442, 0.000519230769230776, 0.000273658757186054, 0.000831346153846151, 0.00114987042748301, 0.00218, 0.00196263207296887, 0.00572942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 90, '2021-05-23 00:00:00', 0.000115838083282068, 0.000372307692307685, 0.000221073256219261, 0.000580769230769218, 0.000347035854942077, 0.00087826923076922, 0.00118755380444909, 0.00230096153846154, 0.00196066496765371, 0.00572134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 105, '2021-05-23 00:00:00', 0.00018370251872147, 0.000446153846153848, 0.000283097767836207, 0.000662115384615392, 0.00040686777288866, 0.000895769230769232, 0.00123076255286649, 0.0023173076923077, 0.00197262227855362, 0.00570442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 120, '2021-05-23 00:00:00', 0.000192084216305883, 0.00049211538461538, 0.000259413836295467, 0.000638461538461528, 0.000494633352945539, 0.000936923076923075, 0.00123466775350231, 0.0023323076923077, 0.00197223805904317, 0.0056798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 135, '2021-05-23 00:00:00', 0.00022266463226462, 0.000398461538461531, 0.000312205799975694, 0.000607307692307687, 0.00117379045764629, 0.00116903846153847, 0.00125243381523275, 0.00230769230769231, 0.00195814159345027, 0.00563750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 150, '2021-05-23 00:00:00', 0.000181500688703933, 0.000452499999999992, 0.000324431099713849, 0.000686538461538454, 0.00111957576099849, 0.00120326923076924, 0.00119869743407647, 0.00225346153846154, 0.00185139108821946, 0.00561519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 165, '2021-05-23 00:00:00', 0.000198846771312827, 0.000454038461538464, 0.001152065369406, 0.000891153846153856, 0.00111455581010828, 0.00117557692307692, 0.00117935081555652, 0.00219211538461538, 0.00178420882056573, 0.00559865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 180, '2021-05-23 00:00:00', 0.00116485193842887, 0.000750961538461543, 0.00113412338224455, 0.000960384615384617, 0.00111259004821389, 0.00123115384615385, 0.00118836994045819, 0.00215865384615385, 0.00177371662162988, 0.00563057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 195, '2021-05-23 00:00:00', 0.00022199177046425, 0.000517115384615395, 0.000295212048951532, 0.000698076923076927, 0.000334745598006329, 0.00102615384615385, 0.000754056618971925, 0.00194423076923078, 0.00172270673650507, 0.00562750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 210, '2021-05-23 00:00:00', 0.000235718296669167, 0.000503653846153849, 0.000294988722079067, 0.000772115384615383, 0.000372051692024714, 0.00115269230769232, 0.000816617813818775, 0.00194057692307694, 0.00170889042948925, 0.00574750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 225, '2021-05-23 00:00:00', 0.000229282492873874, 0.000572692307692319, 0.000309863493518338, 0.000814230769230774, 0.000407163546804179, 0.00116192307692309, 0.000832010840350978, 0.00188903846153848, 0.00170638584553615, 0.00578057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 240, '2021-05-23 00:00:00', 0.000303060034671985, 0.000584230769230779, 0.000370564226759475, 0.000840384615384625, 0.000514446266910802, 0.0011348076923077, 0.000829122149301025, 0.00181653846153848, 0.00176111801246996, 0.00581557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 255, '2021-05-23 00:00:00', 0.000175526022615976, 0.000490769230769222, 0.000224259122102448, 0.00069307692307692, 0.000438574833540853, 0.00093673076923077, 0.000791331691614738, 0.00172038461538462, 0.00178885227493453, 0.00580769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 270, '2021-05-23 00:00:00', 0.000179802990477407, 0.000511346153846147, 0.000390470918842286, 0.000728461538461537, 0.000466249396782454, 0.0010075, 0.000775721698707832, 0.00170307692307693, 0.00181965006145519, 0.00580288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 285, '2021-05-23 00:00:00', 0.000300656972951925, 0.000501153846153841, 0.000304189971007485, 0.000638461538461549, 0.000442592754294345, 0.00101211538461538, 0.000709624169218096, 0.00164769230769231, 0.00174594745052651, 0.0058125 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 300, '2021-05-23 00:00:00', 0.000168998406911014, 0.000452692307692318, 0.000320265274661255, 0.00071461538461539, 0.000527947294863667, 0.00107211538461538, 0.000663101019105284, 0.00166980769230769, 0.00164570748171862, 0.00578134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 315, '2021-05-23 00:00:00', 0.00027083205127902, 0.000545000000000009, 0.000343780397257414, 0.000769807692307697, 0.000524442451194971, 0.00108326923076923, 0.00058785977527351, 0.00165365384615385, 0.00161924423254041, 0.00577173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 330, '2021-05-23 00:00:00', 0.000308749649641657, 0.000512884615384606, 0.000510665214733167, 0.000745192307692296, 0.000547782663246875, 0.000934615384615384, 0.000583330523802762, 0.00166749999999999, 0.00161345798019228, 0.00577557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 345, '2021-05-23 00:00:00', 0.000308142886436703, 0.000500961538461537, 0.000339289529186206, 0.000675769230769217, 0.000391106910428093, 0.000851153846153841, 0.000629198788448152, 0.00175634615384616, 0.00161031922301139, 0.005805 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 360, '2021-05-23 00:00:00', 0.000165587183636323, 0.000423653846153833, 0.000181114179880649, 0.000552115384615389, 0.000232632840462254, 0.000765961538461526, 0.000660753765378251, 0.00182846153846154, 0.00164209931302773, 0.00583692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 375, '2021-05-23 00:00:00', 0.0001275866221586, 0.00036788461538463, 0.000186847634348245, 0.000559038461538452, 0.000177933003813659, 0.000711923076923074, 0.000730828744540169, 0.00197557692307692, 0.00163674076938098, 0.00583711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 390, '2021-05-23 00:00:00', 0.000149110826104397, 0.000434038461538448, 0.000141393069137075, 0.000524999999999981, 0.000232593818953527, 0.000743269230769228, 0.00076280134020294, 0.00206326923076922, 0.00159251384488608, 0.00584788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 405, '2021-05-23 00:00:00', 0.000143549107116162, 0.000352884615384613, 0.000151540423649928, 0.000512499999999997, 0.000229902989574707, 0.000795769230769256, 0.000821286818633747, 0.00222903846153846, 0.00157586054634871, 0.00586230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 420, '2021-05-23 00:00:00', 0.000127090064975122, 0.000368269230769226, 0.000169355792978526, 0.000545769230769232, 0.000229415310333437, 0.000794230769230784, 0.000875589318028826, 0.00239057692307692, 0.00154003912287968, 0.0058875 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 435, '2021-05-23 00:00:00', 0.000118665658307432, 0.000391538461538456, 0.000184388073200143, 0.000550192307692317, 0.000276409951952663, 0.000787307692307692, 0.00084747863599124, 0.00254403846153845, 0.00152709246105643, 0.00589076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 450, '2021-05-23 00:00:00', 0.000174481760122329, 0.000381730769230772, 0.000222332045511983, 0.000546538461538459, 0.000360878042472067, 0.000809807692307677, 0.000906451661912895, 0.00265384615384615, 0.00151348702060456, 0.00587980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 465, '2021-05-23 00:00:00', 0.000157100653673408, 0.000386153846153848, 0.00023337490472166, 0.000574615384615387, 0.000269444514054089, 0.000817115384615379, 0.000948007728790319, 0.00274057692307692, 0.00152567166797498, 0.00586403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 480, '2021-05-23 00:00:00', 0.000178253061253259, 0.000436923076923083, 0.000226896536909545, 0.000619038461538452, 0.000267046524324592, 0.000869615384615377, 0.000912053473466095, 0.00279346153846154, 0.00149586100752917, 0.00586307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 495, '2021-05-23 00:00:00', 0.000157606740386907, 0.000403269230769217, 0.000159995192235458, 0.000577307692307687, 0.000277719005748344, 0.000879615384615395, 0.000861055814326016, 0.00283134615384616, 0.00145405609086606, 0.00584365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 510, '2021-05-23 00:00:00', 0.00011355852438957, 0.000383461538461544, 0.000189288241741354, 0.000570961538461543, 0.000381419867579826, 0.000988653846153854, 0.000846657523168894, 0.00293019230769231, 0.0014948294603013, 0.00587134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 525, '2021-05-23 00:00:00', 0.000128200564021313, 0.00042423076923076, 0.000200783848568938, 0.000691923076923084, 0.00053568464460122, 0.00119403846153847, 0.000822335791417457, 0.00300307692307693, 0.00148539334339946, 0.00586423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 540, '2021-05-23 00:00:00', 0.000148587192739319, 0.000571923076923083, 0.000343288676458478, 0.00082865384615386, 0.00050574107847944, 0.00132903846153847, 0.000808645781538511, 0.00300000000000001, 0.00150510812287307, 0.00585769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 555, '2021-05-23 00:00:00', 0.000226094347222911, 0.000575576923076936, 0.000408890431063618, 0.000955769230769245, 0.000480892959463489, 0.00142096153846154, 0.000809837020640581, 0.00303500000000001, 0.00148444384820093, 0.00590153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 570, '2021-05-23 00:00:00', 0.00028903985618171, 0.000699038461538459, 0.000331442360692684, 0.000989038461538455, 0.000477488179475124, 0.00145980769230767, 0.000795577390714053, 0.00295576923076922, 0.00148758835548838, 0.00586865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 585, '2021-05-23 00:00:00', 0.000313895928368225, 0.000659423076923063, 0.000380543184651373, 0.00110134615384615, 0.000481793484325457, 0.00151980769230767, 0.00082897295121502, 0.0029130769230769, 0.00151893222870036, 0.00587134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 600, '2021-05-23 00:00:00', 0.000243906429094934, 0.000877115384615388, 0.000297876071288287, 0.00113692307692307, 0.000397603010358523, 0.00157692307692307, 0.000837007398184378, 0.00291576923076922, 0.00147788176117037, 0.00590749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 615, '2021-05-23 00:00:00', 0.000166469678458737, 0.000706923076923062, 0.000239152751315004, 0.00099596153846153, 0.000382301733431352, 0.00146384615384614, 0.000914114788280908, 0.00284461538461538, 0.00151852505614951, 0.00591711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 630, '2021-05-23 00:00:00', 0.000225283069799899, 0.000737307692307689, 0.000290400519177334, 0.0010376923076923, 0.000419268456315931, 0.00144403846153846, 0.000889542319657442, 0.00283153846153846, 0.00155456297346281, 0.00593403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 645, '2021-05-23 00:00:00', 0.00024927062834166, 0.00064461538461538, 0.000318747368013274, 0.000943269230769227, 0.000510795909868572, 0.00145269230769231, 0.0008310405895854, 0.00280269230769231, 0.00166821937544658, 0.00596173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 660, '2021-05-23 00:00:00', 0.000220078657267403, 0.000656153846153845, 0.000359850022178046, 0.000964038461538462, 0.000657460762210304, 0.00143057692307694, 0.000845549730148286, 0.00278788461538462, 0.00173794141044911, 0.00603211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 675, '2021-05-23 00:00:00', 0.000248434869966736, 0.000611730769230776, 0.000472966131491941, 0.000965192307692324, 0.000628332714411721, 0.00139000000000001, 0.000803379137432333, 0.00270096153846154, 0.00174617736344719, 0.00603576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 690, '2021-05-23 00:00:00', 0.000322305934454544, 0.000676346153846152, 0.000432078563013013, 0.00094826923076923, 0.000598526427666634, 0.00144826923076923, 0.00077471066559369, 0.00274884615384616, 0.00174824294210369, 0.00603923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 705, '2021-05-23 00:00:00', 0.000228282972174052, 0.00059365384615385, 0.000420467734058902, 0.000883653846153849, 0.000486786045245932, 0.00136057692307692, 0.000723877725543796, 0.00268019230769231, 0.00190406055979966, 0.00616384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 720, '2021-05-23 00:00:00', 0.000249347147567407, 0.000600000000000002, 0.000398812660859132, 0.000958461538461541, 0.000455923956209995, 0.00133057692307693, 0.000732058425579212, 0.00266346153846154, 0.00188821331910924, 0.00613846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 735, '2021-05-23 00:00:00', 0.000317129250524877, 0.000694807692307688, 0.000385749420459229, 0.000948846153846153, 0.000499845091387944, 0.00127634615384615, 0.000807454428340173, 0.00277057692307693, 0.00188740049151859, 0.00613384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 750, '2021-05-23 00:00:00', 0.000221148140394645, 0.000612499999999999, 0.000292505621247777, 0.000853461538461536, 0.000366770311691751, 0.00115730769230768, 0.000821150131499438, 0.00270846153846155, 0.00187552339361577, 0.00616499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 765, '2021-05-23 00:00:00', 0.000160648804731123, 0.000575961538461545, 0.000309206179657629, 0.0008226923076923, 0.00036724713959192, 0.00113730769230769, 0.00082949298694119, 0.00277884615384617, 0.00187541516429338, 0.00622096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 780, '2021-05-23 00:00:00', 0.000233363697658007, 0.000581153846153832, 0.000257149462674621, 0.000809615384615377, 0.000326106636641361, 0.00117846153846153, 0.000832364773032004, 0.00288134615384616, 0.00191600290067229, 0.00628134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 795, '2021-05-23 00:00:00', 0.000230326190100371, 0.000601923076923075, 0.000306797164263287, 0.000867499999999995, 0.000392251146000189, 0.0013298076923077, 0.000847068792047946, 0.00293846153846155, 0.001930050935956, 0.00628115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 810, '2021-05-23 00:00:00', 0.000198157377238002, 0.000582115384615372, 0.000230998834495904, 0.000772692307692305, 0.000478061148325667, 0.00131269230769229, 0.000795923653083928, 0.0029473076923077, 0.00193851537165787, 0.00624961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 825, '2021-05-23 00:00:00', 0.000148121052365446, 0.000554615384615401, 0.000365203894578609, 0.000941730769230781, 0.000434617249825802, 0.00130692307692308, 0.000731602245864409, 0.00300038461538463, 0.00192689734667298, 0.00623923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 840, '2021-05-23 00:00:00', 0.000306163103841458, 0.000725384615384624, 0.000393644705090946, 0.00100192307692307, 0.000363665156639794, 0.00131211538461538, 0.000736915087478772, 0.00303461538461539, 0.00192769101617613, 0.00622057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 855, '2021-05-23 00:00:00', 0.000253566255944749, 0.000644615384615385, 0.000245034455975851, 0.000866730769230772, 0.000383177052870028, 0.00127442307692308, 0.00071174466035122, 0.0029623076923077, 0.00188907752212962, 0.00616173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 870, '2021-05-23 00:00:00', 0.000175880750685062, 0.000619038461538443, 0.000276895981580423, 0.000845769230769216, 0.000355143795362705, 0.00133634615384615, 0.000690239005428833, 0.00298173076923077, 0.0018294054940167, 0.0061726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 885, '2021-05-23 00:00:00', 0.000197727181898548, 0.000604038461538452, 0.000269832426630939, 0.000956538461538464, 0.000387304094399302, 0.00134269230769232, 0.00069101455511778, 0.00298634615384614, 0.00177562218781084, 0.00619307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 900, '2021-05-23 00:00:00', 0.000195562862868526, 0.000711399999999975, 0.000287268022353125, 0.000983999999999981, 0.000411246884486686, 0.00149139999999999, 0.000702127243928523, 0.00298919999999999, 0.00176120146017806, 0.0061908 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 915, '2021-05-23 00:00:00', 0.00027952019329834, 0.000753461538461538, 0.000307415591917269, 0.00101288461538463, 0.00044483518987806, 0.00161211538461539, 0.000712794824292693, 0.00292769230769231, 0.00171453565142285, 0.00614750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 930, '2021-05-23 00:00:00', 0.000305938719354049, 0.000777500000000008, 0.000392899527184149, 0.00118096153846154, 0.000507464322353357, 0.00160596153846155, 0.000814252205306287, 0.00295057692307692, 0.00177314921928364, 0.00625807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 945, '2021-05-23 00:00:00', 0.000320295356483068, 0.000841346153846157, 0.000500793831370233, 0.00125769230769231, 0.00061675431463054, 0.00168173076923079, 0.000793040012570895, 0.0028876923076923, 0.00198427077285334, 0.00641250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 960, '2021-05-23 00:00:00', 0.000303147907540451, 0.000869423076923076, 0.000402169692466339, 0.00110269230769232, 0.000616173708025222, 0.00171903846153847, 0.000720751770989571, 0.00284365384615384, 0.00210512126455022, 0.00637653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 975, '2021-05-23 00:00:00', 0.00029900893992296, 0.000752884615384616, 0.000472552683265635, 0.00120903846153847, 0.000659679438468774, 0.00177480769230769, 0.000880928116337441, 0.00293288461538461, 0.00209713375825196, 0.00641999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 990, '2021-05-23 00:00:00', 0.000319961536149877, 0.000949230769230779, 0.000561845071719416, 0.00133173076923077, 0.000585341747647022, 0.00176480769230769, 0.000869200184962276, 0.0028801923076923, 0.00214044157917149, 0.00643192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1005, '2021-05-23 00:00:00', 0.000355421526554685, 0.000897307692307699, 0.000305803921592802, 0.00124903846153846, 0.000384572939965683, 0.00164211538461539, 0.00088394804929144, 0.00271807692307692, 0.00223194228109821, 0.00642711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1020, '2021-05-23 00:00:00', 0.000288869414202237, 0.000916538461538449, 0.00030029242158526, 0.00118346153846152, 0.000337690174340561, 0.00162942307692305, 0.000909279956042986, 0.00259403846153843, 0.00229771864281476, 0.00649980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1035, '2021-05-23 00:00:00', 0.000253138530027778, 0.000771346153846151, 0.000375365104316407, 0.00109480769230769, 0.000330813914691996, 0.00150461538461538, 0.000841103053230593, 0.0024528846153846, 0.00244332214727912, 0.00661134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1050, '2021-05-23 00:00:00', 0.000258666476671881, 0.000787115384615387, 0.000271253500509138, 0.00117230769230768, 0.000425754217649281, 0.00150557692307692, 0.00085937108041063, 0.0024155769230769, 0.00245318098833707, 0.00661980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1065, '2021-05-23 00:00:00', 0.000275399639684695, 0.000990192307692296, 0.000305753105525448, 0.0012351923076923, 0.000468217897991953, 0.00158999999999999, 0.000865447772054346, 0.00245461538461537, 0.00248362939295266, 0.0066451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1080, '2021-05-23 00:00:00', 0.000287534412656175, 0.000805961538461532, 0.000452572136196576, 0.00105153846153846, 0.000565720915157058, 0.00142192307692307, 0.000986571920260319, 0.00238692307692306, 0.00264801403813382, 0.00664711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1095, '2021-05-23 00:00:00', 0.000298812006761132, 0.000693846153846135, 0.000339544038154351, 0.00104807692307691, 0.000393832891152888, 0.00133211538461537, 0.00106107110252583, 0.00234826923076922, 0.00266801210930246, 0.00659615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1110, '2021-05-23 00:00:00', 0.000233796838170384, 0.000720192307692295, 0.000307189054792988, 0.000888653846153852, 0.000484935523073392, 0.00124269230769231, 0.00106954411567949, 0.00228115384615384, 0.00267016637338171, 0.0066326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1125, '2021-05-23 00:00:00', 0.000182648569663147, 0.000637500000000017, 0.000359627638622966, 0.000924038461538477, 0.000414133618348176, 0.00117057692307693, 0.00107828704969432, 0.00224019230769231, 0.00262406208885267, 0.00667038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1140, '2021-05-23 00:00:00', 0.00020729698131312, 0.000589038461538473, 0.000342004554625545, 0.000828653846153856, 0.000321779487322497, 0.00113596153846154, 0.00107437058496878, 0.00214807692307693, 0.00260892229444679, 0.00666346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1155, '2021-05-23 00:00:00', 0.000321458455265284, 0.000593461538461549, 0.000314216547084234, 0.000745961538461549, 0.000939155676453785, 0.00135576923076923, 0.00111997431289226, 0.0021826923076923, 0.00258022452809529, 0.00665115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1170, '2021-05-23 00:00:00', 0.000190737032022152, 0.000531153846153854, 0.000279235770245538, 0.000833846153846155, 0.00095203605700947, 0.00128557692307693, 0.00111365159929638, 0.00215673076923077, 0.00260243359480787, 0.00665884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1185, '2021-05-23 00:00:00', 0.000181920206515004, 0.000595192307692308, 0.000974162993785699, 0.00100346153846154, 0.000959043353475814, 0.00117307692307693, 0.00110902049644649, 0.0020776923076923, 0.00262755048257147, 0.00664846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1200, '2021-05-23 00:00:00', 0.00101244587699597, 0.000815576923076933, 0.000990821182345527, 0.000928846153846163, 0.0009751664157781, 0.00111653846153846, 0.00118414701530094, 0.00231192307692307, 0.00263634911456092, 0.00665442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1215, '2021-05-23 00:00:00', 0.000119708620600836, 0.000456923076923077, 0.000189583348830651, 0.000620384615384615, 0.000305987179218594, 0.000868076923076909, 0.000735438670768351, 0.00218096153846153, 0.00260661112144899, 0.00671346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1230, '2021-05-23 00:00:00', 0.000121449102983024, 0.00044826923076923, 0.000216750210717657, 0.000644423076923059, 0.000322352470728242, 0.000896346153846133, 0.000746825306521897, 0.00216903846153846, 0.00258358219562267, 0.00674980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1245, '2021-05-23 00:00:00', 0.000161548278090001, 0.000479615384615367, 0.000291500164929375, 0.000667884615384597, 0.00038805332702527, 0.000929230769230746, 0.000755499758183539, 0.00218326923076923, 0.00255395527338705, 0.00682153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1260, '2021-05-23 00:00:00', 0.000241620809088588, 0.00046115384615384, 0.000254099314321109, 0.000627692307692308, 0.000425223018408698, 0.00100115384615385, 0.000697639316111565, 0.00214115384615385, 0.00255345660142964, 0.00684884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1275, '2021-05-23 00:00:00', 0.000133125302455419, 0.000437884615384615, 0.000228236466445198, 0.000621730769230756, 0.000470408823831418, 0.0011276923076923, 0.000741790142415363, 0.00215115384615386, 0.00256955024499201, 0.00692769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1290, '2021-05-23 00:00:00', 0.000175113260052328, 0.000469423076923065, 0.00027897642580304, 0.000804615384615391, 0.000446347786097169, 0.00111788461538462, 0.000832403655778761, 0.00214538461538463, 0.00259012473712101, 0.00696192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1305, '2021-05-23 00:00:00', 0.000194793776555138, 0.000651153846153859, 0.00039464589775567, 0.000900769230769235, 0.000429508842928562, 0.00108538461538462, 0.000859458617610298, 0.00211134615384617, 0.00259012473712101, 0.00696192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1320, '2021-05-23 00:00:00', 0.000429536243657483, 0.000674230769230767, 0.000430542100148168, 0.000832499999999997, 0.000427308571625486, 0.00106115384615385, 0.00101487702930719, 0.00221076923076924, 0.00256388438026847, 0.00701134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1335, '2021-05-23 00:00:00', 0.000216467176406822, 0.000439038461538455, 0.000245676851544099, 0.00059865384615384, 0.000514791369242106, 0.000966923076923066, 0.0010205249214912, 0.00214365384615386, 0.00255306531447983, 0.00702250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1350, '2021-05-23 00:00:00', 0.000105598841776872, 0.000416346153846153, 0.000142553633631478, 0.000613461538461539, 0.000446373291522472, 0.000936346153846148, 0.00100826440747684, 0.00215634615384616, 0.00254525423393904, 0.00702365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1365, '2021-05-23 00:00:00', 0.000139474425557566, 0.000461346153846162, 0.000446400992554719, 0.000744615384615382, 0.000455603277154402, 0.000952115384615384, 0.000993128564765841, 0.00217788461538463, 0.00270965686871121, 0.00716288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1380, '2021-05-23 00:00:00', 0.000461305338560712, 0.00058115384615384, 0.000497956323385887, 0.000722499999999993, 0.000756549657732636, 0.00128423076923076, 0.000995795082410958, 0.00221038461538463, 0.00270333504141714, 0.00716788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1395, '2021-05-23 00:00:00', 0.000471054504440667, 0.000532884615384613, 0.000449690876731311, 0.000696730769230765, 0.000739336500883363, 0.0015376923076923, 0.0010246108454508, 0.00235423076923078, 0.00271535120267087, 0.00716307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1410, '2021-05-23 00:00:00', 0.000211130018271649, 0.000441730769230768, 0.000707970800136679, 0.00102942307692307, 0.000738308175180584, 0.00150019230769231, 0.00123803013508745, 0.00239115384615386, 0.00270435614404726, 0.00711692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1425, '2021-05-23 00:00:00', 0.000635597629128561, 0.000902115384615376, 0.00066335162969227, 0.00132923076923077, 0.000658106286716209, 0.00151173076923077, 0.00118678922047943, 0.00243057692307693, 0.00269953600714015, 0.00710442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 0, '2021-05-23 00:00:00', 0.000473941411504057, 0.00096730769230771, 0.000580903142992421, 0.00117769230769232, 0.000565892351818049, 0.0013469230769231, 0.00115191060350252, 0.00238403846153848, 0.00275185146066034, 0.0070273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 15, '2021-05-23 00:00:00', 0.000397575924050522, 0.000676153846153843, 0.000404287835392259, 0.000924423076923087, 0.000446835927554896, 0.00116211538461539, 0.00113606981096437, 0.00224884615384616, 0.00273153814093535, 0.00698384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 30, '2021-05-23 00:00:00', 0.000336470652509242, 0.000687500000000008, 0.00040648190422396, 0.000896538461538472, 0.00047021799363536, 0.00111519230769233, 0.00112306003675398, 0.00221538461538463, 0.00265978987024279, 0.00694807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 45, '2021-05-23 00:00:00', 0.000406465297979463, 0.000615961538461551, 0.000418146505426047, 0.00089250000000001, 0.000473833344607093, 0.00107403846153848, 0.00113581708982497, 0.00222769230769232, 0.00266150597190041, 0.00692596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 60, '2021-05-23 00:00:00', 0.000321471675986461, 0.000619038461538465, 0.000393736391706243, 0.000727884615384619, 0.000641186280384914, 0.00106961538461539, 0.00113270207910112, 0.00214, 0.00261220002326362, 0.00690980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 75, '2021-05-23 00:00:00', 0.000203430294242, 0.000396730769230768, 0.000231818563005306, 0.000590384615384627, 0.000574680379394951, 0.000956538461538481, 0.00111175744449256, 0.00211384615384616, 0.00257108695960409, 0.00684692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 90, '2021-05-23 00:00:00', 0.000213773154391436, 0.000429807692307703, 0.000565347578588051, 0.000741730769230786, 0.000534577511110042, 0.00101865384615385, 0.00111615955572945, 0.00213307692307693, 0.00251181996537601, 0.00682846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 105, '2021-05-23 00:00:00', 0.000539851404056287, 0.000523461538461547, 0.000521883128679209, 0.000750000000000011, 0.000507103577646161, 0.00103096153846156, 0.00113510412941519, 0.00220076923076923, 0.00248259192253705, 0.00684942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 120, '2021-05-23 00:00:00', 0.000181313583011905, 0.000518846153846167, 0.000277068514159317, 0.000710192307692302, 0.000354594893451018, 0.00103653846153846, 0.00120990266614239, 0.00222230769230768, 0.00242614017605046, 0.00684307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 135, '2021-05-23 00:00:00', 0.000203809866146016, 0.000492307692307681, 0.000289789313387925, 0.00068461538461539, 0.000704473944487345, 0.00114653846153847, 0.00122116445058993, 0.00218884615384614, 0.00243866442009683, 0.00683307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 150, '2021-05-23 00:00:00', 0.000242882766909349, 0.000469038461538481, 0.000261582756430055, 0.000738461538461547, 0.00105017839143936, 0.00125057692307693, 0.00120875301288305, 0.00223461538461538, 0.00244505010173617, 0.00681999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 165, '2021-05-23 00:00:00', 0.000185472058853579, 0.000533269230769236, 0.000724321326909132, 0.000885769230769235, 0.0010536505770233, 0.00128153846153847, 0.00125548611486364, 0.00220576923076922, 0.00244438323194531, 0.00679923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 180, '2021-05-23 00:00:00', 0.000756709297906721, 0.000725192307692314, 0.00109189829408026, 0.000946730769230776, 0.00113360006853591, 0.00126865384615386, 0.00129003541990729, 0.00219423076923076, 0.00245652753667887, 0.00677153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 195, '2021-05-23 00:00:00', 0.000414466710178453, 0.000535576923076926, 0.00041917817948201, 0.000837115384615394, 0.000432234266964648, 0.0010823076923077, 0.000948441170471921, 0.00202942307692307, 0.00221276670708867, 0.00665249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 210, '2021-05-23 00:00:00', 0.000253659978347763, 0.000629230769230767, 0.000379510818737039, 0.000837692307692308, 0.000400167464944359, 0.00109, 0.000947808017723811, 0.00206403846153845, 0.00222217953473958, 0.00669673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 225, '2021-05-23 00:00:00', 0.000241509117521793, 0.000564423076923081, 0.00024569094094316, 0.00077403846153846, 0.000343547163932631, 0.00108442307692307, 0.000986478585677361, 0.00196499999999999, 0.00221192370156353, 0.00663269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 240, '2021-05-23 00:00:00', 0.000162937104429897, 0.000527499999999993, 0.000269433379806276, 0.000747115384615373, 0.000351240493985802, 0.000993269230769213, 0.00100142323719795, 0.00190749999999999, 0.00214877944782257, 0.00659865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 255, '2021-05-23 00:00:00', 0.000267678050018171, 0.000506538461538454, 0.000306761495929037, 0.00071884615384614, 0.000468461146898922, 0.000940384615384602, 0.00101748717625636, 0.00184807692307691, 0.0021149756590707, 0.00657096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 270, '2021-05-23 00:00:00', 0.000240649841375074, 0.00050711538461538, 0.000241528545852319, 0.000665961538461533, 0.000405818309099036, 0.000932499999999994, 0.00101755289032825, 0.00185173076923076, 0.00211617453293582, 0.00655442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 285, '2021-05-23 00:00:00', 0.000205231951328627, 0.000498076923076919, 0.000404412061373822, 0.000706346153846144, 0.000594666163619436, 0.0010053846153846, 0.000991920921941159, 0.00187865384615384, 0.00210448009292995, 0.00654730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 300, '2021-05-23 00:00:00', 0.000346652785718145, 0.000511923076923079, 0.000340851930406061, 0.000670961538461544, 0.000804477494067747, 0.000979038461538457, 0.000986249539338873, 0.00183807692307693, 0.00209537219018116, 0.00652884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 315, '2021-05-23 00:00:00', 0.000202146272250116, 0.000458653846153849, 0.00042751684627178, 0.000685576923076918, 0.000638141080374503, 0.000970961538461541, 0.000875868645754263, 0.00192326923076923, 0.00200268935530355, 0.00647442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 330, '2021-05-23 00:00:00', 0.000298194825317548, 0.000453076923076924, 0.000483161065675424, 0.000646153846153856, 0.000558884465836938, 0.000925384615384631, 0.000794640896157617, 0.00193807692307692, 0.00194724306096121, 0.00643153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 345, '2021-05-23 00:00:00', 0.000245958407991139, 0.000463461538461543, 0.000268308375969467, 0.000654230769230781, 0.000455887469245837, 0.000900769230769239, 0.000666311892781114, 0.00194153846153846, 0.00183760455484852, 0.00634249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 360, '2021-05-23 00:00:00', 0.000182355527641843, 0.00043153846153847, 0.00031511926923968, 0.000598076923076926, 0.000376031913539257, 0.000839999999999999, 0.000795640235668984, 0.00192576923076922, 0.00184952489741389, 0.00627711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 375, '2021-05-23 00:00:00', 0.000232323382047864, 0.000368076923076913, 0.000280061531700558, 0.000562307692307687, 0.000306304524188689, 0.00077730769230769, 0.000813391971929888, 0.00194249999999999, 0.00184166387979833, 0.00624961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 390, '2021-05-23 00:00:00', 0.000235920782010856, 0.000421153846153842, 0.00027767994858497, 0.000593076923076918, 0.000317836677943488, 0.000838076923076905, 0.000784670656047208, 0.00196903846153844, 0.00180025674451003, 0.00621288461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 405, '2021-05-23 00:00:00', 0.000157899797827125, 0.000372884615384616, 0.000191139900435392, 0.000507307692307689, 0.000305594565497391, 0.000729038461538438, 0.00094410480594868, 0.00202826923076922, 0.00179688017022668, 0.00619288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 420, '2021-05-23 00:00:00', 0.000137987178891594, 0.000362692307692318, 0.000261989797217683, 0.00055557692307692, 0.000292212514869159, 0.000721923076923075, 0.000983509727768559, 0.00215923076923076, 0.00176408743024219, 0.00616230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 435, '2021-05-23 00:00:00', 0.000212029116287955, 0.000407115384615379, 0.000211253402339472, 0.000529999999999996, 0.000242907152252426, 0.000763269230769231, 0.000955904746622478, 0.00223173076923076, 0.00176220156229469, 0.0061428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 450, '2021-05-23 00:00:00', 0.000176758418361174, 0.000406538461538465, 0.000245521188181706, 0.000559423076923082, 0.000260627128288661, 0.000817499999999997, 0.000882952063338562, 0.00227288461538461, 0.0017430906349179, 0.00612980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 465, '2021-05-23 00:00:00', 0.000165004079203655, 0.000397884615384626, 0.000177741493359128, 0.000585961538461543, 0.000260389131877632, 0.0008225, 0.000967711654447666, 0.00239461538461538, 0.00171851654498425, 0.00611134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 480, '2021-05-23 00:00:00', 0.000148707379155778, 0.000486730769230777, 0.000237794109391989, 0.000640961538461544, 0.000280515528159237, 0.000854807692307703, 0.000947790872746481, 0.00242653846153845, 0.00171675171808228, 0.00612730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 495, '2021-05-23 00:00:00', 0.000223350707322674, 0.000441538461538463, 0.000264876458866263, 0.000611538461538467, 0.000317947564617428, 0.000949423076923071, 0.000887164649535034, 0.00244134615384614, 0.0017299770229688, 0.00610749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 510, '2021-05-23 00:00:00', 0.000147156771453483, 0.000431346153846157, 0.000177114044094164, 0.000569230769230771, 0.000257407190145238, 0.000997692307692293, 0.000905266471606784, 0.00249576923076922, 0.00173997303250543, 0.0060780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 525, '2021-05-23 00:00:00', 0.000112277129666525, 0.000408076923076919, 0.000224119130409208, 0.000735769230769221, 0.000344871492231305, 0.00105211538461536, 0.000892767262289207, 0.00255423076923075, 0.00174578121151006, 0.00607096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 540, '2021-05-23 00:00:00', 0.00022837696569825, 0.00057596153846152, 0.000218987530379097, 0.000793461538461523, 0.000543150389996963, 0.0011228846153846, 0.000863524196801399, 0.00262403846153845, 0.00173539967686453, 0.00606596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 555, '2021-05-23 00:00:00', 0.000162733028182779, 0.000544038461538456, 0.000274645855883252, 0.00078788461538461, 0.000478667581778995, 0.00123442307692308, 0.000762650565210163, 0.00262826923076923, 0.00174465716270694, 0.00605384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 570, '2021-05-23 00:00:00', 0.00020131844273343, 0.000538653846153848, 0.000413188399941437, 0.000820576923076927, 0.000472182005326183, 0.00127961538461539, 0.000679363050103661, 0.00259692307692308, 0.00183894330025111, 0.00604269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 585, '2021-05-23 00:00:00', 0.000305323598825912, 0.000602500000000002, 0.00033266644185799, 0.000959807692307686, 0.000507330873675761, 0.00132884615384616, 0.000705982566792817, 0.00260923076923076, 0.00183759923855514, 0.00598980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 600, '2021-05-23 00:00:00', 0.000226712288018212, 0.000737307692307689, 0.000280610666500481, 0.000977884615384617, 0.00046559907645955, 0.0014225, 0.000650680708654696, 0.00258423076923076, 0.00184698095654669, 0.00594057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 615, '2021-05-23 00:00:00', 0.000178062219030731, 0.000633076923076937, 0.000327248200324125, 0.000919230769230783, 0.000453429538245831, 0.00135788461538462, 0.000588646197774043, 0.00248211538461539, 0.00182901545604774, 0.00587153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 630, '2021-05-23 00:00:00', 0.000238880401359862, 0.00066961538461539, 0.000339520023200167, 0.000994615384615389, 0.000364074009804844, 0.00132826923076923, 0.000685250431481921, 0.00251192307692308, 0.00184181064757983, 0.0058476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 645, '2021-05-23 00:00:00', 0.000293303793675788, 0.000763653846153849, 0.000339773510535387, 0.00104096153846153, 0.000488221103757147, 0.00139461538461538, 0.000761660357377229, 0.00251249999999999, 0.00181475851328446, 0.00583230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 660, '2021-05-23 00:00:00', 0.000199213163760278, 0.00062826923076923, 0.000196394030929187, 0.000858846153846148, 0.000480058169552223, 0.00130038461538461, 0.000789494994381753, 0.00244788461538461, 0.00179975271805708, 0.00582961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 675, '2021-05-23 00:00:00', 0.00018887653680076, 0.000572115384615375, 0.00039825813043996, 0.000996538461538453, 0.000399469696549736, 0.00129403846153844, 0.000753148059812944, 0.0025, 0.00181258778036773, 0.00579730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 690, '2021-05-23 00:00:00', 0.000415333045231814, 0.000748461538461535, 0.000425666400618344, 0.000933269230769217, 0.000459328983828161, 0.00122365384615383, 0.000943338017565615, 0.00259115384615385, 0.00179426506274423, 0.00575865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 705, '2021-05-23 00:00:00', 0.000169595559629803, 0.000559423076923078, 0.000241106503756831, 0.000812884615384603, 0.000381364806169393, 0.00115134615384614, 0.00101073217939351, 0.00273846153846155, 0.00181095747093586, 0.0057701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 720, '2021-05-23 00:00:00', 0.000245375457991648, 0.000616346153846144, 0.00028725069458308, 0.00079980769230768, 0.00039860313789338, 0.00115769230769232, 0.000985308151720131, 0.00274692307692308, 0.0018806533745974, 0.00577634615[...];
Date: 2021-05-23 17:02:49 Duration: 24s364ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1050, '2021-05-23 00:00:00', 0.000414714174045037, 0.000934615384615401, 0.000716691034171283, 0.00136596153846155, 0.000881773126237048, 0.0017503846153846, 0.000894847129187673, 0.00277423076923075, 0.0020580231085643, 0.00734365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1065, '2021-05-23 00:00:00', 0.000503949020620727, 0.000908846153846155, 0.000650511071270971, 0.00121557692307693, 0.000709197189677252, 0.00169057692307694, 0.000786735905253747, 0.00264423076923076, 0.00210797541402976, 0.00742788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1080, '2021-05-23 00:00:00', 0.000394355608751607, 0.000827884615384633, 0.000448582210971393, 0.00112500000000001, 0.000537157225228691, 0.00152326923076927, 0.00077921113955078, 0.00258999999999999, 0.00213535128617863, 0.00751865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1095, '2021-05-23 00:00:00', 0.000322531155322793, 0.000782884615384603, 0.000467708818028411, 0.00114153846153847, 0.000482412526945383, 0.00145038461538461, 0.000846406249068143, 0.00250346153846153, 0.00230677868132502, 0.00757326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1110, '2021-05-23 00:00:00', 0.000320934512850292, 0.000724807692307709, 0.000290584556739303, 0.000955769230769232, 0.000424492819546027, 0.00125692307692306, 0.000927270104205831, 0.00244038461538461, 0.00224235847679664, 0.00755346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1125, '2021-05-23 00:00:00', 0.00026434709118011, 0.00072576923076922, 0.000270466548479039, 0.000973076923076901, 0.000437935058410082, 0.00120865384615381, 0.000934081716899658, 0.00247442307692306, 0.00230087334589419, 0.00761307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1140, '2021-05-23 00:00:00', 0.000277857185231207, 0.000661153846153848, 0.000345458947800394, 0.000863269230769233, 0.000512421551219155, 0.00124961538461539, 0.000999727886053948, 0.00250461538461537, 0.00224683169237179, 0.00768442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1155, '2021-05-23 00:00:00', 0.000273652221736906, 0.000578461538461519, 0.000344663771500014, 0.000856346153846127, 0.000544053447600653, 0.00128192307692306, 0.00101361538753425, 0.00248307692307691, 0.00234092118620003, 0.00786 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1170, '2021-05-23 00:00:00', 0.000298118200615898, 0.000652307692307687, 0.000536463383222447, 0.0009698076923077, 0.000532179119643601, 0.00127615384615385, 0.00103716084354581, 0.00237884615384616, 0.00244064345235814, 0.00790769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1185, '2021-05-23 00:00:00', 0.000383356682677968, 0.000662884615384611, 0.000345075521277061, 0.000918653846153852, 0.000450064439830566, 0.00121000000000002, 0.00103095594175802, 0.00225192307692309, 0.00243898229091251, 0.00793384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1200, '2021-05-23 00:00:00', 0.000296193608719292, 0.000670576923076909, 0.000440329247443157, 0.000939615384615391, 0.000602954680016554, 0.00139288461538462, 0.00102819679723591, 0.00219442307692308, 0.00244123106554558, 0.00791365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1215, '2021-05-23 00:00:00', 0.000312157566228739, 0.000617884615384624, 0.000335053669638874, 0.000830192307692315, 0.000630969979780849, 0.00145634615384616, 0.00103998774031236, 0.00213750000000001, 0.00244137112327042, 0.0079198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1230, '2021-05-23 00:00:00', 0.000208734649366494, 0.000576923076923082, 0.000537163955775703, 0.00106865384615387, 0.00063257617358278, 0.00141615384615386, 0.00103112487119649, 0.00207750000000001, 0.00251165649445819, 0.00793788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1245, '2021-05-23 00:00:00', 0.000444111039476183, 0.000823846153846171, 0.000512214648515486, 0.00111461538461539, 0.000669006640187822, 0.00142326923076925, 0.00098116494731831, 0.00198557692307693, 0.00253441770736096, 0.00801134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1260, '2021-05-23 00:00:00', 0.00037473051855763, 0.000740192307692298, 0.000434686668762723, 0.000907500000000001, 0.000667258685852947, 0.00132307692307695, 0.000844624085705515, 0.0018446153846154, 0.00250741527964866, 0.00801576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1275, '2021-05-23 00:00:00', 0.000261880477728641, 0.000569230769230758, 0.000326945537689961, 0.000869230769230767, 0.000509850845459134, 0.00125173076923077, 0.000681935734621565, 0.00176788461538463, 0.00246753814560184, 0.00803250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1290, '2021-05-23 00:00:00', 0.000265654561703428, 0.00065788461538463, 0.000411353675264769, 0.000960384615384639, 0.000541808084103562, 0.001215, 0.000670283436029381, 0.00177326923076924, 0.00245079578912649, 0.00805500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1305, '2021-05-23 00:00:00', 0.00034310550070698, 0.00074076923076925, 0.00040423588886461, 0.000919423076923079, 0.000510694737964489, 0.00115634615384614, 0.000656210830332887, 0.00175442307692311, 0.00243780364578134, 0.00803615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1320, '2021-05-23 00:00:00', 0.000314919586805657, 0.000622884615384597, 0.000396913524780706, 0.000817884615384593, 0.000543912358607657, 0.00115057692307691, 0.000609662233094341, 0.00171403846153848, 0.00244699027064179, 0.00806423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1335, '2021-05-23 00:00:00', 0.00034061505454778, 0.000571153846153847, 0.000379402617484157, 0.000807115384615369, 0.000507646909392129, 0.00116423076923076, 0.000645577529158125, 0.0017678846153846, 0.0024477363797222, 0.00807423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1350, '2021-05-23 00:00:00', 0.00019679909708984, 0.000476730769230741, 0.000289226288835967, 0.000800384615384598, 0.000255688587633767, 0.000955576923076906, 0.000668157426175818, 0.00189711538461535, 0.00245188000082828, 0.00807346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1365, '2021-05-23 00:00:00', 0.000239432421813285, 0.000601730769230766, 0.000237962262683711, 0.00080903846153845, 0.000235482156763221, 0.000909615384615374, 0.000782278943954056, 0.00210288461538461, 0.00245518228212524, 0.00808096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1380, '2021-05-23 00:00:00', 0.000224414451749088, 0.000535384615384613, 0.000218827294036603, 0.000629230769230741, 0.000258880206926803, 0.000799807692307663, 0.000788797161213511, 0.00213519230769231, 0.00246199462600179, 0.00810653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1395, '2021-05-23 00:00:00', 0.000165315200101534, 0.000401346153846161, 0.000208344389450226, 0.000615769230769225, 0.000273384274490089, 0.000825192307692291, 0.000746143830226217, 0.00217615384615382, 0.00246598948778098, 0.00810192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1410, '2021-05-23 00:00:00', 0.000282109703157104, 0.000488269230769227, 0.000308717259241915, 0.000622115384615387, 0.00036177915065155, 0.000898076923076914, 0.000706882211926772, 0.00227269230769229, 0.00246766386721097, 0.00809019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1425, '2021-05-23 00:00:00', 0.000283577760330115, 0.000457884615384617, 0.000290330647048145, 0.000701730769230772, 0.000377056208827537, 0.000904230769230775, 0.000793001818797071, 0.00241826923076924, 0.00246766386721097, 0.00809019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 0, '2021-05-23 00:00:00', 0.000201348244056487, 0.000531346153846142, 0.000334803099425074, 0.000708653846153834, 0.000346728446171683, 0.000846153846153821, 0.00090017111621158, 0.00246903846153845, 0.00247785602890889, 0.00806250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 15, '2021-05-23 00:00:00', 0.000260707912010033, 0.000456153846153811, 0.000291751540764524, 0.000564807692307686, 0.000358192739264159, 0.000919038461538461, 0.000972354082388989, 0.00252269230769229, 0.00248750920369386, 0.00806903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 30, '2021-05-23 00:00:00', 0.000180441019556144, 0.000350192307692305, 0.000241633224918692, 0.000548846153846137, 0.000393769407336152, 0.000937884615384619, 0.000951454615110699, 0.00256826923076919, 0.00248567091237266, 0.00804673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 45, '2021-05-23 00:00:00', 0.000210500959252315, 0.000424423076923048, 0.000290854179695191, 0.000738076923076916, 0.000413151490189921, 0.00106807692307693, 0.000953920836096246, 0.00259519230769227, 0.00250432104264121, 0.00800826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 60, '2021-05-23 00:00:00', 0.000211919523912707, 0.000581730769230788, 0.000271508676727802, 0.000749807692307694, 0.000377471394738953, 0.00108557692307693, 0.000946516792487934, 0.00261096153846153, 0.00251739649546605, 0.00803134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 75, '2021-05-23 00:00:00', 0.000222306095283098, 0.000495000000000015, 0.000300478848609256, 0.000773461538461584, 0.000373734377085399, 0.00114076923076921, 0.000929520058127642, 0.00255346153846151, 0.00253951670901862, 0.00802634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 90, '2021-05-23 00:00:00', 0.00018709767091424, 0.000468461538461567, 0.00024087860012879, 0.000657500000000012, 0.000459286905472435, 0.00119769230769229, 0.000853311558215783, 0.00246615384615384, 0.00250831254953483, 0.0079646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 105, '2021-05-23 00:00:00', 0.000175546618835621, 0.000446153846153857, 0.000333730948750415, 0.000817115384615349, 0.000599925379975291, 0.00137230769230766, 0.00080859174827883, 0.00249384615384613, 0.00252759006535112, 0.00798846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 120, '2021-05-23 00:00:00', 0.000288010683562543, 0.000713076923076906, 0.000398752284777636, 0.00102923076923074, 0.000631327051656955, 0.00144038461538459, 0.000801931634339153, 0.00249288461538459, 0.00251815365816981, 0.00798461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 135, '2021-05-23 00:00:00', 0.000278136933624705, 0.000683076923076915, 0.000486625586604832, 0.000982692307692298, 0.000524332579424705, 0.00121942307692306, 0.000778825076637888, 0.0022525, 0.00252532189113511, 0.00797557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 150, '2021-05-23 00:00:00', 0.000330570660432022, 0.000615192307692281, 0.00037061928423404, 0.000834423076923035, 0.000390227349906953, 0.00112923076923072, 0.000804345051292377, 0.00210980769230768, 0.00255877077609845, 0.00801173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 165, '2021-05-23 00:00:00', 0.000192519829148538, 0.000558269230769207, 0.000368488179541143, 0.000851538461538404, 0.00045518770430874, 0.00115961538461536, 0.00078286566781677, 0.00216057692307692, 0.00256155838985089, 0.00801423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 180, '2021-05-23 00:00:00', 0.000353262595725126, 0.00064230769230763, 0.000363114095228819, 0.000849615384615348, 0.000603561130674854, 0.00118596153846151, 0.00079141385167017, 0.00213326923076922, 0.00258010539438875, 0.00802038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 195, '2021-05-23 00:00:00', 0.000241399764195925, 0.000510384615384628, 0.000368717162814326, 0.000772115384615379, 0.000625903654419246, 0.00113576923076922, 0.000789690104748994, 0.00201730769230767, 0.00259246496897927, 0.00796384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 210, '2021-05-23 00:00:00', 0.000238884990029818, 0.000539038461538457, 0.000393476028006004, 0.00075076923076923, 0.000507297856672581, 0.00111365384615383, 0.000730594699805996, 0.00190884615384615, 0.00260132407852973, 0.00796519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 225, '2021-05-23 00:00:00', 0.000287234894494689, 0.000541730769230765, 0.000417479985701742, 0.000771538461538452, 0.000412310982334738, 0.00110711538461539, 0.000747474337094857, 0.00188826923076922, 0.00259027999674525, 0.00796730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 240, '2021-05-23 00:00:00', 0.000288105215823338, 0.00050115384615385, 0.000320316249978049, 0.000737499999999989, 0.000379018418468634, 0.00098519230769234, 0.000806490020921628, 0.00182692307692307, 0.00259051295781655, 0.00796423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 255, '2021-05-23 00:00:00', 0.000199133217875718, 0.00050596153846154, 0.000278038458878224, 0.000700769230769253, 0.00042885271812844, 0.000924423076923087, 0.000756618896040905, 0.00193807692307692, 0.00258308661518318, 0.00796269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 270, '2021-05-23 00:00:00', 0.000260176567265108, 0.000455384615384627, 0.000319217071068494, 0.000638461538461554, 0.000458813520020777, 0.000855384615384625, 0.000783660542680241, 0.00202538461538461, 0.00258197831874352, 0.00796596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 285, '2021-05-23 00:00:00', 0.000167355448533485, 0.000415384615384629, 0.000290635444394609, 0.000564807692307686, 0.00041794796326812, 0.000882499999999983, 0.000870484922327789, 0.00211999999999999, 0.00258197831874352, 0.00796596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 300, '2021-05-23 00:00:00', 0.000214313932208034, 0.000397692307692325, 0.000269378272780426, 0.000574423076923074, 0.000398638114276397, 0.000897884615384613, 0.000900354630986303, 0.0021826923076923, 0.00257850500066639, 0.00797096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 315, '2021-05-23 00:00:00', 0.000128750205376979, 0.000361153846153855, 0.000305192499151682, 0.000602692307692285, 0.0003978844536565, 0.000835961538461549, 0.000859747905806406, 0.00241230769230767, 0.0025730859129428, 0.00796634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 330, '2021-05-23 00:00:00', 0.000231961949797465, 0.0003978846153846, 0.000291393205136983, 0.000570000000000011, 0.00034723905531846, 0.000789807692307725, 0.000925789143629152, 0.00260846153846151, 0.00255878444698922, 0.00795538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 345, '2021-05-23 00:00:00', 0.000118617679315302, 0.000366923076923089, 0.00016851991436759, 0.000519807692307707, 0.000434550873360591, 0.000817307692307701, 0.000906553850918648, 0.00278673076923075, 0.00254693240072174, 0.00793557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 360, '2021-05-23 00:00:00', 0.000151347791018421, 0.000393076923076928, 0.000202995358037111, 0.000541346153846173, 0.000474432454461283, 0.000833076923076941, 0.000915364429318494, 0.00285403846153844, 0.00251148917668691, 0.00794326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 375, '2021-05-23 00:00:00', 0.000143289379068557, 0.000384615384615394, 0.000351376633345938, 0.000618461538461534, 0.000406609290824259, 0.000891346153846135, 0.000977503118232314, 0.00293711538461536, 0.00250306502112912, 0.00794250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 390, '2021-05-23 00:00:00', 0.000315370173215277, 0.000462884615384608, 0.00036963771244493, 0.000629038461538475, 0.000351467691917098, 0.00089846153846154, 0.00101067450820652, 0.0029651923076923, 0.00251036669861967, 0.0079298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 405, '2021-05-23 00:00:00', 0.000190400791853556, 0.00041230769230772, 0.000280086799732902, 0.000646153846153843, 0.000283432803052434, 0.000928076923076923, 0.00102788440310858, 0.00300788461538461, 0.00250660794393849, 0.00791923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 420, '2021-05-23 00:00:00', 0.000262008294055412, 0.000502884615384588, 0.000273286550092611, 0.000673461538461527, 0.000297180856615058, 0.00100769230769227, 0.00106287447699444, 0.00312307692307691, 0.00251699698969904, 0.0079246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 435, '2021-05-23 00:00:00', 0.000174556691254001, 0.000435961538461593, 0.000229426123520957, 0.000677115384615388, 0.000381668654120895, 0.00120480769230769, 0.00107375129622919, 0.00320538461538461, 0.00250990196713249, 0.00793326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 450, '2021-05-23 00:00:00', 0.000144609952843975, 0.000529038461538452, 0.000218761637053099, 0.0007655769230769, 0.000346780855207535, 0.00142480769230768, 0.00114172063132802, 0.00334499999999999, 0.00250851249977723, 0.00795019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 465, '2021-05-23 00:00:00', 0.000202801627212408, 0.000502499999999987, 0.000284185475729105, 0.00102423076923078, 0.000443215696750643, 0.00153307692307691, 0.00112655157961741, 0.0034173076923077, 0.00249634360307542, 0.00797076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 480, '2021-05-23 00:00:00', 0.00026023576588577, 0.000869423076923102, 0.000309458646423307, 0.00120942307692306, 0.000508291255089055, 0.00164999999999999, 0.00120798369831081, 0.00348884615384616, 0.00249085003254221, 0.00798326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 495, '2021-05-23 00:00:00', 0.000268444880461797, 0.000739423076923062, 0.000310861891174559, 0.00107365384615383, 0.000583162894514446, 0.00171480769230769, 0.00122332373537772, 0.00342980769230771, 0.00248399730583284, 0.00804884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 510, '2021-05-23 00:00:00', 0.000335320741977, 0.000830000000000006, 0.000511753734344345, 0.00117673076923077, 0.000794599681503949, 0.00188442307692306, 0.00125736863513268, 0.00345326923076924, 0.00247049388553417, 0.00808403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 525, '2021-05-23 00:00:00', 0.000337407081226145, 0.00080153846153846, 0.000520764969872342, 0.00140692307692308, 0.000791556621231485, 0.00204173076923077, 0.00122126751621168, 0.00341788461538461, 0.00247385330079338, 0.00809692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 540, '2021-05-23 00:00:00', 0.000476036238116378, 0.00119750000000001, 0.000750009358915974, 0.00155403846153846, 0.000788942232456773, 0.00208038461538461, 0.00123551491912669, 0.00353865384615386, 0.0024938649414421, 0.0081421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 555, '2021-05-23 00:00:00', 0.00049351642479097, 0.00100769230769228, 0.000575490960966269, 0.00146461538461536, 0.000716258252738069, 0.00194673076923074, 0.0011725129489198, 0.00350115384615384, 0.00249986729647799, 0.00809750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 570, '2021-05-23 00:00:00', 0.00031866892634109, 0.000886730769230771, 0.000395092588953706, 0.00125192307692305, 0.000527083849700753, 0.00168423076923076, 0.00116642961144746, 0.00344403846153845, 0.00250340177788917, 0.0080773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 585, '2021-05-23 00:00:00', 0.000402738940066827, 0.00088057692307691, 0.000473122077269681, 0.00129249999999999, 0.000599243401170289, 0.00176442307692306, 0.00107679104822542, 0.0035251923076923, 0.00250903564833494, 0.00805826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 600, '2021-05-23 00:00:00', 0.000315858110793194, 0.000857115384615372, 0.00043766728669867, 0.00112557692307692, 0.000634947726497707, 0.00170384615384615, 0.000992682225085127, 0.00348499999999999, 0.00245833517774815, 0.00805538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 615, '2021-05-23 00:00:00', 0.000287889669037392, 0.000682692307692288, 0.000459089902373724, 0.00112153846153843, 0.000492277751493349, 0.00156076923076921, 0.000982737698786072, 0.00335423076923074, 0.00245052528120938, 0.00802192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 630, '2021-05-23 00:00:00', 0.000308715016703829, 0.000805192307692305, 0.000357346416714161, 0.00112230769230769, 0.000523501708174421, 0.00158096153846153, 0.000924607297097584, 0.00335942307692305, 0.00239617069508834, 0.00802000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 645, '2021-05-23 00:00:00', 0.000201594509235357, 0.00070711538461538, 0.00026913029443864, 0.00100365384615385, 0.000505336140984007, 0.00156384615384617, 0.00103439443451415, 0.00341038461538459, 0.0023244733067614, 0.0080069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 660, '2021-05-23 00:00:00', 0.000226346229004614, 0.000731153846153862, 0.000442751579938983, 0.00108519230769229, 0.000596046978014333, 0.00158500000000002, 0.00115403359503159, 0.00358153846153843, 0.0023446380399673, 0.00800153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 675, '2021-05-23 00:00:00', 0.000372169988043108, 0.000762499999999974, 0.000457417878295796, 0.00109634615384615, 0.000535154506805157, 0.00152288461538461, 0.00136790659825093, 0.00382730769230767, 0.00242923524686587, 0.00794326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 690, '2021-05-23 00:00:00', 0.000201186576245904, 0.000705961538461543, 0.000260693527699919, 0.00100365384615384, 0.000433409781225043, 0.00140596153846151, 0.00143765155722796, 0.00377499999999997, 0.00238064038734251, 0.00791057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 705, '2021-05-23 00:00:00', 0.000226658418024859, 0.000725961538461555, 0.000320380843084254, 0.00103173076923077, 0.000491413815904222, 0.00141653846153845, 0.00156105329332964, 0.00410423076923075, 0.00236396798104051, 0.00787884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 720, '2021-05-23 00:00:00', 0.00022704929996674, 0.000730769230769227, 0.000395532406529965, 0.000993269230769213, 0.000559900403231191, 0.00150230769230769, 0.00151105033515916, 0.00436134615384615, 0.00246239670615068, 0.00788653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 735, '2021-05-23 00:00:00', 0.000275153663362033, 0.000693461538461538, 0.000340456537382044, 0.00100442307692307, 0.000439138185715899, 0.00157211538461539, 0.00147045440386508, 0.00438692307692308, 0.00247024667095914, 0.00785884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 750, '2021-05-23 00:00:00', 0.000246947284938447, 0.000734807692307681, 0.000383439695388972, 0.00112000000000001, 0.000616470973800448, 0.00168730769230769, 0.0014417513521889, 0.0044198076923077, 0.00246325820033926, 0.00786519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 765, '2021-05-23 00:00:00', 0.000313151781827154, 0.000839038461538458, 0.000397656838918253, 0.00122519230769231, 0.00068382318902342, 0.00180692307692307, 0.00143705249890719, 0.00439673076923078, 0.00249501133032731, 0.00783846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 780, '2021-05-23 00:00:00', 0.000359640846486543, 0.00083846153846154, 0.000570063727881507, 0.00126442307692308, 0.000688086868397835, 0.00171346153846153, 0.00156404304731238, 0.00466057692307693, 0.00245806685300589, 0.00783557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 795, '2021-05-23 00:00:00', 0.000349427939088164, 0.000841730769230775, 0.000411763234806664, 0.00123019230769231, 0.000539977207496155, 0.00157576923076922, 0.00164544524018927, 0.00471096153846156, 0.00247516153319025, 0.00782884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 810, '2021-05-23 00:00:00', 0.000351738375238444, 0.000901730769230758, 0.000460908509192615, 0.00113442307692306, 0.000542461661176309, 0.0017055769230769, 0.00170786411817623, 0.0047896153846154, 0.00246319308091068, 0.00782307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 825, '2021-05-23 00:00:00', 0.000304156842131449, 0.000750769230769187, 0.000319527054349902, 0.0011484615384615, 0.000592283326172131, 0.00193846153846152, 0.00180110475712931, 0.00488211538461541, 0.00242345840769885, 0.00780442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 840, '2021-05-23 00:00:00', 0.000281598800806003, 0.000873269230769221, 0.000366957815643071, 0.00138096153846152, 0.000861839803068896, 0.00225461538461535, 0.00183158562033429, 0.00497326923076927, 0.00238023644591489, 0.00781153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 855, '2021-05-23 00:00:00', 0.000283513939421238, 0.0010080769230769, 0.000509680933375132, 0.00157057692307693, 0.000956863164399493, 0.00248365384615384, 0.00206304644975487, 0.00501557692307695, 0.00238960177725205, 0.00781557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 870, '2021-05-23 00:00:00', 0.00052963605065538, 0.0011521153846154, 0.000704794569087584, 0.00168923076923076, 0.00104906451000586, 0.00233788461538463, 0.00206225952444252, 0.00503788461538465, 0.00236413103242218, 0.00780153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 885, '2021-05-23 00:00:00', 0.000440179334083075, 0.00109961538461534, 0.000680127929142735, 0.00172499999999998, 0.000987222054360319, 0.00255076923076921, 0.00197975578330723, 0.00489519230769233, 0.00231913174236858, 0.00770403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 900, '2021-05-23 00:00:00', 0.000523519928354803, 0.00134634615384617, 0.000522703033794971, 0.00160769230769231, 0.00113099534107727, 0.00271769230769231, 0.00186410981023528, 0.00482576923076925, 0.0023396431105225, 0.00765326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 915, '2021-05-23 00:00:00', 0.000356056229353622, 0.000960961538461523, 0.000713708543185115, 0.00189173076923075, 0.000949607307502213, 0.00267096153846154, 0.00169388498610557, 0.00479788461538464, 0.00219908830759826, 0.00765576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 930, '2021-05-23 00:00:00', 0.000681672490728037, 0.00153423076923078, 0.00099358008465117, 0.00214423076923075, 0.00111055724058484, 0.00264423076923076, 0.00178784297408917, 0.00481250000000003, 0.00222312091785055, 0.00770884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 945, '2021-05-23 00:00:00', 0.000527896879498865, 0.00136365384615384, 0.000795874071987247, 0.00185653846153847, 0.00100954445172069, 0.00252000000000002, 0.001689343033435, 0.00472673076923079, 0.00225461936067676, 0.00783269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 960, '2021-05-23 00:00:00', 0.000588908638598033, 0.00134423076923077, 0.000822700805508695, 0.00184384615384614, 0.000927243827364001, 0.00258634615384614, 0.00166682567959396, 0.00453538461538462, 0.00244062202821645, 0.00790326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 975, '2021-05-23 00:00:00', 0.000455903540742512, 0.00127903846153845, 0.00050135911434665, 0.0017301923076923, 0.000899801003641256, 0.00260538461538463, 0.00166964132490969, 0.00431307692307693, 0.00260999119509272, 0.00822096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 990, '2021-05-23 00:00:00', 0.000350600857868978, 0.00108019230769232, 0.000748246051674274, 0.00177692307692308, 0.00108088512518498, 0.00244057692307692, 0.00181181537733246, 0.0041748076923077, 0.00285523867384415, 0.00824826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1005, '2021-05-23 00:00:00', 0.000647577141231943, 0.00147807692307692, 0.000769239584564842, 0.00196846153846156, 0.000937679644326675, 0.00250634615384618, 0.00169588991841587, 0.00410115384615387, 0.00304894637538935, 0.00832499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1020, '2021-05-23 00:00:00', 0.000644919672994521, 0.00127076923076925, 0.000635584286004133, 0.00163076923076925, 0.000843933669467889, 0.00222403846153849, 0.00155781223564924, 0.00383480769230771, 0.00309839288366377, 0.00825730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1035, '2021-05-23 00:00:00', 0.000553635154786433, 0.00105826923076922, 0.000748132752514295, 0.00159615384615387, 0.00115195632930046, 0.00210076923076922, 0.00158932119036834, 0.00367038461538462, 0.00337417002900199, 0.00822576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1050, '2021-05-23 00:00:00', 0.000374139011598636, 0.00111500000000001, 0.000502109434899819, 0.00141826923076923, 0.00100584891433137, 0.00201596153846153, 0.00143301382246811, 0.00342115384615385, 0.00336222700922148, 0.00809230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1065, '2021-05-23 00:00:00', 0.000322005255571046, 0.000944230769230755, 0.000701656282278955, 0.00130346153846152, 0.000914288458100266, 0.00186423076923074, 0.00138477562747961, 0.00325153846153846, 0.00333388016604352, 0.0081051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1080, '2021-05-23 00:00:00', 0.000462992482078854, 0.000900961538461548, 0.000843016219389549, 0.00136211538461538, 0.000808486834486771, 0.00186480769230766, 0.00134145019116797, 0.00313115384615384, 0.00332302633731084, 0.00809403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1095, '2021-05-23 00:00:00', 0.000858856484832264, 0.0010173076923077, 0.000837248079217792, 0.00134288461538457, 0.000920746791385228, 0.00194942307692305, 0.00133145854090686, 0.00307961538461536, 0.00329903804744071, 0.00813903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1110, '2021-05-23 00:00:00', 0.00052238093969235, 0.000824615384615355, 0.000559243720091282, 0.00121653846153844, 0.000818933851935637, 0.00177057692307692, 0.00118542645685651, 0.00276173076923076, 0.00333786947249057, 0.00807384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1125, '2021-05-23 00:00:00', 0.000269997150982153, 0.000802307692307688, 0.000419450052037023, 0.00121711538461538, 0.000574345245944011, 0.00164269230769232, 0.00089551500008911, 0.00251634615384615, 0.0033216132607283, 0.00805442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1140, '2021-05-23 00:00:00', 0.000339889178771791, 0.000879423076923082, 0.000464019561921881, 0.00116192307692311, 0.000520020709646796, 0.00142846153846156, 0.000907087159750715, 0.00241634615384619, 0.00331205138036139, 0.00809211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1155, '2021-05-23 00:00:00', 0.000238129974206067, 0.000686730769230802, 0.000304991614008289, 0.000928269230769249, 0.000308480955652065, 0.00118750000000001, 0.00081331326162709, 0.00219269230769233, 0.00329363652191031, 0.00805153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1170, '2021-05-23 00:00:00', 0.000179564430262206, 0.000639230769230764, 0.000229944809431795, 0.000856153846153853, 0.000372279258291205, 0.00121038461538464, 0.000759338274673822, 0.00212884615384618, 0.0033072257779223, 0.00802288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1185, '2021-05-23 00:00:00', 0.000217247200566195, 0.000602115384615401, 0.00030310222951748, 0.000885192307692308, 0.000467350510858841, 0.00129250000000001, 0.000743883805029128, 0.00207865384615387, 0.00328691152673984, 0.00810923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1200, '2021-05-23 00:00:00', 0.000228482704277244, 0.000677884615384615, 0.00033626843672648, 0.00090769230769231, 0.00043549410487932, 0.00131634615384617, 0.00073231508561229, 0.00198923076923079, 0.00328080940411872, 0.0080621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1215, '2021-05-23 00:00:00', 0.000237503441270647, 0.000608269230769227, 0.000299268338555143, 0.000916538461538462, 0.000395515048823873, 0.00130192307692308, 0.000701883208562161, 0.00192596153846154, 0.00328498947428355, 0.00810538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1230, '2021-05-23 00:00:00', 0.000246305704359421, 0.000697499999999992, 0.000292264171861427, 0.000972115384615391, 0.000440526782561353, 0.00126961538461539, 0.000711580364670488, 0.00192384615384615, 0.00330229724818716, 0.00814134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1245, '2021-05-23 00:00:00', 0.000237638057040217, 0.000734615384615381, 0.000339027114867485, 0.000994230769230767, 0.000379405455943888, 0.00121749999999999, 0.00069615230981554, 0.00185903846153845, 0.0033261593987892, 0.0081921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1260, '2021-05-23 00:00:00', 0.00028288710713748, 0.000693653846153856, 0.000302697678576139, 0.000866730769230768, 0.000387463745202241, 0.00115807692307691, 0.000740520113475348, 0.00185096153846154, 0.00332730055172934, 0.00823019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1275, '2021-05-23 00:00:00', 0.000196058958950157, 0.000556346153846186, 0.000315053414274701, 0.000780576923076921, 0.000486475708935825, 0.00115884615384612, 0.000706113768344818, 0.00185557692307693, 0.003330827917408, 0.00827615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1290, '2021-05-23 00:00:00', 0.000254017034558995, 0.000569423076923058, 0.000337101673774446, 0.000836538461538425, 0.000503243365197564, 0.00115173076923074, 0.000670026750327037, 0.00182961538461538, 0.00332867113702472, 0.00829153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1305, '2021-05-23 00:00:00', 0.000216980679749624, 0.000648846153846135, 0.000319023268984941, 0.000910384615384584, 0.000330263298224069, 0.00109461538461537, 0.000594844129551197, 0.00176653846153847, 0.0033354229174816, 0.00832596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1320, '2021-05-23 00:00:00', 0.000295277183989243, 0.000603846153846113, 0.000315961840441832, 0.000746730769230751, 0.000391679666996482, 0.0010398076923077, 0.000543098836450454, 0.00171211538461538, 0.00332769877173167, 0.00827634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1335, '2021-05-23 00:00:00', 0.000167678263349798, 0.000470000000000005, 0.000203141860247003, 0.000658846153846174, 0.00028173064058806, 0.000961923076923093, 0.000545743423794877, 0.00177173076923077, 0.00333987130682511, 0.00826288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1350, '2021-05-23 00:00:00', 0.000153322686363915, 0.00046461538461538, 0.000295588331194719, 0.000742307692307696, 0.000307592887784134, 0.0009342307692308, 0.000630608741309043, 0.00184076923076924, 0.00330580964131562, 0.00829923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1365, '2021-05-23 00:00:00', 0.000241200921671912, 0.000598269230769247, 0.000280846317131189, 0.000785576923076937, 0.00032379462864362, 0.000894807692307704, 0.000621334048640485, 0.00197, 0.00330495274608368, 0.0082994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1380, '2021-05-23 00:00:00', 0.00023378269002185, 0.000567884615384612, 0.000268869141748582, 0.000711153846153868, 0.000300180714801045, 0.000837692307692321, 0.000602806895984223, 0.00208307692307693, 0.00330923542761535, 0.00831865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1395, '2021-05-23 00:00:00', 0.000256352521705183, 0.000413846153846166, 0.000278711596181679, 0.000538076923076938, 0.000391709124812686, 0.000825961538461544, 0.000684438118796373, 0.00211153846153845, 0.00331700175088657, 0.00830115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1410, '2021-05-23 00:00:00', 0.000288205589013225, 0.000387307692307693, 0.000301761750137685, 0.000576923076923073, 0.000407396612651601, 0.000835000000000022, 0.000696161011437833, 0.00215192307692307, 0.0033072908038965, 0.00829769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1425, '2021-05-23 00:00:00', 0.000274224571081103, 0.000453653846153846, 0.000345203396007877, 0.000675769230769251, 0.000376436785989552, 0.000844423076923109, 0.000719126820953969, 0.00221423076923078, 0.00329920393661631, 0.00829615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 0, '2021-05-23 00:00:00', 0.000306870556524311, 0.000493461538461552, 0.000348944342046357, 0.000603076923076946, 0.000431281275343081, 0.000888461538461526, 0.000711525446866416, 0.00221730769230771, 0.00329114181729358, 0.0082773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 15, '2021-05-23 00:00:00', 0.000183023327643086, 0.000346538461538469, 0.000228118727521777, 0.000483076923076954, 0.000282589740681531, 0.000850192307692335, 0.000706370272264088, 0.0022298076923077, 0.00328390136177171, 0.00826307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 30, '2021-05-23 00:00:00', 0.00021549370863562, 0.000348461538461575, 0.000255674673093647, 0.000606538461538447, 0.000309769455215657, 0.000866346153846159, 0.000696553051709734, 0.00221692307692307, 0.00328219263016941, 0.00833769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 45, '2021-05-23 00:00:00', 0.000234853473140513, 0.000498076923076873, 0.000260515539179208, 0.000707884615384641, 0.000359866481650294, 0.000941730769230773, 0.0007055544737188, 0.00220865384615386, 0.00330225566265521, 0.00835769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 60, '2021-05-23 00:00:00', 0.000202612646731108, 0.000511730769230817, 0.000274786070635667, 0.000635769230769254, 0.000462354675713183, 0.000985384615384623, 0.000712975886958752, 0.00220884615384617, 0.00331300760406845, 0.00837423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 75, '2021-05-23 00:00:00', 0.000213813002411004, 0.000435000000000014, 0.000279530925769478, 0.000631538461538474, 0.000494793235760014, 0.00109788461538462, 0.000669287594846471, 0.00222173076923079, 0.00334113693224327, 0.008375 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 90, '2021-05-23 00:00:00', 0.000220849147958161, 0.000427115384615399, 0.000333441956660431, 0.000691538461538474, 0.000527773589277118, 0.00111980769230771, 0.000707196224537403, 0.00218750000000002, 0.00339646637642033, 0.00837961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 105, '2021-05-23 00:00:00', 0.00029992441355472, 0.000520576923076934, 0.000397014628678346, 0.000836153846153841, 0.000567882165458771, 0.00124807692307692, 0.000692547804514923, 0.00215230769230771, 0.00336468862429521, 0.00838153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 120, '2021-05-23 00:00:00', 0.000392953706414145, 0.000691153846153822, 0.000519160713222661, 0.000960384615384613, 0.000585527244324433, 0.00138692307692307, 0.000756080607220775, 0.00217173076923078, 0.00337149104198035, 0.00837961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 135, '2021-05-23 00:00:00', 0.000275595020609262, 0.00065615384615384, 0.000395433744328709, 0.000980384615384599, 0.000495301462204099, 0.00132846153846151, 0.000787363297048083, 0.00214019230769232, 0.00337537747746597, 0.00835365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 150, '2021-05-23 00:00:00', 0.000333824977173053, 0.000678653846153843, 0.000389642834479883, 0.000966538461538482, 0.000513133360983129, 0.00128538461538462, 0.00084635992071018, 0.00212634615384616, 0.00335631064047781, 0.00833865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 165, '2021-05-23 00:00:00', 0.000242178335434537, 0.000597884615384629, 0.000309050966670536, 0.000847499999999984, 0.000417236697257632, 0.00116769230769231, 0.000765078201131157, 0.00195442307692309, 0.00328984690431729, 0.00828942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 180, '2021-05-23 00:00:00', 0.000227051417423112, 0.000607884615384635, 0.000352626409412808, 0.000785769230769263, 0.000386578084459796, 0.0010838461538462, 0.000751523785385355, 0.00187000000000004, 0.00324188782252658, 0.00828057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 195, '2021-05-23 00:00:00', 0.000231430085804271, 0.00049173076923078, 0.000328360086115576, 0.00075288461538462, 0.000391653545879502, 0.00101750000000001, 0.000765813694957584, 0.00184615384615386, 0.00322546715161599, 0.00827711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 210, '2021-05-23 00:00:00', 0.000242378915051473, 0.000541538461538457, 0.000308983195958313, 0.000751153846153848, 0.00034231727298608, 0.000966346153846148, 0.000824880061211662, 0.00185865384615385, 0.00323373025848096, 0.00825076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 225, '2021-05-23 00:00:00', 0.000274882422417026, 0.000487115384615399, 0.000300091011835765, 0.000733846153846145, 0.000356559197803782, 0.000902692307692277, 0.000808685947410008, 0.0018101923076923, 0.00328635772784775, 0.00826365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 240, '2021-05-23 00:00:00', 0.000203192973833682, 0.000545769230769228, 0.000279879644462786, 0.000681153846153825, 0.000333364722881018, 0.000885961538461518, 0.000785233821129787, 0.00180307692307692, 0.00329226730969124, 0.00825596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 255, '2021-05-23 00:00:00', 0.000167817208249423, 0.000386153846153848, 0.000229892617072879, 0.000586153846153835, 0.000382707409829551, 0.00084480769230771, 0.000735682937558956, 0.00191423076923078, 0.00330320390506876, 0.00824903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 270, '2021-05-23 00:00:00', 0.000166789134492073, 0.000433846153846161, 0.000224718370752946, 0.000612115384615381, 0.000472413606265347, 0.000863846153846151, 0.000737009576182445, 0.00205365384615386, 0.0033030219322032, 0.00824826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 285, '2021-05-23 00:00:00', 0.000206335891206544, 0.000457500000000008, 0.000382775340818132, 0.000664807692307709, 0.000467961906733692, 0.000877115384615392, 0.000747163662433826, 0.00214653846153848, 0.00330187830577594, 0.00824288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 300, '2021-05-23 00:00:00', 0.000216822508056699, 0.000454999999999992, 0.000379937444243752, 0.000612692307692308, 0.00041545216331123, 0.000802500000000005, 0.000758345795896477, 0.0022271153846154, 0.00329956132865241, 0.0082198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 315, '2021-05-23 00:00:00', 0.000272382155181902, 0.000400961538461535, 0.000282524947843255, 0.000567115384615368, 0.000358349850543576, 0.000798846153846161, 0.000769004851440144, 0.00238269230769231, 0.00329890980243707, 0.00821673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 330, '2021-05-23 00:00:00', 0.000171646887085514, 0.000399423076923072, 0.000246792422898248, 0.000497500000000005, 0.000358480983295616, 0.000816153846153855, 0.000740242501845514, 0.00245480769230771, 0.00330205390628317, 0.008225 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 345, '2021-05-23 00:00:00', 0.000179131344162717, 0.00032596153846153, 0.000300339551431098, 0.000539615384615393, 0.000354345170702213, 0.000827499999999998, 0.000727121114660131, 0.00258134615384616, 0.00331780400033145, 0.00823423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 360, '2021-05-23 00:00:00', 0.000251596823387041, 0.000415192307692312, 0.000324009971356529, 0.000597692307692312, 0.00040208786831505, 0.000849423076923099, 0.00070405891908169, 0.00274019230769232, 0.00331804053042431, 0.0082348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 375, '2021-05-23 00:00:00', 0.000173927040406658, 0.000383846153846149, 0.000198751487657708, 0.000568076923076913, 0.00036525670635658, 0.000887692307692307, 0.000676688656962378, 0.00280846153846154, 0.00332037301542138, 0.00824019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 390, '2021-05-23 00:00:00', 0.000169197767761217, 0.000436730769230786, 0.000274534851367495, 0.000589230769230803, 0.000435614905798499, 0.000967884615384628, 0.000682669421068174, 0.00289653846153848, 0.00332283551295484, 0.00824538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 405, '2021-05-23 00:00:00', 0.000176387793926224, 0.00039442307692309, 0.00023667406994564, 0.000653846153846167, 0.000318852087724335, 0.000975576923076926, 0.000664527391343784, 0.0029644230769231, 0.00332973364608134, 0.00825807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 420, '2021-05-23 00:00:00', 0.000160730663390183, 0.000477115384615393, 0.000229571590978971, 0.00070634615384617, 0.000351237592170661, 0.000960384615384613, 0.000685287278333818, 0.0030294230769231, 0.00333563000622994, 0.00825153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 435, '2021-05-23 00:00:00', 0.00021956775719582, 0.000480000000000002, 0.000301340402969045, 0.000689038461538449, 0.000529948473547562, 0.00126423076923076, 0.000721340872158331, 0.00304442307692308, 0.00332514714538493, 0.00824846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 450, '2021-05-23 00:00:00', 0.000171843063466452, 0.000465961538461551, 0.000246374012116027, 0.000641923076923072, 0.000518445902526151, 0.00140692307692309, 0.000727237555093543, 0.00300230769230769, 0.00332526098455213, 0.00824115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 465, '2021-05-23 00:00:00', 0.000173307641093902, 0.000458461538461544, 0.000408221706353882, 0.000974807692307699, 0.000548573008954901, 0.00147288461538464, 0.00076998441542669, 0.00300500000000002, 0.00332939731205791, 0.00823269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 480, '2021-05-23 00:00:00', 0.000400997026653097, 0.000873846153846165, 0.000515499309855549, 0.00122846153846155, 0.00057970911140515, 0.00161557692307694, 0.000845658323437992, 0.00304500000000002, 0.00333072937265191, 0.00822192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 495, '2021-05-23 00:00:00', 0.000304869707353059, 0.000781538461538483, 0.000325644981300419, 0.00101057692307696, 0.000544268351515637, 0.00159403846153847, 0.000838786302664996, 0.0029773076923077, 0.0034263812543265, 0.00828250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 510, '2021-05-23 00:00:00', 0.000192697850373239, 0.000677692307692324, 0.000295065898767362, 0.00100326923076924, 0.000496010545793602, 0.00161269230769233, 0.000828451289130204, 0.00302153846153848, 0.00349872155222448, 0.0083125 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 525, '2021-05-23 00:00:00', 0.000313910570312399, 0.000795384615384642, 0.000448518115576172, 0.00134250000000001, 0.000529364677267404, 0.0017998076923077, 0.000833759788317562, 0.00304576923076925, 0.00353956097342813, 0.00834673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 540, '2021-05-23 00:00:00', 0.000275956797064603, 0.0010230769230769, 0.000322000059722903, 0.00126903846153846, 0.000577240517795319, 0.00182615384615385, 0.000883467229813231, 0.0030571153846154, 0.00354710605770613, 0.00834923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 555, '2021-05-23 00:00:00', 0.000268522810949083, 0.000867500000000021, 0.000395596385221083, 0.00130749999999999, 0.000551632681577695, 0.00176884615384616, 0.000934072061130541, 0.00301384615384616, 0.00355480268845491, 0.00833692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 570, '2021-05-23 00:00:00', 0.000342067019973891, 0.000955384615384614, 0.000450879823661025, 0.00129884615384617, 0.000505156373352321, 0.00173480769230771, 0.00093929394514425, 0.00295134615384618, 0.00358193523649739, 0.00836596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 585, '2021-05-23 00:00:00', 0.000259621099652206, 0.000863653846153885, 0.000384208877485227, 0.00120269230769234, 0.000568730029235161, 0.00172461538461541, 0.00100720878593344, 0.00294346153846155, 0.0036232875477729, 0.00834057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 600, '2021-05-23 00:00:00', 0.00033494643659043, 0.000846346153846164, 0.000388217028913559, 0.00117769230769232, 0.000623043769298412, 0.00167846153846155, 0.00109172136484617, 0.00290846153846157, 0.00373005031931414, 0.00840076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 615, '2021-05-23 00:00:00', 0.000247178306864933, 0.000768653846153877, 0.000426387553938701, 0.0011571153846154, 0.000549076602474222, 0.00159365384615387, 0.00125592987310353, 0.00299461538461542, 0.00377512529083984, 0.00848980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 630, '2021-05-23 00:00:00', 0.000316070586079433, 0.000813846153846139, 0.00038166885566496, 0.00112134615384617, 0.000467252731810724, 0.00155134615384616, 0.00121928175578904, 0.00304000000000003, 0.00375242239708617, 0.00851461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 645, '2021-05-23 00:00:00', 0.000262405147698109, 0.000752692307692337, 0.000361363869463809, 0.00108961538461539, 0.000534020742898804, 0.00149192307692309, 0.00129998948220597, 0.0034394230769231, 0.0038163407211621, 0.00853750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 660, '2021-05-23 00:00:00', 0.000224969143183295, 0.000721346153846165, 0.00024721961585106, 0.00101846153846156, 0.00054503987151261, 0.00148769230769234, 0.00153493669375845, 0.0036794230769231, 0.00384290234868629, 0.00856269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 675, '2021-05-23 00:00:00', 0.000171185122466398, 0.000697115384615383, 0.000318854982711594, 0.0010425, 0.000497983047286323, 0.00140134615384615, 0.00177957437651211, 0.00384980769230771, 0.00385188912692901, 0.00853538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 690, '2021-05-23 00:00:00', 0.000322325743023122, 0.000743269230769207, 0.000417806359269612, 0.00103807692307692, 0.000471759880251962, 0.00142576923076923, 0.0018481448494681, 0.00390076923076925, 0.00385832405326459, 0.0085575 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 705, '2021-05-23 00:00:00', 0.000235278885253564, 0.000668076923076936, 0.000379267918292792, 0.000953076923076915, 0.000563872360079399, 0.00145403846153847, 0.00203237541959003, 0.00404961538461541, 0.00381940939856493, 0.00853692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 720, '2021-05-23 00:00:00', 0.000297792454830283, 0.000697884615384618, 0.000387184511769067, 0.00104538461538463, 0.000801687067281329, 0.00154807692307695, 0.00218253169859788, 0.00430115384615388, 0.00381661045754153, 0.00855923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 735, '2021-05-23 00:00:00', 0.000292487014833414, 0.000715576923076922, 0.000392765392882503, 0.00106442307692308, 0.000699775348566613, 0.00151846153846152, 0.00284050585960698, 0.00511846153846154, 0.00379459304091412, 0.0085321153846153[...];
Date: 2021-05-23 17:22:03 Duration: 15s745ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1050, '2021-05-23 00:00:00', 0.000269651413152956, 0.000718269230769235, 0.000584026079501998, 0.000987307692307696, 0.00071014548888563, 0.00122615384615386, 0.000867170908538429, 0.00205576923076924, 0.00209884360101901, 0.00671230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1065, '2021-05-23 00:00:00', 0.000334739680716468, 0.000634423076923078, 0.000398571873645831, 0.000808461538461544, 0.000542390187397049, 0.00114865384615386, 0.000820125060819749, 0.00195865384615385, 0.00219402665470099, 0.00679519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1080, '2021-05-23 00:00:00', 0.000220263129356346, 0.000560384615384627, 0.000359168966022734, 0.000797884615384629, 0.000444423264986795, 0.00101903846153847, 0.000862175713841707, 0.00194519230769231, 0.00224187525385472, 0.00681442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1095, '2021-05-23 00:00:00', 0.000304847313610238, 0.000603269230769237, 0.000368141904078373, 0.000807307692307691, 0.000476738801247996, 0.00110173076923077, 0.000835983161405688, 0.0018903846153846, 0.00228402520025165, 0.00684134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1110, '2021-05-23 00:00:00', 0.000242449756888691, 0.000511730769230774, 0.00029545479935438, 0.000638461538461541, 0.000517187549674633, 0.000979807692307676, 0.000844257889874514, 0.00180576923076922, 0.00225138310480811, 0.00679326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1125, '2021-05-23 00:00:00', 0.000264588286850454, 0.000445192307692308, 0.000363315925247509, 0.000712692307692301, 0.000519511345844844, 0.000979038461538462, 0.000857176783669225, 0.00180903846153845, 0.00229851698844143, 0.00682211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1140, '2021-05-23 00:00:00', 0.000243458099380264, 0.000519615384615377, 0.000344497404255031, 0.000682692307692301, 0.000522945981913997, 0.000982499999999997, 0.000841159822004016, 0.00178961538461538, 0.00227413233665401, 0.00683326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1155, '2021-05-23 00:00:00', 0.000203647130709358, 0.000431923076923063, 0.000341798242332453, 0.000629038461538445, 0.000506698969955386, 0.000885384615384608, 0.000789241115541709, 0.00181653846153847, 0.00231212077971719, 0.00686249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1170, '2021-05-23 00:00:00', 0.000201380332856878, 0.000464038461538453, 0.000406187575085511, 0.000667115384615382, 0.000469789969438058, 0.000913846153846154, 0.000760311879327244, 0.00174807692307692, 0.00234971239647619, 0.00690211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1185, '2021-05-23 00:00:00', 0.000309216192729538, 0.000475576923076934, 0.000309086495237918, 0.000627692307692308, 0.000425360480606211, 0.000873461538461543, 0.000656410430939462, 0.00169942307692308, 0.0023679150923577, 0.00691826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1200, '2021-05-23 00:00:00', 0.00021049218878253, 0.000420192307692302, 0.000314449519001057, 0.000612500000000003, 0.000421074267156688, 0.000886538461538449, 0.000605537047078551, 0.00164634615384616, 0.00244236216838096, 0.0069401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1215, '2021-05-23 00:00:00', 0.000234977658512455, 0.000422500000000014, 0.000311376163802911, 0.000571346153846161, 0.000443724446718218, 0.000964230769230771, 0.000589440543096713, 0.00162692307692308, 0.00243635793757814, 0.00695499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1230, '2021-05-23 00:00:00', 0.000174891724745954, 0.000386346153846161, 0.000260475305193001, 0.000634230769230774, 0.000458456272556228, 0.000991923076923093, 0.000575238679559657, 0.00166153846153847, 0.00250431464599675, 0.0070253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1245, '2021-05-23 00:00:00', 0.000230728945201607, 0.000515384615384618, 0.000375279383106271, 0.000753846153846156, 0.000547746326744003, 0.00106903846153846, 0.000535761571539475, 0.0016373076923077, 0.00261439374499064, 0.00712442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1260, '2021-05-23 00:00:00', 0.000279042938521052, 0.000544807692307696, 0.000357147674692771, 0.000727692307692314, 0.000508033804144804, 0.00101288461538462, 0.000453078232334521, 0.00158826923076923, 0.00265406652429525, 0.00712634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1275, '2021-05-23 00:00:00', 0.000205430130364403, 0.000461538461538462, 0.000338992682017689, 0.000659038461538458, 0.00038511317018009, 0.000853076923076922, 0.000437124520192846, 0.00156538461538462, 0.00273448896224056, 0.00716826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1290, '2021-05-23 00:00:00', 0.000206813554086402, 0.000429615384615377, 0.000237569746843716, 0.000615769230769234, 0.000296030143995243, 0.000729615384615378, 0.000422526512595528, 0.00157057692307691, 0.00275199572338667, 0.00715230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1305, '2021-05-23 00:00:00', 0.000179322764439309, 0.000465576923076929, 0.000252214880912778, 0.000577115384615386, 0.000284429523513569, 0.000676923076923084, 0.000521470000612166, 0.0016851923076923, 0.00273353775423831, 0.00715442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1320, '2021-05-23 00:00:00', 0.000221468177953759, 0.000371923076923071, 0.000219116144123123, 0.000451730769230778, 0.000257703243166353, 0.000680192307692323, 0.000549478529012873, 0.00172057692307693, 0.0027364069718126, 0.00715134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1335, '2021-05-23 00:00:00', 0.000114865138314469, 0.000269999999999997, 0.000179997115361503, 0.0003948076923077, 0.000387377027633875, 0.000844807692307693, 0.000566503309787326, 0.00186000000000002, 0.00273604461839463, 0.00713692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1350, '2021-05-23 00:00:00', 0.000137159087867392, 0.000288846153846163, 0.000178645329763068, 0.000516923076923086, 0.000396252250660901, 0.000859615384615388, 0.000580227011276951, 0.00198076923076925, 0.00273584316914437, 0.00714038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1365, '2021-05-23 00:00:00', 0.000173650068107821, 0.00043288461538462, 0.000386021571736797, 0.000775576923076931, 0.000416308733440036, 0.000875192307692315, 0.000693262299122492, 0.00219115384615386, 0.00273584316914437, 0.00714038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1380, '2021-05-23 00:00:00', 0.000424867038024839, 0.000664999999999997, 0.000432387112879889, 0.000768846153846156, 0.000411685092497423, 0.00091115384615385, 0.000699959366952553, 0.00225865384615385, 0.00273430688728354, 0.00713807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1395, '2021-05-23 00:00:00', 0.00021740294032403, 0.000400961538461531, 0.000229762168004546, 0.000510576923076912, 0.000287636322195502, 0.000830576923076916, 0.000701153692138891, 0.00225750000000001, 0.00276662613192426, 0.00708692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1410, '2021-05-23 00:00:00', 0.000175727498833154, 0.000348076923076923, 0.00031406546353366, 0.000628653846153844, 0.000404343152056993, 0.000960769230769231, 0.000752135216975891, 0.00238423076923076, 0.00276837422436959, 0.00708461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1425, '2021-05-23 00:00:00', 0.00031169931270131, 0.000512307692307692, 0.000257790314313505, 0.000680384615384615, 0.000437334979867136, 0.000993269230769235, 0.000767746277199602, 0.00243288461538462, 0.00276336759435629, 0.00707730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 0, '2021-05-23 00:00:00', 0.000179227401751137, 0.00051269230769231, 0.000409521484361758, 0.000760384615384614, 0.000431914165261865, 0.000970384615384614, 0.000825139149104336, 0.00253884615384616, 0.00276292234502084, 0.00707326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 15, '2021-05-23 00:00:00', 0.000384348199503453, 0.000511538461538456, 0.000401990815050067, 0.000673846153846153, 0.000411086552743046, 0.000946923076923072, 0.000879182596769043, 0.00256403846153847, 0.00274682737969575, 0.00710442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 30, '2021-05-23 00:00:00', 0.000192226729110739, 0.000408653846153846, 0.000285604689144863, 0.000600961538461526, 0.000357338021400553, 0.0009426923076923, 0.00085307011164653, 0.00268384615384616, 0.00275161315623009, 0.0070901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 45, '2021-05-23 00:00:00', 0.000239216670373557, 0.000453846153846151, 0.000330926903385962, 0.000741153846153846, 0.000511982571818769, 0.00109692307692307, 0.000861496752081026, 0.00275057692307694, 0.0028178684592873, 0.00710057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 60, '2021-05-23 00:00:00', 0.000253528029098289, 0.000582692307692295, 0.00030264278257733, 0.00075942307692306, 0.000513913529092793, 0.00112134615384615, 0.000867755814642671, 0.00277692307692308, 0.0029328851901262, 0.00711846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 75, '2021-05-23 00:00:00', 0.000252199249678621, 0.000522307692307689, 0.000369988357405176, 0.000825769230769222, 0.000455629404062288, 0.00122307692307693, 0.000875263301043668, 0.00278038461538463, 0.00295283141825189, 0.00710423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 90, '2021-05-23 00:00:00', 0.000279523770834507, 0.000558461538461529, 0.000297832425780264, 0.00077192307692307, 0.000398890384017396, 0.00123846153846155, 0.000840496556529814, 0.00272730769230769, 0.00285846669495272, 0.00703038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 105, '2021-05-23 00:00:00', 0.00019268717174179, 0.000502884615384613, 0.000333340724277039, 0.000890961538461547, 0.00054677108133533, 0.00141884615384616, 0.000844671898067308, 0.00275384615384615, 0.00282898778445851, 0.00705826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 120, '2021-05-23 00:00:00', 0.000334318134992135, 0.000768846153846156, 0.000396479556170983, 0.00105596153846154, 0.000523444986456225, 0.00150942307692308, 0.000878634364314223, 0.00278211538461538, 0.00282646631788775, 0.00707538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 135, '2021-05-23 00:00:00', 0.000300999361103335, 0.000673846153846166, 0.000510929206295891, 0.00103057692307694, 0.000437477603822362, 0.00132057692307694, 0.000910999472261942, 0.00260903846153847, 0.00273789973547947, 0.00702980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 150, '2021-05-23 00:00:00', 0.000334024699685503, 0.000707500000000002, 0.000347875143384244, 0.000971346153846159, 0.000436949037690278, 0.00132730769230769, 0.00100769531414701, 0.00259038461538461, 0.002744921380407, 0.00702423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 165, '2021-05-23 00:00:00', 0.000225797731132558, 0.000636153846153846, 0.000300380335830837, 0.000947115384615389, 0.000413059923013617, 0.0013075, 0.000944092502801591, 0.00255557692307692, 0.00266284573053256, 0.00703576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 180, '2021-05-23 00:00:00', 0.000320197535184865, 0.000732692307692317, 0.000426853064252254, 0.00102846153846154, 0.000559683736243424, 0.00142826923076923, 0.000947053649686549, 0.00255115384615385, 0.00263391618346874, 0.0070523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 195, '2021-05-23 00:00:00', 0.000249032049219501, 0.000645192307692311, 0.000322259152761346, 0.000899807692307711, 0.000609631162135072, 0.00126307692307694, 0.00104142906623543, 0.0023725, 0.00257290616887718, 0.00693807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 210, '2021-05-23 00:00:00', 0.000265934130074471, 0.000610192307692321, 0.000431916124336133, 0.000866538461538468, 0.000587051825781887, 0.00126038461538462, 0.00101812006243785, 0.0023073076923077, 0.00255010468110927, 0.00690826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 225, '2021-05-23 00:00:00', 0.000342201526319498, 0.000626730769230784, 0.000455214066296133, 0.000829615384615401, 0.000693445716360308, 0.0013698076923077, 0.000992238882527792, 0.00230500000000001, 0.00245716919676658, 0.00700730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 240, '2021-05-23 00:00:00', 0.00028768706288927, 0.000534615384615381, 0.000388664577555196, 0.000851923076923064, 0.000675237621992322, 0.00125038461538461, 0.000978071119798868, 0.00227134615384616, 0.00242741899175616, 0.00699480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 255, '2021-05-23 00:00:00', 0.000301471327887844, 0.000634807692307679, 0.000662152434227821, 0.00100038461538462, 0.000736215086673819, 0.00122942307692308, 0.000930502263048539, 0.00231269230769232, 0.00241729207203816, 0.00699519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 270, '2021-05-23 00:00:00', 0.000693580592621737, 0.000709038461538474, 0.000684853605917687, 0.000872307692307694, 0.000739888583088433, 0.00118134615384616, 0.00104306805220869, 0.00244519230769231, 0.00241641477113386, 0.00699288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 285, '2021-05-23 00:00:00', 0.000225339402133432, 0.000534615384615386, 0.000334873627139927, 0.000757115384615379, 0.000360766331790882, 0.00110211538461538, 0.000908649208779375, 0.00243923076923077, 0.00233233297695348, 0.00696134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 300, '2021-05-23 00:00:00', 0.000232983079610128, 0.000513653846153851, 0.000327224928521893, 0.000731923076923077, 0.000376566880360734, 0.00109615384615385, 0.000957227828358858, 0.00251634615384617, 0.00233448913864717, 0.00697346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 315, '2021-05-23 00:00:00', 0.000220033301675341, 0.000480576923076929, 0.000265895366928126, 0.000797115384615389, 0.00036558977640983, 0.00103326923076923, 0.000975807614235505, 0.00274750000000001, 0.00228987212441086, 0.00699211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 330, '2021-05-23 00:00:00', 0.000153740540672102, 0.000528076923076907, 0.000222759701506773, 0.000711730769230756, 0.000379023695220304, 0.00095480769230767, 0.00100812951319986, 0.00282134615384616, 0.00219944006860489, 0.00699615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 345, '2021-05-23 00:00:00', 0.000140344219688586, 0.0004575, 0.000186827460508355, 0.000612499999999999, 0.000498007568678965, 0.00104346153846153, 0.00108505109769787, 0.00288826923076924, 0.00214526595984312, 0.00700596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 360, '2021-05-23 00:00:00', 0.000165626201011604, 0.000469038461538464, 0.000272037044988633, 0.000673076923076917, 0.000478307472721817, 0.00105903846153846, 0.00111926138076033, 0.00290596153846154, 0.00211963030158202, 0.00703384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 375, '2021-05-23 00:00:00', 0.000180390282016924, 0.000465576923076929, 0.000404593433157085, 0.000774615384615386, 0.000460457506600356, 0.00107865384615385, 0.00108227013903468, 0.00297942307692308, 0.00210442117018875, 0.0070226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 390, '2021-05-23 00:00:00', 0.000337123351084068, 0.000576923076923065, 0.000366213682893561, 0.000762307692307686, 0.0004383887017775, 0.00111557692307693, 0.00107785208418623, 0.00301634615384616, 0.00208303200795234, 0.00701211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 405, '2021-05-23 00:00:00', 0.000233597945196451, 0.000519999999999999, 0.00032572924102932, 0.000728461538461528, 0.000415463596479885, 0.00109000000000001, 0.00096112572218527, 0.00309557692307692, 0.00208804450291509, 0.00699961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 420, '2021-05-23 00:00:00', 0.00031614480615935, 0.000611538461538467, 0.000383576739889965, 0.000876346153846169, 0.000451166223844894, 0.00121480769230771, 0.000964846819249249, 0.00319076923076922, 0.00214209674420614, 0.00702730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 435, '2021-05-23 00:00:00', 0.000250641101055796, 0.000565192307692312, 0.000312329707446878, 0.000815384615384615, 0.000473644949789972, 0.00132653846153846, 0.00100661206338582, 0.00323538461538461, 0.00210923647322914, 0.0070975 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 450, '2021-05-23 00:00:00', 0.000206500977833417, 0.000569423076923075, 0.000366377747476776, 0.000835576923076919, 0.000487410899155304, 0.00151923076923077, 0.00104438852187077, 0.00334076923076922, 0.002161567130935, 0.00714230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 465, '2021-05-23 00:00:00', 0.000266013374446888, 0.000546346153846151, 0.00032001111759535, 0.00100134615384615, 0.000596326704467905, 0.00157346153846155, 0.001070726137506, 0.00339230769230769, 0.00214762627460755, 0.00716115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 480, '2021-05-23 00:00:00', 0.000233868552824013, 0.000802499999999988, 0.000474234159947953, 0.00122903846153846, 0.000712782116886971, 0.00172788461538462, 0.00114955181902139, 0.00345076923076922, 0.00215272024692912, 0.00717269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 495, '2021-05-23 00:00:00', 0.000302822364787314, 0.000759230769230768, 0.000391143884601988, 0.00117846153846154, 0.000709393131757421, 0.00186884615384616, 0.00117122357124768, 0.00339557692307692, 0.00220578798932405, 0.00716442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 510, '2021-05-23 00:00:00', 0.000342527315025325, 0.000889807692307697, 0.000491788455146527, 0.00127826923076923, 0.000794863437714537, 0.00193826923076923, 0.00113530905653315, 0.00336442307692308, 0.00221065929079994, 0.0071125 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 525, '2021-05-23 00:00:00', 0.00032911752635472, 0.000802884615384619, 0.000617298113992297, 0.0013648076923077, 0.000811745626128308, 0.00187480769230769, 0.00113016923511483, 0.0033275, 0.00217260775602467, 0.00709269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 540, '2021-05-23 00:00:00', 0.000588092123866524, 0.00112211538461538, 0.00076173607381681, 0.00146961538461538, 0.000813330120317315, 0.00188173076923077, 0.00118804139075787, 0.00329711538461538, 0.00213216989509245, 0.00709730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 555, '2021-05-23 00:00:00', 0.000375586720499244, 0.000884230769230776, 0.000454160256365011, 0.00124346153846154, 0.000525210287555218, 0.00167461538461538, 0.00121252877840553, 0.00315403846153845, 0.00210475936866904, 0.00702999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 570, '2021-05-23 00:00:00', 0.000312149187704555, 0.00083365384615385, 0.000350244145616262, 0.0011101923076923, 0.00042886599126248, 0.00158096153846154, 0.00123004089988287, 0.00313115384615384, 0.00207111530711949, 0.00703615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 585, '2021-05-23 00:00:00', 0.000296873451412961, 0.000769615384615375, 0.000408245071570414, 0.00117096153846154, 0.000466401774637092, 0.00163384615384616, 0.00128791317492828, 0.00310711538461538, 0.00210309833706953, 0.00706884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 600, '2021-05-23 00:00:00', 0.000254993815912933, 0.000819615384615395, 0.000350354984814865, 0.00104115384615386, 0.000523202012757813, 0.00154788461538461, 0.00123148347064082, 0.00306153846153845, 0.00196896377471853, 0.0070878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 615, '2021-05-23 00:00:00', 0.000258742892878987, 0.000646730769230783, 0.00032574583060087, 0.00102288461538462, 0.000388937606228109, 0.00138230769230768, 0.00115369188327668, 0.0029751923076923, 0.00188198393682346, 0.00703846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 630, '2021-05-23 00:00:00', 0.000216069166276414, 0.000786730769230782, 0.000260845076331043, 0.00105307692307693, 0.000491540592266954, 0.00144307692307692, 0.00103304531138988, 0.00297884615384614, 0.0019011681935063, 0.00706249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 645, '2021-05-23 00:00:00', 0.000227626972174964, 0.000685961538461553, 0.00026117051606478, 0.000885961538461544, 0.000639243663667046, 0.00140769230769231, 0.00107965380847467, 0.00304788461538462, 0.00193012865254746, 0.00705384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 660, '2021-05-23 00:00:00', 0.000143735333699973, 0.000604615384615374, 0.000496766041512505, 0.00100249999999998, 0.000787627791829056, 0.00140346153846153, 0.00108922903221287, 0.00308173076923077, 0.00196420404705356, 0.00702846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 675, '2021-05-23 00:00:00', 0.000381067730704952, 0.000716153846153828, 0.000501700646263842, 0.000993461538461535, 0.000687195107218188, 0.00135865384615384, 0.00110448896989305, 0.00309173076923077, 0.00202464375783837, 0.0069978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 690, '2021-05-23 00:00:00', 0.000219060230565457, 0.00061576923076923, 0.000342509123966057, 0.000862499999999997, 0.000455144609310739, 0.00124115384615385, 0.00101481618267319, 0.00293173076923078, 0.00198843607854553, 0.00689596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 705, '2021-05-23 00:00:00', 0.000274302472015548, 0.000635384615384615, 0.000332939125875088, 0.000917307692307681, 0.000391120333637373, 0.00132134615384616, 0.00102196876363525, 0.00301192307692308, 0.0020316068668762, 0.00689230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 720, '2021-05-23 00:00:00', 0.000238961535366302, 0.000643846153846149, 0.0002620171016145, 0.00091019230769231, 0.000342345754150121, 0.00133384615384615, 0.00109887557915424, 0.00308153846153846, 0.00207305816460759, 0.00691192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 735, '2021-05-23 00:00:00', 0.000198932535916461, 0.000601923076923096, 0.000275938468614893, 0.000905961538461555, 0.000429691168166154, 0.00131250000000001, 0.00111175988345576, 0.00312596153846154, 0.00209839477110115, 0.00689115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 750, '2021-05-23 00:00:00', 0.000259378843808397, 0.00065576923076924, 0.000338836754431742, 0.000912884615384618, 0.00060326572790232, 0.00134346153846154, 0.00106135885325589, 0.00314615384615384, 0.00206907500700565, 0.00690076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 765, '2021-05-23 00:00:00', 0.000277190645307804, 0.000664423076923079, 0.000426839413146655, 0.000911730769230773, 0.000580652981233524, 0.00140826923076923, 0.00102871198406254, 0.00311788461538461, 0.00209617517067489, 0.0068528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 780, '2021-05-23 00:00:00', 0.000335335480698623, 0.000661730769230766, 0.0004787581692414, 0.000959230769230772, 0.00053655439182305, 0.00138384615384615, 0.00108491013452729, 0.00329499999999999, 0.0021082830783511, 0.00684846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 795, '2021-05-23 00:00:00', 0.000316387603083015, 0.000653653846153841, 0.000332270800124518, 0.00101326923076923, 0.000476004242062548, 0.00134403846153847, 0.00106277257137242, 0.00338653846153845, 0.00210333178918226, 0.00688615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 810, '2021-05-23 00:00:00', 0.000268280349921206, 0.000752884615384607, 0.000384434449749052, 0.00100961538461538, 0.0003764232989601, 0.00139249999999999, 0.00106229086629576, 0.00346173076923076, 0.00210912082485717, 0.00688557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 825, '2021-05-23 00:00:00', 0.000305381791306449, 0.000679038461538469, 0.000343160872792019, 0.000969230769230782, 0.000560630551597579, 0.00155115384615386, 0.0011164840417062, 0.00352615384615384, 0.00212002685033796, 0.0068653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 840, '2021-05-23 00:00:00', 0.00024569587204196, 0.000722307692307697, 0.000290704978655988, 0.00105576923076922, 0.000639957119957749, 0.00167365384615385, 0.00113636344741257, 0.00352326923076923, 0.0021411356889421, 0.00684903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 855, '2021-05-23 00:00:00', 0.000291626737193541, 0.00079192307692306, 0.000568704195112413, 0.00125230769230769, 0.000744129331190812, 0.00175230769230769, 0.0012099694369948, 0.00352403846153846, 0.00218252006775514, 0.0068153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 870, '2021-05-23 00:00:00', 0.000543144123103202, 0.000888461538461543, 0.000631430518742966, 0.0012375, 0.000683591899173334, 0.00170673076923078, 0.00124344077524362, 0.00349019230769231, 0.00218383138965937, 0.00682653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 885, '2021-05-23 00:00:00', 0.000329057161272344, 0.000846153846153843, 0.000519913343371174, 0.00118826923076922, 0.000691429427957875, 0.00184557692307692, 0.001247007571996, 0.00340326923076923, 0.00213727069845201, 0.00686403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 900, '2021-05-23 00:00:00', 0.000350249416625003, 0.000880576923076914, 0.000428918362323716, 0.00115519230769231, 0.00084050259689343, 0.00195615384615385, 0.00127272910888978, 0.00341923076923077, 0.00211558393466565, 0.00689076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 915, '2021-05-23 00:00:00', 0.000326196967396173, 0.000762692307692313, 0.000515101819658388, 0.00142173076923077, 0.000758704259804936, 0.00193307692307693, 0.00117916745401803, 0.00334673076923077, 0.00202323168755793, 0.0068876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 930, '2021-05-23 00:00:00', 0.000409506879814472, 0.00113326923076923, 0.000742527518267585, 0.00154134615384615, 0.000683797765874809, 0.00188923076923076, 0.0012724096612938, 0.00330788461538461, 0.00198704066777322, 0.00694384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 945, '2021-05-23 00:00:00', 0.000398301586547362, 0.00101307692307692, 0.000493037562931612, 0.00137403846153846, 0.000607866382078776, 0.00184346153846154, 0.00130710578702014, 0.00319346153846153, 0.00213032060606272, 0.00705826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 960, '2021-05-23 00:00:00', 0.00034500016722403, 0.00102634615384616, 0.000424800994131818, 0.00135173076923077, 0.000701213563430175, 0.00205769230769229, 0.00126120888283975, 0.00315038461538462, 0.00221887812956147, 0.00702192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 975, '2021-05-23 00:00:00', 0.000289954373068472, 0.000956538461538447, 0.000382389853421877, 0.00139999999999999, 0.000758749984159168, 0.00217653846153845, 0.00128918669949464, 0.00308711538461538, 0.00219163287387424, 0.00699557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 990, '2021-05-23 00:00:00', 0.000375132848263311, 0.000879423076923074, 0.000749601868686594, 0.00159019230769229, 0.000875075117654747, 0.00207730769230768, 0.00138285497598822, 0.00303173076923076, 0.00212178933921349, 0.00693499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1005, '2021-05-23 00:00:00', 0.00056054424103172, 0.00131038461538461, 0.000611675661919458, 0.00165365384615384, 0.000705111365999388, 0.00198596153846153, 0.00132130385779177, 0.00295326923076922, 0.00211099488029115, 0.00692423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1020, '2021-05-23 00:00:00', 0.000579321884753073, 0.00105461538461538, 0.00061148259299711, 0.00132480769230769, 0.000704469904363448, 0.00164038461538462, 0.00129800843010183, 0.00269673076923076, 0.00222535726604484, 0.00694519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1035, '2021-05-23 00:00:00', 0.000409962334104745, 0.000803653846153855, 0.000586676984903429, 0.00117173076923078, 0.000711986738208373, 0.00150865384615385, 0.00133923342022449, 0.00261307692307692, 0.00223539310774501, 0.00690788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1050, '2021-05-23 00:00:00', 0.000360462736791723, 0.000779230769230776, 0.000432335339931679, 0.00103538461538463, 0.000497130380669501, 0.00137115384615385, 0.00118961952547216, 0.00244115384615384, 0.00220632360413287, 0.00681038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1065, '2021-05-23 00:00:00', 0.000357310035597173, 0.000697692307692318, 0.000445824948399454, 0.000993269230769226, 0.00045725741782265, 0.00127711538461537, 0.00110802054965671, 0.00236653846153846, 0.00226861706434016, 0.00682076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1080, '2021-05-23 00:00:00', 0.000335203497319726, 0.000689230769230767, 0.000340855484829648, 0.000897692307692313, 0.00040379702631585, 0.00122903846153846, 0.00112537932066686, 0.00228384615384615, 0.00224187511660698, 0.00681596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1095, '2021-05-23 00:00:00', 0.000264797745749179, 0.000595384615384622, 0.000327231510613608, 0.000832307692307688, 0.000514503644301957, 0.00118000000000001, 0.00115066388863794, 0.00216423076923077, 0.00229754695273024, 0.00679500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1110, '2021-05-23 00:00:00', 0.0002017832043022, 0.000557692307692302, 0.00026214030300878, 0.00078153846153847, 0.000440774885854445, 0.0011125, 0.000984250906097553, 0.0020103846153846, 0.00232814955407806, 0.00678288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1125, '2021-05-23 00:00:00', 0.000152768301182397, 0.000526923076923074, 0.000263879415934334, 0.00074288461538461, 0.000410200373176149, 0.00107211538461539, 0.000873559671688202, 0.00187249999999999, 0.00233300931449887, 0.00676269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1140, '2021-05-23 00:00:00', 0.000231024557469214, 0.000567884615384599, 0.000330594103907581, 0.000787307692307688, 0.000442386534779092, 0.00105538461538462, 0.000836202519636335, 0.00186442307692307, 0.00235193381153598, 0.00673942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1155, '2021-05-23 00:00:00', 0.000259152538983388, 0.000480961538461534, 0.000349700751192531, 0.000686153846153841, 0.000392576156257031, 0.000949038461538462, 0.000746748850788433, 0.00176538461538461, 0.00232560841501746, 0.00677250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1170, '2021-05-23 00:00:00', 0.000171917243060562, 0.00043653846153846, 0.00025686939213419, 0.000656730769230784, 0.000390330629082577, 0.000955000000000009, 0.000666560863399121, 0.00169423076923077, 0.00233536467256105, 0.00678807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1185, '2021-05-23 00:00:00', 0.00019689434886605, 0.000494230769230779, 0.000248785047782214, 0.000690000000000011, 0.000487853106832554, 0.00103557692307692, 0.000652674409346181, 0.00165826923076923, 0.00239884479409441, 0.00688788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1200, '2021-05-23 00:00:00', 0.000170692819009887, 0.000459038461538463, 0.000262059080244254, 0.00065019230769231, 0.000456657462943015, 0.000979038461538457, 0.000575546162019524, 0.00161576923076923, 0.00242039679677655, 0.00687057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1215, '2021-05-23 00:00:00', 0.000209591635916499, 0.000504423076923064, 0.00032262201031309, 0.000740192307692298, 0.000479348115031884, 0.000988846153846129, 0.000640517489102508, 0.00168942307692307, 0.00245484914936822, 0.00691788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1230, '2021-05-23 00:00:00', 0.000223186365726386, 0.000526923076923083, 0.000277386983222963, 0.000706538461538461, 0.000398247555403189, 0.000908653846153842, 0.000685584786879072, 0.0017375, 0.00243118973724009, 0.00695346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1245, '2021-05-23 00:00:00', 0.000221740752994255, 0.000530192307692297, 0.000347108994187919, 0.000730576923076914, 0.000344474181236363, 0.000897692307692304, 0.000696188110079009, 0.00173173076923077, 0.00246018085639123, 0.0070646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1260, '2021-05-23 00:00:00', 0.000197417168608847, 0.000508461538461543, 0.000236367054843475, 0.000615769230769234, 0.000232671772774768, 0.000846923076923083, 0.000835760363151666, 0.00179923076923078, 0.00248465875230074, 0.00707865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1275, '2021-05-23 00:00:00', 0.000145067756052657, 0.000379423076923082, 0.000174884687283225, 0.000514423076923086, 0.00025666620046578, 0.000823461538461553, 0.000825002657338389, 0.00179076923076924, 0.00248978194905622, 0.0070819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1290, '2021-05-23 00:00:00', 0.000122081467124957, 0.000351730769230776, 0.000170559712079416, 0.00058615384615386, 0.000342805899329905, 0.000843269230769242, 0.000772926830052751, 0.00179326923076923, 0.00247060242575649, 0.0070921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1305, '2021-05-23 00:00:00', 0.000165511328917377, 0.000490000000000008, 0.000233534052862002, 0.000648076923076929, 0.000349349340257655, 0.000799807692307688, 0.000786582090194919, 0.00185076923076923, 0.00244561790996436, 0.00715519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1320, '2021-05-23 00:00:00', 0.000170105510244031, 0.000396730769230793, 0.000297254358834582, 0.000531923076923099, 0.00032799536816618, 0.00081480769230771, 0.000751509890410387, 0.00189634615384616, 0.00243315029255363, 0.00713288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1335, '2021-05-23 00:00:00', 0.000194145464892871, 0.000302692307692309, 0.000181121400001401, 0.000395192307692313, 0.00031536188004357, 0.00084634615384616, 0.00084041832532286, 0.00200480769230768, 0.00247072269091143, 0.00711115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1350, '2021-05-23 00:00:00', 0.00010303621469397, 0.000272307692307691, 0.000254814336633264, 0.000607884615384627, 0.000288940238697313, 0.000852692307692313, 0.000825716658424684, 0.00205499999999999, 0.00246147620654448, 0.00716865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1365, '2021-05-23 00:00:00', 0.000240569196826077, 0.000496538461538478, 0.000295808409928818, 0.000743846153846172, 0.000264607982901848, 0.000860769230769242, 0.000783672542485814, 0.00229557692307692, 0.00246238150046782, 0.00716942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1380, '2021-05-23 00:00:00', 0.000277525951662453, 0.000555576923076933, 0.000282648803559886, 0.000647884615384624, 0.000238789575858034, 0.000832307692307684, 0.000769783011383982, 0.00238826923076923, 0.00246255699660708, 0.00716980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1395, '2021-05-23 00:00:00', 0.000218182351397953, 0.000383461538461523, 0.000219355787565465, 0.000550192307692287, 0.000442674259473028, 0.000872499999999977, 0.000774211286009587, 0.00238634615384615, 0.0024789187236498, 0.00715096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1410, '2021-05-23 00:00:00', 0.000204547154616093, 0.000393461538461533, 0.000216152723785748, 0.000534999999999991, 0.000542907131879995, 0.000958076923076923, 0.000821733931297811, 0.00245442307692308, 0.00248455200264478, 0.00715442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1425, '2021-05-23 00:00:00', 0.000200746012509485, 0.00038480769230769, 0.000411633191829059, 0.000696730769230752, 0.000600361173346131, 0.00103153846153846, 0.000902461931862794, 0.00263846153846153, 0.00248253119122089, 0.00714865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 0, '2021-05-23 00:00:00', 0.0003822439816903, 0.000542692307692297, 0.000474052577415038, 0.000755384615384619, 0.000678595155166441, 0.00108576923076923, 0.000852052002746665, 0.00262884615384615, 0.00248768799057711, 0.00708653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 15, '2021-05-23 00:00:00', 0.000289682584909761, 0.000480000000000015, 0.000358816055296384, 0.000679807692307709, 0.000491951568910866, 0.00107788461538462, 0.000852234438673725, 0.00263346153846154, 0.00248561015570701, 0.00707461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 30, '2021-05-23 00:00:00', 0.000261440462408979, 0.000488653846153845, 0.000407250112149964, 0.000749423076923067, 0.000364530519984285, 0.00106749999999999, 0.00084078379183674, 0.00261576923076923, 0.00246273475257456, 0.00716730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 45, '2021-05-23 00:00:00', 0.000291468694716943, 0.000519999999999999, 0.000331219193052213, 0.000836923076923073, 0.000443997574490964, 0.00114461538461539, 0.000880108144578738, 0.00266711538461539, 0.00246494290774888, 0.00719653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 60, '2021-05-23 00:00:00', 0.000229716966320268, 0.000636730769230764, 0.000307560625668392, 0.000808461538461544, 0.000512997113502143, 0.00125403846153847, 0.000865840898513372, 0.00268269230769231, 0.00248628336308202, 0.00724019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 75, '2021-05-23 00:00:00', 0.000249186445488884, 0.000481730769230782, 0.000358104894387975, 0.000761346153846163, 0.000646145137303956, 0.00130846153846154, 0.000812109811634995, 0.00266211538461539, 0.00250017412470534, 0.00723442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 90, '2021-05-23 00:00:00', 0.000277872480437744, 0.000531346153846146, 0.000337218543609113, 0.000837884615384609, 0.00053448235201493, 0.00123923076923076, 0.000943218242956602, 0.00267057692307691, 0.00261777595709381, 0.00729019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 105, '2021-05-23 00:00:00', 0.000268556540386944, 0.00060384615384616, 0.000475855706959738, 0.000985576923076923, 0.000547698014771477, 0.00145134615384616, 0.000993699633459964, 0.00264480769230768, 0.0026515142915816, 0.00739403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 120, '2021-05-23 00:00:00', 0.000499041119008783, 0.000819038461538464, 0.000484876828134272, 0.00102846153846154, 0.000532586034942138, 0.00156326923076922, 0.00108185481750272, 0.00270038461538459, 0.00269245104233755, 0.00741115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 135, '2021-05-23 00:00:00', 0.000256425127773869, 0.000639615384615377, 0.000429341535197969, 0.00107807692307692, 0.000441089385673514, 0.00145461538461537, 0.00108158765070328, 0.00261961538461536, 0.00269271607946611, 0.00742326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 150, '2021-05-23 00:00:00', 0.000340171054256302, 0.00077288461538461, 0.000345404779264064, 0.00108230769230768, 0.000467856856807214, 0.00143403846153845, 0.000982272169708886, 0.00261115384615383, 0.00261819215372862, 0.00743692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 165, '2021-05-23 00:00:00', 0.000206523699515422, 0.000654038461538455, 0.000239843618923794, 0.000919807692307693, 0.000578824538313498, 0.00137961538461538, 0.00097339793428049, 0.00237846153846152, 0.00247208208726042, 0.00732461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 180, '2021-05-23 00:00:00', 0.00021542774980168, 0.000696346153846155, 0.000335230575069666, 0.000896538461538459, 0.000593451313536703, 0.00133269230769231, 0.000975379078181306, 0.00235211538461537, 0.00244042638928906, 0.00731980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 195, '2021-05-23 00:00:00', 0.000293244712720372, 0.0006073076923077, 0.00059827598468111, 0.00101192307692308, 0.000573353428389645, 0.00128307692307692, 0.00096991666969583, 0.0023478846153846, 0.00245812974558989, 0.00731038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 210, '2021-05-23 00:00:00', 0.000568699089014705, 0.000754423076923079, 0.000561468267477882, 0.000966153846153856, 0.000544985814917737, 0.00124653846153845, 0.00106162987900681, 0.00236499999999999, 0.00245456699142326, 0.00731365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 225, '2021-05-23 00:00:00', 0.000276768231280535, 0.000584423076923084, 0.000283240112869739, 0.000859807692307693, 0.000362871030278507, 0.00113076923076923, 0.000971010991778078, 0.0022178846153846, 0.00239012680706403, 0.00722807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 240, '2021-05-23 00:00:00', 0.000205742557581072, 0.000614999999999998, 0.000327441421654904, 0.000823269230769222, 0.000421464297237801, 0.00104692307692309, 0.00099969987804032, 0.0021303846153846, 0.00238763220334739, 0.00722346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 255, '2021-05-23 00:00:00', 0.000202943436606197, 0.000510961538461525, 0.000297753899412561, 0.00071076923076922, 0.000400451668071855, 0.000948461538461548, 0.000952383406956542, 0.00215807692307691, 0.00237165541017564, 0.00715923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 270, '2021-05-23 00:00:00', 0.000184614358971525, 0.00051269230769231, 0.000259303579138137, 0.000672115384615402, 0.000624661877769451, 0.00100730769230771, 0.00086455680064323, 0.00220730769230769, 0.00232974944179378, 0.0071176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 285, '2021-05-23 00:00:00', 0.000193444088523315, 0.000488846153846154, 0.000261871371830942, 0.000696153846153859, 0.000593698188022784, 0.000976538461538471, 0.000801061795369125, 0.002235, 0.00230229190991532, 0.00709596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 300, '2021-05-23 00:00:00', 0.000192339943449503, 0.000505576923076934, 0.000563940019996666, 0.000742115384615404, 0.000619652414975205, 0.000998653846153851, 0.000801869929985779, 0.00231923076923076, 0.00228906511820538, 0.00712865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 315, '2021-05-23 00:00:00', 0.000482909013567371, 0.000488653846153841, 0.000474329364633738, 0.000642884615384604, 0.000519428384047159, 0.000955384615384597, 0.000783211264356814, 0.00238673076923075, 0.00229717492887375, 0.00709442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 330, '2021-05-23 00:00:00', 0.000212807334315492, 0.000440192307692288, 0.000351126976813439, 0.000628076923076904, 0.000357074275832815, 0.000974038461538442, 0.000682108044678703, 0.00242423076923075, 0.002323175975983, 0.00706615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 345, '2021-05-23 00:00:00', 0.000218834324406518, 0.000407692307692301, 0.00024935424291864, 0.000626538461538446, 0.000319007595761965, 0.00093961538461537, 0.000657477463784603, 0.00258884615384614, 0.00232699218206349, 0.00705884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 360, '2021-05-23 00:00:00', 0.000194516066174483, 0.000477499999999994, 0.000262549921992869, 0.000687692307692299, 0.000389007069344503, 0.00098249999999998, 0.000660974571837234, 0.00273076923076922, 0.00232101659590394, 0.00704096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 375, '2021-05-23 00:00:00', 0.000232706153434227, 0.000498076923076915, 0.000209446890642934, 0.00067499999999999, 0.000331918722674007, 0.00107403846153844, 0.000666904819641874, 0.00279403846153845, 0.00231750599534533, 0.00703596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 390, '2021-05-23 00:00:00', 0.000188295287738746, 0.000498653846153846, 0.000349285919908269, 0.000705576923076921, 0.000493922603715965, 0.00112346153846154, 0.000879936558027833, 0.00292788461538461, 0.00231045101324728, 0.00703673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 405, '2021-05-23 00:00:00', 0.000248547859499012, 0.000465961538461538, 0.000303262516388289, 0.000768076923076908, 0.000416670179472373, 0.00106403846153846, 0.000853787962327525, 0.00299173076923076, 0.00230615824395332, 0.00704038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 420, '2021-05-23 00:00:00', 0.000243098666262194, 0.000644807692307689, 0.000352198862095762, 0.000870961538461535, 0.000352493316903371, 0.00112346153846153, 0.000857553429598063, 0.00300326923076923, 0.00236425515998981, 0.00715269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 435, '2021-05-23 00:00:00', 0.000263333730931221, 0.000580576923076922, 0.000289076779792819, 0.00075423076923077, 0.000453872949013447, 0.00125942307692309, 0.000894679250647106, 0.00297480769230768, 0.00237266861279738, 0.00716711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 450, '2021-05-23 00:00:00', 0.000209718584334795, 0.000501730769230772, 0.000229617407541669, 0.000723076923076925, 0.000455563767384815, 0.0013271153846154, 0.000872402518248407, 0.00290807692307692, 0.00236071652258377, 0.0071525 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 465, '2021-05-23 00:00:00', 0.000177445657987068, 0.000499807692307679, 0.000357007918464229, 0.000935576923076933, 0.000430996698184752, 0.00143692307692309, 0.000841891094729371, 0.00287884615384615, 0.00236042535280272, 0.00715461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 480, '2021-05-23 00:00:00', 0.000334293111827615, 0.000781730769230783, 0.000454743883961072, 0.00107000000000002, 0.000540741122477725, 0.0015348076923077, 0.00087584253941343, 0.00286307692307692, 0.00246869887873069, 0.00719192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 495, '2021-05-23 00:00:00', 0.000315615211196267, 0.000710192307692314, 0.000364093605884736, 0.00101307692307694, 0.000523176246226222, 0.00148423076923076, 0.000867434524241546, 0.00279442307692307, 0.00265823955625929, 0.00731653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 510, '2021-05-23 00:00:00', 0.000286097616477044, 0.000704615384615376, 0.000375904038490999, 0.000995384615384607, 0.00048692093814088, 0.00153999999999998, 0.000836389861248931, 0.00277999999999999, 0.00273433175636136, 0.00735807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 525, '2021-05-23 00:00:00', 0.000329895379686449, 0.000749807692307685, 0.000419279280891166, 0.00116865384615383, 0.00051990132199813, 0.00164076923076921, 0.000794323926367575, 0.00281749999999999, 0.00279752300464867, 0.00734480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 540, '2021-05-23 00:00:00', 0.000317743788900135, 0.000958653846153824, 0.000311625576613989, 0.00121249999999998, 0.000584751623801484, 0.00172230769230767, 0.000769790905676043, 0.00281596153846152, 0.00284996313741344, 0.00735326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 555, '2021-05-23 00:00:00', 0.000262088065058571, 0.000818076923076924, 0.000422803282135587, 0.00119884615384615, 0.000517205992290838, 0.00164596153846153, 0.000759581564972578, 0.00276307692307692, 0.00284566698954475, 0.00742384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 570, '2021-05-23 00:00:00', 0.000324832501215854, 0.000941923076923077, 0.000452405366219965, 0.00124884615384615, 0.00056815355454178, 0.00170730769230768, 0.000715947382037375, 0.00269057692307691, 0.00280859332434201, 0.00743230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 585, '2021-05-23 00:00:00', 0.000273937738574648, 0.000836730769230768, 0.000325813360919788, 0.00111788461538461, 0.000525167116259194, 0.00162749999999999, 0.000712476936198907, 0.00254423076923075, 0.00280664788424802, 0.00738211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 600, '2021-05-23 00:00:00', 0.000250661355985744, 0.000771346153846156, 0.000396548377105002, 0.00110615384615383, 0.000483810873729053, 0.00149480769230769, 0.000746637487982979, 0.00242846153846153, 0.00289316298166238, 0.00743096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 615, '2021-05-23 00:00:00', 0.000253077975214101, 0.000742692307692301, 0.00034872691542018, 0.00110269230769232, 0.000373458678591607, 0.00136923076923077, 0.000870778873281748, 0.00250961538461538, 0.00294121563041804, 0.00745076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 630, '2021-05-23 00:00:00', 0.000303829911932014, 0.000758846153846163, 0.000322345311738824, 0.0010025, 0.000387492779089044, 0.00127057692307692, 0.000924103141096602, 0.00250884615384615, 0.0029551918654359, 0.00746980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 645, '2021-05-23 00:00:00', 0.000226581365925396, 0.00069365384615383, 0.000299068618316153, 0.000884038461538454, 0.000408550533546996, 0.00121846153846153, 0.00116350004132094, 0.00278288461538461, 0.00297488940324485, 0.00753480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 660, '2021-05-23 00:00:00', 0.000186343458740532, 0.00060673076923076, 0.000242144346651719, 0.00083326923076922, 0.000433615214039087, 0.00122692307692307, 0.00120005418146913, 0.00286903846153846, 0.00298970652663178, 0.00758365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 675, '2021-05-23 00:00:00', 0.000217884937877412, 0.000595384615384622, 0.000291575626817202, 0.000917115384615389, 0.000384076765163521, 0.00125519230769232, 0.00137012862955945, 0.00300269230769232, 0.00299320160466245, 0.00756538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 690, '2021-05-23 00:00:00', 0.000192843599443044, 0.000669423076923069, 0.000257957659018215, 0.00086192307692307, 0.000338905080879822, 0.00121057692307693, 0.00143302895993068, 0.00301, 0.00300385150841639, 0.00756326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 705, '2021-05-23 00:00:00', 0.000198854508082196, 0.000581346153846132, 0.000244492645791557, 0.000859423076923079, 0.000444405090672231, 0.00123673076923076, 0.00162973632836727, 0.00315750000000001, 0.0029842255341146, 0.00755903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 720, '2021-05-23 00:00:00', 0.000182914860396448, 0.000634615384615383, 0.00029893792769635, 0.000868269230769231, 0.000517306931655152, 0.00124730769230768, 0.00171599593194783, 0.00319096153846155, 0.00296119663961406, 0.00761153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 735, '2021-05-23 00:00:00', 0.000188251059860123, 0.000587307692307693, 0.000336077887034897, 0.000867884615384613, 0.000454723584677033, 0.00122153846153847, 0.00156040143996541, 0.00333942307692308, 0.00296772640248391, 0.00762[...];
Date: 2021-05-23 17:22:06 Duration: 1s965ms Database: acaweb_fx User: pgperfstats
10 41s800ms 4 4s851ms 15s125ms 10s450ms select updateageforrelevantresults ();Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 23 17 4 41s800ms 10s450ms [ User: postgres - Total duration: 41s800ms - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-05-23 17:47:17 Duration: 15s125ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-05-23 17:32:13 Duration: 11s322ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-05-23 17:17:12 Duration: 10s500ms Database: acaweb_fx User: postgres
11 41s23ms 57 689ms 775ms 719ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 23 17 57 41s23ms 719ms [ User: pgperfstats - Total duration: 41s23ms - Times executed: 57 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1080, '2021-05-23 00:00:00', 0.202858981325324, 0.548124999999999, 0.282411650927704, 0.707916666666666, 0.35836730964639, 0.898541666666667, 0.63674898929038, 1.44583333333333, 1.91339424485177, 6.00416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1095, '2021-05-23 00:00:00', 0.215266518327964, 0.458750000000001, 0.256701484557287, 0.625000000000003, 0.348633720420866, 0.812916666666667, 0.638542696585216, 1.45458333333333, 1.917009625901, 5.99541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1110, '2021-05-23 00:00:00', 0.23599916712578, 0.488958333333332, 0.350021479672158, 0.652916666666667, 0.448981133201627, 0.848333333333333, 0.68063575885483, 1.52708333333333, 1.90831493646597, 6.010625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1125, '2021-05-23 00:00:00', 0.169722706499304, 0.423333333333336, 0.303816231522004, 0.602708333333332, 0.424493730856218, 0.875833333333333, 0.700602968825811, 1.54479166666667, 1.877009635591, 6.49395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1140, '2021-05-23 00:00:00', 0.252992148443216, 0.435624999999998, 0.366534890681581, 0.639999999999998, 0.406091301221211, 0.835833333333332, 0.680577300500486, 1.625625, 1.87098922480805, 6.524375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1155, '2021-05-23 00:00:00', 0.181059182413465, 0.424583333333334, 0.216116497703692, 0.597083333333335, 0.265659471335286, 0.731458333333334, 1.27142102115841, 2.74125, 1.86950788640188, 6.52354166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1170, '2021-05-23 00:00:00', 0.129413392224129, 0.382500000000001, 0.157051639250609, 0.475000000000003, 0.251370068289529, 0.661041666666667, 1.34056276037072, 2.93208333333333, 1.87979685920688, 6.52083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1185, '2021-05-23 00:00:00', 0.125030431078408, 0.32, 0.204008738090776, 0.475, 0.269239989788753, 0.693541666666664, 1.42770095859529, 3.098125, 1.87868159088429, 6.52520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1200, '2021-05-23 00:00:00', 0.152277397525374, 0.346666666666666, 0.220518061799275, 0.467708333333332, 0.230759222655517, 0.662916666666665, 1.45734420389391, 3.16229166666667, 1.85515135471827, 6.556875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1215, '2021-05-23 00:00:00', 0.135083844065586, 0.319583333333332, 0.171609891061511, 0.477708333333331, 0.207707356669166, 0.698541666666665, 1.55981358917372, 3.27854166666667, 1.81720400326786, 6.58770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1230, '2021-05-23 00:00:00', 0.0862858306167181, 0.331874999999998, 0.176715068909555, 0.473958333333333, 0.231408631451257, 0.713958333333334, 1.58373147644818, 3.33145833333333, 1.81464553172158, 6.59166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1245, '2021-05-23 00:00:00', 0.165683558830276, 0.336458333333335, 0.158041540815024, 0.511458333333334, 0.271284852165565, 0.715416666666667, 1.61886633653915, 3.36229166666667, 1.80307284762446, 6.59270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1260, '2021-05-23 00:00:00', 0.154715142640657, 0.392916666666666, 0.21604638776584, 0.521041666666667, 0.237037879930065, 0.704999999999998, 1.58172849637094, 3.37041666666667, 1.74902623011297, 6.56833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1275, '2021-05-23 00:00:00', 0.13122334097786, 0.329999999999999, 0.184234486496132, 0.466458333333332, 0.374281679170004, 0.737916666666668, 1.58064033472312, 3.32395833333333, 1.70575305312958, 6.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1290, '2021-05-23 00:00:00', 0.14243928276765, 0.32541666666667, 0.178871259670838, 0.479166666666666, 0.471939223242553, 0.788750000000003, 1.54938604016212, 3.29666666666667, 1.6830190776042, 6.53979166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1305, '2021-05-23 00:00:00', 0.160125488606433, 0.360208333333331, 0.33785763391864, 0.56729166666667, 0.537264230394014, 0.875625000000004, 1.57098866625216, 3.31145833333333, 1.69208867531963, 6.53854166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1320, '2021-05-23 00:00:00', 0.145334552101804, 0.359318181818185, 0.177089412933581, 0.505227272727273, 0.348755440305753, 0.917500000000002, 1.63095409359407, 3.22272727272727, 1.70997772193786, 6.43 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1335, '2021-05-23 00:00:00', 0.114044116928758, 0.34681818181818, 0.198899025917231, 0.538181818181818, 1.32264642312527, 2.26068181818182, 1.6010069207137, 3.18772727272727, 1.68316358815837, 6.41795454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1350, '2021-05-23 00:00:00', 0.148808580083589, 0.400227272727274, 0.279890207293022, 0.693636363636363, 1.38416588804511, 2.48159090909091, 1.61059969740509, 3.18363636363636, 1.68059437601997, 6.46113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1365, '2021-05-23 00:00:00', 0.260031633107306, 0.544545454545451, 1.37003436301582, 2.15818181818182, 1.49546934820763, 2.61, 1.63628811604231, 3.15431818181818, 1.70693037629653, 6.4825 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 990, '2021-05-23 00:00:00', 0.708333282051281, 1.31096153846154, 0.779060874485331, 1.62038461538462, 0.924647313220642, 1.94057692307692, 0.939293699460479, 2.48557692307692, 1.52077759715219, 6.2375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1005, '2021-05-23 00:00:00', 0.316235854046652, 0.893653846153846, 0.521041708060365, 1.22230769230769, 0.739579532312368, 1.57673076923077, 0.895573473341995, 2.17038461538462, 1.54739201189018, 6.19903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1020, '2021-05-23 00:00:00', 0.410819443776237, 0.803846153846155, 0.586551230630237, 1.07711538461538, 0.74662450659361, 1.41807692307692, 0.842327202092282, 2.05634615384615, 1.54546961993882, 6.14788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1035, '2021-05-23 00:00:00', 0.294134257675746, 0.684807692307694, 0.405724233742766, 0.998076923076925, 0.563480291103016, 1.29096153846154, 0.70727091969496, 1.92692307692308, 1.53474123351337, 6.11442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1050, '2021-05-23 00:00:00', 0.292506673165169, 0.606923076923077, 0.346382181101477, 0.876153846153846, 0.476659691539427, 1.22269230769231, 0.719008318128839, 1.79019230769231, 1.57188036587247, 6.09826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1065, '2021-05-23 00:00:00', 0.232311544797402, 0.589423076923078, 0.372832608346099, 0.828076923076924, 0.395904223071888, 1.08807692307692, 0.660427163630889, 1.68903846153846, 1.67505210022302, 6.11153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1080, '2021-05-23 00:00:00', 0.197320512404021, 0.549230769230767, 0.304167527220421, 0.781730769230768, 0.389739607351448, 0.994807692307692, 0.623782506475306, 1.60884615384615, 1.70455435186489, 6.12153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1095, '2021-05-23 00:00:00', 0.254909033548472, 0.563846153846156, 0.301034115112453, 0.76346153846154, 0.359173195847608, 0.970769230769232, 0.851371563103641, 1.74153846153846, 1.72917187827451, 6.11576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1110, '2021-05-23 00:00:00', 0.146989795564181, 0.485000000000001, 0.251556386093883, 0.618846153846156, 0.323843326316905, 0.8625, 0.855006072852929, 1.65576923076923, 1.72480371235507, 6.11038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1125, '2021-05-23 00:00:00', 0.184596441335813, 0.410384615384614, 0.276685047273276, 0.613846153846154, 0.336918444822389, 0.865961538461536, 0.938440789493196, 1.67134615384615, 1.91863076176736, 6.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1140, '2021-05-23 00:00:00', 0.213219280409771, 0.432692307692309, 0.247404449310157, 0.564807692307691, 0.430018470086328, 0.858269230769231, 0.961432604942308, 1.68557692307692, 1.89627583396022, 6.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1155, '2021-05-23 00:00:00', 0.116388771596946, 0.367115384615382, 0.241148533863704, 0.56384615384615, 0.352210219132746, 0.799038461538458, 1.20933066356814, 2.62942307692308, 1.71003158990164, 6.44903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1170, '2021-05-23 00:00:00', 0.225158491187528, 0.432884615384613, 0.335263902941227, 0.60173076923077, 0.342719216762731, 0.787307692307691, 1.26116449546258, 2.84173076923077, 1.71191549261234, 6.47442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1185, '2021-05-23 00:00:00', 0.183091822276733, 0.371153846153847, 0.205582100388138, 0.525000000000003, 0.279879369619235, 0.732307692307692, 1.26361004513016, 2.91711538461538, 1.75383247379955, 6.50211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1200, '2021-05-23 00:00:00', 0.146540096901838, 0.370000000000003, 0.210114620733908, 0.486923076923076, 0.273672178963194, 0.687692307692305, 1.25824879831516, 2.97403846153846, 1.82332603945478, 6.60961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1215, '2021-05-23 00:00:00', 0.1524986759085, 0.344615384615383, 0.200581941820831, 0.511346153846152, 0.24671035649117, 0.719999999999997, 1.30003597583357, 2.99846153846154, 1.8647369478335, 6.65673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1230, '2021-05-23 00:00:00', 0.129923202167813, 0.370961538461539, 0.176045557914814, 0.485961538461536, 0.230364593967576, 0.720384615384613, 1.31607423218274, 3.06576923076923, 1.93767232484276, 6.70903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1245, '2021-05-23 00:00:00', 0.155950805852851, 0.350576923076923, 0.199475176786104, 0.532115384615387, 0.184254005279504, 0.731538461538461, 1.33888008597312, 3.09173076923077, 1.96482127783831, 6.70942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1260, '2021-05-23 00:00:00', 0.175867957461101, 0.378461538461544, 0.210377042473748, 0.532500000000002, 0.192806898216843, 0.687500000000001, 1.32511597460518, 3.11211538461538, 1.98631077628855, 6.7075 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1275, '2021-05-23 00:00:00', 0.146434154275776, 0.365192307692303, 0.162158991306491, 0.496538461538457, 0.880407597912205, 0.953461538461536, 1.27271919677757, 3.16692307692308, 2.00623692902524, 6.73615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1290, '2021-05-23 00:00:00', 0.155852124192725, 0.368269230769227, 0.1998714971791, 0.483846153846151, 0.915966240560293, 0.933076923076922, 1.30357291554935, 3.22288461538461, 2.07080552888521, 6.77653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1305, '2021-05-23 00:00:00', 0.137921521721035, 0.337884615384617, 0.886864485355352, 0.783846153846155, 0.946847745863162, 0.985576923076926, 1.27483822503092, 3.2025, 2.06560429787136, 6.79865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1320, '2021-05-23 00:00:00', 0.158532102541507, 0.420416666666667, 0.156069098177044, 0.510208333333333, 0.291740156373062, 0.791666666666666, 1.27639648941401, 3.07020833333333, 2.13172693779453, 6.72354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1335, '2021-05-23 00:00:00', 0.116427614820338, 0.320208333333336, 0.164395990421502, 0.507291666666669, 1.06315105798821, 2.04520833333334, 1.25074209855647, 3.04666666666667, 2.14080655767664, 6.72625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1350, '2021-05-23 00:00:00', 0.172853161902552, 0.412708333333336, 0.26105832542817, 0.584166666666667, 1.13303171604559, 2.315, 1.23026684980907, 3.0575, 2.14876135536705, 6.72166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1365, '2021-05-23 00:00:00', 0.179413168816918, 0.432708333333331, 1.05343296630244, 1.91416666666667, 1.16131529550751, 2.35145833333333, 1.23769946057601, 2.99604166666667, 2.1844600927321, 6.724375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 990, '2021-05-23 00:00:00', 0.506221637382133, 1.08711538461539, 0.656149373237524, 1.415, 0.684521843220616, 1.76807692307692, 0.919336717421859, 2.53, 2.17421756925602, 6.61596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1005, '2021-05-23 00:00:00', 0.279041491262774, 0.808076923076923, 0.378369579196765, 1.10153846153846, 0.603550042536783, 1.48442307692308, 0.84726492088003, 2.18461538461538, 2.20311277165183, 6.55326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1020, '2021-05-23 00:00:00', 0.309971959029546, 0.728846153846155, 0.478123937907316, 1.0225, 0.53704375985575, 1.27, 0.746729098237002, 1.93288461538462, 2.19536998809208, 6.51576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1035, '2021-05-23 00:00:00', 0.267623156408698, 0.673076923076924, 0.332661065674035, 0.895769230769232, 0.380155079691675, 1.13173076923077, 0.609231798755928, 1.74423076923077, 2.1690067205627, 6.47807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1050, '2021-05-23 00:00:00', 0.165298331696175, 0.578461538461536, 0.248187351689125, 0.764807692307691, 0.37776366238084, 1.06076923076923, 0.588370239272464, 1.65346153846154, 2.16443444380708, 6.48269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1065, '2021-05-23 00:00:00', 0.205888319241283, 0.515000000000001, 0.230689935094373, 0.720384615384615, 0.317852227397481, 0.979038461538462, 0.563743429093551, 1.58557692307692, 2.19165705662317, 6.46057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1080, '2021-05-23 00:00:00', 0.18441383228614, 0.502307692307693, 0.28499129541363, 0.699038461538462, 0.363091427350448, 0.914230769230768, 0.564924637587925, 1.55538461538462, 2.2533212495883, 6.43442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1095, '2021-05-23 00:00:00', 0.178175907030534, 0.470576923076925, 0.183568473914734, 0.63076923076923, 0.279470102983377, 0.828461538461537, 0.672103815241018, 1.60653846153846, 2.28991618926243, 6.43307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1110, '2021-05-23 00:00:00', 0.138144851514634, 0.465, 0.233998109788552, 0.608653846153845, 0.288425967037539, 0.806538461538461, 0.668775028287938, 1.57903846153846, 2.30386695829826, 6.42019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1125, '2021-05-23 00:00:00', 0.205367587885348, 0.415384615384616, 0.236127817407961, 0.567884615384618, 0.318050129091915, 0.78173076923077, 0.695417223963149, 1.53865384615385, 2.44735408145205, 6.665 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1140, '2021-05-23 00:00:00', 0.208128288839807, 0.39423076923077, 0.29123609243784, 0.552307692307694, 0.331714427691144, 0.762692307692308, 0.701143461672538, 1.53192307692308, 2.52378769831257, 6.75211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1155, '2021-05-23 00:00:00', 0.188376974748464, 0.383269230769233, 0.243625500749372, 0.544230769230769, 0.36299607965673, 0.776923076923077, 0.745754960787026, 2.14769230769231, 2.5145617220196, 6.85942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1170, '2021-05-23 00:00:00', 0.146221249639555, 0.359423076923077, 0.239422140869348, 0.500192307692305, 0.338228416219663, 0.737692307692306, 0.812303277960033, 2.32384615384615, 2.60654838081676, 6.9126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1185, '2021-05-23 00:00:00', 0.132768161150874, 0.339230769230767, 0.277620452028695, 0.528653846153844, 0.314445360301888, 0.728269230769229, 0.919832865253246, 2.4225, 2.621134993442, 6.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1200, '2021-05-23 00:00:00', 0.20248048339, 0.387884615384615, 0.207214957137606, 0.520961538461536, 0.382928643684235, 0.727115384615384, 0.996822895310588, 2.46673076923077, 2.62402321753331, 6.97538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1215, '2021-05-23 00:00:00', 0.0836816311063307, 0.323846153846151, 0.193368918033737, 0.466538461538461, 0.329761218972852, 0.732692307692308, 0.966605579413779, 2.53211538461539, 2.63761655958265, 7.01365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1230, '2021-05-23 00:00:00', 0.15212507505845, 0.345961538461536, 0.241719799640953, 0.502307692307691, 0.283425203808421, 0.765384615384613, 0.954215848021496, 2.59673076923077, 2.62979835436396, 7.02423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1245, '2021-05-23 00:00:00', 0.171835341578457, 0.37576923076923, 0.243954913867298, 0.565000000000002, 0.27668567281025, 0.820192307692306, 1.04022543784434, 2.67980769230769, 2.62593772994306, 7.0301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1260, '2021-05-23 00:00:00', 0.217807607411116, 0.426923076923078, 0.230314918184778, 0.58980769230769, 0.350733736395793, 0.821923076923075, 1.06556860949376, 2.71769230769231, 2.61218971657585, 7.04365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1275, '2021-05-23 00:00:00', 0.232718383790033, 0.405384615384613, 0.288746361948441, 0.592307692307693, 0.544520537155958, 0.893846153846152, 1.11478787219811, 2.725, 2.62160239460232, 7.06365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1290, '2021-05-23 00:00:00', 0.191040470943887, 0.432307692307691, 0.271661341775719, 0.558269230769229, 0.500994127095929, 0.836346153846152, 1.16207658955854, 2.7, 2.67494616049342, 7.03980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1305, '2021-05-23 00:00:00', 0.189736254189453, 0.394615384615384, 0.49370452078764, 0.666923076923073, 0.490978771278507, 0.853076923076922, 1.23300714328207, 2.76384615384615, 2.69167317138216, 7.03230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1320, '2021-05-23 00:00:00', 0.182916068303139, 0.396874999999997, 0.222627487495153, 0.52270833333333, 0.29794586610731, 0.76, 1.65044985907444, 2.93729166666667, 2.76643775517558, 6.903125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1335, '2021-05-23 00:00:00', 0.193716044242858, 0.387083333333332, 0.199075308014004, 0.533749999999998, 0.777033068467973, 1.74395833333333, 1.6869926370938, 2.960625, 2.77946728813223, 6.91333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1350, '2021-05-23 00:00:00', 0.174961564102076, 0.420624999999998, 0.205150947431117, 0.607291666666666, 0.886244289243882, 1.965625, 1.6717080998232, 2.98166666666667, 2.77981766162532, 6.91333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1365, '2021-05-23 00:00:00', 0.184617578692603, 0.455208333333335, 0.759365170360427, 1.694375, 0.986624657901731, 2.12895833333334, 1.65247013994377, 3.01979166666667, 2.7978807893175, 6.92229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 990, '2021-05-23 00:00:00', 0.595366413234663, 1.2254347826087, 0.587997203617882, 1.5454347826087, 0.853605235008081, 1.88347826086956, 0.905519362689465, 2.32195652173913, 3.17063792661037, 6.91304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1005, '2021-05-23 00:00:00', 0.439222498469799, 0.896304347826088, 0.659453525708348, 1.15804347826087, 0.798344507445986, 1.45804347826087, 0.879972151912944, 1.98347826086957, 2.99713219318054, 6.76826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1020, '2021-05-23 00:00:00', 0.270983970472358, 0.688695652173916, 0.4159721220516, 0.926521739130435, 0.419823038194919, 1.25673913043479, 0.711988738974764, 1.80565217391305, 2.87528238860625, 6.68978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1035, '2021-05-23 00:00:00', 0.252211365966189, 0.639130434782608, 0.325714174269649, 0.925217391304345, 0.466127558921129, 1.26891304347826, 0.80553605749274, 1.80739130434782, 2.86624684014071, 6.68630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1050, '2021-05-23 00:00:00', 0.309727344075373, 0.674130434782607, 0.357261211332172, 0.89913043478261, 0.508133548938969, 1.15739130434783, 0.811821379719189, 1.72195652173913, 2.81261841208789, 6.63217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1065, '2021-05-23 00:00:00', 0.210083504948347, 0.576521739130435, 0.414654482576694, 0.847391304347827, 0.461020306841421, 0.984782608695656, 0.777333157625906, 1.59826086956522, 2.7611721139197, 6.59152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1080, '2021-05-23 00:00:00', 0.376505672917596, 0.567608695652171, 0.401253470796315, 0.679565217391302, 0.422577728659351, 0.85413043478261, 0.854436168480659, 1.64043478260869, 2.77886294174648, 6.59239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1095, '2021-05-23 00:00:00', 0.200280929179203, 0.459782608695649, 0.292980121814871, 0.633478260869564, 0.421767525835978, 0.849130434782609, 1.01658456114603, 1.76347826086956, 2.77144637685142, 6.57326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1110, '2021-05-23 00:00:00', 0.272942355900047, 0.459565217391303, 0.311068063164555, 0.627391304347827, 0.438099560940705, 0.878043478260867, 1.03649245090859, 1.77065217391304, 2.81002544191146, 6.54543478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1125, '2021-05-23 00:00:00', 0.21732882501366, 0.445000000000002, 0.291148740221914, 0.60804347826087, 0.409035547417806, 0.841521739130435, 1.00195258974407, 1.78391304347826, 2.77179933283454, 6.70021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1140, '2021-05-23 00:00:00', 0.170931532880292, 0.38304347826087, 0.276442140269887, 0.560434782608693, 0.447766305154397, 0.814130434782608, 0.930811994110222, 1.71782608695652, 2.79105794397757, 6.71108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1155, '2021-05-23 00:00:00', 0.177942511922831, 0.368913043478258, 0.187939208908252, 0.510652173913041, 0.373869309879219, 0.806521739130433, 1.24224412035052, 2.675, 2.8056938683691, 6.68891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1170, '2021-05-23 00:00:00', 0.14308259313592, 0.39391304347826, 0.334679806864008, 0.625869565217393, 0.38795755849535, 0.842391304347825, 1.10305737526319, 2.88413043478261, 2.81342216326926, 6.69978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1185, '2021-05-23 00:00:00', 0.227118485210054, 0.433478260869566, 0.252940024761763, 0.601739130434783, 0.367473883882881, 0.829347826086955, 1.1406589178183, 3.01369565217392, 2.82828844247435, 6.70217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 990, '2021-05-23 00:00:00', 0.461132070627568, 1.08782608695652, 0.506231035852288, 1.43804347826087, 0.612836017373101, 1.80043478260869, 1.25735680943997, 2.52565217391304, 2.20921428720675, 6.22630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1005, '2021-05-23 00:00:00', 0.347379660398387, 0.92608695652174, 0.529851478183091, 1.29804347826087, 0.64491772616186, 1.58065217391304, 1.09524434619203, 2.20978260869565, 2.13837009889352, 6.00695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1020, '2021-05-23 00:00:00', 0.248149674328952, 0.806521739130435, 0.333479085394056, 0.975869565217389, 0.714137515681924, 1.44413043478261, 1.05457004707593, 1.9795652173913, 2.05631313651764, 5.93347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1035, '2021-05-23 00:00:00', 0.219458550382453, 0.589347826086952, 0.472218923236301, 0.940434782608694, 0.738706205272103, 1.41630434782609, 0.981460706588441, 1.88413043478261, 2.02771851875558, 5.90913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1050, '2021-05-23 00:00:00', 0.309889690943986, 0.619565217391303, 0.466013600541154, 0.961304347826089, 0.674367438929068, 1.26652173913044, 0.889013086953567, 1.74021739130435, 2.01275232871779, 5.88413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1065, '2021-05-23 00:00:00', 0.3386928488318, 0.614130434782614, 0.47012970205986, 0.879130434782609, 0.51636451490489, 1.04369565217392, 0.765668609107318, 1.56434782608696, 1.96021823621678, 5.96347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 990, '2021-05-23 00:00:00', 0.394094426079165, 1.14, 0.501611984838216, 1.422, 0.703561653304102, 1.7714, 1.50470049622286, 2.7794, 2.63941041396243, 6.8646 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1005, '2021-05-23 00:00:00', 0.318821789301384, 0.8316, 0.505601786652964, 1.1646, 0.616335474126444, 1.5006, 1.51545419484281, 2.6392, 2.68091521996998, 6.7972 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1020, '2021-05-23 00:00:00', 0.399172790488865, 0.7642, 0.499947330559262, 1.0084, 0.608082505366937, 1.2968, 1.55170261326067, 2.4282, 2.74314999893675, 6.7236 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1035, '2021-05-23 00:00:00', 0.294206984961267, 0.628399999999999, 0.307912054543718, 0.856599999999999, 0.490743483570251, 1.166, 1.49678591766937, 2.3608, 2.74306056258334, 6.685 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1050, '2021-05-23 00:00:00', 0.168637184511602, 0.535200000000002, 0.276545204261435, 0.7378, 0.421878438257594, 1.0272, 1.50002313871042, 2.2744, 2.73804852951879, 6.6392 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1065, '2021-05-23 00:00:00', 0.220882321610398, 0.508399999999998, 0.387041987386383, 0.7634, 0.429384443127603, 1.0028, 1.5067284371556, 2.2508, 2.74691455697722, 6.647 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1080, '2021-05-23 00:00:00', 0.207019480284806, 0.486250000000001, 0.272252746489389, 0.637083333333336, 0.346183121516906, 0.904166666666669, 1.50579815370791, 2.11041666666667, 2.78493995980347, 6.53166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1095, '2021-05-23 00:00:00', 0.167506218790028, 0.461000000000002, 0.251589612928143, 0.6516, 0.403092421164178, 0.937200000000002, 1.47752515489021, 2.2342, 2.76308827823748, 6.6138 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1110, '2021-05-23 00:00:00', 0.13111000470343, 0.4276, 0.180600849019785, 0.556, 1.36602733013167, 1.1634, 1.50249453687304, 2.2476, 2.77169167657588, 6.6668 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1125, '2021-05-23 00:00:00', 0.165699275798057, 0.358000000000001, 0.259253736713671, 0.652000000000002, 1.33310470956585, 1.1166, 1.47699844843069, 2.2384, 3.04389050668165, 6.9694 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1140, '2021-05-23 00:00:00', 0.212470193988082, 0.4946, 1.34667337044536, 0.890000000000001, 1.34866344331465, 1.1442, 1.48449593016171, 2.2486, 3.17681181899925, 7.064 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1155, '2021-05-23 00:00:00', 1.29215927165862, 0.633799999999999, 1.26909170275437, 0.807000000000002, 1.34484267977088, 1.1432, 1.61267575269591, 3.4422, 3.09869526306369, 7.1204 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1170, '2021-05-23 00:00:00', 0.345745812218551, 0.478800000000002, 0.763985274727204, 0.761200000000001, 0.868921601757029, 1.1082, 1.46763821041381, 3.4616, 3.10880467382562, 7.1246 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1185, '2021-05-23 00:00:00', 0.447341685217614, 0.531999999999999, 0.608635564192567, 0.743199999999998, 0.658207793937448, 1.062, 1.41002254710105, 3.4364, 3.1947535116187, 7.059 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1200, '2021-05-23 00:00:00', 0.312667978568538, 0.438913043478262, 0.3684761913032, 0.667391304347828, 0.430949865484684, 0.877826086956521, 1.46102365435234, 3.52586956521739, 3.27604943509493, 7.15108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1215, '2021-05-23 00:00:00', 0.253940875755454, 0.482826086956521, 0.314304081004315, 0.640652173913043, 0.367284259494914, 0.859999999999996, 1.3846723046643, 3.5441304347826, 3.29153156441279, 7.13869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1230, '2021-05-23 00:00:00', 0.200914411604825, 0.369347826086958, 0.336897023945125, 0.587826086956522, 0.514166599936361, 0.886739130434783, 1.29538295343401, 3.60978260869565, 3.27310990022827, 7.13565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1245, '2021-05-23 00:00:00', 0.255724963421635, 0.419565217391302, 0.329855040625557, 0.604565217391302, 0.519596985814956, 0.875869565217394, 1.28600585814905, 3.58260869565217, 3.30473544832249, 7.17673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1260, '2021-05-23 00:00:00', 0.265183768036507, 0.467391304347823, 0.453814204290488, 0.662826086956519, 0.644909222401368, 0.879782608695651, 1.21502801737407, 3.53108695652174, 3.3537071105568, 7.22826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1275, '2021-05-23 00:00:00', 0.253781869238425, 0.400652173913044, 0.279650226196688, 0.552608695652177, 0.627838691802996, 0.947173913043478, 1.1809084899602, 3.44695652173913, 3.30113431217749, 7.16673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1290, '2021-05-23 00:00:00', 0.169697766678914, 0.367826086956525, 0.331342788480841, 0.546956521739132, 0.603059721477053, 0.94913043478261, 1.16514604930263, 3.39195652173913, 3.26025746758453, 7.11913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1305, '2021-05-23 00:00:00', 0.177126699719785, 0.372708333333329, 0.529999615463351, 0.688124999999998, 0.596356692213495, 0.9475, 1.13430491708691, 3.35791666666667, 3.20163866982229, 7.18520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1320, '2021-05-23 00:00:00', 0.235181264714536, 0.419318181818183, 0.277095030349078, 0.57068181818182, 0.318851174419307, 0.8575, 1.17290764242644, 3.40363636363636, 3.27981179674656, 7.32022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1335, '2021-05-23 00:00:00', 0.135702636775066, 0.378409090909092, 0.282631898488634, 0.603863636363637, 1.3300128770981, 2.59840909090909, 1.17100857941929, 3.37704545454546, 3.29318652511173, 7.32181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1350, '2021-05-23 00:00:00', 0.244241470892836, 0.454090909090908, 0.261995753575845, 0.673181818181817, 1.21168680053774, 2.71795454545454, 1.15341277908693, 3.33909090909091, 3.26353244100721, 7.30022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1365, '2021-05-23 00:00:00', 0.157002667691791, 0.493863636363636, 1.29128664986563, 2.45545454545454, 1.15238647542593, 2.78227272727272, 1.14310657451203, 3.28545454545455, 3.23565278077684, 7.28818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1200, '2021-05-23 00:00:00', 0.189813790046388, 0.38068181818182, 0.285166561034894, 0.57340909090909, 0.385326645038496, 0.753636363636364, 1.17571853318049, 3.04545454545455, 2.87300821274082, 6.765 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1215, '2021-05-23 00:00:00', 0.192977495715985, 0.383863636363635, 0.270193633468849, 0.546136363636362, 0.361348858909912, 0.747045454545453, 1.18016260160783, 3.03136363636364, 2.89583482979811, 6.72613636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1230, '2021-05-23 00:00:00', 0.195334794182145, 0.361590909090908, 0.244882801723774, 0.511590909090911, 0.297043603865497, 0.702045454545455, 1.31873580499531, 3.14113636363637, 2.88221580825724, 6.72181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1245, '2021-05-23 00:00:00', 0.180676488527128, 0.369772727272727, 0.223194535922816, 0.540909090909089, 0.256243677991915, 0.653181818181816, 1.37925769373032, 3.1925, 2.89767216058278, 6.73295454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1260, '2021-05-23 00:00:00', 0.163004793704242, 0.379090909090909, 0.184629030187236, 0.500454545454547, 0.364575896646481, 0.733181818181817, 1.49361114163769, 3.26363636363637, 2.88413784975054, 6.74522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1275, '2021-05-23 00:00:00', 0.130982178821516, 0.36295454545455, 0.153436818081116, 0.46, 0.701102293825178, 0.882954545454547, 1.50505497447451, 3.3, 2.86149516853814, 6.76886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1290, '2021-05-23 00:00:00', 0.11397197194754, 0.334090909090908, 0.324065422821379, 0.577727272727272, 0.716831200281468, 0.937272727272727, 1.50679451412335, 3.30022727272728, 2.86103498967091, 6.76954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1305, '2021-05-23 00:00:00', 0.277859785874207, 0.446818181818183, 0.71518516961681, 0.742727272727273, 0.691525894504727, 1.01340909090909, 1.53434696756735, 3.31795454545455, 2.85980504625707, 6.77795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1320, '2021-05-23 00:00:00', 0.145550452457307, 0.363250000000001, 0.219206703700796, 0.504000000000001, 0.262610753577875, 0.82775, 1.64992445999331, 3.32425, 2.96384195677449, 6.87525 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1335, '2021-05-23 00:00:00', 0.191622401448376, 0.39075, 0.231588337130213, 0.634, 1.19636211183386, 2.19175, 1.71445286270024, 3.35475, 2.98980543065228, 6.86375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1350, '2021-05-23 00:00:00', 0.195793090303329, 0.458250000000001, 0.289988543330873, 0.655249999999999, 1.09588116432202, 2.5065, 1.73694171265414, 3.39675, 2.94340363086861, 6.90725 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1365, '2021-05-23 00:00:00', 0.264723664263422, 0.52375, 1.17830565242059, 2.169, 1.11350475030301, 2.68675, 1.73782598229421, 3.39125, 2.92268333808794, 6.931 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 930, '2021-05-23 00:00:00', 0.717713382904336, 1.39750000000001, 0.22980970388562, 2.42249999999999, 0.098994949366107, 2.51499999999999, 0.120208152801724, 2.745, 0.0707106781186708, 7.02000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 945, '2021-05-23 00:00:00', 0.434870670429713, 1.15749999999998, 0.565685424949226, 1.24999999999999, 0.593969696196687, 1.24999999999999, 0.623668181006522, 1.7375, 0.654851590056848, 6.6225 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 960, '2021-05-23 00:00:00', 0.222738636073761, 0.637499999999989, 0.647002704785685, 1.02249999999999, 0.413657466994116, 1.1875, 0.300520382004291, 1.6525, 0.753068721963692, 6.53750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 975, '2021-05-23 00:00:00', 0.445477272147522, 0.844999999999999, 0.247487373415288, 0.984999999999999, 0.212132034355952, 1.045, 0.300520382004291, 1.6525, 0.753068721963692, 6.53750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 930, '2021-05-23 00:00:00', 0.106066017177986, 0.859999999999999, 0.452548339959381, 1.59, 0.965200756319624, 1.9525, 0.134350288425442, 3.72, 1.0465180361561, 7.69499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 945, '2021-05-23 00:00:00', 0.22980970388562, 1.02250000000001, 0.399515331370378, 1.44750000000001, 0.647002704785685, 2.12750000000001, 0.30405591591022, 3.30500000000001, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 960, '2021-05-23 00:00:00', 0.053033008588983, 0.66749999999999, 0.00707106781187914, 0.890000000000001, 0.30405591591022, 2.095, 1.02884036662644, 2.7925, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 975, '2021-05-23 00:00:00', 0.219203102167811, 0.704999999999998, 0.14849242404916, 1.43000000000001, 0.526794551984001, 2.2925, 0.802566196646745, 2.6075, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 930, '2021-05-23 00:00:00', 0.130814754519513, 3.4425, 0.0318198051533858, 3.5125, 0.0141421356237382, 3.86499999999999, 0.275771644662744, 4.06999999999999, 0.169705627484758, 7.73999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 945, '2021-05-23 00:00:00', 0.0989949493661271, 1.07000000000001, 0.212132034355972, 1.535, 0.632860569161967, 1.8325, 0.664503597620066, 1.8325, 0.697728777501069, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 960, '2021-05-23 00:00:00', 0.0247487373415268, 0.937499999999986, 0.15556349186104, 1.02999999999999, 0.445477272147522, 1.23499999999999, 0.403050865276327, 1.40000000000001, 0.335875721063606, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 975, '2021-05-23 00:00:00', 0.00353553390592952, 0.537499999999994, 0.208596500450023, 0.802499999999995, 0.371231060122941, 0.947500000000005, 1.08540890912135, 1.85250000000001, 0.335875721063606, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 930, '2021-05-23 00:00:00', 0.201525432638184, 1.79249999999999, 0.211601704270093, 1.79249999999999, 0.222181789483598, 1.96749999999999, 0.233290878957777, 3.77, 0.244955422905666, 8.75249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 945, '2021-05-23 00:00:00', 0.0353553390593153, 0.719999999999985, 0.353553390593274, 1.255, 0.0954594154601976, 1.43749999999999, 2.5809397513309, 3.33, 1.20561706192307, 8.25249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 960, '2021-05-23 00:00:00', 0.240416305603429, 0.950000000000003, 0.0388908729652649, 1.0925, 0.0601040764008421, 1.29249999999999, 2.72589664147413, 3.19250000000001, 1.06066017177984, 8.11499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 975, '2021-05-23 00:00:00', 0.275771644662764, 0.605000000000004, 0.15556349186104, 0.989999999999995, 0.325269119345817, 1.33, 2.83196265865212, 3.11750000000001, 1.27632774004174, 8.2675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 930, '2021-05-23 00:00:00', 0.494974746830575, 1.32499999999999, 0.116672618895795, 1.72749999999999, 0.14849242404916, 1.91499999999999, 0.116672618895775, 2.15749999999998, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 945, '2021-05-23 00:00:00', 0.502045814642434, 1.28999999999999, 0.420728534805975, 1.5325, 0.367695526216992, 1.75999999999999, 0.102530483272057, 2.00249999999998, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 960, '2021-05-23 00:00:00', 0.00707106781185904, 0.764999999999986, 0.045961940777124, 0.992499999999978, 0.477297077300928, 1.36249999999998, 0.123743686707634, 1.84249999999999, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 975, '2021-05-23 00:00:00', 0.0494974746830535, 0.539999999999992, 0.844992603517919, 1.10249999999999, 0.335875721063606, 1.46249999999999, 0.208596500450023, 1.90249999999999, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:46:23 Duration: 775ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1080, '2021-05-23 00:00:00', 0.199999886775331, 0.44104166666667, 0.270447495507145, 0.56375, 0.351214701150665, 0.731875, 0.519997735502319, 1.07208333333333, 0.90093608223634, 3.41979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1095, '2021-05-23 00:00:00', 0.217934868444816, 0.347708333333332, 0.246088880932972, 0.476458333333332, 0.334535084596651, 0.655624999999998, 0.414710262049636, 0.994583333333332, 0.901239459525491, 3.42104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1110, '2021-05-23 00:00:00', 0.108817549402523, 0.322291666666665, 0.132648604115964, 0.419999999999998, 0.281646861708319, 0.608541666666663, 0.362107108423758, 0.965416666666669, 0.901239459525491, 3.42104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1125, '2021-05-23 00:00:00', 0.103254118772466, 0.291250000000001, 0.204476952919791, 0.446041666666667, 0.290269427566378, 0.604583333333335, 0.346795305181102, 0.951875000000002, 1.2543342068748, 3.66229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1140, '2021-05-23 00:00:00', 0.129312388581216, 0.307291666666661, 0.168371220087111, 0.395208333333326, 0.226346114183121, 0.547708333333328, 0.421843564314571, 1.02291666666666, 1.24495671014896, 3.68208333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1155, '2021-05-23 00:00:00', 0.112789884169699, 0.294583333333327, 0.194505946967693, 0.422291666666664, 0.183891976600319, 0.501458333333327, 0.634358485720652, 1.63541666666666, 1.24748413483566, 3.71666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1170, '2021-05-23 00:00:00', 0.168374044438508, 0.300416666666669, 0.166003208455114, 0.363749999999999, 0.147382352983709, 0.462916666666663, 0.639534477433458, 1.735, 1.24643077381499, 3.72125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1185, '2021-05-23 00:00:00', 0.102467518713516, 0.238124999999997, 0.130698894742677, 0.341874999999998, 0.141627285660211, 0.501874999999995, 0.621356882153887, 1.801875, 1.24185722810635, 3.729375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1200, '2021-05-23 00:00:00', 0.0911629771661611, 0.247916666666664, 0.108171353262625, 0.349791666666667, 0.138454035432474, 0.471041666666665, 0.64098585188664, 1.84791666666666, 1.23950490861402, 3.735625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1215, '2021-05-23 00:00:00', 0.077472529025603, 0.252083333333334, 0.119105969136969, 0.361666666666663, 0.13803601058199, 0.438124999999997, 0.659828562494879, 1.86458333333333, 1.23812268406532, 3.73895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1230, '2021-05-23 00:00:00', 0.0732167221732626, 0.239583333333329, 0.0723505456045462, 0.315416666666665, 0.100449848688034, 0.410208333333332, 0.710301910702643, 1.88375, 1.23929618218322, 3.754375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1245, '2021-05-23 00:00:00', 0.0849253721839381, 0.231666666666668, 0.0815741860277306, 0.299999999999999, 0.142847434323317, 0.436458333333333, 0.717579970799598, 1.92833333333333, 1.23918171852305, 3.761875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1260, '2021-05-23 00:00:00', 0.0661352232446733, 0.226041666666668, 0.0845823070545313, 0.319583333333333, 0.140604124859608, 0.468958333333334, 0.791949529939261, 1.97416666666667, 1.23915452636763, 3.778125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1275, '2021-05-23 00:00:00', 0.0772181058403064, 0.226875000000001, 0.12693644992216, 0.329583333333334, 0.28974056048697, 0.521875000000003, 0.798787095711596, 2.00104166666667, 1.22388806381696, 3.81958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1290, '2021-05-23 00:00:00', 0.0988621863204416, 0.252083333333334, 0.152792247887425, 0.372083333333335, 0.330236794709056, 0.59541666666667, 0.801539166998025, 2.00791666666667, 1.22370872493345, 3.82 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1305, '2021-05-23 00:00:00', 0.120915701561282, 0.274791666666667, 0.258476584872858, 0.418333333333336, 0.32046388478154, 0.678333333333337, 0.793791095022007, 2.00395833333333, 1.21821767452957, 3.82104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1320, '2021-05-23 00:00:00', 0.101783872543527, 0.258636363636368, 0.122354251134006, 0.379090909090913, 0.310781378037787, 0.682272727272731, 0.817424156165117, 1.95818181818182, 1.25882007300109, 3.8525 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1335, '2021-05-23 00:00:00', 0.101865712468053, 0.263636363636366, 0.166688689021241, 0.462500000000003, 0.634833891080238, 1.42454545454545, 0.823986751511616, 1.9675, 1.25779227064881, 3.85659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1350, '2021-05-23 00:00:00', 0.151680342849451, 0.360454545454546, 0.23303579514354, 0.54340909090909, 0.652232305639241, 1.52113636363636, 0.825007182180465, 1.95522727272727, 1.25779227064881, 3.85659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1365, '2021-05-23 00:00:00', 0.127540843131392, 0.379999999999999, 0.630217829791428, 1.30568181818182, 0.648103794263331, 1.53863636363636, 0.838637190722149, 1.91863636363636, 1.25457890781359, 3.87204545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 990, '2021-05-23 00:00:00', 0.296058011467089, 0.797884615384614, 0.432840217454608, 1.07057692307692, 0.600033364456958, 1.31403846153846, 0.746332674843105, 1.72769230769231, 1.23756953184613, 3.84211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1005, '2021-05-23 00:00:00', 0.288752489166755, 0.694999999999999, 0.370747270335924, 0.898461538461539, 0.488533913475191, 1.12923076923076, 0.620129794106413, 1.50980769230769, 1.2426570168548, 3.80230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1020, '2021-05-23 00:00:00', 0.171103320113453, 0.547884615384617, 0.276416630914557, 0.78807692307692, 0.354228576791012, 0.931730769230766, 0.461753722237303, 1.3425, 1.13392178539114, 3.76115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1035, '2021-05-23 00:00:00', 0.217903383671258, 0.548269230769227, 0.267889830972476, 0.675192307692304, 0.324051099958965, 0.836346153846149, 0.465570658935397, 1.27096153846154, 1.1366393278162, 3.7498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1050, '2021-05-23 00:00:00', 0.173327724268221, 0.427499999999996, 0.229810708058746, 0.56480769230769, 0.328919969223286, 0.792115384615381, 0.39882119571789, 1.20288461538461, 1.14551152497308, 3.75942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1065, '2021-05-23 00:00:00', 0.120641873072583, 0.402692307692307, 0.181224573813394, 0.522884615384614, 0.246414597469702, 0.761923076923078, 0.377994912460676, 1.11807692307692, 1.20631379066082, 3.8048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1080, '2021-05-23 00:00:00', 0.124623278477422, 0.330192307692311, 0.191249736048081, 0.522692307692308, 0.247190443554392, 0.723653846153849, 0.353494641456501, 1.08730769230769, 1.19740760041786, 3.79519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1095, '2021-05-23 00:00:00', 0.178901777950481, 0.375384615384616, 0.21190536712265, 0.533269230769232, 0.268540213290016, 0.684615384615388, 0.500773286643152, 1.12826923076923, 1.19854822437558, 3.80961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1110, '2021-05-23 00:00:00', 0.106716735044048, 0.35769230769231, 0.183155356502031, 0.488269230769231, 0.191678516913484, 0.624423076923077, 0.452997750036865, 1.11480769230769, 1.16933031458839, 3.85576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1125, '2021-05-23 00:00:00', 0.133132091721545, 0.333076923076924, 0.137604925001309, 0.443653846153848, 0.257759652508959, 0.609038461538461, 0.444383972916009, 1.13634615384616, 1.3199653841615, 3.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1140, '2021-05-23 00:00:00', 0.108970179407029, 0.292500000000003, 0.153336231856662, 0.409999999999999, 0.217485631709319, 0.545, 0.450829193307691, 1.2098076923077, 1.35430659237628, 3.92788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1155, '2021-05-23 00:00:00', 0.10274539106264, 0.286153846153847, 0.147666464085061, 0.395769230769232, 0.201386826396745, 0.510576923076925, 0.590180806715525, 1.57423076923077, 1.33066485695628, 3.97480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1170, '2021-05-23 00:00:00', 0.0806628786989432, 0.267499999999999, 0.142223551008753, 0.35653846153846, 0.183497641988627, 0.484230769230769, 0.603859159585567, 1.61826923076923, 1.32694704549144, 3.98730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1185, '2021-05-23 00:00:00', 0.0890721401665321, 0.254615384615384, 0.107946567979079, 0.352307692307694, 0.144332415464602, 0.494615384615387, 0.626901814174586, 1.65826923076923, 1.32277204559795, 3.99326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1200, '2021-05-23 00:00:00', 0.0868995883853211, 0.251538461538461, 0.11360948633198, 0.341346153846151, 0.141885652768486, 0.491538461538464, 0.64656015842421, 1.69096153846154, 1.32318578264151, 3.99384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1215, '2021-05-23 00:00:00', 0.0769585302914221, 0.241153846153847, 0.107647573126381, 0.350000000000001, 0.200039611461948, 0.509615384615383, 0.700451283102546, 1.725, 1.32603470484808, 4.01096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1230, '2021-05-23 00:00:00', 0.0949234509405426, 0.252307692307691, 0.0904467544172542, 0.351153846153849, 0.246327799112045, 0.519230769230769, 0.702375885559422, 1.74673076923077, 1.34040884979747, 4.03173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1245, '2021-05-23 00:00:00', 0.0658672908202539, 0.242500000000002, 0.1881648213668, 0.374999999999998, 0.28061443572714, 0.507307692307691, 0.687241335955683, 1.74442307692308, 1.37212021507424, 4.05173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1260, '2021-05-23 00:00:00', 0.130086953168315, 0.253846153846153, 0.214839564469719, 0.349038461538462, 0.235698960540772, 0.454999999999999, 0.669212510803099, 1.71576923076923, 1.40792150404007, 4.07019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1275, '2021-05-23 00:00:00', 0.12922029490519, 0.233269230769231, 0.142442566023587, 0.316730769230771, 0.373805224888369, 0.507115384615384, 0.591179004519458, 1.67615384615385, 1.44407915828206, 4.07115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1290, '2021-05-23 00:00:00', 0.0753698572681121, 0.218846153846155, 0.108813354666819, 0.302884615384613, 0.315899448461787, 0.522307692307693, 0.582738792256017, 1.6725, 1.48382008291489, 4.08096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1305, '2021-05-23 00:00:00', 0.106435426433122, 0.217499999999997, 0.32755815690324, 0.387884615384613, 0.327694804071389, 0.578269230769231, 0.590481029461445, 1.69538461538461, 1.49630812334893, 4.09000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1320, '2021-05-23 00:00:00', 0.0857099507185371, 0.241250000000001, 0.120641401790952, 0.347500000000002, 0.264602518418897, 0.604166666666667, 0.590980516611586, 1.68666666666666, 1.50149561609248, 4.01104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1335, '2021-05-23 00:00:00', 0.08099220529681, 0.253541666666669, 0.13150725306498, 0.389375, 0.360557576961502, 1.196875, 0.619908244729866, 1.69666666666667, 1.5014206889293, 4.02645833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1350, '2021-05-23 00:00:00', 0.10373963192476, 0.301458333333335, 0.195041801539638, 0.500000000000002, 0.365461788482162, 1.25916666666667, 0.625303078688564, 1.688125, 1.51552831941753, 4.035 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1365, '2021-05-23 00:00:00', 0.140750447266778, 0.387916666666669, 0.350187773129326, 1.10645833333333, 0.360512668373764, 1.29041666666667, 0.628256155641511, 1.65333333333333, 1.5271296456785, 4.03479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 990, '2021-05-23 00:00:00', 0.316231658026933, 0.742692307692308, 0.320006249938968, 0.930000000000002, 0.402925694619514, 1.16365384615385, 0.605400979643944, 1.51288461538461, 1.50678620044323, 4.05942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1005, '2021-05-23 00:00:00', 0.260449906596558, 0.568076923076927, 0.288689945469849, 0.773269230769234, 0.427153908490208, 1.01730769230769, 0.58005861772755, 1.355, 1.45294936118016, 4.04038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1020, '2021-05-23 00:00:00', 0.222661954886428, 0.532884615384613, 0.320743607166941, 0.742307692307696, 0.37936972021418, 0.974230769230766, 0.599925412030526, 1.2825, 1.48621874360612, 4.00692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1035, '2021-05-23 00:00:00', 0.244069662186845, 0.515000000000002, 0.285617078243957, 0.668653846153846, 0.32378488823006, 0.829423076923076, 0.576602416014575, 1.22288461538462, 1.4957336378462, 3.97134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1050, '2021-05-23 00:00:00', 0.151778178222747, 0.421153846153845, 0.221383499489355, 0.605576923076919, 0.231949679556048, 0.710576923076923, 0.606596970496378, 1.13673076923077, 1.4953275560893, 3.9375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1065, '2021-05-23 00:00:00', 0.138492432450855, 0.401923076923074, 0.122808168107201, 0.484615384615384, 0.209227976508512, 0.607115384615383, 0.677875754442905, 1.09846153846154, 1.47580216779267, 3.92596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1080, '2021-05-23 00:00:00', 0.0990153445761705, 0.345961538461535, 0.135781073791597, 0.437499999999997, 0.287502240793945, 0.583461538461536, 0.676940430284561, 1.07711538461538, 1.48894744702424, 3.9175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1095, '2021-05-23 00:00:00', 0.115290269120364, 0.324615384615382, 0.174003205098684, 0.43634615384615, 0.363846755569511, 0.612692307692305, 0.679595807475636, 1.07730769230769, 1.49429165107135, 3.91346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1110, '2021-05-23 00:00:00', 0.120552733434214, 0.285192307692303, 0.256491415360917, 0.404615384615384, 0.330452661569639, 0.574807692307692, 0.666161478460452, 1.04634615384615, 1.49800621339987, 3.89615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1125, '2021-05-23 00:00:00', 0.184466486428797, 0.286730769230772, 0.241915194930911, 0.429807692307693, 0.285218135144639, 0.580769230769233, 0.64354008900289, 1.04538461538462, 1.64453781208722, 4.06615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1140, '2021-05-23 00:00:00', 0.106679967119488, 0.281153846153844, 0.151968620242675, 0.382692307692305, 0.173460813575153, 0.550576923076921, 0.575065514662325, 1.06788461538462, 1.65140890896694, 4.04423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1155, '2021-05-23 00:00:00', 0.116652673153455, 0.274615384615385, 0.177765294700623, 0.407500000000002, 0.190183817964054, 0.536730769230768, 0.666049923053819, 1.5475, 1.58503520950943, 4.09615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1170, '2021-05-23 00:00:00', 0.12747367752418, 0.26846153846154, 0.147551816191935, 0.38153846153846, 0.212021497458668, 0.51634615384615, 0.704370886787527, 1.65288461538462, 1.54551351933962, 4.12903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1185, '2021-05-23 00:00:00', 0.104359769731739, 0.265192307692307, 0.149901634414037, 0.367499999999997, 0.199741467517774, 0.534423076923073, 0.666350017748816, 1.66288461538462, 1.54590716459251, 4.14480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1200, '2021-05-23 00:00:00', 0.151652563446848, 0.272499999999997, 0.17263077540052, 0.364230769230767, 0.237284720244558, 0.535961538461538, 0.624922272089774, 1.72538461538462, 1.55110947885203, 4.15884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1215, '2021-05-23 00:00:00', 0.0753228946704657, 0.221538461538458, 0.115196988475591, 0.337884615384613, 0.197316613983328, 0.505384615384618, 0.602359080232429, 1.75230769230769, 1.56063492996132, 4.17076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1230, '2021-05-23 00:00:00', 0.0769927569020918, 0.251730769230769, 0.166270400714758, 0.379615384615387, 0.224350429873926, 0.521346153846157, 0.597223608426137, 1.80596153846154, 1.5625406825473, 4.20423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1245, '2021-05-23 00:00:00', 0.136694493727381, 0.275769230769232, 0.148514697537366, 0.348846153846157, 0.231132329729432, 0.513076923076922, 0.609035807965848, 1.82615384615385, 1.55514704968818, 4.21711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1260, '2021-05-23 00:00:00', 0.0836689906715722, 0.252500000000004, 0.164390833545685, 0.372884615384617, 0.223962307955192, 0.518653846153845, 0.597361796053791, 1.82365384615385, 1.55676444539999, 4.21846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1275, '2021-05-23 00:00:00', 0.11480686122621, 0.258846153846155, 0.157594904251864, 0.396923076923078, 0.20671347691542, 0.522692307692307, 0.650153946266691, 1.84807692307693, 1.54537395275259, 4.23942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1290, '2021-05-23 00:00:00', 0.134771601665132, 0.290769230769231, 0.164950458763095, 0.384423076923075, 0.242207476223306, 0.527692307692305, 0.677983889075657, 1.87807692307693, 1.53743697807047, 4.25769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1305, '2021-05-23 00:00:00', 0.119540788018148, 0.269999999999998, 0.201584111095477, 0.388076923076919, 0.275853918977753, 0.579230769230768, 0.691093809729295, 1.90057692307693, 1.53179694627434, 4.26173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1320, '2021-05-23 00:00:00', 0.108854376863401, 0.239166666666663, 0.160702714099172, 0.334166666666665, 0.249942022262665, 0.584166666666671, 0.709532403688555, 1.94166666666667, 1.52141399476877, 4.14875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1335, '2021-05-23 00:00:00', 0.130312994168944, 0.263541666666669, 0.227390581267726, 0.407708333333335, 0.495624880064682, 1.18625, 0.709647289406731, 1.95416666666667, 1.51774741017303, 4.145625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1350, '2021-05-23 00:00:00', 0.126847042147028, 0.283541666666668, 0.166915755892658, 0.435000000000003, 0.547290716733978, 1.30354166666667, 0.736133129057274, 1.980625, 1.51505235895078, 4.14020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1365, '2021-05-23 00:00:00', 0.162527450301327, 0.357708333333335, 0.468429334763173, 1.09770833333334, 0.535250813143722, 1.37229166666667, 0.734337791996045, 2.03958333333334, 1.5047770400353, 4.126875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 990, '2021-05-23 00:00:00', 0.379649828256067, 0.721086956521743, 0.355219132946223, 0.880217391304349, 0.596340039480621, 1.15347826086957, 0.686489753614853, 1.58, 1.19068589692595, 3.70021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1005, '2021-05-23 00:00:00', 0.330212980738525, 0.607608695652172, 0.563889303183755, 0.840652173913041, 0.604740577444499, 1.01043478260869, 0.693332375278046, 1.48434782608696, 1.16602124062851, 3.67152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1020, '2021-05-23 00:00:00', 0.24719753346941, 0.570434782608696, 0.285151301631493, 0.711086956521741, 0.276955141128719, 0.842173913043478, 0.503071494773611, 1.33673913043478, 1.12861382676294, 3.61347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1035, '2021-05-23 00:00:00', 0.202538729034455, 0.459130434782611, 0.234427862944875, 0.612826086956522, 0.280115553513471, 0.789782608695654, 0.485547753113283, 1.2554347826087, 1.12044717745656, 3.60282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1050, '2021-05-23 00:00:00', 0.134513469651877, 0.430652173913045, 0.161341338992786, 0.58413043478261, 0.342589966834253, 0.817608695652174, 0.462042103209587, 1.22021739130435, 1.1237695071225, 3.57978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1065, '2021-05-23 00:00:00', 0.117017447433928, 0.386086956521742, 0.25382508527142, 0.581086956521741, 0.360455218337697, 0.785652173913045, 0.438836833912582, 1.17869565217392, 1.13544227074635, 3.56217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1080, '2021-05-23 00:00:00', 0.220268206974933, 0.408913043478261, 0.326262976208255, 0.575434782608694, 0.326567215508627, 0.694347826086957, 0.482765317497701, 1.12152173913044, 1.12093353774764, 3.56478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1095, '2021-05-23 00:00:00', 0.154821074848972, 0.371739130434781, 0.147909009525497, 0.454565217391303, 0.22311263749922, 0.587608695652173, 0.575290869891255, 1.11630434782609, 1.11966371645448, 3.54326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1110, '2021-05-23 00:00:00', 0.129039090807871, 0.304782608695655, 0.195935729964392, 0.431086956521743, 0.23774321850405, 0.553260869565218, 0.585995403265435, 1.12760869565218, 1.12973815567823, 3.54086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1125, '2021-05-23 00:00:00', 0.149912359113651, 0.308478260869566, 0.196722653427465, 0.395434782608696, 0.186853232336996, 0.521304347826086, 0.621140653525792, 1.2004347826087, 1.12260500446392, 3.60021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1140, '2021-05-23 00:00:00', 0.0876628918567869, 0.249347826086958, 0.115308059634181, 0.358695652173915, 0.161525888476805, 0.532391304347828, 0.705157384389393, 1.30913043478261, 1.15147821303697, 3.6095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1155, '2021-05-23 00:00:00', 0.103800793557094, 0.267173913043479, 0.156603335670357, 0.387173913043477, 0.346327571182636, 0.587826086956522, 0.69968605325712, 1.7408695652174, 1.19294790479606, 3.59239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1170, '2021-05-23 00:00:00', 0.0991006993749355, 0.271304347826084, 0.146139045273192, 0.385434782608695, 0.359477552389487, 0.553260869565216, 0.750453222743225, 1.84630434782609, 1.17799391510806, 3.57913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1185, '2021-05-23 00:00:00', 0.105069617425444, 0.256521739130437, 0.356791255498225, 0.420000000000002, 0.370630538471172, 0.529782608695655, 0.776139351205773, 1.89326086956522, 1.1992568515741, 3.58021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 990, '2021-05-23 00:00:00', 0.321002167133414, 0.749130434782609, 0.293740528398303, 0.971956521739131, 0.383239391020859, 1.21260869565217, 0.689675268720419, 1.75239130434782, 0.8619829606819, 3.50652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1005, '2021-05-23 00:00:00', 0.222287781282528, 0.611304347826088, 0.25003912737288, 0.801739130434785, 0.367212822375521, 1.0354347826087, 0.660575342113747, 1.55934782608695, 0.903008531030925, 3.43804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1020, '2021-05-23 00:00:00', 0.226030140702363, 0.581521739130435, 0.258512964025345, 0.731956521739131, 0.299093326876107, 0.935, 0.559823253445954, 1.43043478260869, 0.915233236650833, 3.44717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1035, '2021-05-23 00:00:00', 0.218093382109954, 0.51521739130435, 0.267484069194273, 0.720000000000002, 0.299305355201292, 0.897826086956521, 0.546625833977446, 1.33043478260869, 0.916319757089852, 3.43847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1050, '2021-05-23 00:00:00', 0.209414297090925, 0.480434782608698, 0.190942637745187, 0.610000000000002, 0.283084890688234, 0.834347826086956, 0.527441808790392, 1.24695652173913, 0.914659216437162, 3.43913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1065, '2021-05-23 00:00:00', 0.16050931781899, 0.412826086956524, 0.241272564940329, 0.604782608695653, 0.288648205539663, 0.777826086956523, 0.521107819634093, 1.14521739130435, 0.917271042826442, 3.4354347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 990, '2021-05-23 00:00:00', 0.243131822954816, 0.671199999999998, 0.35064785279061, 0.891799999999997, 0.518832824713319, 1.13, 0.756851592674109, 1.7092, 1.45278491181592, 4.1294 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1005, '2021-05-23 00:00:00', 0.24523084362834, 0.580599999999995, 0.314392668489581, 0.748599999999999, 0.410168969247227, 0.993599999999998, 0.68060928586084, 1.5954, 1.485974091295, 4.0474 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1020, '2021-05-23 00:00:00', 0.241658678028881, 0.519800000000001, 0.395716649468614, 0.739000000000002, 0.388551583877008, 0.971600000000001, 0.67362514303827, 1.58, 1.47848717726375, 4.0208 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1035, '2021-05-23 00:00:00', 0.172342923653202, 0.472000000000001, 0.171967293401969, 0.654599999999998, 0.244557934513137, 0.8324, 0.585968784720368, 1.4586, 1.49102403289372, 3.9738 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1050, '2021-05-23 00:00:00', 0.154887862661988, 0.445600000000001, 0.160746435937679, 0.6096, 0.246321605494389, 0.739200000000001, 0.556088796866111, 1.3892, 1.49370995064861, 3.9456 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1065, '2021-05-23 00:00:00', 0.102161228784048, 0.4184, 0.236611848111346, 0.561800000000001, 0.287179241357496, 0.698600000000002, 0.550504541307334, 1.3314, 1.48751266101054, 3.9222 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1080, '2021-05-23 00:00:00', 0.14797669225008, 0.346666666666669, 0.153438694503746, 0.462708333333334, 0.251805077592666, 0.663333333333333, 0.482638384075079, 1.225625, 1.46735021949999, 3.91166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1095, '2021-05-23 00:00:00', 0.123128658998083, 0.347400000000002, 0.182025639219681, 0.489, 0.246018292002847, 0.675000000000001, 0.526287944000236, 1.2704, 1.43408487080321, 3.8416 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1110, '2021-05-23 00:00:00', 0.15371998351982, 0.360600000000001, 0.192619659778883, 0.492600000000002, 0.307284070527582, 0.671200000000002, 0.534788665424638, 1.2302, 1.41788084243117, 3.8056 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1125, '2021-05-23 00:00:00', 0.117281001587355, 0.2944, 0.154581963156546, 0.408200000000001, 0.275514216209133, 0.606800000000001, 0.529480877841681, 1.182, 1.43181723112041, 3.8238 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1140, '2021-05-23 00:00:00', 0.141835585567704, 0.285600000000001, 0.249859627257653, 0.444400000000003, 0.354232503684609, 0.616599999999999, 0.53130680088501, 1.1934, 1.40103675897529, 3.8404 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1155, '2021-05-23 00:00:00', 0.201652134462628, 0.321399999999999, 0.245723760891507, 0.4348, 0.324714361657547, 0.610400000000001, 1.04270581501527, 1.612, 1.37027673604033, 3.843 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1170, '2021-05-23 00:00:00', 0.0821837372395891, 0.271, 0.162390989076774, 0.394, 0.234382522101514, 0.533200000000003, 0.998326808548517, 1.6228, 1.35100542806706, 3.8414 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1185, '2021-05-23 00:00:00', 0.138824529532789, 0.275799999999999, 0.216607363679079, 0.395000000000002, 0.241509489116539, 0.491800000000004, 0.985147112533622, 1.7026, 1.34386950631376, 3.8446 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1200, '2021-05-23 00:00:00', 0.121153872697351, 0.251521739130436, 0.127513852614906, 0.349347826086959, 0.135939128437383, 0.466086956521742, 0.986009444430391, 1.72652173913044, 1.34600895932273, 3.91913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1215, '2021-05-23 00:00:00', 0.113955993170375, 0.257173913043478, 0.119512762478561, 0.31913043478261, 0.16079287243559, 0.509565217391306, 0.982929245259176, 1.73391304347826, 1.33758166238825, 3.91260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1230, '2021-05-23 00:00:00', 0.0896898476679717, 0.21978260869565, 0.11940026350432, 0.332173913043479, 0.182166366215713, 0.513695652173911, 0.934183712920627, 1.72586956521739, 1.3246472421764, 3.89304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1245, '2021-05-23 00:00:00', 0.0761622721536353, 0.245652173913047, 0.128883545805686, 0.367826086956523, 0.149089794414033, 0.486304347826087, 0.984864710518004, 1.74304347826087, 1.32283860553152, 3.88260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1260, '2021-05-23 00:00:00', 0.133420343809678, 0.256521739130436, 0.164838824142448, 0.346739130434782, 0.142233038194898, 0.464347826086959, 1.02720480117516, 1.76739130434783, 1.33229007274867, 3.87826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1275, '2021-05-23 00:00:00', 0.100006916756838, 0.238260869565214, 0.0934722169201536, 0.309347826086955, 0.239642973902245, 0.524130434782607, 1.02867369229381, 1.78673913043478, 1.33059022833148, 3.88391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1290, '2021-05-23 00:00:00', 0.0751960546858444, 0.223913043478263, 0.110825593853427, 0.331304347826088, 0.278907914025274, 0.541521739130436, 1.03348426370224, 1.82978260869565, 1.32178897217238, 3.88521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1305, '2021-05-23 00:00:00', 0.0848741608995666, 0.239166666666666, 0.232611201395142, 0.399166666666664, 0.252985703754869, 0.536875000000001, 1.06773319076755, 1.88958333333333, 1.3040680497048, 3.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1320, '2021-05-23 00:00:00', 0.093764464973546, 0.258181818181817, 0.110482266309267, 0.342045454545457, 0.204344056694817, 0.572727272727274, 1.10370450590891, 1.94727272727273, 1.29800023095803, 3.73113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1335, '2021-05-23 00:00:00', 0.0977719871530769, 0.231136363636367, 0.157311180020071, 0.382045454545458, 0.916454944065535, 1.31795454545455, 1.11722970718412, 1.96886363636364, 1.29603441111924, 3.73136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1350, '2021-05-23 00:00:00', 0.120784995556218, 0.301590909090911, 0.177534217176295, 0.492272727272728, 0.897747813343832, 1.41022727272727, 1.10360441046835, 1.96886363636364, 1.27092709539855, 3.72340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1365, '2021-05-23 00:00:00', 0.156180049277136, 0.387272727272726, 0.925693638371362, 1.28295454545455, 0.913200688696357, 1.52545454545455, 1.09345180536197, 1.98022727272727, 1.26855236715916, 3.73318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1200, '2021-05-23 00:00:00', 0.108315516350383, 0.248181818181819, 0.167912443685952, 0.337727272727269, 0.195409576524288, 0.487954545454543, 0.802109536031214, 1.92022727272727, 1.20874089260459, 3.53954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1215, '2021-05-23 00:00:00', 0.123215618914927, 0.244772727272722, 0.141242170223167, 0.322727272727274, 0.187960113665119, 0.498636363636364, 0.79749679395195, 1.96022727272727, 1.19803150682358, 3.53840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1230, '2021-05-23 00:00:00', 0.106217941432937, 0.216818181818186, 0.1501975610964, 0.334545454545455, 0.250276902926592, 0.508636363636367, 0.808446917087895, 1.95568181818182, 1.20713689834334, 3.53340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1245, '2021-05-23 00:00:00', 0.132691093924671, 0.259545454545452, 0.153395902912374, 0.362727272727274, 0.228848992726337, 0.528636363636366, 0.803193302088282, 1.96363636363636, 1.19160110920693, 3.53181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1260, '2021-05-23 00:00:00', 0.0855783102552673, 0.238863636363638, 0.152154263540061, 0.338409090909094, 0.280918888788063, 0.540227272727274, 0.79899138258008, 1.98909090909091, 1.19017123799795, 3.52636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1275, '2021-05-23 00:00:00', 0.108074699595422, 0.227954545454546, 0.153222421301878, 0.358409090909093, 0.468405753825088, 0.587954545454545, 0.807001558332768, 2.01090909090909, 1.18724199749084, 3.53431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1290, '2021-05-23 00:00:00', 0.14883185113886, 0.278409090909092, 0.269615727828775, 0.409545454545453, 0.498576979341206, 0.628636363636362, 0.839849630944376, 2.01454545454545, 1.18871217466598, 3.54340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1305, '2021-05-23 00:00:00', 0.229697240973467, 0.291818181818182, 0.440653047447885, 0.43681818181818, 0.550740941292349, 0.69181818181818, 0.832202295222241, 2.01022727272727, 1.14975540877179, 3.5625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1320, '2021-05-23 00:00:00', 0.0938626516161813, 0.261249999999997, 0.109826418066248, 0.377499999999998, 0.381719103116689, 0.696, 0.864076172324498, 1.9775, 1.0872707259827, 3.4645 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1335, '2021-05-23 00:00:00', 0.10417470144451, 0.265499999999999, 0.169111260479759, 0.430249999999999, 0.604268315707864, 1.28175, 0.882230128707929, 2.002, 1.09048456153554, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1350, '2021-05-23 00:00:00', 0.136776806282509, 0.320000000000001, 0.328794048479881, 0.556500000000002, 0.676384107239602, 1.43425, 0.883476089093532, 2.008, 1.10188388322239, 3.46575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1365, '2021-05-23 00:00:00', 0.24025808491791, 0.431500000000002, 0.640072929644079, 1.19025, 0.712393112942861, 1.5125, 0.900941430130903, 1.98175, 1.12817770506712, 3.44425 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 930, '2021-05-23 00:00:00', 0.251022907321217, 1.1425, 0.417193000900055, 1.49, 0.463154941677169, 2.1275, 0.682358043845011, 2.3075, 1.83140656327315, 4.24999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 945, '2021-05-23 00:00:00', 0.0318198051533958, 0.602499999999999, 0.0742462120245802, 1.02749999999999, 0.0601040764008521, 1.25249999999999, 0.141421356237312, 1.52999999999999, 1.01116269709676, 3.66999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 960, '2021-05-23 00:00:00', 0.1520279579551, 0.557499999999997, 0.15556349186103, 0.770000000000003, 0.261629509039026, 0.870000000000005, 0.187383297014435, 1.3475, 0.717713382904346, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 975, '2021-05-23 00:00:00', 0.098994949366097, 0.354999999999997, 0.0106066017177886, 0.41749999999999, 0.144956890143241, 0.712499999999984, 0.286378246380542, 1.29749999999999, 0.717713382904346, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 930, '2021-05-23 00:00:00', 0.130814754519513, 0.722499999999997, 0.0813172798364393, 0.947500000000005, 0.190918830920355, 1.26499999999999, 1.09955104474507, 2.09249999999999, 0.958129688507755, 3.63249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 945, '2021-05-23 00:00:00', 0.091923881554248, 0.715000000000003, 0.22980970388562, 0.8125, 0.353553390593274, 1.32499999999999, 1.11015764646287, 1.85999999999999, 0.947523086789966, 3.62499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 960, '2021-05-23 00:00:00', 0.106066017177966, 0.370000000000005, 0.166170093578828, 0.612499999999997, 0.0141421356237181, 0.905000000000001, 0.696500179468759, 1.53749999999999, 0.929845417260298, 3.61249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 975, '2021-05-23 00:00:00', 0.0247487373415468, 0.352499999999992, 0.176776695296657, 0.644999999999996, 0.321733585439908, 0.747500000000002, 0.654073772597585, 1.50750000000001, 0.98994949366116, 3.65499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 930, '2021-05-23 00:00:00', 0.162634559672899, 0.679999999999993, 0.61164736572635, 0.997499999999988, 0.403050865276307, 1.145, 0.76721085758737, 1.8575, 1.65816540188244, 5.0275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 945, '2021-05-23 00:00:00', 0.236880771697499, 0.587499999999991, 0.00353553390592952, 0.752499999999998, 0.0989949493661271, 0.825000000000003, 0.289913780286462, 1.52000000000001, 1.20208152801713, 4.70500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 960, '2021-05-23 00:00:00', 0.109601551083936, 0.407499999999999, 0.15556349186106, 0.495000000000005, 0.360624458405153, 0.690000000000012, 0.0989949493660869, 1.38500000000001, 1.01116269709676, 4.57 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 975, '2021-05-23 00:00:00', 0.183847763108496, 0.465000000000003, 0.38183766184073, 0.614999999999995, 0.180312229202566, 0.807500000000005, 0.0176776695296476, 1.4425, 1.11722871427474, 4.645 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 930, '2021-05-23 00:00:00', 0.091923881554248, 0.905000000000001, 0.339411254969546, 1.08000000000001, 0.618718433538239, 1.40250000000001, 0.350017856687354, 1.78250000000001, 0.289913780286472, 5.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 945, '2021-05-23 00:00:00', 0.579827560572974, 0.785000000000004, 0.364159992311092, 0.937499999999993, 0.643467170879786, 1.45, 0.318198051533968, 1.68, 0.392444263558549, 5.68750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 960, '2021-05-23 00:00:00', 0.0141421356237281, 0.460000000000001, 0.325269119345807, 0.905000000000008, 0.0565685424949226, 1.285, 0.0636396103067816, 1.29, 0.724784450716205, 5.71250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 975, '2021-05-23 00:00:00', 0.240416305603439, 0.735000000000007, 0.272236110756845, 0.902499999999996, 0.053033008588973, 1.1325, 0.116672618895785, 1.25249999999999, 0.777817459305208, 5.675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 930, '2021-05-23 00:00:00', 0.45608387386533, 0.842499999999987, 0.240416305603449, 1.15000000000001, 0.254558441227167, 1.16, 0.116672618895775, 1.4225, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 945, '2021-05-23 00:00:00', 0.371231060122962, 1.0575, 0.38537319574668, 1.0675, 0.254558441227167, 1.16, 0.116672618895775, 1.4225, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 960, '2021-05-23 00:00:00', 0.141421356237301, 0.599999999999994, 0.148492424049167, 0.599999999999994, 0.155917045251625, 0.960000000000008, 0.163712897514206, 1.57499999999999, 0.171898542389917, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 975, '2021-05-23 00:00:00', 0.0318198051533858, 0.357500000000002, 0.120208152801724, 0.740000000000009, 0.0707106781186306, 0.875, 0.647002704785685, 1.5825, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:47:01 Duration: 769ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1080, '2021-05-23 00:00:00', 0.645207211688222, 1.16354166666667, 0.853843823753685, 1.62583333333334, 0.981677593071744, 2.03687500000001, 1.13497749450969, 2.90500000000001, 8.67973505813097, 14.700625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1095, '2021-05-23 00:00:00', 0.48387883072737, 1.051875, 0.575264904322284, 1.41416666666667, 0.783603715285153, 1.82, 1.05490003561708, 2.79145833333333, 8.69720735413786, 14.70125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1110, '2021-05-23 00:00:00', 0.438663153591496, 1.03916666666666, 0.575745263719689, 1.29499999999999, 0.762583299085076, 1.675625, 1.02499396869911, 2.663125, 8.70120568596633, 14.7022916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1125, '2021-05-23 00:00:00', 0.386222649235661, 0.793750000000002, 0.547259807679544, 1.25208333333333, 0.678948462324461, 1.56916666666667, 1.09894562033309, 2.79979166666667, 8.55559812281587, 14.94875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1140, '2021-05-23 00:00:00', 0.441683979015367, 0.89770833333334, 0.515271096158354, 1.11729166666667, 0.688585506672916, 1.5125, 1.14897431811841, 2.885625, 8.57596239370608, 15.02625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1155, '2021-05-23 00:00:00', 0.327342657745225, 0.791458333333341, 0.430568380672315, 1.0525, 0.562959313277431, 1.40333333333333, 2.89223244475487, 5.75958333333333, 8.59766604451717, 15.07375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1170, '2021-05-23 00:00:00', 0.32181712051718, 0.711458333333334, 0.453685990813986, 1.01875, 0.409633761841697, 1.39958333333333, 3.28766479583649, 6.179375, 8.58850761181409, 15.0877083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1185, '2021-05-23 00:00:00', 0.322683424413629, 0.744375000000003, 0.291770892350807, 1.02458333333334, 0.359525401735053, 1.32708333333334, 3.38362454126221, 6.49208333333333, 8.57410503368272, 15.1035416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1200, '2021-05-23 00:00:00', 0.232341187773995, 0.73708333333333, 0.32507161975635, 1.01791666666666, 0.459634188193745, 1.28125, 3.37300262286299, 6.63979166666666, 8.57693152021959, 15.0977083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1215, '2021-05-23 00:00:00', 0.247942895336457, 0.658124999999997, 0.280177787112586, 0.863125, 0.466825493805415, 1.20395833333333, 3.34878130547279, 6.69583333333333, 8.58586068039707, 15.0791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1230, '2021-05-23 00:00:00', 0.210149618888162, 0.617083333333331, 0.396040125236194, 0.852291666666664, 0.491127068182416, 1.29083333333333, 3.36493490445683, 6.75729166666666, 8.60157239375032, 15.0470833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1245, '2021-05-23 00:00:00', 0.291686671156626, 0.599374999999997, 0.384995529806532, 0.865416666666665, 0.500677077797545, 1.22416666666667, 3.30500328197123, 6.74145833333333, 8.59872007401288, 15.0677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1260, '2021-05-23 00:00:00', 0.253781187845644, 0.681249999999997, 0.348749253284746, 0.971041666666662, 0.383118816000876, 1.233125, 3.25346167371292, 6.79958333333333, 8.62120170513252, 15.1183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1275, '2021-05-23 00:00:00', 0.330960120632792, 0.67708333333333, 0.321789535931145, 0.864375000000001, 0.666401623038539, 1.39958333333333, 3.2991365800635, 6.9275, 8.62046574786682, 15.0758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1290, '2021-05-23 00:00:00', 0.176808973311533, 0.551250000000005, 0.25473629445005, 0.794166666666673, 0.633613651256006, 1.34479166666667, 3.32307345843346, 6.94458333333334, 8.65424147288569, 15.0179166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1305, '2021-05-23 00:00:00', 0.254237190263428, 0.563125000000003, 0.68252076997647, 1.05208333333333, 0.905441856062631, 1.52645833333333, 3.33268366857441, 6.9175, 8.65485471541421, 15.0533333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1320, '2021-05-23 00:00:00', 0.224028566708126, 0.634318181818177, 0.287023932965942, 0.8575, 0.75372179005024, 1.55318181818182, 3.34073724268691, 7.17090909090909, 8.98540237820592, 14.7952272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1335, '2021-05-23 00:00:00', 0.289528277335087, 0.636363636363642, 0.61275564503273, 1.07636363636363, 2.81368170941647, 5.16, 3.33757705781951, 7.10795454545455, 8.98017922043702, 14.7795454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1350, '2021-05-23 00:00:00', 0.423908899896252, 0.795227272727272, 0.483449679980859, 1.19954545454546, 3.08772685690577, 5.62, 3.31027961603905, 7.07522727272727, 8.98206270479674, 14.7563636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1365, '2021-05-23 00:00:00', 0.31505213270243, 0.900681818181822, 2.81230371128407, 4.96454545454545, 3.19790465083688, 5.87681818181818, 3.35266512194604, 6.98909090909091, 8.98691343238187, 14.7397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 990, '2021-05-23 00:00:00', 1.17686807312394, 2.31730769230769, 1.57554415508274, 3.06423076923077, 1.89666139875795, 3.91730769230769, 2.0725401452918, 4.92557692307692, 8.01703212877722, 14.8180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1005, '2021-05-23 00:00:00', 1.04189732625702, 2.01596153846154, 1.54372248651907, 2.68865384615385, 1.54241354326961, 3.36653846153846, 1.58684146850082, 4.28961538461538, 8.05179281517238, 14.7665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1020, '2021-05-23 00:00:00', 0.652312837878835, 1.60096153846154, 0.822695779832281, 2.25788461538462, 0.900638683635977, 2.72903846153846, 1.07194713202012, 3.63942307692307, 8.16644967817435, 14.7271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1035, '2021-05-23 00:00:00', 0.65382028229358, 1.55519230769231, 0.707312600894831, 1.93134615384616, 0.80830534976674, 2.30653846153846, 1.13559189920431, 3.41519230769231, 8.16888841181072, 14.6582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1050, '2021-05-23 00:00:00', 0.431318952124224, 1.17903846153846, 0.546573557580452, 1.64057692307692, 0.786302447192891, 2.12653846153846, 1.31607068140793, 3.29596153846154, 8.16324645308753, 14.5955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1065, '2021-05-23 00:00:00', 0.287544511604461, 1.01538461538461, 0.440147877248268, 1.34307692307692, 0.755803520459163, 2.05980769230769, 1.35191125391482, 3.08903846153846, 8.18488824227073, 14.5715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1080, '2021-05-23 00:00:00', 0.360232029926006, 0.983653846153849, 0.594871414677155, 1.465, 0.826640397121897, 2.03788461538462, 1.30725756687573, 3.10288461538462, 8.18496857754412, 14.5661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1095, '2021-05-23 00:00:00', 0.431687386890099, 1.005, 0.745629032325162, 1.50057692307692, 0.790009152819423, 1.92730769230769, 1.41460377708878, 3.16961538461538, 8.18775302133996, 14.5384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1110, '2021-05-23 00:00:00', 0.755553006845878, 1.11288461538462, 0.74512920923927, 1.47153846153846, 0.783987539147442, 1.79730769230769, 1.74619282572555, 3.24423076923077, 8.19662208098321, 14.4834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1125, '2021-05-23 00:00:00', 0.45356269179091, 0.906346153846157, 0.495520549911522, 1.22115384615384, 0.542988595998677, 1.49884615384615, 1.70510406855868, 3.14326923076923, 8.23945757409944, 15.4513461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1140, '2021-05-23 00:00:00', 0.376934803585245, 0.824615384615386, 0.506257193681082, 1.08788461538462, 0.527435304089515, 1.39, 1.86795186068757, 3.33307692307692, 8.26370117534417, 15.5086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1155, '2021-05-23 00:00:00', 0.423558006199131, 0.705769230769231, 0.451116265075183, 0.956730769230767, 0.464018898819362, 1.21846153846154, 3.72736510873917, 5.80942307692308, 8.0592719560478, 15.6723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1170, '2021-05-23 00:00:00', 0.292522451472332, 0.685769230769229, 0.338741108313616, 0.878461538461539, 0.47319909616924, 1.22923076923077, 3.68796535525193, 5.89269230769231, 8.05536786153279, 15.6657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1185, '2021-05-23 00:00:00', 0.27941394712174, 0.616923076923081, 0.346932768924822, 0.857115384615385, 0.481647053988067, 1.18173076923077, 3.83106406187026, 6.02038461538462, 8.03571952883834, 15.7028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1200, '2021-05-23 00:00:00', 0.208701111271963, 0.626923076923076, 0.370220152798924, 0.919807692307693, 0.591565198955599, 1.24576923076923, 3.76171742692085, 6.115, 7.99055823841729, 15.7601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1215, '2021-05-23 00:00:00', 0.312186827692354, 0.696153846153846, 0.391140148009143, 0.926153846153848, 0.597267012830428, 1.36826923076923, 3.750812917017, 6.16346153846154, 7.98079089969255, 15.7707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1230, '2021-05-23 00:00:00', 0.240382067678812, 0.66346153846154, 0.368348549401453, 0.930576923076923, 0.825236842460296, 1.54461538461538, 3.71890862816168, 6.22423076923077, 7.97434291722763, 15.7598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1245, '2021-05-23 00:00:00', 0.319863191909391, 0.702692307692311, 0.427038504839294, 1.03673076923077, 0.861998929144438, 1.56807692307693, 3.62746689005725, 6.23403846153846, 7.98282565164838, 15.7657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1260, '2021-05-23 00:00:00', 0.186823754872374, 0.701346153846153, 0.618002396062069, 1.12019230769231, 0.666861564459857, 1.47211538461539, 3.54250906844288, 6.2475, 7.99047011469577, 15.7444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1275, '2021-05-23 00:00:00', 0.596438274580543, 0.788846153846159, 0.67020100314412, 1.08923076923078, 0.849850937155817, 1.60384615384615, 3.52716351499878, 6.20230769230769, 7.99504837143206, 15.7423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1290, '2021-05-23 00:00:00', 0.418887170415217, 0.75730769230769, 0.450946184747653, 0.977692307692311, 1.11413928489837, 1.68211538461538, 3.53170279806302, 6.22557692307692, 7.99988344386245, 15.7563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1305, '2021-05-23 00:00:00', 0.291957847326263, 0.674230769230771, 0.629141172857586, 1.18884615384615, 1.10089956224618, 1.69538461538461, 3.49254551206512, 6.24307692307693, 7.9873285824871, 15.7582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1320, '2021-05-23 00:00:00', 0.218731106844571, 0.772916666666667, 0.342907168322503, 1.00875, 0.633808222034742, 1.64458333333333, 3.59551516511004, 6.13979166666667, 8.30854586404866, 15.676875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1335, '2021-05-23 00:00:00', 0.213133539822108, 0.644583333333333, 0.378691910932618, 0.968541666666667, 3.68589260594178, 5.06770833333334, 3.58586005666905, 6.12479166666667, 8.29568248103114, 15.715 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1350, '2021-05-23 00:00:00', 0.320582576578632, 0.728333333333335, 0.612533790845481, 1.25291666666667, 3.63260860051909, 5.173125, 3.56982781193773, 6.10520833333333, 8.30377055255579, 15.6997916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1365, '2021-05-23 00:00:00', 0.454723548361839, 0.991874999999996, 3.60823980909356, 4.83020833333333, 3.7153333866442, 5.3325, 3.48573676921758, 6.07770833333333, 8.32475551007573, 15.6072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 990, '2021-05-23 00:00:00', 1.13229326521955, 2.21596153846154, 1.35114465717605, 2.76673076923077, 1.6141201937898, 3.495, 1.51001839010707, 4.49846153846154, 8.14127237504159, 14.5432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1005, '2021-05-23 00:00:00', 0.880755444971052, 1.81692307692308, 1.09741964836401, 2.37673076923077, 1.15711458112244, 3.02307692307692, 1.25759789342161, 4.09769230769231, 8.18211837578659, 14.3213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1020, '2021-05-23 00:00:00', 0.667192164683753, 1.52576923076923, 0.851186592578039, 2.05884615384615, 0.911192962760697, 2.72884615384615, 1.96610614785046, 4.03076923076923, 8.19061145458628, 14.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1035, '2021-05-23 00:00:00', 0.592570703343938, 1.54596153846153, 0.65725349283678, 1.97692307692307, 0.739496424290519, 2.44019230769231, 2.12862936218085, 3.9101923076923, 8.15696784963628, 14.1675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1050, '2021-05-23 00:00:00', 0.511734944914016, 1.31057692307692, 0.554824712443906, 1.69230769230769, 0.727506595264847, 2.18538461538461, 2.68936887792257, 4.04519230769231, 8.16532967208588, 14.1155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1065, '2021-05-23 00:00:00', 0.476959762857015, 1.16384615384616, 0.552916219832481, 1.5371153846154, 0.81724499669033, 1.99076923076923, 2.66808983818301, 3.91923076923077, 8.14347431052335, 14.0246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1080, '2021-05-23 00:00:00', 0.417683032196199, 1.01634615384616, 0.5746307510045, 1.3625, 0.660225049043593, 1.81634615384615, 2.71756701141637, 3.72230769230769, 8.2115735398278, 13.92 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1095, '2021-05-23 00:00:00', 0.370950183261227, 0.965961538461534, 0.416630670239986, 1.27865384615385, 0.645106550531359, 1.75230769230769, 2.91471431506787, 3.88153846153846, 8.25042823364106, 13.8340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1110, '2021-05-23 00:00:00', 0.333523612357505, 0.899999999999994, 0.50150435230874, 1.21384615384615, 0.722080754060524, 1.69884615384614, 2.86851309646922, 3.77576923076923, 8.36591493226211, 13.9155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1125, '2021-05-23 00:00:00', 0.364266227662382, 0.821730769230768, 0.548549310594636, 1.20288461538461, 0.557728118213663, 1.61057692307692, 2.83453849180752, 3.67269230769231, 9.90915991160937, 15.3019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1140, '2021-05-23 00:00:00', 0.467293228646064, 0.88519230769231, 0.524851041138926, 1.20384615384615, 0.576798191611374, 1.58307692307692, 2.78774460810168, 3.765, 9.90010756934567, 15.4417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1155, '2021-05-23 00:00:00', 0.353033502441554, 0.805576923076924, 0.335894500378636, 1.09865384615385, 0.681734213943779, 1.51653846153846, 6.24308932710031, 6.78211538461538, 9.70263304469462, 15.48 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1170, '2021-05-23 00:00:00', 0.228704713886371, 0.709615384615386, 0.405007549787179, 1.00365384615384, 0.725662879982581, 1.43384615384616, 6.56475418720774, 7.04153846153846, 9.65410971276761, 15.5128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1185, '2021-05-23 00:00:00', 0.327898025893136, 0.706346153846149, 0.548946858854437, 1.04442307692308, 0.674506201146158, 1.47884615384615, 6.80832420361564, 7.23230769230769, 9.56243368604458, 15.51 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1200, '2021-05-23 00:00:00', 0.465390034933479, 0.821730769230777, 0.532808704306354, 1.10634615384616, 1.39727665065353, 1.74096153846154, 7.31060177729261, 7.53788461538461, 9.47478116045229, 15.5240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1215, '2021-05-23 00:00:00', 0.273585663704473, 0.746346153846158, 0.400410990781301, 1.09019230769231, 1.56922317871468, 1.68923076923076, 7.25217913139535, 7.73192307692308, 9.44358446451672, 15.5065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1230, '2021-05-23 00:00:00', 0.378634235926158, 0.731730769230766, 1.36368838082606, 1.20499999999999, 2.44690599769147, 1.9401923076923, 7.24072675113592, 7.93173076923077, 9.42888747210075, 15.5548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1245, '2021-05-23 00:00:00', 1.39168155066508, 0.946538461538454, 1.62349125225665, 1.24961538461538, 2.39845742894502, 1.92596153846154, 8.22522367477019, 8.1775, 9.39909432011732, 15.6159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1260, '2021-05-23 00:00:00', 0.640688812018873, 0.846923076923076, 1.89546009230964, 1.44980769230769, 1.85197434149031, 1.78980769230769, 8.32394707825191, 8.1201923076923, 9.07726270159932, 15.5019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1275, '2021-05-23 00:00:00', 1.8234352617645, 1.12307692307692, 1.78302107498654, 1.41192307692308, 2.05102166848998, 2.12673076923077, 8.30337040234034, 8.11903846153846, 9.07456393739369, 15.5044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1290, '2021-05-23 00:00:00', 0.64283509669157, 0.87519230769231, 0.787088915903701, 1.16519230769231, 1.49308946612256, 1.93692307692307, 8.17402559001095, 8.03288461538461, 9.07705449725592, 15.5021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1305, '2021-05-23 00:00:00', 0.726908760542783, 0.862115384615384, 1.38090137786325, 1.52115384615385, 1.44318575221092, 1.99134615384616, 8.08928872265428, 8.04403846153846, 9.03008086044383, 15.4928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1320, '2021-05-23 00:00:00', 0.579808775010961, 0.832291666666669, 0.869761310543788, 1.23270833333333, 0.923089880529639, 1.74416666666667, 8.41721139362245, 8.19708333333333, 9.26440974904438, 15.9497916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1335, '2021-05-23 00:00:00', 0.525672404116174, 0.843541666666666, 0.610424797146227, 1.14854166666667, 6.21094650407241, 5.57270833333333, 8.40251462318, 8.08458333333333, 9.27284733212661, 15.9304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1350, '2021-05-23 00:00:00', 0.576057589147558, 0.898541666666664, 0.600376089859816, 1.24416666666667, 6.46468808092824, 5.925625, 8.39639039670266, 8.17895833333333, 9.25724238361042, 15.921875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1365, '2021-05-23 00:00:00', 0.406803051643033, 0.873125000000003, 6.18572918958502, 5.38104166666666, 6.73073393490905, 6.08979166666666, 8.42358089959974, 8.61770833333333, 9.26470944623675, 15.8620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 990, '2021-05-23 00:00:00', 0.675449125944455, 2.05239130434782, 1.01011837446647, 2.66369565217391, 1.16710055925572, 3.43847826086956, 2.93660397149079, 5.12260869565217, 5.96250474598132, 13.3591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1005, '2021-05-23 00:00:00', 0.904055531016787, 1.65130434782609, 0.949743152297485, 2.13434782608696, 1.21309794351213, 2.8645652173913, 2.89686623648639, 4.43108695652174, 6.12232513989392, 13.0858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1020, '2021-05-23 00:00:00', 0.402132040337012, 1.26978260869565, 0.88234444485563, 1.91891304347826, 1.43386811346038, 2.41130434782609, 2.86077815984425, 4.06804347826087, 6.02213753694102, 12.8421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1035, '2021-05-23 00:00:00', 0.818179556430775, 1.45782608695652, 0.839452932150715, 1.75195652173913, 1.67151170603116, 2.29673913043479, 2.98151437434517, 3.91565217391305, 6.07942851647724, 12.7402173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1050, '2021-05-23 00:00:00', 0.518521671022685, 1.09521739130435, 1.41914726246756, 1.61695652173914, 1.95016888900735, 2.14717391304348, 2.98914928344758, 3.7604347826087, 6.04433180233837, 12.6991304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1065, '2021-05-23 00:00:00', 1.09220400337128, 1.17630434782609, 1.2740198123316, 1.5608695652174, 1.66418073827462, 2.00543478260869, 2.81179411870925, 3.50543478260869, 6.05509051511578, 12.855652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1080, '2021-05-23 00:00:00', 0.500141383172857, 0.963695652173913, 0.787064265548097, 1.26760869565218, 0.927461845203511, 1.71826086956522, 2.65495604498276, 3.32565217391304, 6.04231378934046, 12.8217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1095, '2021-05-23 00:00:00', 0.65832409392959, 0.877608695652172, 0.726999831458516, 1.21586956521739, 0.827774231216222, 1.54978260869565, 2.72241883773662, 3.41065217391304, 6.02851931722067, 12.7973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1110, '2021-05-23 00:00:00', 0.466825436477376, 0.883478260869565, 0.636119193593853, 1.20108695652174, 0.830171776119623, 1.60978260869566, 2.87528878082229, 3.46413043478261, 6.04654107668962, 12.7810869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1125, '2021-05-23 00:00:00', 0.445918911787027, 0.866304347826081, 0.560421213694566, 1.12586956521739, 0.969781667290858, 1.68413043478261, 2.88951077686938, 3.4404347826087, 7.68467881811267, 14.4089130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1140, '2021-05-23 00:00:00', 0.435931150962447, 0.777173913043481, 0.596037972634408, 1.14108695652174, 0.932554187301179, 1.57130434782608, 2.86064895619733, 3.38478260869565, 7.83617614787681, 14.5295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1155, '2021-05-23 00:00:00', 0.541104674508271, 0.869782608695656, 0.790620347320277, 1.22152173913043, 2.47701379326313, 2.12782608695652, 4.10251467759006, 6.67304347826087, 8.09911129414461, 14.6291304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1170, '2021-05-23 00:00:00', 0.412738731971651, 0.761521739130435, 0.549669142310085, 1.0545652173913, 2.43743405707902, 1.92565217391304, 4.16981868261077, 6.75086956521739, 8.51360727854419, 14.8004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1185, '2021-05-23 00:00:00', 0.359477140064914, 0.735217391304346, 2.47214909466339, 1.53565217391304, 2.44510115619612, 1.78586956521739, 4.11342461403342, 6.85934782608696, 8.50166038770228, 14.9154347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 990, '2021-05-23 00:00:00', 1.27529908140622, 2.42826086956521, 1.85558293899202, 3.08195652173913, 1.81872330128591, 3.46608695652173, 2.00713913565588, 4.60434782608695, 9.06052083744913, 14.9341304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1005, '2021-05-23 00:00:00', 0.892122917761484, 1.8158695652174, 0.98889975592712, 2.275, 1.1631548264086, 2.81782608695652, 1.41791212787378, 3.86956521739131, 8.89365462500838, 14.7580434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1020, '2021-05-23 00:00:00', 0.566818752357144, 1.50195652173912, 0.755519414032649, 1.98369565217391, 1.11320066091538, 2.6454347826087, 1.33413141052648, 3.6195652173913, 8.91125486343572, 14.7221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1035, '2021-05-23 00:00:00', 0.627850259708958, 1.33369565217392, 0.829770552599016, 1.83152173913044, 1.25841841103554, 2.31652173913044, 1.33917176929175, 3.3208695652174, 8.93652615966471, 14.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1050, '2021-05-23 00:00:00', 0.696274530155933, 1.26630434782609, 0.806933638679907, 1.70152173913043, 1.06109208043508, 2.11369565217391, 1.25453903160411, 3.175, 8.89435708994632, 14.5569565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1065, '2021-05-23 00:00:00', 0.59588733781445, 1.12391304347826, 0.902121018497971, 1.52782608695652, 1.0003376900183, 2.07130434782609, 1.20650673351777, 3.00695652173913, 8.85431754176655, 14.5913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 990, '2021-05-23 00:00:00', 1.16472553991631, 2.3228, 1.38588494592204, 2.929, 1.97990740524231, 3.84899999999999, 3.26952056882963, 5.6278, 6.95879131027796, 13.8934 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1005, '2021-05-23 00:00:00', 0.742898209716516, 1.7704, 1.0007537992267, 2.4204, 1.56694615414826, 3.3516, 3.13515766482857, 5.1214, 7.02833006481625, 13.7662 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1020, '2021-05-23 00:00:00', 0.574162433462868, 1.58, 1.0617292498561, 2.2476, 1.43262559077148, 3.0384, 2.89662753617605, 4.8264, 7.10876157170385, 13.6734 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1035, '2021-05-23 00:00:00', 0.763733974190839, 1.427, 0.976753679286647, 2.0196, 1.92739800854243, 2.8038, 2.83840173630631, 4.5834, 7.08760801211053, 13.6104 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1050, '2021-05-23 00:00:00', 0.534404107394394, 1.3126, 0.916507501333183, 1.7288, 1.74951307511547, 2.4028, 3.01594478010899, 4.475, 7.13961350494549, 13.5668 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1065, '2021-05-23 00:00:00', 0.596923850531485, 1.1158, 1.43552902559765, 1.6854, 1.57694131681134, 2.14719999999999, 3.05438643593112, 4.3066, 7.11897208169832, 13.5998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1080, '2021-05-23 00:00:00', 1.10162765942037, 1.1528, 1.26133649356546, 1.5198, 1.41370488433761, 2.14359999999999, 3.09093631984442, 4.2704, 7.05612982920997, 13.6884 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1095, '2021-05-23 00:00:00', 0.76230090296855, 1.1312, 1.20906558272632, 1.58099999999999, 1.39771530839916, 2.15319999999999, 3.16762367556501, 4.3778, 7.07473340487117, 13.6794 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1110, '2021-05-23 00:00:00', 0.530435905647417, 1.0118, 0.763319232038603, 1.475, 1.31684715007728, 2.1202, 2.79118370946808, 4.1224, 6.68217686586241, 13.4922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1125, '2021-05-23 00:00:00', 0.58814560272096, 0.989399999999999, 0.664157486343917, 1.3252, 1.32960232149817, 1.9956, 2.74398580231993, 4.0182, 6.49478734576173, 13.8772 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1140, '2021-05-23 00:00:00', 0.363994047570377, 0.894000000000001, 1.30978745095022, 1.5384, 1.76935232971465, 2.1108, 2.6928732641301, 4.0068, 6.49340019429985, 13.9826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1155, '2021-05-23 00:00:00', 1.20833828734617, 1.2172, 1.24374592126634, 1.5418, 1.74664397249888, 2.1262, 2.32898443532799, 5.59179999999999, 6.2465055097497, 14.1854 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1170, '2021-05-23 00:00:00', 0.523945528339224, 0.907199999999999, 0.889334816965277, 1.3932, 1.78536823932767, 2.0872, 2.29769047088593, 5.6424, 6.21736881646891, 14.205 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1185, '2021-05-23 00:00:00', 0.645079323287704, 0.952599999999998, 1.62701861800452, 1.49599999999999, 1.77501650227071, 2.03239999999999, 2.26935284460864, 5.7154, 6.16780449863104, 14.2604 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1200, '2021-05-23 00:00:00', 0.3311406803726, 0.842173913043476, 0.554891471780331, 1.195, 0.875474461990092, 1.72652173913044, 1.7550604135858, 5.30934782608695, 5.81315504192878, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1215, '2021-05-23 00:00:00', 0.365693612443281, 0.784999999999999, 0.542818093115402, 1.12586956521739, 0.813718529867547, 1.71086956521739, 1.70125752721716, 5.35891304347826, 5.81315504192878, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1230, '2021-05-23 00:00:00', 0.358075388975175, 0.755434782608692, 0.651262759428316, 1.15, 0.821938744916714, 1.61913043478261, 1.86589756294793, 5.47652173913043, 5.80625640483911, 13.7454347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1245, '2021-05-23 00:00:00', 0.464905426227712, 0.855652173913044, 0.685643144601571, 1.27760869565217, 0.706055960786998, 1.58826086956522, 2.00795667776046, 5.54173913043478, 5.81772552095354, 13.725652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1260, '2021-05-23 00:00:00', 0.627037548282811, 0.965217391304345, 0.738312425165762, 1.25565217391304, 0.791159715640381, 1.59717391304348, 2.19613269504127, 5.55978260869565, 5.83039434526893, 13.7336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1275, '2021-05-23 00:00:00', 0.474671511129819, 0.808043478260867, 0.488999341238031, 1.04608695652174, 1.24612656777909, 1.73217391304348, 2.22628665556062, 5.49, 5.8316482697006, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1290, '2021-05-23 00:00:00', 0.346895320862601, 0.709999999999998, 0.53524725548659, 1.04847826086957, 1.30513560696548, 1.75304347826088, 2.28194693588213, 5.605, 5.76677513473046, 13.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1305, '2021-05-23 00:00:00', 0.284283997622707, 0.697500000000004, 1.1921290592216, 1.30229166666667, 1.35315867724266, 1.71166666666667, 2.56265441387003, 5.77291666666666, 5.7162497048682, 13.8104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1320, '2021-05-23 00:00:00', 0.296187627002904, 0.691590909090911, 0.576620246861753, 1.03363636363637, 0.828318591069698, 1.60954545454546, 2.62213324186534, 5.6975, 5.95297557830794, 13.9970454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1335, '2021-05-23 00:00:00', 0.543760953017016, 0.754545454545456, 0.640666970169889, 1.0525, 2.03307238762749, 4.625, 2.63119979052567, 5.74363636363636, 5.95297557830794, 13.9970454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1350, '2021-05-23 00:00:00', 0.328187416759819, 0.748863636363634, 0.624259041303649, 1.21727272727273, 1.94718450311661, 4.69318181818182, 2.6449654454817, 5.69772727272727, 5.95087659518178, 13.9981818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1365, '2021-05-23 00:00:00', 0.646386768876309, 0.997045454545456, 2.02692969624171, 4.48522727272727, 1.97907321492745, 4.82613636363636, 2.66058057858647, 5.6915909090909, 5.95568770768151, 13.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1200, '2021-05-23 00:00:00', 0.434499513049008, 0.742272727272727, 0.56837411464557, 1.00090909090909, 0.647319188681, 1.21568181818182, 3.895876420578, 6.62068181818182, 8.6155215061255, 14.9931818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1215, '2021-05-23 00:00:00', 0.391713200698843, 0.664772727272725, 0.478234317851159, 0.851590909090906, 0.845519768931321, 1.23181818181818, 3.86400775080335, 6.65477272727273, 9.4779950891046, 15.2563636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1230, '2021-05-23 00:00:00', 0.418570542084959, 0.633181818181815, 0.50290498099881, 0.894090909090908, 1.06734062853243, 1.36227272727273, 3.86275128072077, 6.67613636363636, 9.65065022594591, 15.2845454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1245, '2021-05-23 00:00:00', 0.40304764308627, 0.680454545454547, 0.74645819552225, 0.956136363636367, 1.05499802527461, 1.3425, 3.84889378046905, 6.695, 9.6440559632386, 15.2902272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1260, '2021-05-23 00:00:00', 0.448177224628075, 0.646590909090911, 0.807675972275066, 1.005, 0.922040838227519, 1.27954545454546, 3.80363986077497, 6.62, 9.68954054336729, 15.1956818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1275, '2021-05-23 00:00:00', 0.498143360248139, 0.697045454545448, 0.558849554598844, 0.896590909090909, 1.11823136966547, 1.44159090909091, 3.88920116660038, 6.66, 9.72021830997157, 15.1347727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1290, '2021-05-23 00:00:00', 0.418514172465058, 0.622727272727273, 0.478628824819456, 0.843863636363639, 1.08566954225416, 1.50454545454546, 3.99930817204406, 6.75295454545454, 9.65065348089057, 15.1856818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1305, '2021-05-23 00:00:00', 0.3531858713769, 0.585454545454547, 0.928697156822887, 1.13886363636363, 1.09027380492102, 1.57727272727273, 4.02516776558761, 6.85772727272727, 9.65843776019355, 15.1715909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1320, '2021-05-23 00:00:00', 0.277817030852283, 0.63325, 0.292455124762761, 0.877000000000004, 0.4964942226833, 1.30275, 4.23656510413554, 6.97125, 10.019581945791, 15.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1335, '2021-05-23 00:00:00', 0.256194185192241, 0.615249999999999, 0.449064158468538, 0.949249999999999, 3.86170247259445, 5.81975, 4.14844894921108, 6.9705, 9.98338143788019, 15.49625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1350, '2021-05-23 00:00:00', 0.244363297269934, 0.683499999999998, 0.347771476691234, 0.978499999999995, 3.91128410566954, 5.96975, 4.12009085074844, 6.90775, 10.0144195906124, 15.5405 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1365, '2021-05-23 00:00:00', 0.349541428912671, 0.791500000000002, 3.81768511942154, 5.63525, 3.83753172453885, 6.0345, 4.12127116152797, 6.80375, 10.018433861611, 15.57275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 930, '2021-05-23 00:00:00', 1.13137084989849, 1.99000000000001, 0.940452018978117, 2.38500000000001, 0.724784450716215, 2.6375, 0.360624458405133, 2.89500000000001, 2.87085353161738, 15.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 945, '2021-05-23 00:00:00', 0.162634559672919, 1.53, 0.0954594154601775, 1.7525, 0.183847763108496, 1.875, 0.15556349186106, 2.53, 3.20672925268101, 15.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 960, '2021-05-23 00:00:00', 0.0282842712474563, 1.13000000000001, 0.530330085889911, 1.58500000000001, 0.205060966544093, 1.86, 0.286378246380573, 2.6225, 3.2915820664234, 15.5275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 975, '2021-05-23 00:00:00', 0.410121933088206, 1.16500000000001, 0.441941738241592, 1.1875, 0.091923881554248, 1.65000000000001, 0.357088924499223, 2.78750000000001, 3.2915820664234, 15.5275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 930, '2021-05-23 00:00:00', 1.42835569799681, 2.29499999999999, 1.23743686707644, 2.52499999999999, 1.6546298679765, 3.44999999999999, 2.11071374184183, 4.1075, 2.7966073195928, 18.0275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 945, '2021-05-23 00:00:00', 0.0212132034355771, 1.34999999999999, 0.632860569161947, 1.7825, 0.403050865276307, 2.3, 0.417193000900065, 3.27, 2.88499566724112, 18.09 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 960, '2021-05-23 00:00:00', 0.0565685424949326, 1.02999999999999, 0.30759144981615, 1.64249999999998, 0.166170093578848, 1.79249999999999, 0.22627416997969, 2.815, 3.2385490578344, 18.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 975, '2021-05-23 00:00:00', 0.484368145112787, 1.42249999999999, 0.0989949493661271, 1.74499999999999, 0.0601040764008622, 1.8575, 0.272236110756814, 2.8475, 3.2385490578344, 18.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 930, '2021-05-23 00:00:00', 0.169705627484778, 1.935, 0.922774349448449, 4.00749999999999, 1.45663996924427, 4.95999999999999, 0.53386561979584, 6.7775, 0.636396103067897, 15.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 945, '2021-05-23 00:00:00', 0.636396103067897, 2.39999999999999, 0.668215908221292, 2.39999999999999, 0.701626703632356, 3.935, 0.736708038813974, 5.17, 0.773543440754673, 14.2325 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 960, '2021-05-23 00:00:00', 0.268700576850905, 1.08, 0.707106781186548, 2.125, 1.53088618126889, 2.70750000000001, 0.215667568261882, 3.94250000000001, 1.38592929112562, 13.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 975, '2021-05-23 00:00:00', 0.463154941677169, 1.53749999999999, 1.28693434175951, 2.12, 1.11015764646287, 2.245, 0.441941738241592, 4.24250000000001, 1.49906637611548, 12.76 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 930, '2021-05-23 00:00:00', 0.406586399182277, 2.3875, 0.426915719141391, 2.3875, 0.44826150509846, 3.47500000000001, 0.470674580353383, 4.22000000000001, 0.494208309371053, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 945, '2021-05-23 00:00:00', 0.106066017177986, 1.44000000000001, 1.4884597743977, 2.52250000000001, 1.31521861300699, 2.86500000000001, 1.57684812204601, 4.20500000000001, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 960, '2021-05-23 00:00:00', 1.33643181644261, 2.40000000000001, 1.15258405333409, 2.75000000000001, 0.802566196646725, 3.27250000000001, 1.59452579157566, 4.2175, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 975, '2021-05-23 00:00:00', 0.190918830920375, 1.175, 0.498510280736525, 1.7925, 1.33996735034851, 3.72750000000001, 1.93040151263929, 4.45500000000001, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 930, '2021-05-23 00:00:00', 2.11778480965371, 2.7525, 2.05060966544099, 3.23, 1.85615530061471, 3.7325, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 945, '2021-05-23 00:00:00', 0.137885822331372, 1.78749999999999, 0.335875721063626, 2.1275, 0.502045814642454, 3.18499999999999, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 960, '2021-05-23 00:00:00', 0.675286976033162, 1.8875, 0.791959594928936, 2.97999999999999, 0.76721085758741, 3.55749999999999, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 975, '2021-05-23 00:00:00', 0.314662517628009, 1.73749999999998, 0.371231060122941, 2.18749999999999, 1.11369318036882, 2.89749999999999, 1.87736850405028, 5.80749999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:46:25 Duration: 759ms Database: acaweb_fx User: pgperfstats
12 29s244ms 3 1s914ms 25s388ms 9s748ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 23 17 3 29s244ms 9s748ms [ User: pgperfstats - Total duration: 29s244ms - Times executed: 3 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1050, '2021-05-23 00:00:00', 0.00544345054594555, 0.00886538461538459, 0.0122262642888789, 0.0176923076923077, 0.015123695112179, 0.0238846153846152, 0.0174620027047738, 0.0321923076923074, 0.0436931784853637, 0.116923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1065, '2021-05-23 00:00:00', 0.00899033669259079, 0.0128846153846154, 0.0111240557075473, 0.0187692307692308, 0.0112393710472811, 0.020711538461538, 0.017477513024983, 0.0302115384615383, 0.0437851045975157, 0.117653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1080, '2021-05-23 00:00:00', 0.00871815082721968, 0.0121153846153851, 0.00972144734396761, 0.0144423076923078, 0.0104648863421368, 0.0170769230769235, 0.0181368833723309, 0.027442307692308, 0.0441441345524478, 0.118230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1095, '2021-05-23 00:00:00', 0.00531604971904749, 0.00759615384615404, 0.00565018719907708, 0.00923076923076931, 0.00994332013889796, 0.0130192307692313, 0.016509682473767, 0.0234807692307696, 0.044183259099068, 0.118596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1110, '2021-05-23 00:00:00', 0.00413637708443229, 0.00398076923076883, 0.00485596381940717, 0.00690384615384605, 0.00954285878791839, 0.011615384615385, 0.0173419012354915, 0.0226923076923075, 0.0440153994031108, 0.118846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1125, '2021-05-23 00:00:00', 0.00408599860687576, 0.00434615384615397, 0.0100129915609672, 0.00850000000000028, 0.0103228648378994, 0.0123076923076927, 0.0171959409342839, 0.0224038461538463, 0.0440090768609594, 0.118826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1140, '2021-05-23 00:00:00', 0.0100275198252683, 0.00563461538461523, 0.00996596129911097, 0.00790384615384645, 0.010810820790016, 0.0115769230769234, 0.0166802624033961, 0.0223653846153846, 0.0440054410971397, 0.118673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1155, '2021-05-23 00:00:00', 0.00439019887406581, 0.00292307692307722, 0.00585675152806922, 0.00580769230769257, 0.00761317178417647, 0.0100961538461542, 0.0108609391859083, 0.0210000000000001, 0.0436670972771876, 0.119346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1170, '2021-05-23 00:00:00', 0.00469078474654954, 0.0032884615384618, 0.00561919786227379, 0.00584615384615416, 0.00758541109884323, 0.0100384615384616, 0.0112809062647398, 0.020326923076923, 0.0435265259530145, 0.119538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1185, '2021-05-23 00:00:00', 0.00415914192333748, 0.00346153846153859, 0.00647542692385253, 0.00586538461538488, 0.00724802360328938, 0.00942307692307682, 0.0118416637344594, 0.0202499999999998, 0.0435190365065855, 0.119557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1200, '2021-05-23 00:00:00', 0.00475819131765244, 0.00290384615384635, 0.00720696778231855, 0.00609615384615399, 0.00731071395019205, 0.00894230769230776, 0.0113095602852703, 0.0228846153846155, 0.0433513419187206, 0.119826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1215, '2021-05-23 00:00:00', 0.00603043562656575, 0.00388461538461521, 0.00624182542333445, 0.00540384615384586, 0.00723506419088018, 0.00861538461538462, 0.011072766314077, 0.0273846153846152, 0.0432315812269757, 0.120019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1230, '2021-05-23 00:00:00', 0.00262590643690614, 0.00215384615384619, 0.00517702022997227, 0.00430769230769224, 0.00581946336410477, 0.00688461538461546, 0.0160701467132262, 0.0290192307692306, 0.0431567670065949, 0.119942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1245, '2021-05-23 00:00:00', 0.00515263188910469, 0.00248076923076905, 0.00557149337804018, 0.00419230769230776, 0.00935496577307393, 0.00815384615384587, 0.0183937803033022, 0.0306346153846153, 0.0429649991719555, 0.120134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1260, '2021-05-23 00:00:00', 0.00233633506553782, 0.00196153846153867, 0.00348849758271579, 0.0035192307692309, 0.00801412215068833, 0.00811538461538442, 0.0199959995999199, 0.0325000000000001, 0.0429448886543957, 0.120211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1275, '2021-05-23 00:00:00', 0.00323324081284493, 0.00192307692307681, 0.00719511051927728, 0.00598076923076923, 0.00812832180616751, 0.0080192307692308, 0.020395182311969, 0.0332115384615385, 0.0429204093463881, 0.120307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1290, '2021-05-23 00:00:00', 0.00716736728835307, 0.00413461538461531, 0.00815343250039293, 0.00596153846153837, 0.00867465361755868, 0.0080192307692308, 0.0200866967074074, 0.0338461538461538, 0.0428602379834735, 0.1205 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1305, '2021-05-23 00:00:00', 0.00319115363755171, 0.00228846153846126, 0.00364227317017201, 0.00411538461538445, 0.00770965927611923, 0.00682692307692302, 0.0202946753153095, 0.034076923076923, 0.0429262695256017, 0.120769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1320, '2021-05-23 00:00:00', 0.00258077209675398, 0.00240384615384602, 0.00312563839633047, 0.00351923076923063, 0.00800780868902389, 0.00774999999999997, 0.0210657578512179, 0.0356153846153844, 0.0429492589709512, 0.121326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1335, '2021-05-23 00:00:00', 0.00280027471179876, 0.00180769230769219, 0.00745677286354281, 0.00428846153846138, 0.00825825926898987, 0.0086730769230768, 0.0211402732680102, 0.0376346153846153, 0.0429718557269216, 0.121596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1350, '2021-05-23 00:00:00', 0.00757274972922941, 0.00294230769230753, 0.00803887190708167, 0.00578846153846158, 0.0102452240280349, 0.00976923076923068, 0.0228858790859877, 0.0402884615384612, 0.0430513825383288, 0.121807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1365, '2021-05-23 00:00:00', 0.00473534175519162, 0.00371153846153842, 0.00583691831231343, 0.00598076923076909, 0.0085513156882438, 0.00974999999999955, 0.0267532025401417, 0.0425769230769229, 0.0430513825383288, 0.121807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1380, '2021-05-23 00:00:00', 0.0052901941217842, 0.00388461538461562, 0.00824530169247946, 0.00575000000000013, 0.00773433901506823, 0.0150000000000002, 0.0278224936669264, 0.0466346153846152, 0.0433548018811507, 0.122326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1395, '2021-05-23 00:00:00', 0.00672792687237329, 0.0032499999999998, 0.00753588849337733, 0.00698076923076895, 0.00854978632211656, 0.0213269230769228, 0.0275063698916341, 0.0495961538461536, 0.0431604386161499, 0.122711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1410, '2021-05-23 00:00:00', 0.00499064509472815, 0.00444230769230718, 0.00679671866531109, 0.0126538461538459, 0.0162753352795429, 0.023057692307692, 0.026159157831657, 0.0518076923076921, 0.0429776149246949, 0.122346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1425, '2021-05-23 00:00:00', 0.00738264597136202, 0.0107115384615382, 0.00910815357459782, 0.0190384615384614, 0.0188308360041549, 0.0244038461538457, 0.0351752590062085, 0.0568269230769229, 0.0431127546717278, 0.122519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 0, '2021-05-23 00:00:00', 0.00918284353479937, 0.0137307692307692, 0.0175876705065264, 0.0171153846153846, 0.0204055422335732, 0.0231153846153843, 0.0349908779321346, 0.0613076923076921, 0.0428784148673716, 0.123038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 15, '2021-05-23 00:00:00', 0.0175749110950809, 0.00875999999999976, 0.0207460237154015, 0.0147799999999994, 0.0208042864173069, 0.020619999999999, 0.0368885935396478, 0.0643199999999997, 0.0440155086304811, 0.12386 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 30, '2021-05-23 00:00:00', 0.00841169820349443, 0.00743999999999943, 0.0111756804416257, 0.0115999999999995, 0.0158798089828986, 0.0192199999999991, 0.0357458272623066, 0.0669200000000001, 0.0436060680028209, 0.12402 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 45, '2021-05-23 00:00:00', 0.00989998057496129, 0.00701923076923053, 0.0115787105699013, 0.0125576923076919, 0.0171586824848352, 0.0189038461538454, 0.0353699187707036, 0.0681346153846154, 0.0427993709515237, 0.123384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 60, '2021-05-23 00:00:00', 0.00989749385528432, 0.00859615384615349, 0.013741682799201, 0.0144230769230764, 0.0180661285282712, 0.0202499999999995, 0.0329377501450143, 0.0683461538461536, 0.0425993363978647, 0.123211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 75, '2021-05-23 00:00:00', 0.0119674558699835, 0.00899999999999952, 0.0131492760841979, 0.0107884615384613, 0.0179937168521084, 0.0224230769230763, 0.032879623102837, 0.0679807692307689, 0.0422383575219707, 0.122826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 90, '2021-05-23 00:00:00', 0.00684240173758137, 0.00546153846153844, 0.0139250327992983, 0.0119423076923076, 0.0195482440683005, 0.0250769230769227, 0.0324422563950168, 0.0704999999999995, 0.0422955034889595, 0.122980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 105, '2021-05-23 00:00:00', 0.0122369710933078, 0.00871153846153838, 0.0168838224800685, 0.0192884615384609, 0.0240412466078934, 0.0283076923076919, 0.0326268471330919, 0.0716346153846149, 0.0421836871496368, 0.122788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 120, '2021-05-23 00:00:00', 0.0121501028802228, 0.0142499999999993, 0.0146118629360372, 0.0195576923076918, 0.0200740168836775, 0.030115384615384, 0.0304314867302831, 0.0711538461538458, 0.041353913404249, 0.120384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 135, '2021-05-23 00:00:00', 0.00884214123040674, 0.0117884615384611, 0.0138000139353331, 0.0180961538461539, 0.0140449826792891, 0.0313076923076923, 0.0313751739192236, 0.0706923076923075, 0.0412237655503937, 0.120826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 150, '2021-05-23 00:00:00', 0.00998329373734736, 0.0098846153846153, 0.0112332781707539, 0.0190576923076922, 0.0138994742567973, 0.0323461538461542, 0.0331000174296957, 0.0706346153846153, 0.0409315422852125, 0.120634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 165, '2021-05-23 00:00:00', 0.00913320231985368, 0.015346153846154, 0.0124335773675093, 0.0254230769230772, 0.0233333122710525, 0.038211538461539, 0.0328022337419504, 0.0690576923076922, 0.0407605201144439, 0.1195 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 180, '2021-05-23 00:00:00', 0.0103703719983725, 0.018730769230769, 0.01249524524954, 0.025134615384615, 0.0258369145573954, 0.0406153846153844, 0.0317786817754393, 0.0662692307692303, 0.0415412862287443, 0.119961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 195, '2021-05-23 00:00:00', 0.0101668390065257, 0.0157307692307692, 0.0210102630598987, 0.0261346153846158, 0.0234804091826486, 0.0390192307692308, 0.0306121645001561, 0.0647692307692303, 0.0415997781059171, 0.119807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 210, '2021-05-23 00:00:00', 0.0137038456141108, 0.0181538461538465, 0.0166950130739229, 0.0272115384615387, 0.0180454554261857, 0.0374615384615386, 0.0319321154952192, 0.0639999999999998, 0.0425803313207474, 0.118730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 225, '2021-05-23 00:00:00', 0.00855518286456509, 0.0173653846153847, 0.0154557557115587, 0.0265961538461538, 0.0154274106706212, 0.0362500000000001, 0.0305575937937124, 0.0624423076923074, 0.0402303224714124, 0.118326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 240, '2021-05-23 00:00:00', 0.0119636790070867, 0.017980769230769, 0.0112374545434173, 0.0245961538461538, 0.014257157446754, 0.0350576923076922, 0.0305990447311926, 0.061692307692307, 0.0379602474256341, 0.117596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 255, '2021-05-23 00:00:00', 0.00748064168370639, 0.0155000000000001, 0.00903582612969903, 0.0243846153846154, 0.0149843123093656, 0.0329807692307689, 0.0304378623023766, 0.0602115384615381, 0.036970320736837, 0.117230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 270, '2021-05-23 00:00:00', 0.00893497879985428, 0.0170769230769233, 0.0119371430675592, 0.023846153846154, 0.0182552837451346, 0.0321538461538462, 0.0303545459781303, 0.0585384615384615, 0.0376511160320848, 0.116942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 285, '2021-05-23 00:00:00', 0.0100047680940332, 0.0151538461538464, 0.0142807158838007, 0.0196730769230768, 0.0174718674973846, 0.0298846153846153, 0.029687630161658, 0.0553461538461539, 0.0379075038238323, 0.117326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 300, '2021-05-23 00:00:00', 0.00730658291174134, 0.0123846153846152, 0.0108332998027096, 0.0199038461538461, 0.016295504335198, 0.0302884615384616, 0.029447012386005, 0.0529423076923078, 0.0395226955247042, 0.118211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 315, '2021-05-23 00:00:00', 0.00928754335324809, 0.0144615384615384, 0.0120133419419987, 0.019903846153846, 0.0166194510693389, 0.0293846153846152, 0.0294072531607686, 0.0525576923076922, 0.0418451954782792, 0.119596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 330, '2021-05-23 00:00:00', 0.00659801835052362, 0.0119230769230769, 0.0093500514190279, 0.0197884615384617, 0.0133020096804381, 0.0267115384615387, 0.0298701291491114, 0.0527307692307692, 0.0416809355055209, 0.120096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 345, '2021-05-23 00:00:00', 0.00790092497019306, 0.0152307692307693, 0.0102452991096482, 0.0188846153846152, 0.0137181098720472, 0.0264423076923077, 0.0295332211898083, 0.0541346153846152, 0.0422502617197176, 0.120269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 360, '2021-05-23 00:00:00', 0.00840357066966172, 0.0125, 0.0104357558422954, 0.0177500000000004, 0.0163543101822873, 0.0272115384615387, 0.0299983140551905, 0.0528269230769229, 0.0449443972721172, 0.121673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 375, '2021-05-23 00:00:00', 0.00725971497639324, 0.011211538461539, 0.0096002403816063, 0.0152307692307698, 0.0179896123873236, 0.0253846153846154, 0.0287061036125659, 0.0504038461538459, 0.044802026053088, 0.121307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 390, '2021-05-23 00:00:00', 0.00608469075125892, 0.00928846153846203, 0.0109003881370555, 0.0175384615384614, 0.0191286836573126, 0.0234423076923074, 0.0250120893846273, 0.0512307692307689, 0.0448520345134981, 0.12075 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 405, '2021-05-23 00:00:00', 0.00883829081980154, 0.012846153846154, 0.0128584153826917, 0.0161730769230768, 0.0187851004788372, 0.0224999999999996, 0.0255599521487454, 0.052634615384615, 0.0447423607574953, 0.120173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 420, '2021-05-23 00:00:00', 0.00794599560494731, 0.00967307692307665, 0.011908965594814, 0.0142884615384614, 0.0171726974719038, 0.0211923076923071, 0.0230808362066889, 0.0517499999999995, 0.0466388085347218, 0.120038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 435, '2021-05-23 00:00:00', 0.00720878203731678, 0.00944230769230769, 0.00933374770142438, 0.0146730769230768, 0.0134024825484512, 0.0214423076923072, 0.0221756970231271, 0.051307692307692, 0.0462261996973741, 0.119692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 450, '2021-05-23 00:00:00', 0.00567626637852764, 0.0104999999999997, 0.00972633222039731, 0.0146923076923071, 0.0127208036756271, 0.022326923076923, 0.0228019989002314, 0.0528653846153844, 0.0463276956540617, 0.119153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 465, '2021-05-23 00:00:00', 0.00662353031593886, 0.00913461538461486, 0.00912201479094154, 0.0143653846153843, 0.0110393004237656, 0.0211153846153847, 0.0267093832546943, 0.055634615384615, 0.0459090405040226, 0.1185 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 480, '2021-05-23 00:00:00', 0.00624182542333404, 0.0100961538461535, 0.00843438475253791, 0.0153269230769232, 0.00910555620740147, 0.0203653846153846, 0.0270836382625832, 0.0577884615384616, 0.0454671182961251, 0.118326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 495, '2021-05-23 00:00:00', 0.00680429728469166, 0.0105384615384618, 0.00863748538905575, 0.0151153846153851, 0.00975901949677602, 0.0209615384615385, 0.0260118020551028, 0.0565769230769235, 0.0454573384106969, 0.11798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 510, '2021-05-23 00:00:00', 0.00522552904940294, 0.0096153846153842, 0.00617292475249737, 0.0127499999999991, 0.0114300043744524, 0.0247499999999997, 0.0258516180121509, 0.0571153846153849, 0.0453642353198406, 0.118076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 525, '2021-05-23 00:00:00', 0.00515020537305176, 0.00873076923076883, 0.00747150999052125, 0.0147884615384615, 0.0127352327754995, 0.0266153846153845, 0.0266173526395558, 0.0582115384615389, 0.0450966142341599, 0.11823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 540, '2021-05-23 00:00:00', 0.00590413805342027, 0.0113269230769232, 0.0107144223434514, 0.0201730769230772, 0.0158103179552516, 0.0268846153846153, 0.0271992717662695, 0.0585961538461543, 0.045493955642481, 0.119 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 555, '2021-05-23 00:00:00', 0.00826338075720001, 0.0132884615384616, 0.0105744248797964, 0.0194615384615385, 0.0132052437137092, 0.0250384615384614, 0.0269589217428753, 0.057711538461539, 0.0463702864077686, 0.118788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 570, '2021-05-23 00:00:00', 0.00690877368612893, 0.0133653846153842, 0.0104252098300221, 0.01725, 0.0115677934868256, 0.0274230769230768, 0.0259211303765866, 0.0562500000000005, 0.0464624621023833, 0.117403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 585, '2021-05-23 00:00:00', 0.00821621286519186, 0.0108846153846154, 0.00869588762223011, 0.0164615384615382, 0.0154708286287951, 0.0294423076923075, 0.025461373459842, 0.0561923076923082, 0.0471050585230668, 0.117057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 600, '2021-05-23 00:00:00', 0.00553214383260422, 0.012230769230769, 0.00948490703900011, 0.0207884615384613, 0.0147386070733141, 0.0300576923076922, 0.024431033228568, 0.0568461538461547, 0.0471826239202528, 0.117500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 615, '2021-05-23 00:00:00', 0.00733760073970981, 0.014903846153846, 0.0125571309805043, 0.0223076923076922, 0.0125392920914162, 0.0315769230769229, 0.0229097896441338, 0.0560384615384623, 0.0473591718027897, 0.116634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 630, '2021-05-23 00:00:00', 0.0071446591133628, 0.0136153846153846, 0.00734022112431511, 0.0196730769230768, 0.0123725502625774, 0.0289999999999999, 0.0208495711079297, 0.0537307692307697, 0.0452563680177037, 0.114326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 645, '2021-05-23 00:00:00', 0.00603770205904915, 0.0139230769230767, 0.00786318099655725, 0.0204807692307692, 0.0176455812729857, 0.0315576923076924, 0.019179406022727, 0.0520192307692314, 0.0438237422479571, 0.112403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 660, '2021-05-23 00:00:00', 0.00691041577286395, 0.0134230769230768, 0.00810054604047432, 0.0191730769230765, 0.0175255856919579, 0.0318846153846155, 0.0184010451208202, 0.0495384615384624, 0.0428714940257505, 0.11025 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 675, '2021-05-23 00:00:00', 0.00622022136633047, 0.0133653846153848, 0.0122866406499719, 0.0223076923076925, 0.0137971150830667, 0.0285961538461542, 0.0180032902975668, 0.0475384615384622, 0.0440056683411789, 0.109826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 690, '2021-05-23 00:00:00', 0.0113862264972275, 0.0146153846153846, 0.013520298130532, 0.0215384615384622, 0.0129007602638224, 0.0245192307692314, 0.0183527822246278, 0.0447692307692314, 0.0442029454291836, 0.110096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 705, '2021-05-23 00:00:00', 0.00660163149998092, 0.0138076923076931, 0.00749256041273358, 0.0164615384615389, 0.0114090551081823, 0.0234423076923081, 0.0189615805897489, 0.0443076923076929, 0.0433939910763973, 0.112038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 720, '2021-05-23 00:00:00', 0.00583428197414628, 0.010826923076923, 0.009376566535785, 0.0155000000000005, 0.0122981549585541, 0.0232307692307692, 0.0201803503057192, 0.0434423076923077, 0.0429775075341295, 0.112884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 735, '2021-05-23 00:00:00', 0.00835187680427822, 0.00992307692307744, 0.0106505326699579, 0.015576923076923, 0.011996810473557, 0.0222115384615385, 0.0199500240986944, 0.0442884615384619, 0.0442919727056025, 0.113673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 750, '2021-05-23 00:00:00', 0.00762627038597478, 0.0109999999999999, 0.00858334702513203, 0.0149230769230767, 0.00992799073327518, 0.0212499999999998, 0.0214601688286434, 0.0466730769230769, 0.0452108223939632, 0.113461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 765, '2021-05-23 00:00:00', 0.00617089944821648, 0.00949999999999959, 0.0083865276577284, 0.0145769230769229, 0.00932088226263215, 0.0203269230769226, 0.0214480499382546, 0.0461730769230771, 0.0463394664821053, 0.114115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 780, '2021-05-23 00:00:00', 0.00552685750188555, 0.00961538461538475, 0.005614404550933, 0.0136923076923073, 0.00757374005769514, 0.0211923076923079, 0.0205005159409749, 0.0471346153846155, 0.0462987996189302, 0.113826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 795, '2021-05-23 00:00:00', 0.00558573044600084, 0.00759615384615391, 0.00583138062554664, 0.0117499999999999, 0.00690841181793249, 0.0178846153846155, 0.0231285454662552, 0.0484807692307692, 0.0478868056341843, 0.114115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 810, '2021-05-23 00:00:00', 0.00487489644860457, 0.00823076923076877, 0.0062400998512723, 0.0136730769230772, 0.0125866840504009, 0.0187307692307694, 0.0244460552111098, 0.0494807692307695, 0.0493304555640208, 0.114576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 825, '2021-05-23 00:00:00', 0.00591819229157009, 0.00975000000000037, 0.0075218655623762, 0.0119615384615385, 0.0132265031136498, 0.0194038461538463, 0.0249983076350261, 0.0501538461538464, 0.0487894849957838, 0.114576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 840, '2021-05-23 00:00:00', 0.00516977160632256, 0.00694230769230723, 0.00957472634676229, 0.0123461538461536, 0.0115238882327102, 0.019, 0.0246841041968311, 0.0502500000000003, 0.0487739526954547, 0.114038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 855, '2021-05-23 00:00:00', 0.00755373061168092, 0.00832692307692335, 0.00920904655550903, 0.012942307692308, 0.00981139447471441, 0.018711538461539, 0.0251670113747834, 0.0510384615384616, 0.0493218355451057, 0.113288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 870, '2021-05-23 00:00:00', 0.00612171418929267, 0.00815384615384614, 0.00849506644153846, 0.0126153846153849, 0.00933012078411384, 0.0178653846153848, 0.025226451319079, 0.0515769230769234, 0.0493488718599133, 0.113634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 885, '2021-05-23 00:00:00', 0.00560672672915158, 0.00815384615384614, 0.00598488480706601, 0.012326923076923, 0.00973992576184, 0.0196153846153847, 0.0255894584666306, 0.050596153846154, 0.0493764074775049, 0.113519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 900, '2021-05-23 00:00:00', 0.00601718692260268, 0.00955769230769231, 0.0076088005726161, 0.0129230769230771, 0.011064791700914, 0.0209807692307695, 0.0256363323909943, 0.0496923076923079, 0.0496942188248831, 0.113653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 915, '2021-05-23 00:00:00', 0.00713186241724181, 0.00878846153846196, 0.00949218301875518, 0.0146923076923079, 0.0149298874229362, 0.0236923076923082, 0.0252458679025668, 0.0489230769230771, 0.0498514755587496, 0.113480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 930, '2021-05-23 00:00:00', 0.00664784522637568, 0.0104230769230771, 0.00979890103728288, 0.0139615384615389, 0.0173961092024804, 0.0242307692307692, 0.0254578157864219, 0.0470961538461541, 0.0501691638359659, 0.11275 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 945, '2021-05-23 00:00:00', 0.00447041557180278, 0.00673076923076953, 0.00877619156932777, 0.0136923076923083, 0.0144920269856859, 0.0233269230769232, 0.023650768405146, 0.0446730769230773, 0.0472299000797001, 0.111288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 960, '2021-05-23 00:00:00', 0.00819427567550407, 0.0108846153846157, 0.0146210070157237, 0.0160769230769228, 0.0162541828935958, 0.0254615384615384, 0.0233471543316231, 0.044519230769231, 0.0469931787194037, 0.111326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 975, '2021-05-23 00:00:00', 0.0123271432837644, 0.010538461538461, 0.0127116542529348, 0.0166153846153844, 0.0180319054840197, 0.0269807692307692, 0.0212882867757405, 0.0423653846153849, 0.0474805061213383, 0.111461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 990, '2021-05-23 00:00:00', 0.00717495644586138, 0.0110000000000001, 0.0117527247249964, 0.0174423076923078, 0.0175105792198715, 0.0270961538461537, 0.0191629450121447, 0.0399615384615387, 0.0472509666160792, 0.110423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1005, '2021-05-23 00:00:00', 0.00715544440376576, 0.0115961538461541, 0.0120848442910311, 0.0187115384615384, 0.0143698000628457, 0.0263653846153842, 0.0172102049332997, 0.0378653846153848, 0.0458653086598304, 0.110557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1020, '2021-05-23 00:00:00', 0.00781881360270504, 0.0115769230769227, 0.0114935433379586, 0.017192307692307, 0.0116242617631597, 0.0242884615384612, 0.0145512489551195, 0.035326923076923, 0.045255496903691, 0.1095 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1035, '2021-05-23 00:00:00', 0.00869475969500265, 0.0121730769230766, 0.00953102222300339, 0.016903846153846, 0.0115856177419048, 0.0245576923076923, 0.0153707639567914, 0.034096153846154, 0.0445749498468158, 0.110384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1050, '2021-05-23 00:00:00', 0.00596828154625687, 0.010096153846154, 0.00958558613431977, 0.0167115384615385, 0.0111816642493241, 0.022980769230769, 0.014087596836061, 0.0324038461538462, 0.0429154983659746, 0.11 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1065, '2021-05-23 00:00:00', 0.00771394840532386, 0.0117499999999999, 0.00822428392954976, 0.0161730769230769, 0.00968418615777599, 0.0202115384615386, 0.0136291542714082, 0.0304230769230769, 0.0423494255705296, 0.109423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1080, '2021-05-23 00:00:00', 0.00508285201588505, 0.0106538461538461, 0.00719476305270833, 0.0147692307692306, 0.00818262699964922, 0.0163461538461539, 0.01474563820775, 0.027923076923077, 0.0425201535926018, 0.109211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1095, '2021-05-23 00:00:00', 0.0062325448562058, 0.00876923076923096, 0.00651814036717213, 0.0103846153846158, 0.00801412215068861, 0.0151153846153852, 0.0161828137707408, 0.026788461538462, 0.0426200250875282, 0.109442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1110, '2021-05-23 00:00:00', 0.00522744238095053, 0.00461538461538479, 0.00562484187811989, 0.00717307692307729, 0.00721632764052386, 0.0141538461538465, 0.0170720644508918, 0.0251538461538468, 0.0426464400173548, 0.109673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1125, '2021-05-23 00:00:00', 0.00380586591784544, 0.00423076923076935, 0.00635322449929687, 0.00921153846153858, 0.00817830149753733, 0.0142692307692311, 0.0172727108023484, 0.0249423076923083, 0.043207709426052, 0.110615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1140, '2021-05-23 00:00:00', 0.00531919600633852, 0.00642307692307698, 0.00628517792416912, 0.00971153846153837, 0.00826468390200208, 0.0132500000000003, 0.0191306942252099, 0.024788461538462, 0.0432480502006026, 0.110576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1155, '2021-05-23 00:00:00', 0.00631225913478053, 0.00426923076923066, 0.00837085144093259, 0.0083653846153848, 0.00908627451794145, 0.010096153846154, 0.0199819533964645, 0.0234615384615387, 0.0437724931189228, 0.110134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1170, '2021-05-23 00:00:00', 0.00698220265003513, 0.00536538461538482, 0.00830912380829355, 0.00669230769230781, 0.00885776495511182, 0.0085, 0.0200445369499642, 0.0237115384615383, 0.0445115196844073, 0.110346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1185, '2021-05-23 00:00:00', 0.00552856220006637, 0.00275000000000001, 0.00572528131656866, 0.00382692307692304, 0.0098176646134174, 0.0074423076923077, 0.0174403158051862, 0.0222307692307691, 0.043376992306273, 0.109711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1200, '2021-05-23 00:00:00', 0.00225601759403954, 0.0014807692307692, 0.00332797004424421, 0.00315384615384605, 0.0081561916075133, 0.00671153846153812, 0.015590048601099, 0.0250192307692307, 0.0429072882458841, 0.109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1215, '2021-05-23 00:00:00', 0.00301560046323218, 0.00192307692307709, 0.00748138716055767, 0.00486538461538475, 0.00845970084941211, 0.00744230769230784, 0.017916784137957, 0.0318653846153843, 0.0428028440823557, 0.109711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1230, '2021-05-23 00:00:00', 0.00677668514381973, 0.00378846153846173, 0.00669767468259316, 0.0046730769230771, 0.00811240740139214, 0.00713461538461543, 0.0192545798747687, 0.0328269230769227, 0.0424712391371638, 0.109615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1245, '2021-05-23 00:00:00', 0.00201503960640596, 0.00140384615384616, 0.00423065734117815, 0.00346153846153832, 0.00707153013580047, 0.00694230769230723, 0.0188481074340675, 0.0318653846153841, 0.0417205031682911, 0.110903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1260, '2021-05-23 00:00:00', 0.00422428874304513, 0.00226923076923067, 0.00481316304123818, 0.00394230769230752, 0.00888222078952335, 0.00757692307692277, 0.0190195041591923, 0.0323076923076919, 0.0416211669521835, 0.110807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1275, '2021-05-23 00:00:00', 0.00293964937731342, 0.00219230769230737, 0.00538273593573384, 0.00457692307692266, 0.00920000000000015, 0.00749999999999974, 0.0191848999115287, 0.0334038461538459, 0.0419849240341559, 0.111576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1290, '2021-05-23 00:00:00', 0.0049127776883733, 0.00265384615384584, 0.00650337190646811, 0.00457692307692293, 0.00947490612902551, 0.00707692307692298, 0.0187718795419761, 0.0332115384615379, 0.0417658353202709, 0.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1305, '2021-05-23 00:00:00', 0.00489179061128059, 0.00248076923076905, 0.00777213959255472, 0.00411538461538445, 0.009253356979206, 0.00776923076923084, 0.0183271551361527, 0.0327307692307688, 0.0416658917876664, 0.111057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1320, '2021-05-23 00:00:00', 0.00401118628146538, 0.00198076923076899, 0.00542306328421658, 0.00401923076923069, 0.00770137350387289, 0.00913461538461541, 0.0189220364004103, 0.033211538461538, 0.0415314940737747, 0.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1335, '2021-05-23 00:00:00', 0.00396678517383845, 0.00265384615384639, 0.00694073815626602, 0.00557692307692333, 0.00743898256070422, 0.0104615384615388, 0.0201678342531253, 0.0351923076923071, 0.0426616788951612, 0.111826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1350, '2021-05-23 00:00:00', 0.00549996503485399, 0.00351923076923063, 0.00676711505398335, 0.00657692307692305, 0.00771870854084181, 0.0100384615384612, 0.0205248910800073, 0.0371346153846146, 0.0426145921198181, 0.112211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1365, '2021-05-23 00:00:00', 0.00554492144634679, 0.00461538461538465, 0.00566052457476715, 0.00719230769230774, 0.00793133997797112, 0.0106153846153846, 0.0203309162077405, 0.0378846153846148, 0.0431769569954229, 0.112019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1380, '2021-05-23 00:00:00', 0.00388413934630832, 0.00294230769230753, 0.00445649914342929, 0.00490384615384566, 0.0114595106621269, 0.0150961538461536, 0.0215415966124936, 0.0405961538461532, 0.0437636659974739, 0.111961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1395, '2021-05-23 00:00:00', 0.00378925606662589, 0.00303846153846129, 0.00684714988432903, 0.00578846153846171, 0.0165658128036676, 0.0243846153846151, 0.0221113354152609, 0.042634615384615, 0.0437636659974739, 0.111961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1410, '2021-05-23 00:00:00', 0.00644777838901517, 0.00357692307692321, 0.0118707786019028, 0.0133461538461538, 0.0180297297219385, 0.0263653846153841, 0.0219418900384986, 0.045057692307692, 0.0438669184974456, 0.112057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1425, '2021-05-23 00:00:00', 0.0114395568768405, 0.0117115384615384, 0.0166788673291869, 0.0232692307692304, 0.0181137007219991, 0.0258846153846149, 0.0200931293270575, 0.0469230769230767, 0.0434098358227009, 0.112423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 0, '2021-05-23 00:00:00', 0.0171680382822711, 0.0173076923076917, 0.0192231531072454, 0.02001923076923, 0.0189241502197177, 0.021788461538461, 0.0207714671160668, 0.0485769230769227, 0.0429699358227978, 0.111846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 15, '2021-05-23 00:00:00', 0.0119874453556143, 0.0078269230769226, 0.0123802106357124, 0.00901923076923025, 0.0120219030875372, 0.0146153846153844, 0.0201053092873114, 0.0477884615384614, 0.0409636471107663, 0.111403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 30, '2021-05-23 00:00:00', 0.00652430367637354, 0.00444230769230772, 0.00767753967001265, 0.00676923076923112, 0.00845023895884205, 0.0119423076923076, 0.0191694167480792, 0.0494423076923075, 0.0409636471107663, 0.111403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 45, '2021-05-23 00:00:00', 0.00722761797125883, 0.00546153846153871, 0.00782857192989444, 0.0104423076923075, 0.00855913816653512, 0.0126730769230765, 0.0198975162732979, 0.0513653846153845, 0.0409845233453576, 0.111365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 60, '2021-05-23 00:00:00', 0.00636722376405399, 0.00730769230769236, 0.00684254226259344, 0.00909615384615369, 0.0127445916130966, 0.0142692307692309, 0.0196260913464314, 0.0532884615384616, 0.0403720771745105, 0.110769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 75, '2021-05-23 00:00:00', 0.00661655848261357, 0.00467307692307655, 0.00796279811662646, 0.00711538461538429, 0.014601699058144, 0.0174807692307691, 0.0230068217308224, 0.0554230769230769, 0.0401756001343333, 0.110326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 90, '2021-05-23 00:00:00', 0.00450998891351152, 0.0044999999999999, 0.00848183579548316, 0.00930769230769248, 0.0121887085199631, 0.0192692307692305, 0.0232017323623772, 0.0574038461538464, 0.0402599486032764, 0.110211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 105, '2021-05-23 00:00:00', 0.0072156880369205, 0.00661538461538505, 0.0100871776947841, 0.0143653846153848, 0.0121665367046099, 0.0207307692307693, 0.0231839135211003, 0.0589230769230773, 0.0400621824360389, 0.110038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 120, '2021-05-23 00:00:00', 0.00920543317829168, 0.0115000000000001, 0.0109252002269983, 0.0164999999999999, 0.0154104984195343, 0.0252884615384614, 0.0263623857914151, 0.0641538461538468, 0.0393976375707206, 0.109576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 135, '2021-05-23 00:00:00', 0.00766583328803914, 0.00925000000000017, 0.0096384646080177, 0.0135000000000001, 0.0139565396857532, 0.0277499999999998, 0.0266280650095693, 0.0640769230769234, 0.0386211779288952, 0.109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 150, '2021-05-23 00:00:00', 0.008353718656061, 0.00873076923076911, 0.0133893183603146, 0.0185769230769228, 0.0139213311697722, 0.0297115384615382, 0.0267028376481139, 0.0633076923076926, 0.0386620465851697, 0.110076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 165, '2021-05-23 00:00:00', 0.0125721303500426, 0.0155384615384614, 0.0123297014749565, 0.0238076923076922, 0.0138996541185521, 0.0335961538461541, 0.0269999145297791, 0.0631538461538467, 0.0389505653163282, 0.110057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 180, '2021-05-23 00:00:00', 0.00971756933837679, 0.0171346153846154, 0.0123843107941522, 0.0231346153846154, 0.0162204642824567, 0.0352115384615389, 0.0267130981989099, 0.0635192307692313, 0.038745108872456, 0.109788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 195, '2021-05-23 00:00:00', 0.00735213208218156, 0.0144230769230771, 0.00937478204874821, 0.0250576923076925, 0.0143867995051017, 0.0350000000000001, 0.0257510940768319, 0.0613269230769231, 0.0385157310518903, 0.111807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 210, '2021-05-23 00:00:00', 0.00738441706464472, 0.0174807692307695, 0.00882036542065284, 0.0253269230769232, 0.0140292551477261, 0.0344999999999999, 0.0252994983227852, 0.0597307692307694, 0.0396334939937654, 0.113576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 225, '2021-05-23 00:00:00', 0.00773336925278981, 0.0172500000000002, 0.0107286281293765, 0.0232115384615386, 0.013384376655696, 0.0306923076923078, 0.0263755495750254, 0.056019230769231, 0.039874495415182, 0.114153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 240, '2021-05-23 00:00:00', 0.0070271999019194, 0.0151923076923078, 0.00964670130945493, 0.021326923076923, 0.013557342603237, 0.0298076923076925, 0.0252610676429471, 0.0541923076923079, 0.0418975352680613, 0.117288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 255, '2021-05-23 00:00:00', 0.00637389507770074, 0.0134423076923078, 0.0094493182497268, 0.0199807692307694, 0.018060070704351, 0.0291153846153848, 0.0249163292147634, 0.0537115384615389, 0.0435474498061067, 0.119096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 270, '2021-05-23 00:00:00', 0.00775889068201049, 0.0139038461538464, 0.0116013427604806, 0.0211346153846155, 0.020192849076992, 0.0321346153846158, 0.0239270043770956, 0.0536923076923077, 0.0439807519087787, 0.119057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 285, '2021-05-23 00:00:00', 0.00762932096988547, 0.0135576923076921, 0.0139176285557337, 0.0204038461538462, 0.0168921465594111, 0.0292692307692312, 0.0218765768662426, 0.0507692307692308, 0.0466907872645626, 0.120519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 300, '2021-05-23 00:00:00', 0.0103874924789381, 0.0134999999999998, 0.0147991683758042, 0.0221538461538466, 0.0180853638231419, 0.0325961538461544, 0.0235031994548697, 0.0514038461538459, 0.047666824457333, 0.122384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 315, '2021-05-23 00:00:00', 0.0102607729503419, 0.0142115384615384, 0.0103296436754397, 0.0186923076923077, 0.0162601920700176, 0.0320769230769227, 0.0222296060382406, 0.0511538461538457, 0.0473622740163523, 0.12225 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 330, '2021-05-23 00:00:00', 0.00649141444821273, 0.0114615384615385, 0.0131721734670543, 0.0236153846153848, 0.014660845289934, 0.0300961538461537, 0.0216928205067589, 0.0489615384615382, 0.0479592174504711, 0.122442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 345, '2021-05-23 00:00:00', 0.0104292672506088, 0.0170192307692313, 0.0112593892442637, 0.021423076923077, 0.0128212713878141, 0.0272499999999998, 0.0219891669132429, 0.0472884615384611, 0.0479155868328718, 0.125288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 360, '2021-05-23 00:00:00', 0.00871040491860995, 0.0136346153846152, 0.0124215074026396, 0.0190769230769228, 0.0118559462523431, 0.0262115384615382, 0.0232546852185832, 0.0475961538461533, 0.052270053200073, 0.129538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 375, '2021-05-23 00:00:00', 0.00991967741410938, 0.0109999999999998, 0.00943634544644318, 0.0152692307692304, 0.0108015668379101, 0.0244230769230768, 0.0215638229805956, 0.046038461538461, 0.053373434042962, 0.129788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 390, '2021-05-23 00:00:00', 0.00453113162975389, 0.00936538461538438, 0.00823033787510949, 0.0160384615384611, 0.014866909564533, 0.0247499999999997, 0.0203193352404891, 0.0466538461538459, 0.0528703239430793, 0.129865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 405, '2021-05-23 00:00:00', 0.00641119813595444, 0.0112884615384612, 0.00830599875900654, 0.0164807692307694, 0.0168602057656939, 0.0245576923076923, 0.0204610323824057, 0.0499230769230767, 0.0532208930922664, 0.130288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 420, '2021-05-23 00:00:00', 0.00631497000419199, 0.0106730769230768, 0.0134410393371027, 0.0166923076923072, 0.0160910032196686, 0.0225961538461532, 0.0200772354823915, 0.0511538461538457, 0.0530359819803063, 0.130153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 435, '2021-05-23 00:00:00', 0.0088769364084693, 0.0104999999999996, 0.011468485246368, 0.0153846153846152, 0.013323908527964, 0.0209423076923073, 0.0190894352577952, 0.0505576923076923, 0.0537259141025428, 0.129923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 450, '2021-05-23 00:00:00', 0.0088850782430217, 0.010730769230769, 0.011329013128315, 0.0144423076923071, 0.0126100692366796, 0.0224230769230765, 0.0233831053409215, 0.0549807692307693, 0.0534734010082075, 0.129730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 465, '2021-05-23 00:00:00', 0.00526497863243454, 0.00949999999999972, 0.00784790515899771, 0.0144807692307685, 0.009000769197899, 0.0219230769230764, 0.0255739124890974, 0.0587499999999997, 0.0533520708270862, 0.129288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 480, '2021-05-23 00:00:00', 0.00501601282049698, 0.0100961538461535, 0.00615092238236227, 0.015576923076923, 0.0119712636695608, 0.0238653846153842, 0.0277064002603118, 0.0617692307692304, 0.0531189666257221, 0.128769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 495, '2021-05-23 00:00:00', 0.00509056442389668, 0.0109230769230769, 0.00724231688385322, 0.0153653846153846, 0.0126726234306631, 0.0261538461538459, 0.0329669356500391, 0.0648269230769226, 0.0530826206529461, 0.128269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 510, '2021-05-23 00:00:00', 0.00567684229669359, 0.010942307692308, 0.0104011833646276, 0.0172692307692304, 0.0122471974816221, 0.0265769230769229, 0.0358349904208376, 0.0660576923076919, 0.0523892531551444, 0.127576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 525, '2021-05-23 00:00:00', 0.0078101511853774, 0.0109615384615383, 0.0113906338042072, 0.0190576923076923, 0.0118995151808161, 0.0244615384615383, 0.0366152133156948, 0.0664230769230765, 0.05222031729568, 0.126807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 540, '2021-05-23 00:00:00', 0.00754993632168834, 0.0143076923076923, 0.00877075560292019, 0.0188846153846156, 0.0143019095013436, 0.0257307692307695, 0.0358538486293793, 0.0665384615384611, 0.0521104743641957, 0.126692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 555, '2021-05-23 00:00:00', 0.00596415575300976, 0.0111346153846155, 0.007078597210009, 0.0145576923076921, 0.0121696501435085, 0.0235961538461539, 0.0338931579208277, 0.0653846153846152, 0.0509146797631546, 0.126769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 570, '2021-05-23 00:00:00', 0.00571152680651564, 0.00969230769230751, 0.0105405626765592, 0.0172115384615384, 0.0116473172876853, 0.0250000000000001, 0.0329714795169774, 0.0650384615384612, 0.0504210921982209, 0.126557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 585, '2021-05-23 00:00:00', 0.00897614359545111, 0.012865384615385, 0.00906253912458433, 0.0179807692307694, 0.0149948196182757, 0.0287692307692309, 0.0312298488875381, 0.0642884615384613, 0.0503849221951899, 0.125403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 600, '2021-05-23 00:00:00', 0.00436524737161428, 0.011846153846154, 0.00648548675594512, 0.0176923076923079, 0.012467511626377, 0.0286730769230771, 0.0298931687591251, 0.0628076923076921, 0.0505105320319813, 0.125576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 615, '2021-05-23 00:00:00', 0.00502409578546632, 0.0113076923076926, 0.0100762668606065, 0.0196346153846157, 0.0118602925116347, 0.0290576923076926, 0.0306531464064521, 0.0608461538461539, 0.0497596067261232, 0.126038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 630, '2021-05-23 00:00:00', 0.00829188667405616, 0.0138461538461537, 0.00935192287919762, 0.0204615384615383, 0.0170493514426618, 0.0325961538461541, 0.0305437202408913, 0.0596730769230767, 0.0498566444919829, 0.12825 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 645, '2021-05-23 00:00:00', 0.00828604016032156, 0.0149615384615383, 0.0101909462080505, 0.0213461538461541, 0.0218237344333043, 0.0346538461538463, 0.0304088866059806, 0.0570961538461539, 0.0492603796168887, 0.12775 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 660, '2021-05-23 00:00:00', 0.00796907484254991, 0.0133846153846156, 0.0154071037561854, 0.0216730769230774, 0.0212589166812782, 0.0348076923076924, 0.0278823420824004, 0.0547499999999999, 0.0501958625325294, 0.129730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 675, '2021-05-23 00:00:00', 0.00935342388976077, 0.0134423076923079, 0.0167100269299602, 0.0212500000000001, 0.0242402795744222, 0.0341346153846151, 0.0270701652406082, 0.051923076923077, 0.0516164553368251, 0.132038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 690, '2021-05-23 00:00:00', 0.0150904452704858, 0.0148076923076925, 0.0186871510772672, 0.023980769230769, 0.022294057504187, 0.0322499999999999, 0.0226407817886218, 0.0497499999999999, 0.052243512663149, 0.134230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 705, '2021-05-23 00:00:00', 0.0136410720309603, 0.0168269230769225, 0.0166939072257377, 0.023057692307692, 0.0212722733948349, 0.029480769230769, 0.0188217652241712, 0.0488269230769226, 0.0541713520656016, 0.135153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 720, '2021-05-23 00:00:00', 0.00869977895386722, 0.0136153846153847, 0.0130416492586106, 0.018269230769231, 0.0190036534948894, 0.0266730769230768, 0.016694598389437, 0.0490192307692303, 0.056946023701261, 0.138019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 735, '2021-05-23 00:00:00', 0.00874062134739062, 0.0104615384615387, 0.0139611549004311, 0.017076923076923, 0.0157392820674894, 0.02475, 0.0149580567433892, 0.0477884615384614, 0.0571675170004783, 0.13825 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 750, '2021-05-23 00:00:00', 0.00985122015090194, 0.0124423076923078, 0.0123506617698745, 0.0171730769230769, 0.014776709845096, 0.024134615384615, 0.014977829769876, 0.0463461538461539, 0.0572110263713344, 0.138807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 765, '2021-05-23 00:00:00', 0.00795779733730007, 0.00855769230769218, 0.0103190823980855, 0.0147884615384621, 0.0135044864340025, 0.0216346153846154, 0.0140367786135621, 0.0468653846153848, 0.0580015914901013, 0.138269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 780, '2021-05-23 00:00:00', 0.0088850133111023, 0.011288461538462, 0.0115923880860871, 0.0157115384615385, 0.013129312478338, 0.0208269230769236, 0.0151417024751565, 0.0473653846153849, 0.0579090799310567, 0.138192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 795, '2021-05-23 00:00:00', 0.00803281730441723, 0.00938461538461524, 0.0115096113681632, 0.0136346153846152, 0.0113522617197567, 0.0175769230769234, 0.0166270516374324, 0.048173076923077, 0.0583447183029118, 0.138115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];
Date: 2021-05-23 17:19:13 Duration: 25s388ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1080, '2021-05-23 00:00:00', 0.0144380471631246, 0.0186682692307693, 0.015594092772092, 0.0243607692307693, 0.0258676575409109, 0.0321355769230771, 0.0298866346639841, 0.0456384615384617, 0.0626519304119685, 0.131757884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1095, '2021-05-23 00:00:00', 0.0109690112660096, 0.0151930769230769, 0.0161404745485953, 0.0218844230769233, 0.0232832362251341, 0.0297463461538464, 0.0255759883484492, 0.0412200000000001, 0.0620734617694104, 0.131465961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1110, '2021-05-23 00:00:00', 0.0158822005414383, 0.0164390384615387, 0.0187620494657126, 0.0216069230769232, 0.0250562359871979, 0.0293746153846157, 0.0252302920902939, 0.0388251923076924, 0.0609547165578994, 0.131459423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1125, '2021-05-23 00:00:00', 0.0123093783821056, 0.0149330769230767, 0.0213496585533858, 0.0212228846153848, 0.0234968076162239, 0.0266119230769233, 0.0238386707787999, 0.0369524999999999, 0.0607091472112348, 0.131456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1140, '2021-05-23 00:00:00', 0.014233562027827, 0.0128550000000002, 0.0177263475184863, 0.0186828846153847, 0.0179809611630232, 0.0219528846153847, 0.0221328847445469, 0.0347086538461539, 0.0608555663925786, 0.130874807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1155, '2021-05-23 00:00:00', 0.0139982154357121, 0.0132857692307694, 0.0153830620701422, 0.0167294230769232, 0.0171385897274587, 0.0237453846153845, 0.0207198290422117, 0.0339584615384615, 0.0609051005872124, 0.130676538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1170, '2021-05-23 00:00:00', 0.0125855003827666, 0.0113932692307693, 0.0124929683237596, 0.0141465384615385, 0.0153067744843708, 0.021671346153846, 0.0200438189628474, 0.0323238461538459, 0.0603557002600799, 0.130081730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1185, '2021-05-23 00:00:00', 0.00676279567816557, 0.00876423076923088, 0.0124858554310931, 0.0151196153846153, 0.0146706360684824, 0.020524423076923, 0.0192911420097017, 0.0308440384615383, 0.0599033576649794, 0.129748461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1200, '2021-05-23 00:00:00', 0.012817172471097, 0.0117069230769229, 0.0135756258844242, 0.0157980769230768, 0.0160118333116482, 0.0195049999999999, 0.0186342540871545, 0.0333807692307689, 0.0599023140968179, 0.129748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1215, '2021-05-23 00:00:00', 0.00770359369685067, 0.00978538461538453, 0.00848061126243956, 0.0127492307692309, 0.0120533032130681, 0.0171321153846155, 0.0159808971696261, 0.0320121153846153, 0.0606487941880259, 0.128687692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1230, '2021-05-23 00:00:00', 0.00548888179728962, 0.0076142307692309, 0.00874283466837062, 0.0116059615384615, 0.0112129449229966, 0.0166246153846155, 0.0156513429455753, 0.0316649999999999, 0.0605806677836699, 0.128903653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1245, '2021-05-23 00:00:00', 0.00781586803339114, 0.00868634615384587, 0.0101955778347584, 0.0128357692307692, 0.00995594175122821, 0.0161219230769229, 0.024823303782008, 0.0347805769230768, 0.0606363111953935, 0.128860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1260, '2021-05-23 00:00:00', 0.0072862199020851, 0.00949269230769251, 0.00768881477312246, 0.0118438461538463, 0.0102204436848595, 0.015166346153846, 0.0249303578617595, 0.0341113461538459, 0.0606363111953935, 0.128860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1275, '2021-05-23 00:00:00', 0.00532947163278086, 0.00761673076923073, 0.00735126669618676, 0.0106440384615385, 0.00990830790490802, 0.0143065384615385, 0.0242311197088819, 0.0341121153846152, 0.0606173277032616, 0.128941730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1290, '2021-05-23 00:00:00', 0.00742994282253619, 0.00844211538461546, 0.0100481124538202, 0.0116417307692309, 0.0128436652284306, 0.0149574999999999, 0.0246652065905367, 0.0342069230769228, 0.0604411647882594, 0.128885192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1305, '2021-05-23 00:00:00', 0.00956528731322864, 0.00850576923076936, 0.00957207524521184, 0.0106675000000001, 0.0131307869542713, 0.0152459615384615, 0.0247028983755724, 0.034121923076923, 0.0603347942605387, 0.129122692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1320, '2021-05-23 00:00:00', 0.00597431089041936, 0.00777884615384613, 0.0124118760823904, 0.0116267307692307, 0.0134928038612613, 0.0166990384615384, 0.0240089577265526, 0.0338086538461538, 0.060236627189073, 0.129203653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1335, '2021-05-23 00:00:00', 0.0118428583478041, 0.00907038461538468, 0.012060201465341, 0.0118907692307693, 0.0155747578583477, 0.0180278846153847, 0.0241981415600772, 0.0339448076923077, 0.0602132954791674, 0.129122307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1350, '2021-05-23 00:00:00', 0.00641810496833875, 0.00720576923076938, 0.00991494763553408, 0.0121438461538463, 0.0137971909236852, 0.0166342307692308, 0.0232910926453738, 0.0334738461538461, 0.0601821294073248, 0.12892 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1365, '2021-05-23 00:00:00', 0.0093869415433603, 0.00982346153846159, 0.0142062584799802, 0.0138950000000002, 0.0134987566336256, 0.0165744230769233, 0.0235875826198056, 0.0334596153846154, 0.0601729422827364, 0.128934807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1380, '2021-05-23 00:00:00', 0.00702155844250686, 0.00922519230769239, 0.0068189203296078, 0.0111123076923076, 0.00752480538976576, 0.0187030769230768, 0.0185308043009055, 0.0312609615384615, 0.0594232655227278, 0.128644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1395, '2021-05-23 00:00:00', 0.00621689054109854, 0.00687499999999996, 0.00646538818217085, 0.00879788461538468, 0.00949796194535376, 0.0191186538461539, 0.0188838035322907, 0.0302053846153845, 0.0592442736421387, 0.128649230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1410, '2021-05-23 00:00:00', 0.00591905804616311, 0.00645807692307696, 0.00726284313898779, 0.0150973076923076, 0.00968496720934866, 0.0194703846153845, 0.0186821403783235, 0.0306386538461538, 0.0592442736421387, 0.128649230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1425, '2021-05-23 00:00:00', 0.00644234446097452, 0.013741923076923, 0.00947475107040593, 0.0177546153846154, 0.0186915493832416, 0.0232028846153845, 0.0184673528453697, 0.0304113461538462, 0.0592725659150491, 0.128506923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 0, '2021-05-23 00:00:00', 0.0094195585839608, 0.0130788000000001, 0.0093748921860469, 0.0143542000000001, 0.0186640075256273, 0.0197454, 0.0177692122949594, 0.0301058, 0.060457614720287, 0.1293512 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 15, '2021-05-23 00:00:00', 0.0055477340494413, 0.0060598000000001, 0.0173222525479029, 0.013204, 0.0164702854281075, 0.0158509999999999, 0.0169091370073499, 0.0275218, 0.060192519693757, 0.128195 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 30, '2021-05-23 00:00:00', 0.0175154882366056, 0.0109185999999999, 0.0172952567389637, 0.0117965999999998, 0.0164783377372639, 0.0157369999999999, 0.0164762466852537, 0.0274006, 0.0600528321272194, 0.1281356 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 45, '2021-05-23 00:00:00', 0.0050368697735185, 0.00458365384615345, 0.00597547421999681, 0.00892192307692275, 0.00723697632621211, 0.0117278846153844, 0.00996178450186202, 0.0245673076923076, 0.0571761857651752, 0.126704423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 60, '2021-05-23 00:00:00', 0.00588410712460675, 0.00813942307692286, 0.00585147818602618, 0.00930019230769208, 0.00772298879221096, 0.0120467307692308, 0.0121736448748293, 0.0261534615384614, 0.0571577288615929, 0.126751153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 75, '2021-05-23 00:00:00', 0.00440956122010389, 0.006078076923077, 0.00679056093751832, 0.00852538461538475, 0.0088380923476818, 0.0132628846153846, 0.011682556821373, 0.0253467307692307, 0.0571577288615929, 0.126751153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 90, '2021-05-23 00:00:00', 0.0063458597799, 0.00690788461538484, 0.00627980593771694, 0.00807884615384639, 0.00898486427490471, 0.0137140384615385, 0.0131346391827691, 0.0261526923076923, 0.0571639210704954, 0.126743076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 105, '2021-05-23 00:00:00', 0.00482054025459321, 0.00637711538461561, 0.00894992324848893, 0.011693076923077, 0.00907339451575084, 0.0143990384615384, 0.0130854073626368, 0.0262803846153847, 0.0570779747484491, 0.126974230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 120, '2021-05-23 00:00:00', 0.00791158579844474, 0.00986538461538444, 0.0079305646418436, 0.0115434615384613, 0.00752539926106645, 0.0142190384615382, 0.0131578294167973, 0.0263751923076921, 0.0570753223829298, 0.126921346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 135, '2021-05-23 00:00:00', 0.00483151698187548, 0.00678788461538467, 0.00488572286203502, 0.00868826923076914, 0.00663739643117784, 0.0125607692307695, 0.013018313721594, 0.0247369230769232, 0.057289680989216, 0.126645384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 150, '2021-05-23 00:00:00', 0.00404307166168717, 0.0068426923076922, 0.00521898370964488, 0.00934519230769222, 0.00696820813795372, 0.0126055769230771, 0.0128810571830825, 0.0247969230769231, 0.057289680989216, 0.126645384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 165, '2021-05-23 00:00:00', 0.00424031118687515, 0.00724480769230773, 0.00580258765883483, 0.0101934615384617, 0.00654000760996982, 0.0136534615384617, 0.0126464473211314, 0.0256153846153846, 0.057289680989216, 0.126645384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 180, '2021-05-23 00:00:00', 0.00521268475415036, 0.00828711538461559, 0.00558036173696511, 0.0103386538461541, 0.00646225397984299, 0.0151325000000001, 0.0126667940088064, 0.0255176923076924, 0.0572642122355797, 0.126869807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 210, '2021-05-23 00:00:00', 0.00448862346553845, 0.00749115384615378, 0.00574964911638411, 0.0115851923076923, 0.00680942142577794, 0.014396923076923, 0.0197527844463663, 0.0281457692307694, 0.0572600893565087, 0.127036346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 225, '2021-05-23 00:00:00', 0.00508033955558107, 0.00914999999999999, 0.00769346025230823, 0.0118755769230769, 0.00917302753478073, 0.0152219230769231, 0.0236334994129095, 0.0298575000000002, 0.0572599704854969, 0.127025 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 240, '2021-05-23 00:00:00', 0.0061224795756168, 0.00756692307692301, 0.00569433845688298, 0.00999269230769217, 0.00901465517920689, 0.0139049999999998, 0.0277218864555397, 0.0329594230769232, 0.0572709387251643, 0.127027307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 255, '2021-05-23 00:00:00', 0.00373944773791742, 0.0069842307692307, 0.00583769214145985, 0.00992153846153835, 0.0118776438805786, 0.0146880769230768, 0.0307194028569015, 0.0385332692307692, 0.057370754805576, 0.127465192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 270, '2021-05-23 00:00:00', 0.0061006515667151, 0.00767846153846169, 0.0097197666717801, 0.0104069230769231, 0.0139662609830315, 0.0160103846153848, 0.0347112876880351, 0.0410848076923076, 0.0574187409746624, 0.127361346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 285, '2021-05-23 00:00:00', 0.00814137178244555, 0.00821749999999977, 0.0115232122474595, 0.0121724999999999, 0.0140277147269802, 0.0160026923076924, 0.0342418781880631, 0.0468196153846154, 0.0574294948493701, 0.127334423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 300, '2021-05-23 00:00:00', 0.00933602362440159, 0.00872365384615392, 0.0119588018566306, 0.0124796153846154, 0.012061735487132, 0.0143751923076923, 0.0321746031527735, 0.0487490384615385, 0.0575382862652872, 0.127242115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 315, '2021-05-23 00:00:00', 0.0117586320649325, 0.0104109615384615, 0.0120925478514026, 0.0118615384615386, 0.0119604324738505, 0.0137798076923079, 0.0358693404112546, 0.0544184615384617, 0.057447556552443, 0.127039615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 330, '2021-05-23 00:00:00', 0.00757753983061881, 0.00841673076923078, 0.00748347669099165, 0.00952923076923075, 0.00979095859218313, 0.0126380769230771, 0.038235368807508, 0.0603903846153847, 0.0574389293695084, 0.126928653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 345, '2021-05-23 00:00:00', 0.00672824475910794, 0.00657653846153838, 0.00989271176947191, 0.0090130769230769, 0.00979805422794986, 0.0122255769230768, 0.0392706284625819, 0.0648803846153848, 0.0571521326595819, 0.126521538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 360, '2021-05-23 00:00:00', 0.00708874897555703, 0.00724403846153853, 0.00892111322175577, 0.00943634615384617, 0.00925918286808379, 0.0123442307692308, 0.0447118058359911, 0.0708913461538462, 0.0571310671166276, 0.126498269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 375, '2021-05-23 00:00:00', 0.00621298301016644, 0.00635673076923095, 0.00837041125954071, 0.00913057692307683, 0.00869420027728468, 0.0124523076923075, 0.0457834405657595, 0.0724759615384616, 0.0569400564727097, 0.126276346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 390, '2021-05-23 00:00:00', 0.00707128074570754, 0.00725076923076898, 0.00865773796181105, 0.00910884615384613, 0.0163054484287167, 0.0154673076923077, 0.0464834129787585, 0.0750319230769231, 0.0569827848041709, 0.126224038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 405, '2021-05-23 00:00:00', 0.00574887828523634, 0.00618346153846165, 0.00752633752999322, 0.0092411538461536, 0.0211237788395339, 0.018357307692308, 0.047360790168499, 0.0772007692307694, 0.0570072875908118, 0.126677307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 420, '2021-05-23 00:00:00', 0.00772588893814917, 0.00767173076923063, 0.0160791414870801, 0.0126151923076923, 0.0255561286492782, 0.0219415384615387, 0.0464108749805637, 0.0792926923076923, 0.0570377376709084, 0.126463846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 435, '2021-05-23 00:00:00', 0.0130039520930548, 0.00968903846153861, 0.0197582439542042, 0.0154830769230774, 0.0263641936732089, 0.0286559615384618, 0.0469110354890385, 0.082314423076923, 0.0565247673842727, 0.125714615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 450, '2021-05-23 00:00:00', 0.0159666307329236, 0.0124448076923079, 0.0204715965415874, 0.0179798076923078, 0.0282107351116283, 0.0312384615384614, 0.0579922829176434, 0.0876649999999999, 0.0562446943767894, 0.124796538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 465, '2021-05-23 00:00:00', 0.0110207682127882, 0.0118049999999998, 0.0161279598368798, 0.0217174999999999, 0.0260519831225069, 0.0355811538461537, 0.0572748489656538, 0.0888909615384615, 0.0562395678493763, 0.124456730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 480, '2021-05-23 00:00:00', 0.0140433820726514, 0.0181390384615385, 0.0269557346524601, 0.027209423076923, 0.0250602894329162, 0.0401376923076923, 0.057008224022099, 0.0900669230769231, 0.0562633788834674, 0.124339230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 495, '2021-05-23 00:00:00', 0.0243233069495398, 0.0199498076923077, 0.0243320095221215, 0.0282942307692308, 0.0333966794434141, 0.0443846153846155, 0.0563827869109548, 0.0910896153846154, 0.0562395030574936, 0.123421923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 510, '2021-05-23 00:00:00', 0.0203110770015167, 0.0219951923076924, 0.0190017406004333, 0.0304596153846154, 0.036068552454373, 0.0493019230769232, 0.0561305958046466, 0.0913507692307693, 0.0561485122006464, 0.123667884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 525, '2021-05-23 00:00:00', 0.0153958042186326, 0.0230734615384614, 0.0325732605161635, 0.0356505769230769, 0.0377926018039959, 0.0519536538461538, 0.0569061333303834, 0.0921311538461537, 0.0554314676834238, 0.123636538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 540, '2021-05-23 00:00:00', 0.0235297577360113, 0.0227136538461541, 0.0237633262960775, 0.0351444230769232, 0.0256336222004496, 0.0512463461538461, 0.0577125185420072, 0.0906573076923077, 0.0562997883330493, 0.124732115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 555, '2021-05-23 00:00:00', 0.0119316257645225, 0.0233657692307694, 0.0161701496936603, 0.0342563461538463, 0.0229355011818259, 0.0471426923076925, 0.055667557118473, 0.0897034615384616, 0.0553863005583372, 0.123588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 570, '2021-05-23 00:00:00', 0.014176598962863, 0.0230269230769232, 0.0202343963862376, 0.0346913461538462, 0.0222203246635561, 0.0436019230769232, 0.0525161553725649, 0.0853113461538463, 0.052628757680203, 0.120315192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 585, '2021-05-23 00:00:00', 0.0195147504053888, 0.0244207692307691, 0.0212993548620249, 0.0305284615384615, 0.0252485776697651, 0.0410478846153847, 0.054204986388566, 0.0831307692307692, 0.0526244339246001, 0.119323269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 600, '2021-05-23 00:00:00', 0.00926030065137442, 0.021291923076923, 0.0117293502230023, 0.027764423076923, 0.0183250942656827, 0.0402903846153845, 0.056884057573278, 0.084865, 0.0523564670875014, 0.118511730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 615, '2021-05-23 00:00:00', 0.011760192744365, 0.0197642307692309, 0.0175007156425102, 0.0289450000000002, 0.0246349808269896, 0.0419578846153846, 0.0562575389929071, 0.0824415384615384, 0.0527189254811268, 0.118561730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 630, '2021-05-23 00:00:00', 0.0176874137866885, 0.0219826923076925, 0.0174477532606968, 0.0304753846153845, 0.0443844190302615, 0.047565576923077, 0.0571524324985385, 0.0800725, 0.0534112304112015, 0.117355961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 645, '2021-05-23 00:00:00', 0.0108001588467662, 0.020711346153846, 0.0196424520608179, 0.0300948076923075, 0.0451618457567208, 0.0472530769230768, 0.0547677231085973, 0.0762724999999998, 0.0540472206814059, 0.115350769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 660, '2021-05-23 00:00:00', 0.0115929952540981, 0.0201298076923075, 0.0394869585501146, 0.0319484615384615, 0.0446013766590745, 0.0443567307692307, 0.0517035527346488, 0.072405769230769, 0.0513839256188157, 0.113615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 675, '2021-05-23 00:00:00', 0.0346282534983526, 0.0242721153846153, 0.0381650810357001, 0.0339926923076922, 0.0402413643234844, 0.043913846153846, 0.0490556050812199, 0.070848269230769, 0.0505247669963795, 0.115349038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 690, '2021-05-23 00:00:00', 0.0171349732699396, 0.0192448076923077, 0.0254256558496458, 0.0284592307692307, 0.0292684971605729, 0.0380590384615383, 0.0398991975748306, 0.066771346153846, 0.0460467079676042, 0.112555576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 705, '2021-05-23 00:00:00', 0.0120140166424315, 0.0180217307692306, 0.0161830275763982, 0.0257484615384614, 0.0252876872927397, 0.0371561538461535, 0.0391407107262228, 0.069631923076923, 0.0444829115573089, 0.112053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 720, '2021-05-23 00:00:00', 0.0118133854019009, 0.016635576923077, 0.0178918177431428, 0.0245869230769234, 0.0243002385458375, 0.0353192307692307, 0.0448113023088526, 0.0698261538461539, 0.0446308473126618, 0.112439615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 735, '2021-05-23 00:00:00', 0.0097207544994441, 0.0158909615384616, 0.0193517716789802, 0.024751346153846, 0.0239744281499137, 0.0348336538461537, 0.0467490978292218, 0.0700453846153845, 0.0442282582988956, 0.112973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 750, '2021-05-23 00:00:00', 0.0146354109453223, 0.0162665384615384, 0.0214341731677386, 0.0244542307692305, 0.0231845657255989, 0.0353582692307691, 0.0468160800469404, 0.0700801923076922, 0.0440015139289371, 0.114394038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 765, '2021-05-23 00:00:00', 0.0135321447671831, 0.0169549999999999, 0.0175282496833409, 0.0237101923076923, 0.0187616229749414, 0.034740576923077, 0.0438714685626792, 0.0679396153846153, 0.0440322352845484, 0.114501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 780, '2021-05-23 00:00:00', 0.014172131672894, 0.0169969230769233, 0.0148675864434633, 0.0240205769230771, 0.0248965258249789, 0.0368180769230772, 0.044653693347118, 0.0676665384615383, 0.0441006181292801, 0.114974230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 795, '2021-05-23 00:00:00', 0.00894704185105999, 0.0150217307692308, 0.0129729502679169, 0.0225205769230769, 0.021729127665771, 0.0335986538461539, 0.0454679938587404, 0.0673815384615383, 0.0437351485350694, 0.115405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 810, '2021-05-23 00:00:00', 0.00998737299717079, 0.017030769230769, 0.0206365128688112, 0.027204230769231, 0.0197873374127145, 0.0334082692307693, 0.0465398654393777, 0.069521346153846, 0.0437257824387922, 0.115231730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 825, '2021-05-23 00:00:00', 0.0169350606832733, 0.0208071153846156, 0.0168000967270566, 0.0259240384615385, 0.0263206125666677, 0.0369132692307692, 0.0467080842401464, 0.0713357692307691, 0.0437045691151215, 0.115018461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 840, '2021-05-23 00:00:00', 0.0124041685673062, 0.0188046153846155, 0.0149322376459585, 0.0243936538461539, 0.0274183561477733, 0.0353496153846151, 0.0436676042463446, 0.073233846153846, 0.0429562832029886, 0.115443846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 855, '2021-05-23 00:00:00', 0.0121452463065248, 0.0170346153846154, 0.0211773093518657, 0.0267042307692308, 0.0294026026163567, 0.0370361538461536, 0.0413950033439564, 0.0729353846153846, 0.0433771924690843, 0.1159475 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 870, '2021-05-23 00:00:00', 0.0130082479944309, 0.0182132692307692, 0.0169708626134957, 0.0249153846153843, 0.0228077257229615, 0.0374655769230768, 0.0368689752856706, 0.071143846153846, 0.0430111956570163, 0.116080384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 885, '2021-05-23 00:00:00', 0.0124936012237647, 0.0181515384615384, 0.0226682607523925, 0.0275515384615385, 0.024291624609191, 0.0418969230769231, 0.0352989059691004, 0.0694038461538461, 0.0426022372782858, 0.115166346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 900, '2021-05-23 00:00:00', 0.0176927496402719, 0.0190174, 0.0198171646391037, 0.0270618, 0.0293455018302069, 0.0402112, 0.0368916776387305, 0.0686204, 0.0434337270524491, 0.1151354 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 915, '2021-05-23 00:00:00', 0.011271803493674, 0.0186604000000001, 0.0174140378550372, 0.0308596000000001, 0.0263474186939315, 0.0400248, 0.0325631322165114, 0.0660862, 0.0419994512682406, 0.1139562 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 930, '2021-05-23 00:00:00', 0.0152042162792651, 0.0227547999999999, 0.0184309513635804, 0.0283565999999998, 0.0227379176248985, 0.0382919999999999, 0.0315963067462006, 0.064503, 0.0420306876976015, 0.113929 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 945, '2021-05-23 00:00:00', 0.0101812257284343, 0.0173663999999998, 0.0157523518085395, 0.0261729999999999, 0.0180492782334917, 0.0338652, 0.0316884596593671, 0.0625462, 0.041442555094371, 0.1140254 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 960, '2021-05-23 00:00:00', 0.0144347855947591, 0.0197432, 0.0154114001554044, 0.0252861999999998, 0.0178269263218128, 0.0338839999999999, 0.0318963665668468, 0.0615378, 0.0430777758265982, 0.1161492 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 975, '2021-05-23 00:00:00', 0.0104217845680731, 0.0167653999999998, 0.0130099289582995, 0.0242333999999997, 0.0217686958497746, 0.0356923999999999, 0.0304475402235824, 0.0596734000000001, 0.0407527451018126, 0.115667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 990, '2021-05-23 00:00:00', 0.00899251457303005, 0.0194971153846154, 0.0114821795572365, 0.0255607692307693, 0.0218959650023611, 0.0371442307692307, 0.0293476141298639, 0.0579986538461541, 0.0429169607717578, 0.117596730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1005, '2021-05-23 00:00:00', 0.00837575925605472, 0.0183036538461539, 0.016846223882977, 0.0261236538461538, 0.022592127213666, 0.0384890384615384, 0.0289892465208421, 0.0546146153846155, 0.0435780803743738, 0.117841346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1020, '2021-05-23 00:00:00', 0.0135725276881703, 0.0186253846153846, 0.0186558323897341, 0.0255069230769229, 0.0227584278869307, 0.0386582692307692, 0.0281417718409158, 0.0519428846153848, 0.0423763666282915, 0.120963846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1035, '2021-05-23 00:00:00', 0.0123555499472908, 0.0172674999999999, 0.0152766593659942, 0.0250607692307693, 0.0201084624933425, 0.0354196153846153, 0.0273901797842839, 0.049456153846154, 0.0424123717912772, 0.121505192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1050, '2021-05-23 00:00:00', 0.0102450646148053, 0.0162301923076926, 0.0169268063006127, 0.0261315384615385, 0.0190729405713554, 0.0324459615384615, 0.0248009815508303, 0.0475532692307694, 0.0417755266394092, 0.121615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1065, '2021-05-23 00:00:00', 0.0102363833626022, 0.0201721153846152, 0.0113203443631369, 0.0238124999999999, 0.0133053886495431, 0.0313636538461538, 0.0226632225897789, 0.044141923076923, 0.0424107999452969, 0.12745 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1080, '2021-05-23 00:00:00', 0.00735903554508649, 0.016028076923077, 0.00900549734670639, 0.0220526923076923, 0.011704536577755, 0.0283375, 0.0229963557848766, 0.0430942307692309, 0.043439478080251, 0.129391730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1095, '2021-05-23 00:00:00', 0.00818790053160061, 0.0157336538461536, 0.0118677715943386, 0.0210038461538461, 0.0122723777647205, 0.025165, 0.0237309666283401, 0.0411363461538461, 0.0427812505589143, 0.129550769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1110, '2021-05-23 00:00:00', 0.00640849046488049, 0.0136640384615384, 0.0109042592754464, 0.0200571153846153, 0.0144001631574627, 0.0248701923076923, 0.0241446162019293, 0.0396684615384615, 0.0432946381615374, 0.129493461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1125, '2021-05-23 00:00:00', 0.00987839690357764, 0.0145657692307691, 0.0109849963761768, 0.0176942307692307, 0.0135882817516247, 0.0223701923076921, 0.0229132649689751, 0.0365965384615384, 0.0430444006190565, 0.129729423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1140, '2021-05-23 00:00:00', 0.00551566060273977, 0.00991173076923075, 0.00878187294943375, 0.0143375, 0.0135343178012842, 0.0203871153846153, 0.0194015997883206, 0.0344271153846153, 0.0429480845368522, 0.130384230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1155, '2021-05-23 00:00:00', 0.00758882398916062, 0.0120834615384616, 0.00774900716469275, 0.0152059615384615, 0.0151580968576588, 0.0210778846153844, 0.020161469203943, 0.0350873076923077, 0.0430082745920434, 0.130830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1170, '2021-05-23 00:00:00', 0.00579414079380732, 0.0093284615384614, 0.0124427261126889, 0.0144686538461538, 0.0150376570443877, 0.0196557692307693, 0.0202774281036822, 0.0334875, 0.0432960022350615, 0.131058461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1185, '2021-05-23 00:00:00', 0.0100340579336271, 0.0108961538461539, 0.0118000928109129, 0.0144128846153845, 0.0145587388150423, 0.0196517307692308, 0.0206436487718471, 0.032941153846154, 0.0434335823244923, 0.131183461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1200, '2021-05-23 00:00:00', 0.0081773962566615, 0.00952153846153839, 0.0103965608903213, 0.0131978846153847, 0.0124852174929455, 0.0193446153846153, 0.0203589087370011, 0.0347098076923078, 0.0434335823244923, 0.131183461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1215, '2021-05-23 00:00:00', 0.00890109982184586, 0.00956096153846175, 0.0118874329586397, 0.0147821153846155, 0.0125534762715352, 0.0210624999999999, 0.0205734378302181, 0.0359619230769231, 0.0435381453493546, 0.131357307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1230, '2021-05-23 00:00:00', 0.00993497260458438, 0.0106805769230768, 0.0103468307169205, 0.0149367307692306, 0.0121113524065391, 0.0200113461538459, 0.0205624382795427, 0.0351199999999999, 0.0440505898781773, 0.131743846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1245, '2021-05-23 00:00:00', 0.00696949672611894, 0.00998615384615361, 0.00842346258056349, 0.0147653846153845, 0.010078625211498, 0.0184330769230767, 0.0209793271066103, 0.0340896153846154, 0.0468046810956076, 0.133597692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1260, '2021-05-23 00:00:00', 0.00740829301422496, 0.0102507692307693, 0.00819665157947942, 0.0132136538461538, 0.00819367271130618, 0.0175674999999998, 0.0213640707380407, 0.0333075, 0.0479764276818874, 0.134668653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1275, '2021-05-23 00:00:00', 0.00678469285342979, 0.00892365384615414, 0.00646751369419597, 0.0116742307692308, 0.0101947051943644, 0.01707, 0.021728388254858, 0.0326119230769231, 0.0488892938366485, 0.134784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1290, '2021-05-23 00:00:00', 0.00427580263270466, 0.00730192307692307, 0.00507133337041141, 0.0115830769230766, 0.0108667538780519, 0.0162353846153845, 0.0220986007249329, 0.0316199999999999, 0.0488484884704344, 0.134949615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1305, '2021-05-23 00:00:00', 0.00481175477746566, 0.0086740384615383, 0.0105818502326462, 0.0124228846153844, 0.011511611096561, 0.0157240384615383, 0.0218874818982486, 0.0313553846153847, 0.0487191026853075, 0.135017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1320, '2021-05-23 00:00:00', 0.00975451206050107, 0.00863653846153828, 0.0102631258321309, 0.0116903846153846, 0.0144733598685522, 0.016428269230769, 0.0220742721083933, 0.0312013461538462, 0.0487630152302558, 0.134897115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1335, '2021-05-23 00:00:00', 0.00774264514779146, 0.00797826923076944, 0.00843194453574327, 0.010440576923077, 0.021274109954265, 0.0192378846153845, 0.0219693347164774, 0.0312732692307691, 0.0487879223515883, 0.134890769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1350, '2021-05-23 00:00:00', 0.00603048957382415, 0.00701750000000017, 0.014485102852719, 0.0128355769230767, 0.0211028060702472, 0.0186140384615384, 0.021868795258049, 0.0313690384615384, 0.0487466966486329, 0.134913076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1365, '2021-05-23 00:00:00', 0.01387787474308, 0.0107142307692306, 0.0211488705935948, 0.0159407692307691, 0.0205731930957216, 0.018441923076923, 0.0218023814304416, 0.0313159615384615, 0.049029826826676, 0.135125576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1380, '2021-05-23 00:00:00', 0.0121098957881561, 0.010945, 0.0119122110926303, 0.0125663461538462, 0.011469844685757, 0.0196863461538462, 0.0190011623622184, 0.0319486538461538, 0.0490640193201306, 0.135050384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1395, '2021-05-23 00:00:00', 0.00354987317216572, 0.00486653846153856, 0.00424479917528053, 0.00749096153846148, 0.0135223121316074, 0.0210942307692308, 0.0165174343789081, 0.0306523076923078, 0.0491054010177636, 0.134941346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1410, '2021-05-23 00:00:00', 0.0034302535452376, 0.00581076923076904, 0.00745634112427408, 0.0146551923076923, 0.0139641519021441, 0.0207571153846153, 0.016498744759946, 0.0318194230769231, 0.0491054010177636, 0.134941346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1425, '2021-05-23 00:00:00', 0.00798080647553874, 0.0136350000000001, 0.0141264129694915, 0.0198057692307693, 0.014115548591481, 0.0206909615384616, 0.0170438529636392, 0.0322753846153847, 0.0491470678881253, 0.1349 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 0, '2021-05-23 00:00:00', 0.0122428316184802, 0.0148140384615386, 0.0129320312462445, 0.0159680769230768, 0.0135568394036142, 0.0177611538461539, 0.0170714764491489, 0.0303930769230769, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 15, '2021-05-23 00:00:00', 0.00397301952598359, 0.00416692307692294, 0.00428995088729271, 0.00639384615384623, 0.00617712375188913, 0.0127603846153846, 0.0136872874778021, 0.0275774999999999, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 30, '2021-05-23 00:00:00', 0.00352071796108942, 0.00443019230769246, 0.00543556292817539, 0.0071028846153847, 0.0061434254163417, 0.0130803846153846, 0.0137514811621819, 0.027601923076923, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 45, '2021-05-23 00:00:00', 0.00488750156403685, 0.00527846153846162, 0.00624132773103216, 0.0111253846153847, 0.00605401786800752, 0.0129071153846156, 0.0136789616621235, 0.0279680769230768, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 60, '2021-05-23 00:00:00', 0.00595989914731377, 0.00952961538461535, 0.00636383657866857, 0.0110199999999999, 0.00697322360064677, 0.0127042307692309, 0.013532490549102, 0.0283623076923076, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 75, '2021-05-23 00:00:00', 0.00450716035454026, 0.00676269230769229, 0.00479149482055304, 0.00827115384615397, 0.0064697555892487, 0.0117392307692307, 0.013482563708503, 0.028286923076923, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 90, '2021-05-23 00:00:00', 0.00388621578343067, 0.00556634615384626, 0.00400291176712451, 0.00757115384615403, 0.0123234525819049, 0.0129965384615384, 0.0134070706030006, 0.028476923076923, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 105, '2021-05-23 00:00:00', 0.00359627424726457, 0.00556730769230777, 0.00567318846722139, 0.00920076923076928, 0.0125333183969154, 0.0135540384615384, 0.0134086689080091, 0.0285382692307691, 0.0492822409814513, 0.134653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 120, '2021-05-23 00:00:00', 0.00574853719520143, 0.0083367307692308, 0.0122366618751256, 0.0118546153846153, 0.0126232862842993, 0.0156438461538461, 0.0132346572069175, 0.0282707692307692, 0.0492822409814513, 0.134653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 135, '2021-05-23 00:00:00', 0.00759856146557713, 0.00812211538461521, 0.00798364280889359, 0.0102974999999999, 0.00973072852043764, 0.0165515384615384, 0.0144014027949203, 0.0286123076923075, 0.0492822409814513, 0.134653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 150, '2021-05-23 00:00:00', 0.00500671933505344, 0.00806749999999991, 0.0071168032149273, 0.0115049999999999, 0.011310836691149, 0.0185905769230769, 0.0137696789597233, 0.0284955769230768, 0.0492822409814513, 0.134653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 165, '2021-05-23 00:00:00', 0.00666187031950077, 0.00923307692307691, 0.00870820750786281, 0.0138150000000001, 0.0113069444573473, 0.0191048076923077, 0.0138060800931497, 0.0290934615384614, 0.0492906900602474, 0.134686153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 180, '2021-05-23 00:00:00', 0.00721761881679917, 0.0113092307692307, 0.00950065344311395, 0.0156053846153845, 0.0102278290049181, 0.0194319230769231, 0.0135344105850464, 0.0291067307692304, 0.0492987433043136, 0.134715769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 195, '2021-05-23 00:00:00', 0.00858508986781506, 0.0124159615384615, 0.00836782350159515, 0.0150369230769231, 0.00960898459575944, 0.0193648076923076, 0.0131239066548273, 0.0279232692307688, 0.0491988691270908, 0.134635769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 210, '2021-05-23 00:00:00', 0.00797977722843116, 0.010426153846154, 0.00931489795146213, 0.0137403846153846, 0.0102265264800006, 0.0170746153846153, 0.0135358299353407, 0.0271440384615381, 0.0494376217719009, 0.134312692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 225, '2021-05-23 00:00:00', 0.00894070256446049, 0.0109428846153847, 0.00960377116633785, 0.0137611538461538, 0.00952186516150294, 0.0160980769230767, 0.0129672990500662, 0.0271044230769227, 0.0493808713105045, 0.134054230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 240, '2021-05-23 00:00:00', 0.0083435414935056, 0.0101705769230766, 0.00840009988035877, 0.0114799999999998, 0.00886052861767386, 0.0143142307692306, 0.0122226555168925, 0.0266232692307687, 0.0495495362657799, 0.133646923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 255, '2021-05-23 00:00:00', 0.0075944267951013, 0.00813711538461546, 0.00799310206702273, 0.0108255769230768, 0.0095466505926666, 0.0147315384615383, 0.012690115391668, 0.0309194230769228, 0.0497692062335274, 0.134091346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 270, '2021-05-23 00:00:00', 0.00722158316331062, 0.0090092307692309, 0.00755258648767719, 0.010935576923077, 0.00945144901385728, 0.0146626923076921, 0.0198078480522633, 0.0377026923076922, 0.0497250881934477, 0.134254615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 285, '2021-05-23 00:00:00', 0.00550218318907629, 0.00672961538461539, 0.00839508745544756, 0.0105492307692306, 0.00921047450752908, 0.0128394230769228, 0.0205410715247434, 0.0417557692307691, 0.0496979173518909, 0.134388653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 300, '2021-05-23 00:00:00', 0.00728405134523364, 0.00870999999999984, 0.00866004125278875, 0.0104424999999997, 0.00957550360997356, 0.0136757692307692, 0.0267372807517893, 0.0485399999999999, 0.0496979173518909, 0.134388653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 315, '2021-05-23 00:00:00', 0.00623432256821996, 0.00673173076923069, 0.00663962805086587, 0.00827557692307695, 0.0103317449806968, 0.0131271153846154, 0.0282150503918633, 0.0551088461538462, 0.0497267651274286, 0.134360961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 330, '2021-05-23 00:00:00', 0.00470506393318759, 0.00612115384615386, 0.00848563859389217, 0.0100421153846156, 0.00948515724090089, 0.0129017307692308, 0.0294019354805087, 0.0582250000000001, 0.0498175096589078, 0.134246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 345, '2021-05-23 00:00:00', 0.00831955155966034, 0.00743307692307708, 0.00967943172998215, 0.00978115384615392, 0.0114799663963594, 0.0129576923076925, 0.0299841304000322, 0.0620503846153847, 0.0498554456839586, 0.134087884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 360, '2021-05-23 00:00:00', 0.00975510987203022, 0.00787615384615383, 0.00969825179329498, 0.00986461538461551, 0.0128666649510095, 0.0137898076923078, 0.0348590570219782, 0.0678276923076924, 0.0498627277297766, 0.134079423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 375, '2021-05-23 00:00:00', 0.00841559672001019, 0.0070730769230769, 0.0113006802450119, 0.00995000000000004, 0.0121059876984015, 0.0135580769230771, 0.0364229790807311, 0.0704036538461539, 0.0499707547533092, 0.133981153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 390, '2021-05-23 00:00:00', 0.0107590059091838, 0.00799807692307687, 0.0118418623730199, 0.0111026923076922, 0.0112188507707067, 0.0143238461538463, 0.035688764640128, 0.0731115384615385, 0.0498488744016891, 0.134161346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 405, '2021-05-23 00:00:00', 0.0106432905915129, 0.00901384615384597, 0.01044291357075, 0.0108003846153845, 0.0117627070667622, 0.0155265384615384, 0.034903713734523, 0.0749326923076924, 0.0498316426318118, 0.134170769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 420, '2021-05-23 00:00:00', 0.007161809451206, 0.00773115384615392, 0.00746515673749608, 0.0102413461538464, 0.0117067585870462, 0.0157338461538462, 0.0344069358845209, 0.075724807692308, 0.0491333490051465, 0.134462692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 435, '2021-05-23 00:00:00', 0.00557972527583969, 0.00689807692307711, 0.0098302587433664, 0.0108498076923078, 0.0137809325016627, 0.021108846153846, 0.0355440788014845, 0.0795796153846156, 0.0492914049958159, 0.134037307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 450, '2021-05-23 00:00:00', 0.0095718465624655, 0.00912615384615372, 0.0114660912543833, 0.0123894230769228, 0.0212457160360536, 0.0290667307692306, 0.0352268717971859, 0.0803161538461539, 0.0493197842285036, 0.133997115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 465, '2021-05-23 00:00:00', 0.0108352980098168, 0.00985480769230758, 0.0137682300591448, 0.0187501923076924, 0.0211276930918787, 0.0343942307692309, 0.034193358012249, 0.0808280769230771, 0.0495415767194198, 0.133774615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 480, '2021-05-23 00:00:00', 0.0128784264327833, 0.016909230769231, 0.0203594026926137, 0.026405, 0.0281547940418406, 0.0421015384615387, 0.0334844201704888, 0.082668076923077, 0.0494576361752001, 0.133710961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 495, '2021-05-23 00:00:00', 0.0166217349830322, 0.0185603846153846, 0.0175373746620885, 0.0272909615384616, 0.0286325563308353, 0.0463459615384616, 0.0320058912677987, 0.0826196153846152, 0.0492884206061236, 0.132355384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 510, '2021-05-23 00:00:00', 0.0127564998273884, 0.0199953846153847, 0.0270742793355331, 0.0339015384615384, 0.0281715918531146, 0.0463865384615386, 0.0319323853164778, 0.0824150000000001, 0.0481229691327733, 0.131468076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 525, '2021-05-23 00:00:00', 0.0269679558650349, 0.0267384615384617, 0.0276090095105537, 0.0358869230769233, 0.0278658404475112, 0.0470796153846155, 0.0317817438144074, 0.082216730769231, 0.0491228141561066, 0.131203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 540, '2021-05-23 00:00:00', 0.0182038388977541, 0.0256288461538461, 0.021273291004305, 0.0333169230769231, 0.0271270331956888, 0.049, 0.0292727945395353, 0.078988076923077, 0.0470893508804926, 0.130387884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 555, '2021-05-23 00:00:00', 0.0155022415364309, 0.024229423076923, 0.0165831120768641, 0.0334730769230767, 0.0245789958735876, 0.0483269230769229, 0.0306409465741765, 0.0766998076923077, 0.0516719382454197, 0.133590961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 570, '2021-05-23 00:00:00', 0.0155910857222962, 0.0218899999999999, 0.0203362482660509, 0.0340384615384615, 0.0219252720191877, 0.0452813461538462, 0.0307296996086599, 0.0723559615384616, 0.0528847048867775, 0.133520192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 585, '2021-05-23 00:00:00', 0.0198701452948503, 0.0249990384615383, 0.0207778780918552, 0.0340399999999998, 0.0259812231140108, 0.0451224999999999, 0.0303326075123787, 0.0695825, 0.0538404107571627, 0.1326775 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 600, '2021-05-23 00:00:00', 0.0183125017280125, 0.0248484615384615, 0.0200792854914249, 0.0335196153846155, 0.0258547999114582, 0.0429126923076925, 0.0277489065120661, 0.0704938461538461, 0.0554649334042551, 0.132738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 615, '2021-05-23 00:00:00', 0.0120047906014479, 0.0225142307692309, 0.018210333458063, 0.0313055769230771, 0.021974459728197, 0.0430028846153849, 0.0266891367500253, 0.0673126923076923, 0.0576763305191468, 0.131263076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 630, '2021-05-23 00:00:00', 0.0152448471092569, 0.0203357692307691, 0.0182699681623655, 0.026655576923077, 0.0239965099746096, 0.0389198076923076, 0.0255887837245148, 0.0627375, 0.0621259480249595, 0.13194 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 645, '2021-05-23 00:00:00', 0.0151727337022699, 0.0185050000000001, 0.0219111252256436, 0.0290205769230769, 0.0243847536201492, 0.0385913461538461, 0.0257333281271583, 0.0610775, 0.0600606750573629, 0.132367115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 660, '2021-05-23 00:00:00', 0.0167135075175276, 0.0220634615384615, 0.0205474037738627, 0.0297903846153846, 0.0215219423987561, 0.0370861538461537, 0.024828331962467, 0.0593440384615383, 0.0642324507275062, 0.133967692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 675, '2021-05-23 00:00:00', 0.0148034601412591, 0.0208669230769233, 0.0155725980985338, 0.0260615384615387, 0.0166959471279708, 0.0345525, 0.0262707503897104, 0.0591690384615386, 0.064883175970651, 0.134379038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 690, '2021-05-23 00:00:00', 0.00948293097339408, 0.0156346153846153, 0.0124426610080616, 0.0230101923076924, 0.0140821473449953, 0.0321846153846155, 0.0255076078130851, 0.0609171153846155, 0.0625175856367324, 0.133914615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 705, '2021-05-23 00:00:00', 0.0107872968596615, 0.0169565384615388, 0.0112324519345305, 0.0231576923076926, 0.0136545644735207, 0.0328548076923081, 0.0261726560929827, 0.0625301923076925, 0.0614867069864575, 0.132979038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 720, '2021-05-23 00:00:00', 0.0095197758397169, 0.0161209615384615, 0.0116178295354765, 0.022003653846154, 0.0162453291760573, 0.0332690384615385, 0.0268653471680816, 0.0660426923076925, 0.0620598018679131, 0.134873269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 735, '2021-05-23 00:00:00', 0.00875009745000703, 0.0143807692307692, 0.0115961663509309, 0.0227909615384616, 0.0159704330765901, 0.0312894230769231, 0.0268869177739775, 0.0664892307692309, 0.0602926073692673, 0.135705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 750, '2021-05-23 00:00:00', 0.0110787793829186, 0.0173461538461537, 0.0143944001558297, 0.0246796153846153, 0.0162231614828922, 0.0304374999999998, 0.0287985884296171, 0.0682515384615387, 0.0600231259974021, 0.1367775 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 765, '2021-05-23 00:00:00', 0.013082860696346, 0.0177999999999997, 0.0144220448406116, 0.0222257692307689, 0.016360987392622, 0.0281526923076919, 0.0281338175976067, 0.0691538461538462, 0.060024499905968, 0.136779807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 780, '2021-05-23 00:00:00', 0.00874656584257275, 0.0151490384615384, 0.00969789753582634, 0.0206561538461538, 0.0162529022828351, 0.0310388461538462, 0.0264409830726123, 0.0716946153846156, 0.0593481604588227, 0.136825384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 795, '2021-05-23 00:00:00', 0.00688112273933895, 0.014506923076923, 0.0109427797270096, 0.019531923076923, 0.0227779191188444, 0.0335557692307695, 0.0270326213796195, 0.0720355769230772, 0.0698361066500594, 0.145585961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 810, '2021-05-23 00:00:00', 0.00867721701442268, 0.0132486538461541, 0.0148483836830814, 0.0238700000000002, 0.0191059791939993, 0.0338098076923079, 0.0255709615452015, 0.0714328846153848, 0.0693812820870188, 0.145770961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 825, '2021-05-23 00:00:00', 0.0116505182337689, 0.0179736538461538, 0.0168281298426176, 0.0249200000000001, 0.0165600675676808, 0.0326403846153847, 0.0322387087496718, 0.0765603846153848, 0.0693637434690377, 0.145404038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 840, '2021-05-23 00:00:00', 0.0112232245537819, 0.0163492307692306, 0.0120398735298749, 0.0221088461538463, 0.0154138672679455, 0.0298630769230769, 0.0344485473446101, 0.077221923076923, 0.0693926221807145, 0.146033653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];
Date: 2021-05-23 17:45:24 Duration: 1s941ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1080, '2021-05-23 00:00:00', 0.0109230877573079, 0.018076923076923, 0.0161274252797476, 0.0255769230769229, 0.0186281940988554, 0.0339807692307696, 0.0265084674425712, 0.0463269230769231, 0.0519524338661378, 0.134846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1095, '2021-05-23 00:00:00', 0.0162776392164689, 0.0173076923076926, 0.0176928929669076, 0.0235384615384623, 0.0184646856291846, 0.0332307692307701, 0.0270374668818033, 0.0437307692307697, 0.0523098314042256, 0.133961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1110, '2021-05-23 00:00:00', 0.00857411130178436, 0.0126538461538466, 0.00931153131255117, 0.0177307692307699, 0.0173107347753219, 0.0276923076923081, 0.0248611219500525, 0.0396538461538462, 0.0520058169823343, 0.13275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1125, '2021-05-23 00:00:00', 0.00872482091506803, 0.0101800000000003, 0.0124176285980858, 0.0189800000000002, 0.0185546041006894, 0.0242400000000004, 0.0267063038750528, 0.0416800000000002, 0.0525273579511989, 0.13404 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1140, '2021-05-23 00:00:00', 0.0123403652857042, 0.0127307692307695, 0.0177760101952473, 0.016942307692308, 0.0182461060123902, 0.020403846153846, 0.0259971891971776, 0.0394230769230771, 0.0520315436870903, 0.132807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1155, '2021-05-23 00:00:00', 0.00905759349937963, 0.0079999999999998, 0.00919993729075628, 0.0113269230769229, 0.0114118865156536, 0.015634615384615, 0.0272558885662983, 0.0392115384615385, 0.0518449760194909, 0.132692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1170, '2021-05-23 00:00:00', 0.00549188795709939, 0.00616, 0.0065566759871142, 0.00985999999999947, 0.00836993628012376, 0.0135799999999993, 0.0272173045444747, 0.03886, 0.0514971439337502, 0.13432 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1185, '2021-05-23 00:00:00', 0.0056127087934431, 0.00575999999999965, 0.00845576726264354, 0.0102999999999994, 0.00822607642399038, 0.0117799999999995, 0.0326207755885721, 0.04414, 0.0519061492824635, 0.13354 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1200, '2021-05-23 00:00:00', 0.00742984314571716, 0.00695652173913029, 0.00700931057826697, 0.00830434782608676, 0.00732031123120712, 0.010717391304348, 0.0338776717074272, 0.0470869565217394, 0.0508868484372294, 0.138695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1215, '2021-05-23 00:00:00', 0.00303287542331263, 0.00385999999999981, 0.0038235018852706, 0.00515999999999991, 0.00766757241026554, 0.0109000000000003, 0.0320293225029818, 0.0447599999999998, 0.0503409789998835, 0.13112 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1230, '2021-05-23 00:00:00', 0.00332001506020679, 0.00327999999999989, 0.00508445342850754, 0.00631999999999977, 0.0185034456250716, 0.0137599999999996, 0.0307115884751453, 0.0459199999999998, 0.0514200187994263, 0.13218 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1245, '2021-05-23 00:00:00', 0.00499741781149073, 0.0053124999999999, 0.00660283069511898, 0.00802083333333344, 0.0184236453103537, 0.0133125000000001, 0.0259483880150524, 0.0428333333333331, 0.0539590558678053, 0.131583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1260, '2021-05-23 00:00:00', 0.00544165968056203, 0.00495652173913078, 0.00810388332228372, 0.00767391304347845, 0.00811527618198472, 0.0106956521739134, 0.0270044828660291, 0.0449130434782609, 0.0530237660190774, 0.134739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1275, '2021-05-23 00:00:00', 0.00378744463221674, 0.00364999999999984, 0.0203173992067464, 0.00892499999999998, 0.0194673140363394, 0.0131499999999999, 0.0265208458228221, 0.04475, 0.0543202007592602, 0.141 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1290, '2021-05-23 00:00:00', 0.0213195456404628, 0.0088750000000001, 0.0201402973897447, 0.0129999999999999, 0.0199004760588386, 0.01465, 0.0314908090183719, 0.0502499999999999, 0.0493694450572736, 0.131 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1305, '2021-05-23 00:00:00', 0.00367793065636655, 0.00612500000000023, 0.00421302113707577, 0.0071458333333337, 0.0169372108777935, 0.0172708333333338, 0.0310811744014596, 0.0503124999999997, 0.0482202074424935, 0.132333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1320, '2021-05-23 00:00:00', 0.00274210989325117, 0.00304000000000016, 0.0054431149170307, 0.00525999999999996, 0.0239395941207591, 0.0243000000000001, 0.0294968501143204, 0.0472199999999999, 0.0536925429335087, 0.13442 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1335, '2021-05-23 00:00:00', 0.00561450078347311, 0.00395238095238121, 0.0188285497506926, 0.015714285714286, 0.0277785460211227, 0.0298809523809529, 0.0311571095609091, 0.0467619047619046, 0.0494465560455115, 0.126309523809523 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1350, '2021-05-23 00:00:00', 0.0170354356809738, 0.0114791666666667, 0.0246556630617493, 0.0219791666666668, 0.0265869846658699, 0.0264583333333335, 0.0314424868908947, 0.0492708333333332, 0.0540731522763512, 0.137666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1365, '2021-05-23 00:00:00', 0.0209798438067075, 0.0159230769230771, 0.0234273344621193, 0.0210000000000001, 0.0226913063664348, 0.0228461538461536, 0.0355445549221731, 0.0516538461538459, 0.0538138815377023, 0.137423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1380, '2021-05-23 00:00:00', 0.0124469335117592, 0.0106153846153845, 0.0129736419179575, 0.0131538461538462, 0.0173316517922022, 0.0266153846153845, 0.032491750432284, 0.0484230769230767, 0.0526651724065856, 0.135096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1395, '2021-05-23 00:00:00', 0.00380782708397431, 0.00477083333333361, 0.00648070575643217, 0.00822916666666629, 0.0262927705388516, 0.0363749999999996, 0.033348884506473, 0.0486874999999996, 0.0539424512186669, 0.135125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1410, '2021-05-23 00:00:00', 0.00730618810429806, 0.00740384615384584, 0.011714685064219, 0.022423076923077, 0.0262149986428791, 0.0381153846153843, 0.0325788274804356, 0.0474999999999996, 0.0526983432815054, 0.135153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1425, '2021-05-23 00:00:00', 0.0129377949613343, 0.0199423076923079, 0.0265968260107509, 0.0338653846153844, 0.028572182544997, 0.0395192307692305, 0.0328097780922323, 0.0471923076923073, 0.0529557870738919, 0.136153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 0, '2021-05-23 00:00:00', 0.019425515420463, 0.0142272727272724, 0.0204057992987691, 0.0202954545454539, 0.0220596520088882, 0.0298409090909088, 0.0358218067638531, 0.0440227272727267, 0.050155326917306, 0.145840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 30, '2021-05-23 00:00:00', 0.00696589497555432, 0.00513888888888895, 0.0142614476435207, 0.0162777777777779, 0.023879942085083, 0.0281111111111105, 0.0360786744716873, 0.041361111111111, 0.0572899759108805, 0.135361111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 45, '2021-05-23 00:00:00', 0.00689341938149871, 0.00696153846153836, 0.0266269335400001, 0.0269230769230765, 0.0291632232399576, 0.0284230769230768, 0.0395981821002049, 0.0451538461538461, 0.0555211902259179, 0.154038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 60, '2021-05-23 00:00:00', 0.0208089847458697, 0.0219230769230767, 0.0210362690462119, 0.0232307692307691, 0.0222904688151687, 0.0252499999999999, 0.0312243248371916, 0.0365384615384611, 0.0525595047395001, 0.135192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 75, '2021-05-23 00:00:00', 0.00589094358946604, 0.00478947368421114, 0.00802226434033496, 0.00763157894736859, 0.0122659372399452, 0.0162105263157898, 0.0202778578865681, 0.0334473684210525, 0.0540853776003775, 0.140684210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 90, '2021-05-23 00:00:00', 0.00496067871700379, 0.00366666666666692, 0.0088510155457141, 0.00776190476190511, 0.0130291340208526, 0.0178333333333339, 0.0147184286816616, 0.0275714285714284, 0.05113893307638, 0.141904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 105, '2021-05-23 00:00:00', 0.00807325832610368, 0.00585999999999999, 0.0119407565366132, 0.0115400000000004, 0.0145158821066221, 0.0172400000000002, 0.0202483949981229, 0.0273199999999997, 0.0524084519265101, 0.1362 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 120, '2021-05-23 00:00:00', 0.0109876824975365, 0.00850000000000023, 0.0125115946225893, 0.0120400000000002, 0.0161010351634093, 0.0185799999999996, 0.0192163775635957, 0.0264599999999997, 0.0527511848208169, 0.1357 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 135, '2021-05-23 00:00:00', 0.00759493295137944, 0.00722222222222236, 0.00979028463338112, 0.0110555555555551, 0.0131683729348632, 0.0178611111111105, 0.0214630705793185, 0.0286111111111104, 0.0470448697653825, 0.147527777777777 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 150, '2021-05-23 00:00:00', 0.00914686457639692, 0.00592499999999969, 0.0140678805496023, 0.0111999999999997, 0.0129962292102056, 0.0135749999999993, 0.0185777880956348, 0.0251499999999993, 0.0480229933962556, 0.13945 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 180, '2021-05-23 00:00:00', 0.00583070116052828, 0.00344736842105264, 0.00811890797254564, 0.0065, 0.0212765486032821, 0.0115526315789477, 0.0213659974715251, 0.0258157894736839, 0.0484387537566464, 0.140421052631579 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 195, '2021-05-23 00:00:00', 0.00664410106390428, 0.00552499999999991, 0.0065335168252075, 0.00614999999999988, 0.0199673417570319, 0.0122000000000003, 0.026249448615763, 0.0281749999999997, 0.0475247511690926, 0.137625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 240, '2021-05-23 00:00:00', 0.009141654825094, 0.00541176470588207, 0.00925635711599392, 0.00714705882352947, 0.009132601587976, 0.00882352941176441, 0.0201896340613049, 0.0240588235294111, 0.0446889371426658, 0.115411764705883 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 270, '2021-05-23 00:00:00', 0.003458443773337, 0.00326000000000022, 0.00381848573826503, 0.00382000000000005, 0.0039895697345284, 0.00510000000000005, 0.0275297263577633, 0.0316399999999999, 0.0490704170894573, 0.13152 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 300, '2021-05-23 00:00:00', 0.00275719498458216, 0.00252777777777781, 0.00315244484435984, 0.00355555555555536, 0.00333382349337329, 0.00494444444444457, 0.0216318158626672, 0.0321388888888884, 0.0461271332113823, 0.134222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 330, '2021-05-23 00:00:00', 0.00261309959123009, 0.00247499999999956, 0.00311786026492201, 0.00379999999999985, 0.00390504060225569, 0.00527499999999979, 0.0234837429770154, 0.0397249999999994, 0.0468051602530721, 0.123275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 345, '2021-05-23 00:00:00', 0.00238821511354639, 0.00264285714285724, 0.00346255479585322, 0.00421428571428571, 0.00471938757124487, 0.00588095238095204, 0.0330205743943578, 0.0561666666666662, 0.0499681446142482, 0.136238095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 390, '2021-05-23 00:00:00', 0.00311828225318445, 0.00265789473684152, 0.00531851010223741, 0.00428947368421044, 0.0051446901031365, 0.0056315789473682, 0.031543296152491, 0.0705789473684209, 0.0499139464156419, 0.124526315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 405, '2021-05-23 00:00:00', 0.00307867842906107, 0.00224999999999994, 0.00299387962640309, 0.00293750000000011, 0.00384952472127536, 0.00508333333333362, 0.0335142666463193, 0.0725208333333328, 0.0548973968853037, 0.1340625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 435, '2021-05-23 00:00:00', 0.00212107480616141, 0.00178125000000029, 0.00374610909255587, 0.00400000000000067, 0.00363074257785682, 0.00646875000000025, 0.0381430967978917, 0.0741874999999994, 0.0531159011815981, 0.13628125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 450, '2021-05-23 00:00:00', 0.00329736547073857, 0.00204761904761935, 0.00315492811781345, 0.00314285714285709, 0.00868379717251238, 0.00866666666666677, 0.0420715094186301, 0.0861904761904755, 0.0651737330232846, 0.146595238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 525, '2021-05-23 00:00:00', 0.0109871916087154, 0.00817391304347867, 0.0113527259876986, 0.0150434782608693, 0.0240506095178854, 0.0309999999999999, 0.0321890414171, 0.0749565217391301, 0.0557352135693453, 0.132130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 540, '2021-05-23 00:00:00', 0.00952922629840153, 0.0106153846153847, 0.0254052387087022, 0.0248846153846155, 0.0252059593075799, 0.0430961538461538, 0.0391997301796051, 0.0816730769230767, 0.062847008985802, 0.142557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 555, '2021-05-23 00:00:00', 0.0257883993001025, 0.0201923076923076, 0.0259329683251614, 0.027826923076923, 0.0244140013422306, 0.0507115384615381, 0.0395943857714117, 0.0816538461538456, 0.0645180863133615, 0.144788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 570, '2021-05-23 00:00:00', 0.0117639115682079, 0.0140192307692312, 0.017902653434617, 0.0287500000000001, 0.0255059872307541, 0.052346153846154, 0.0372132989048889, 0.0790192307692307, 0.0628171981595433, 0.143096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 585, '2021-05-23 00:00:00', 0.0171552189861145, 0.0211923076923075, 0.0185467081881229, 0.0369038461538458, 0.0276446127732803, 0.0527692307692306, 0.0355145257389359, 0.0766923076923077, 0.0611624098986894, 0.142096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 600, '2021-05-23 00:00:00', 0.0167642935568884, 0.0256923076923077, 0.0253432209111993, 0.0371730769230771, 0.0313540820554272, 0.0499615384615386, 0.0335148417180305, 0.0732692307692308, 0.0613266694401002, 0.141096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 615, '2021-05-23 00:00:00', 0.015389319473133, 0.0206346153846155, 0.0200254837644438, 0.0295, 0.0256425127773869, 0.0435384615384616, 0.0284640393911609, 0.0658076923076925, 0.0604129157102631, 0.138096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 630, '2021-05-23 00:00:00', 0.0148572696528822, 0.0159615384615386, 0.0229747771396239, 0.0280961538461538, 0.0238271984214547, 0.0368461538461539, 0.0269664535188558, 0.0599807692307695, 0.0574019565466594, 0.136769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 645, '2021-05-23 00:00:00', 0.0212692627625301, 0.0206923076923077, 0.0231794338551689, 0.0286153846153847, 0.0231984084334713, 0.0388846153846154, 0.0262854815147361, 0.0590576923076924, 0.0683631395282123, 0.142326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 660, '2021-05-23 00:00:00', 0.0123433569801116, 0.0174615384615389, 0.0122303531617672, 0.0218076923076925, 0.01510299257152, 0.0335961538461538, 0.0208599819308127, 0.0556730769230771, 0.0686364334737753, 0.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 675, '2021-05-23 00:00:00', 0.00708834362771865, 0.0127307692307693, 0.0144828811413286, 0.0229230769230771, 0.0126366530378894, 0.0302500000000003, 0.0203906464227709, 0.0535384615384615, 0.0674463889664629, 0.140153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 690, '2021-05-23 00:00:00', 0.0131329884114539, 0.016346153846154, 0.0106923408964616, 0.0213846153846154, 0.0125259116050871, 0.0264615384615388, 0.0235081082574956, 0.0543653846153844, 0.0639079145212978, 0.140307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 705, '2021-05-23 00:00:00', 0.00651604528482173, 0.0116730769230766, 0.00938288130258825, 0.0164615384615385, 0.0121028445480332, 0.0226730769230772, 0.0244132136352427, 0.05475, 0.0614988711591206, 0.140865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 720, '2021-05-23 00:00:00', 0.00804573465594328, 0.0109230769230772, 0.00962754461867716, 0.0149807692307696, 0.0114779554598574, 0.0247884615384621, 0.0236771311281911, 0.0549423076923079, 0.0609567974375796, 0.139365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 735, '2021-05-23 00:00:00', 0.00694849181200787, 0.00880769230769255, 0.00983338113851912, 0.0151538461538464, 0.00971321463067365, 0.0239423076923079, 0.0244250186993078, 0.0546923076923079, 0.0601232452166765, 0.138269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 750, '2021-05-23 00:00:00', 0.00945092588056821, 0.0105, 0.00950046557563604, 0.0168269230769234, 0.0123779580769144, 0.0250769230769237, 0.0233336419393512, 0.0546730769230771, 0.0603604302375449, 0.137807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 765, '2021-05-23 00:00:00', 0.00789722443939391, 0.0121153846153853, 0.00955359376602094, 0.0178653846153852, 0.0124280080711027, 0.0241538461538471, 0.0231803713383677, 0.056519230769231, 0.0597436993781317, 0.139519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 780, '2021-05-23 00:00:00', 0.00667259031699545, 0.0107884615384617, 0.010066796144523, 0.0154038461538467, 0.0124215074026405, 0.0249230769230773, 0.0239216107638773, 0.0572884615384617, 0.059394625501484, 0.139807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 795, '2021-05-23 00:00:00', 0.00706020810327417, 0.00894230769230776, 0.00839771031064674, 0.0143076923076926, 0.0126743836142046, 0.0264999999999999, 0.0242513124149219, 0.0581153846153847, 0.0595830383711543, 0.140538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 810, '2021-05-23 00:00:00', 0.00808569487047731, 0.0100384615384615, 0.0133087738555609, 0.0192884615384614, 0.0133090628462777, 0.0283653846153844, 0.0250954868758998, 0.0592115384615385, 0.0593126170259036, 0.140442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 825, '2021-05-23 00:00:00', 0.0136052026247881, 0.0143076923076919, 0.0145932017892424, 0.0198076923076919, 0.0162994218868695, 0.0273653846153842, 0.0265111369921279, 0.0600961538461538, 0.0603394117918344, 0.140730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 840, '2021-05-23 00:00:00', 0.00796156633217024, 0.0110576923076924, 0.00919918474648663, 0.0182500000000002, 0.0149036392045183, 0.0260384615384614, 0.0240773832593031, 0.0630961538461536, 0.0604068386347614, 0.139884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 855, '2021-05-23 00:00:00', 0.00805177954530233, 0.0128653846153846, 0.0107175808119901, 0.0174423076923072, 0.0137110847912866, 0.0264230769230766, 0.0241329729750682, 0.0670961538461537, 0.0616308489188774, 0.141192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 870, '2021-05-23 00:00:00', 0.00758574067171158, 0.0112115384615382, 0.0106292774195396, 0.017307692307692, 0.0220940298236004, 0.0283846153846151, 0.024773039004903, 0.0667884615384615, 0.0617665362473885, 0.14325 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 885, '2021-05-23 00:00:00', 0.00822306792832448, 0.0113269230769233, 0.01135160103923, 0.0186730769230773, 0.0219781447386679, 0.0296730769230773, 0.0266563601877961, 0.0693076923076924, 0.0644113254494411, 0.144826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 900, '2021-05-23 00:00:00', 0.0107782723033962, 0.0143653846153846, 0.0218701851844011, 0.0217500000000003, 0.0218017995022997, 0.031038461538462, 0.0282507522023748, 0.0707500000000002, 0.0643214314086801, 0.147442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 915, '2021-05-23 00:00:00', 0.0168890155472079, 0.013826923076923, 0.0186273682025628, 0.0228269230769233, 0.0212738192296393, 0.0331538461538461, 0.0302936208060117, 0.0722115384615384, 0.0634689990952579, 0.148576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 930, '2021-05-23 00:00:00', 0.00929186989544389, 0.0153269230769227, 0.0104648863421373, 0.0200769230769232, 0.0152124948644196, 0.0319999999999998, 0.0292765855512288, 0.0694615384615385, 0.0630997135187939, 0.147923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 945, '2021-05-23 00:00:00', 0.00680689695484293, 0.0130769230769233, 0.0115778468836626, 0.0230576923076921, 0.0159425048702661, 0.0342115384615383, 0.0284670659913137, 0.0680769230769231, 0.0621700181264744, 0.147865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 960, '2021-05-23 00:00:00', 0.0124330360176175, 0.0190961538461536, 0.0139461050531622, 0.0259230769230768, 0.0170839555859151, 0.0363076923076923, 0.0297421482851411, 0.0676538461538463, 0.0617885507193686, 0.14775 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 975, '2021-05-23 00:00:00', 0.00930328726021899, 0.0153653846153847, 0.0126358464451188, 0.0227307692307694, 0.0141687630424763, 0.0334230769230768, 0.0281762106422033, 0.0643269230769232, 0.0633994904128999, 0.144153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 990, '2021-05-23 00:00:00', 0.0119283921155172, 0.016442307692308, 0.0132258633570159, 0.023788461538462, 0.0134211085177848, 0.0338846153846151, 0.0278862041987671, 0.0635961538461539, 0.0635583317784657, 0.147307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1005, '2021-05-23 00:00:00', 0.00844475258097265, 0.0144230769230772, 0.0110469626873356, 0.0231538461538459, 0.0135875508632548, 0.032307692307692, 0.0273827570674568, 0.0603461538461538, 0.0642052987269382, 0.145903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1020, '2021-05-23 00:00:00', 0.00893230954715289, 0.0161153846153845, 0.0088803153097175, 0.0219999999999997, 0.0153605012939028, 0.03675, 0.0273131132214203, 0.0576153846153848, 0.0651012259130702, 0.144980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1035, '2021-05-23 00:00:00', 0.00714188619774478, 0.013557692307692, 0.0119876378631678, 0.0207115384615382, 0.0175554506109594, 0.0380769230769232, 0.0277852201995674, 0.0539615384615387, 0.0639546353645721, 0.148346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1050, '2021-05-23 00:00:00', 0.00923613305697535, 0.0136153846153844, 0.0126948202641261, 0.0259615384615384, 0.0161955359471485, 0.0351538461538462, 0.0268957245672988, 0.0505000000000001, 0.0619964639190135, 0.147192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1065, '2021-05-23 00:00:00', 0.0107578415049743, 0.0203653846153846, 0.014237612699628, 0.028519230769231, 0.0202385390168968, 0.0374615384615387, 0.0260238130594622, 0.0476730769230773, 0.0597744092400754, 0.146 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1080, '2021-05-23 00:00:00', 0.00993556161549945, 0.0178461538461539, 0.0117476020466373, 0.023115384615384, 0.0197708020925964, 0.0337307692307693, 0.0246000312695233, 0.0431923076923077, 0.0586324011237682, 0.144461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1095, '2021-05-23 00:00:00', 0.0100556145816848, 0.0133461538461535, 0.0190213341762916, 0.0243653846153848, 0.0201912109592266, 0.0307500000000001, 0.0221655050784907, 0.0395192307692309, 0.0596702477080367, 0.141961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1110, '2021-05-23 00:00:00', 0.0169421186578126, 0.0188461538461541, 0.0174088947203616, 0.0230192307692311, 0.0194955221683183, 0.0281538461538465, 0.0214014377662231, 0.0373076923076925, 0.0594981609282685, 0.141134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1125, '2021-05-23 00:00:00', 0.00950685987144951, 0.0114038461538466, 0.0145218668009526, 0.0172692307692308, 0.0153110945194854, 0.021019230769231, 0.0173144781569109, 0.0333653846153847, 0.0595936109120638, 0.140461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1140, '2021-05-23 00:00:00', 0.0134767035458055, 0.0113076923076925, 0.0140237710280133, 0.0146153846153851, 0.0148748626367282, 0.0188076923076925, 0.0174570792340704, 0.0324807692307695, 0.0595936109120638, 0.140461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1155, '2021-05-23 00:00:00', 0.00723083674272879, 0.00825000000000004, 0.00826012199574643, 0.0124807692307691, 0.0121095639253254, 0.0183076923076925, 0.0157156462947451, 0.031192307692308, 0.059541494903845, 0.140519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1170, '2021-05-23 00:00:00', 0.00687768129532049, 0.00835999999999984, 0.00765843761263772, 0.0111199999999998, 0.0132177279943765, 0.0175, 0.0146423188054351, 0.0297200000000002, 0.0527286844769209, 0.13622 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1185, '2021-05-23 00:00:00', 0.00400351577093661, 0.00436363636363604, 0.00862958266486246, 0.0087272727272729, 0.0100955660834568, 0.0127954545454548, 0.0153255615067715, 0.0292045454545455, 0.0610685912355755, 0.143704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1200, '2021-05-23 00:00:00', 0.00917572016681575, 0.00679166666666683, 0.012561425164921, 0.0110625000000004, 0.0127199489562373, 0.0136666666666668, 0.0141086461054043, 0.0316458333333334, 0.0529538312377266, 0.137270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1215, '2021-05-23 00:00:00', 0.00795969011122065, 0.00576000000000022, 0.00765941686205038, 0.00770000000000024, 0.00815664350902585, 0.0105200000000004, 0.013089690599857, 0.0354399999999998, 0.0589928879894291, 0.14316 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1230, '2021-05-23 00:00:00', 0.00290699034834616, 0.00378260869565185, 0.00473914403305207, 0.00636956521739113, 0.00530595533861106, 0.00869565217391348, 0.0124173950410194, 0.0346521739130438, 0.0593272394762599, 0.147304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1245, '2021-05-23 00:00:00', 0.00473534175519201, 0.00521153846153848, 0.00518507473427357, 0.00675000000000053, 0.0055297795198778, 0.00946153846153896, 0.0137311689232925, 0.0352500000000001, 0.0584721005135058, 0.141442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1260, '2021-05-23 00:00:00', 0.0035848506030454, 0.00313461538461559, 0.0045798891488097, 0.00515384615384644, 0.00516735313884585, 0.00869230769230766, 0.0181542112088456, 0.0371538461538462, 0.058627677895211, 0.141269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1275, '2021-05-23 00:00:00', 0.00438924551494641, 0.00376190476190496, 0.00483193740104515, 0.00545238095238076, 0.00759824541149685, 0.0108333333333328, 0.01827081331106, 0.0415476190476188, 0.0586322477497705, 0.148238095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1290, '2021-05-23 00:00:00', 0.00325676810066963, 0.00294230769230753, 0.00481971113082689, 0.00698076923076922, 0.00682836279510214, 0.0100576923076922, 0.0181120019706437, 0.0387692307692307, 0.0583003892321088, 0.141653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1305, '2021-05-23 00:00:00', 0.00482614407852334, 0.00550000000000011, 0.006779380502671, 0.00771999999999991, 0.0099677814315256, 0.0137599999999999, 0.0177963011138078, 0.0394999999999999, 0.0577566518535599, 0.14468 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1320, '2021-05-23 00:00:00', 0.00498287581456671, 0.00347826086956483, 0.00505835512016844, 0.00521739130434787, 0.0104430035962205, 0.0125217391304351, 0.0192982622249043, 0.0366739130434781, 0.0518832777099603, 0.134021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1335, '2021-05-23 00:00:00', 0.00308030909058953, 0.00289473684210506, 0.00555896094460355, 0.00752631578947335, 0.00800063959431597, 0.0127368421052632, 0.0187226603797616, 0.038736842105263, 0.0509441989190995, 0.150815789473684 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1350, '2021-05-23 00:00:00', 0.00473176662406509, 0.00498076923076924, 0.0101220247290448, 0.011346153846154, 0.00959238480013434, 0.0139230769230773, 0.0184993139165916, 0.0382307692307691, 0.0578033403346741, 0.142384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1365, '2021-05-23 00:00:00', 0.0104522540815187, 0.00901923076923107, 0.0102041469699639, 0.0107307692307694, 0.0133336618549271, 0.0160576923076925, 0.018826413523394, 0.0385769230769229, 0.057432234315422, 0.142807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1380, '2021-05-23 00:00:00', 0.00811285779109012, 0.0065384615384616, 0.00819570713145626, 0.00948076923076941, 0.0128509353146583, 0.0225576923076923, 0.0196851759922571, 0.0378846153846154, 0.0574207815502902, 0.142615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1395, '2021-05-23 00:00:00', 0.00475181124887397, 0.00558333333333335, 0.013458453918785, 0.011395833333333, 0.0125289339044712, 0.0288125000000001, 0.0194421172692954, 0.0401874999999999, 0.058566352652726, 0.1401875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1410, '2021-05-23 00:00:00', 0.0124952324241421, 0.00838000000000008, 0.0124597017085747, 0.0203400000000002, 0.0137696828818484, 0.0301000000000001, 0.0199667849189596, 0.0383799999999999, 0.0582989279489767, 0.14284 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1425, '2021-05-23 00:00:00', 0.00966320340259879, 0.0182600000000002, 0.0112691318801996, 0.02608, 0.0141867602597164, 0.0300799999999998, 0.020121443785176, 0.0381799999999998, 0.0570676280098152, 0.14038 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 0, '2021-05-23 00:00:00', 0.0114149025401004, 0.0074999999999996, 0.0150706158314273, 0.0142115384615384, 0.0211926783438197, 0.0245192307692306, 0.0209969961221559, 0.0329230769230768, 0.0572174932906144, 0.142307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 30, '2021-05-23 00:00:00', 0.00538876755756561, 0.00327499999999983, 0.0121675528396324, 0.0101250000000002, 0.0199746385251527, 0.0247749999999998, 0.0205183486562378, 0.0303499999999998, 0.0608990266537026, 0.142425 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 45, '2021-05-23 00:00:00', 0.00597528611178162, 0.00511764705882393, 0.0193750237191502, 0.0253823529411767, 0.0191839489432915, 0.0256470588235294, 0.0192558719081003, 0.0320882352941177, 0.0625609702610178, 0.1445 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 60, '2021-05-23 00:00:00', 0.017763055870152, 0.0208846153846155, 0.0175991804879131, 0.0211346153846155, 0.0172859658504988, 0.0217692307692306, 0.017771076327734, 0.0271346153846154, 0.0565773398509982, 0.141153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 75, '2021-05-23 00:00:00', 0.00627491083035094, 0.00452173913043444, 0.00648066446112602, 0.00560869565217382, 0.00844723216357239, 0.0100869565217385, 0.0107541241284796, 0.0175869565217389, 0.0587802566945322, 0.136630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 90, '2021-05-23 00:00:00', 0.00684009537666678, 0.00352380952380943, 0.00683826767258315, 0.00580952380952347, 0.00846020094323964, 0.00999999999999936, 0.0108049812145884, 0.016952380952381, 0.0564444206192925, 0.137880952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 105, '2021-05-23 00:00:00', 0.00499892845660745, 0.00378571428571426, 0.00737644255463974, 0.00752380952380891, 0.00779903840226458, 0.00899999999999983, 0.00937194394633938, 0.0153333333333336, 0.0368859406691445, 0.128047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 120, '2021-05-23 00:00:00', 0.00599934120230361, 0.00508695652173886, 0.00648188415002796, 0.00641304347826075, 0.00688815216993671, 0.00791304347826081, 0.0101519580852376, 0.0173043478260873, 0.0596401014385852, 0.137652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 135, '2021-05-23 00:00:00', 0.00282550099669976, 0.00252941176470605, 0.00342568155520142, 0.00388235294117641, 0.00836055602569663, 0.00964705882352929, 0.013856406460551, 0.0180000000000003, 0.0507409076178415, 0.140470588235294 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 150, '2021-05-23 00:00:00', 0.00316666666666627, 0.00249999999999997, 0.00401240765684083, 0.00460526315789485, 0.00835094629928668, 0.00810526315789436, 0.00920430867830943, 0.0145526315789473, 0.0518277201225313, 0.134342105263158 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 165, '2021-05-23 00:00:00', 0.00338253166545923, 0.00294736842105249, 0.00736337546547824, 0.00694736842105252, 0.00917854095350037, 0.00963157894736823, 0.0127104506432915, 0.0195000000000002, 0.0591809471276354, 0.145631578947368 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 180, '2021-05-23 00:00:00', 0.00716992989762333, 0.00625000000000018, 0.00881028107562839, 0.00790000000000024, 0.00949043840149804, 0.00990000000000038, 0.0131845204291761, 0.0169000000000004, 0.0575609288173477, 0.14845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 195, '2021-05-23 00:00:00', 0.00459725355617251, 0.00320454545454541, 0.00572876277600324, 0.00465909090909071, 0.00745509645836087, 0.00656818181818201, 0.0125588872656235, 0.0144772727272732, 0.058813452424995, 0.147613636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 210, '2021-05-23 00:00:00', 0.00429714033047087, 0.00297826086956507, 0.00541462665547482, 0.00450000000000032, 0.00590127942180582, 0.00606521739130411, 0.0149620402426052, 0.017391304347826, 0.0583091884907564, 0.134434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 225, '2021-05-23 00:00:00', 0.00324150473409776, 0.00308333333333385, 0.00392005485489181, 0.00402777777777826, 0.00459076936892823, 0.00588888888888957, 0.0103526069464769, 0.0148333333333331, 0.0590211341897603, 0.152861111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 240, '2021-05-23 00:00:00', 0.00273458245011385, 0.00258333333333304, 0.00383194774617405, 0.00441666666666644, 0.00604395663160322, 0.0061666666666669, 0.0275130984848175, 0.0206666666666665, 0.0507349578467588, 0.137777777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 255, '2021-05-23 00:00:00', 0.00303687652821409, 0.00288095238095226, 0.00387067731245342, 0.00407142857142856, 0.00607963031457531, 0.00530952380952412, 0.0266089628652055, 0.0235238095238095, 0.0614988385488467, 0.139428571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 270, '2021-05-23 00:00:00', 0.00348904860168614, 0.00239583333333367, 0.00530957400239998, 0.00381250000000044, 0.00616084968495286, 0.00539583333333349, 0.0296916215674445, 0.0308749999999995, 0.0580657891495945, 0.142125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 285, '2021-05-23 00:00:00', 0.00293739501492114, 0.00262500000000063, 0.00341975683961631, 0.0033000000000003, 0.00505131561810245, 0.00540000000000003, 0.0160430957440463, 0.0239749999999997, 0.0559452916508147, 0.135675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 300, '2021-05-23 00:00:00', 0.00223442320495075, 0.00214705882352963, 0.00448936652153829, 0.0036764705882355, 0.00673964347110786, 0.00511764705882393, 0.0156575836727956, 0.0262352941176465, 0.0541186570797691, 0.141117647058824 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 315, '2021-05-23 00:00:00', 0.00360527720368578, 0.00254347826086982, 0.00412214687531405, 0.00358695652173911, 0.00694721771589859, 0.00582608695652191, 0.0282337259431411, 0.0410652173913036, 0.0605637301940669, 0.141478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 330, '2021-05-23 00:00:00', 0.00189157691916148, 0.00184782608695685, 0.00336733318908587, 0.00304347826086973, 0.00334495667802445, 0.00406521739130399, 0.0282685281504796, 0.040782608695652, 0.0604443117434084, 0.141913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 345, '2021-05-23 00:00:00', 0.00292423829238298, 0.0021315789473685, 0.0030368111930471, 0.00299999999999974, 0.005345244374853, 0.00539473684210484, 0.0262002801199255, 0.047236842105263, 0.0605178674500491, 0.146131578947369 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 360, '2021-05-23 00:00:00', 0.00191106617181145, 0.00175000000000007, 0.0047867570941359, 0.00399999999999986, 0.00538310393462873, 0.00527083333333334, 0.0370345510437816, 0.0605833333333329, 0.0574043273062076, 0.1388125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 375, '2021-05-23 00:00:00', 0.00442974254868375, 0.00338095238095279, 0.00440832545682984, 0.00366666666666675, 0.0055184754623511, 0.00564285714285786, 0.0340479353964656, 0.0585238095238091, 0.0532994572473034, 0.131571428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 390, '2021-05-23 00:00:00', 0.00330301778235982, 0.00273529411764674, 0.00515049255211672, 0.00455882352941201, 0.00755494578950494, 0.00802941176470598, 0.033626052356154, 0.07335294117647, 0.0590094708251039, 0.150147058823529 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 405, '2021-05-23 00:00:00', 0.00318128171649162, 0.0025652173913047, 0.00336865345308168, 0.00356521739130484, 0.00469872996043695, 0.00534782608695688, 0.0302522007823219, 0.0633260869565215, 0.0510021021809636, 0.136347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 420, '2021-05-23 00:00:00', 0.00269081329535869, 0.00240476190476205, 0.00317467658645316, 0.00385714285714283, 0.00696521971758885, 0.00621428571428561, 0.0349286688089013, 0.0671904761904761, 0.0597804315809106, 0.1445 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 435, '2021-05-23 00:00:00', 0.00235919254697094, 0.00225000000000026, 0.00403039439104533, 0.00342500000000001, 0.00508066510357992, 0.00505000000000013, 0.0333559353197096, 0.0727500000000001, 0.0508452243785515, 0.133 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 450, '2021-05-23 00:00:00', 0.00314504441110529, 0.00236956521739134, 0.00614675594892541, 0.00384782608695682, 0.00679070219959858, 0.00700000000000006, 0.055515558834684, 0.0879999999999999, 0.0567635080822383, 0.147869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 465, '2021-05-23 00:00:00', 0.00153966014421472, 0.00143478260869632, 0.00331647581895404, 0.00310869565217408, 0.00873772430824817, 0.00843478260869577, 0.0548981089978652, 0.0854347826086957, 0.0486322511282621, 0.140869565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 480, '2021-05-23 00:00:00', 0.00440151489073165, 0.00245999999999995, 0.0049697417773294, 0.00486000000000018, 0.0122939009268816, 0.0138400000000001, 0.0554733945238614, 0.0898800000000001, 0.057912052573996, 0.14458 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 495, '2021-05-23 00:00:00', 0.00365126141993572, 0.00338636363636398, 0.00862544308417039, 0.00677272727272764, 0.0176888694917482, 0.0225909090909091, 0.0570690703260422, 0.0940454545454547, 0.0580444299149867, 0.144818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 510, '2021-05-23 00:00:00', 0.00792361008871214, 0.00502173913043497, 0.0129425990266716, 0.0120217391304347, 0.0258091582238033, 0.0311086956521735, 0.0554537962432377, 0.0921521739130434, 0.0570570843065536, 0.147978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 525, '2021-05-23 00:00:00', 0.00988424672564014, 0.00785999999999973, 0.013072713311831, 0.0159999999999995, 0.0239985589845163, 0.0320799999999997, 0.0543814613019299, 0.0900200000000001, 0.056741129996972, 0.14692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 540, '2021-05-23 00:00:00', 0.0127373617604035, 0.0140961538461535, 0.0247154031698076, 0.0251346153846153, 0.0247696153816287, 0.0400769230769226, 0.0546426714067083, 0.0921923076923078, 0.0571146350637163, 0.145307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 555, '2021-05-23 00:00:00', 0.0240501344568234, 0.0181875000000001, 0.0241354026907251, 0.0258124999999998, 0.0257303111726901, 0.0431249999999999, 0.0586065856713897, 0.0929166666666668, 0.0587602866418453, 0.152854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 570, '2021-05-23 00:00:00', 0.00955407685835642, 0.0145961538461543, 0.0152856518947067, 0.0266346153846153, 0.0295184948542693, 0.0471923076923076, 0.0571219612893188, 0.0889615384615387, 0.0590824749494619, 0.148826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 585, '2021-05-23 00:00:00', 0.0155139184820167, 0.0201600000000001, 0.0200387541196222, 0.03148, 0.0330217983560354, 0.0482199999999999, 0.057895379781119, 0.0882000000000001, 0.0594879049331313, 0.14996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 600, '2021-05-23 00:00:00', 0.0173994694879344, 0.0228076923076924, 0.02972005280045, 0.0358076923076921, 0.0392304679475612, 0.0495192307692308, 0.0587321593206103, 0.0880576923076927, 0.0586491130498872, 0.147538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 615, '2021-05-23 00:00:00', 0.0285266474613579, 0.0220192307692308, 0.0293632226799759, 0.0308269230769228, 0.0385774396008065, 0.0461730769230771, 0.053538339964495, 0.0815769230769236, 0.053970490512444, 0.146423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 630, '2021-05-23 00:00:00', 0.0169712879707058, 0.0192692307692308, 0.0285714219780214, 0.0313846153846156, 0.0526850438564289, 0.0490769230769232, 0.0492069765222526, 0.0780576923076927, 0.0528105612980522, 0.146653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 645, '2021-05-23 00:00:00', 0.025041573125812, 0.0200961538461537, 0.0324751976366344, 0.0290384615384615, 0.0515959151633002, 0.046461538461538, 0.0485918163416907, 0.0762692307692313, 0.0520340716779358, 0.145769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 660, '2021-05-23 00:00:00', 0.0193583216055679, 0.0177692307692308, 0.0449355606995681, 0.0312692307692306, 0.0469587052632413, 0.0429999999999998, 0.044962433037096, 0.075096153846154, 0.049624187650781, 0.141 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 675, '2021-05-23 00:00:00', 0.0324804793447009, 0.019307692307692, 0.0328563774397231, 0.0273076923076919, 0.0346639082975585, 0.0379423076923077, 0.0382126237699608, 0.0727692307692309, 0.0454597032038767, 0.138269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 690, '2021-05-23 00:00:00', 0.0122403494168325, 0.0141153846153846, 0.0220836173179615, 0.0218846153846153, 0.0244075019993066, 0.0336153846153847, 0.0315965187955887, 0.0705000000000002, 0.0432988008361216, 0.135884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 705, '2021-05-23 00:00:00', 0.0160207677718641, 0.0152500000000001, 0.0163186537906303, 0.0225384615384619, 0.0204801216943498, 0.0311538461538464, 0.0295607588119528, 0.0700384615384619, 0.0419407503325999, 0.135557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 720, '2021-05-23 00:00:00', 0.0114837008240106, 0.0141538461538465, 0.0161048129452033, 0.0207500000000003, 0.0173014894867909, 0.0301923076923076, 0.0290493479338972, 0.0697692307692306, 0.0416117633146421, 0.133326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 735, '2021-05-23 00:00:00', 0.0127985726367615, 0.0132884615384619, 0.0124413238227102, 0.0175576923076927, 0.0193308442252671, 0.0291923076923076, 0.0303004188851476, 0.0703461538461543, 0.040788667355227, 0.131653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 750, '2021-05-23 00:00:00', 0.00827082453335486, 0.0105576923076926, 0.0114869323748601, 0.0195192307692308, 0.0138157657990931, 0.026153846153846, 0.0308435506286914, 0.0682307692307694, 0.0390280618963403, 0.130019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 765, '2021-05-23 00:00:00', 0.00913707578200782, 0.0143846153846155, 0.0132493831496471, 0.0201153846153847, 0.0173137562026893, 0.0293846153846156, 0.0302967185326428, 0.0683653846153852, 0.0387772980770171, 0.129173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 780, '2021-05-23 00:00:00', 0.0102489774349218, 0.0121923076923077, 0.0125065521289382, 0.0175769230769231, 0.0217112608144681, 0.0318269230769236, 0.0297314389416065, 0.069461538461539, 0.039039289873743, 0.127384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 795, '2021-05-23 00:00:00', 0.0112214252488437, 0.0115961538461539, 0.0169425840368627, 0.0208653846153848, 0.0218305713657213, 0.0319230769230774, 0.0281211732439348, 0.0684038461538467, 0.0388003419889761, 0.125442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 810, '2021-05-23 00:00:00', 0.0116975780969109, 0.0134999999999999, 0.0180551931587567, 0.0211400000000002, 0.0159592449696093, 0.0310200000000007, 0.0247853619434268, 0.0667800000000007, 0.0418881248088279, 0.12486 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 825, '2021-05-23 00:00:00', 0.00971699542039667, 0.0124999999999998, 0.00900258509882292, 0.0195576923076921, 0.0115909281502654, 0.0279807692307695, 0.0267414688049506, 0.0691153846153851, 0.0412001680355042, 0.124076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 840, '2021-05-23 00:00:00', 0.00692534364601412, 0.0144038461538461, 0.00813718908185433, 0.022076923076923, 0.0159386443782205, 0.0300961538461539, 0.0268715176634753, 0.0720384615384619, 0.0405509413719802, 0.124673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 855, '2021-05-23 00:00:00', 0.00993712928674768, 0.0139423076923073, 0.0122763844589773, 0.0194807692307693, 0.0198898505234745, 0.0328846153846151, 0.0266299426614828, 0.0730769230769233, 0.0410145565153859, 0.125423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 870, '2021-05-23 00:00:00', 0.0114300716735088, 0.0125576923076927, 0.0172448543049804, 0.0212500000000003, 0.0179318045769132, 0.0355192307692311, 0.0338239616930864, 0.0760961538461543, 0.0413801745544143, 0.124173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 885, '2021-05-23 00:00:00', 0.0112638973990086, 0.0141538461538464, 0.0149107730800976, 0.0246346153846155, 0.0167888813939927, 0.036442307692308, 0.0339995022588, 0.075115384615385, 0.0457484930394934, 0.125269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 900, '2021-05-23 00:00:00', 0.0111977504609015, 0.0170192307692305, 0.0125388013167741, 0.0248076923076923, 0.0211076089087835, 0.0373653846153844, 0.0343866085293946, 0.0721730769230773, 0.0470661768152028, 0.12525 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 915, '2021-05-23 00:00:00', 0.0101479061879783, 0.017, 0.0132974983187996, 0.0252884615384616, 0.0188007876267093, 0.0359807692307694, 0.0331092654937927, 0.0682884615384621, 0.0478957039987765, 0.123538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 930, '2021-05-23 00:00:00', 0.0124902577419982, 0.0175576923076922, 0.0151510852619668, 0.0266538461538457, 0.0176156071534485, 0.0330192307692306, 0.0333360973213028, 0.0653461538461543, 0.0482995301776796, 0.121769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 945, '2021-05-23 00:00:00', 0.0134730642965311, 0.017711538461538, 0.0163926930251067, 0.0234038461538465, 0.0167863039410112, 0.0310000000000003, 0.0343167597537995, 0.0630000000000005, 0.0488436437877184, 0.120307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 960, '2021-05-23 00:00:00', 0.0108421009885608, 0.0158653846153845, 0.0135351394525511, 0.023, 0.0148573343711239, 0.0340961538461539, 0.034493544546547, 0.0622307692307693, 0.0491408024104048, 0.119461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 975, '2021-05-23 00:00:00', 0.012213564338315, 0.0183653846153851, 0.0139511234728192, 0.0240769230769237, 0.0150733080438445, 0.0367307692307699, 0.0348097687438456, 0.0630000000000002, 0.050807676585335, 0.1205 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 990, '2021-05-23 00:00:00', 0.013597001931987, 0.0160384615384619, 0.0136206997448168, 0.0292115384615386, 0.0141613368556244, 0.0372115384615386, 0.0344413045853153, 0.0617884615384616, 0.0509147855206656, 0.119653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 1005, '2021-05-23 00:00:00', 0.0109123254237508, 0.0238269230769232, 0.0119180535323521, 0.0290000000000005, 0.0230139422624969, 0.0396923076923081, 0.0351437104560031, 0.0585961538461538, 0.0507979443860294, 0.118365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 1020, '2021-05-23 00:00:00', 0.0112489999555515, 0.0195000000000002, 0.0118155210829457, 0.025442307692308, 0.0259367574036421, 0.0391538461538463, 0.0439208247435523, 0.0603269230769231, 0.0507932915013237, 0.118461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 1035, '2021-05-23 00:00:00', 0.00896849185503635, 0.0164230769230769, 0.0171966454689461, 0.0252692307692308, 0.0191875360185081, 0.0373076923076921, 0.0424933478956955, 0.0552307692307691, 0.0491028629903199, 0.117365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 1050, '2021-05-23 00:00:00', 0.0152760748079624, 0.0180384615384614, 0.018121905571392, 0.0277115384615384, 0.0337738861343403, 0.0408461538461535, 0.0427667915740523, 0.0540384615384616, 0.0492498691915481, 0.119019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];
Date: 2021-05-23 17:48:31 Duration: 1s914ms Database: acaweb_fx User: pgperfstats
13 28s27ms 3 1s854ms 24s192ms 9s342ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration May 23 17 3 28s27ms 9s342ms [ User: pgperfstats - Total duration: 28s27ms - Times executed: 3 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1035, '2021-05-23 00:00:00', 0.000753244571580457, 0.00193576923076926, 0.000946942529325896, 0.00261692307692312, 0.00164664371934596, 0.00402153846153849, 0.00300337042081316, 0.00614173076923077, 0.00610417878304565, 0.0147038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1050, '2021-05-23 00:00:00', 0.000578863076675695, 0.00188769230769233, 0.00107179800407466, 0.00307519230769234, 0.00158578202013538, 0.00391615384615386, 0.00350907998571619, 0.00617788461538462, 0.00608119577373247, 0.0147090384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1065, '2021-05-23 00:00:00', 0.00115314868278786, 0.00256673076923078, 0.00162155276960555, 0.00317423076923076, 0.00180159489171295, 0.00381307692307691, 0.00379922373144024, 0.00611480769230772, 0.00602244393593984, 0.0146351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1080, '2021-05-23 00:00:00', 0.000865375352087183, 0.00193749999999999, 0.00113362773702567, 0.0024953846153846, 0.00137244767309527, 0.00314884615384612, 0.00378932119453933, 0.00577134615384616, 0.00579363794638966, 0.0143894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1095, '2021-05-23 00:00:00', 0.000625851420067118, 0.00154499999999999, 0.000769192508663869, 0.00221134615384614, 0.00118075498989157, 0.00271711538461538, 0.00379218216050623, 0.00578346153846154, 0.00583619246268821, 0.0145973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1110, '2021-05-23 00:00:00', 0.000686808897393161, 0.00160730769230767, 0.00101944819161376, 0.00209115384615383, 0.00131840352174661, 0.00270961538461536, 0.00379977866258228, 0.00578173076923076, 0.0057342506351008, 0.0145921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1125, '2021-05-23 00:00:00', 0.000747842126490506, 0.00149038461538461, 0.000865682123219344, 0.00187846153846152, 0.00117254962171528, 0.00254384615384613, 0.00382126869789847, 0.00558769230769232, 0.0057379388687523, 0.0145073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1140, '2021-05-23 00:00:00', 0.0004479775492314, 0.00118673076923076, 0.00077279263812387, 0.00175730769230768, 0.000925647070972518, 0.00243249999999999, 0.00387935679145201, 0.00552365384615386, 0.00573655442350599, 0.0144805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1155, '2021-05-23 00:00:00', 0.000640810934555708, 0.00142057692307693, 0.000753108328095085, 0.00184692307692307, 0.00107520046431425, 0.00280903846153847, 0.00385206133128747, 0.00563250000000001, 0.0057255003274823, 0.01455 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1170, '2021-05-23 00:00:00', 0.000425004660607941, 0.00111519230769229, 0.000699718514832937, 0.001765, 0.00122209334907208, 0.00265192307692309, 0.00387649253141988, 0.00558288461538463, 0.00571975152768558, 0.0145265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1185, '2021-05-23 00:00:00', 0.000725138607439989, 0.00137000000000002, 0.00126496556657302, 0.00213673076923078, 0.00173074502632649, 0.00278211538461539, 0.00387830822058361, 0.00554442307692309, 0.00567224808573759, 0.0145971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1200, '2021-05-23 00:00:00', 0.00119135443282653, 0.00154076923076924, 0.00129675927426207, 0.00185384615384616, 0.00163168196608948, 0.00262903846153847, 0.0036122701364186, 0.00546153846153847, 0.00552447102932452, 0.0145069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1215, '2021-05-23 00:00:00', 0.000381332330328604, 0.00103711538461541, 0.00100115957768979, 0.0016425, 0.00329996808842379, 0.00312423076923077, 0.00370631573751535, 0.0054928846153846, 0.00552740739406821, 0.0146475 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1230, '2021-05-23 00:00:00', 0.000930764470744354, 0.00128250000000001, 0.00147015955439695, 0.00192134615384619, 0.00387625078572661, 0.00326692307692309, 0.0037734783841152, 0.00554365384615385, 0.00564293032509229, 0.0146855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1245, '2021-05-23 00:00:00', 0.00115727086118761, 0.00142961538461539, 0.00321915182331285, 0.00247730769230768, 0.00391072738168315, 0.00322057692307695, 0.00372714234212508, 0.00547596153846154, 0.00564814645225794, 0.0146128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1260, '2021-05-23 00:00:00', 0.00280435384028806, 0.00183730769230769, 0.0033577495496927, 0.00235403846153846, 0.00345277890312226, 0.0032919230769231, 0.00330020433516565, 0.00535057692307694, 0.00572310113957863, 0.0145444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1275, '2021-05-23 00:00:00', 0.00137854265300493, 0.00122461538461537, 0.00162371359732987, 0.00175461538461542, 0.00147425459652825, 0.00268884615384618, 0.0023076998288339, 0.00469750000000001, 0.00524390912979416, 0.0141698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1290, '2021-05-23 00:00:00', 0.00103738065115203, 0.00118615384615389, 0.00115143390538125, 0.00201903846153849, 0.00121562249011012, 0.00252596153846155, 0.00224567670972814, 0.00461173076923078, 0.00514489185054906, 0.0140669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1305, '2021-05-23 00:00:00', 0.000717246899878006, 0.00153365384615386, 0.000824554051967105, 0.00191423076923078, 0.000865427084427994, 0.00232903846153846, 0.00213887742842972, 0.00454442307692309, 0.0051590120140913, 0.0140451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1320, '2021-05-23 00:00:00', 0.000778776950391802, 0.00153153846153849, 0.000928640942452992, 0.00187500000000001, 0.000988076861694184, 0.00227826923076925, 0.00220412291992843, 0.00452038461538464, 0.00529432640082396, 0.0140790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1335, '2021-05-23 00:00:00', 0.000745610127035906, 0.0010526923076923, 0.000762199751730791, 0.0014076923076923, 0.00118116215587087, 0.00223903846153846, 0.00206760779646432, 0.00434000000000002, 0.00510252037270272, 0.0139280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1350, '2021-05-23 00:00:00', 0.000446624950214208, 0.000944615384615381, 0.000528133141721497, 0.00145384615384616, 0.00111626230719378, 0.00217346153846155, 0.00208080450417991, 0.00430076923076926, 0.005096482859626, 0.0139265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1365, '2021-05-23 00:00:00', 0.000441309589569687, 0.00111307692307692, 0.00103716101042147, 0.00179019230769232, 0.00121970092488032, 0.00213288461538463, 0.00215064312384781, 0.00431461538461542, 0.005096482859626, 0.0139265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1380, '2021-05-23 00:00:00', 0.00106898458289236, 0.00136096153846154, 0.00114521546511497, 0.0016073076923077, 0.00126973849518471, 0.00241538461538463, 0.00238549292600084, 0.00442750000000001, 0.00509080483284853, 0.0139303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1395, '2021-05-23 00:00:00', 0.000525402556287926, 0.000834615384615412, 0.000879566938896667, 0.00141500000000002, 0.00139641415776268, 0.0028675, 0.00306992477983522, 0.00474807692307693, 0.00485564214243438, 0.0138911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1410, '2021-05-23 00:00:00', 0.000795574973501301, 0.00113846153846155, 0.000904257132423353, 0.0019698076923077, 0.00151034056271579, 0.00310384615384617, 0.00302379173580763, 0.00480269230769232, 0.00482972597168188, 0.0139048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1425, '2021-05-23 00:00:00', 0.000698087855392262, 0.00149057692307693, 0.00135687544068659, 0.00255480769230772, 0.0017022161572943, 0.00319538461538463, 0.00303503012911165, 0.00489826923076924, 0.00477857767702739, 0.0138911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 0, '2021-05-23 00:00:00', 0.00141201085471965, 0.00199557692307697, 0.00155957642178401, 0.00257884615384617, 0.00173129747921564, 0.00314019230769232, 0.0030730655516301, 0.00498673076923077, 0.00464123904626936, 0.0141082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 15, '2021-05-23 00:00:00', 0.0010605267166209, 0.00176240000000001, 0.001421221540319, 0.00218960000000002, 0.00146170442748642, 0.00274059999999999, 0.0028491683728181, 0.00484899999999999, 0.00434398749230861, 0.0141576 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 30, '2021-05-23 00:00:00', 0.00103381546548049, 0.00133340000000003, 0.000945913271218159, 0.0019204, 0.00103949314572055, 0.0025422, 0.00271889338702348, 0.00480399999999998, 0.00407552220580384, 0.014016 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 45, '2021-05-23 00:00:00', 0.000513951247313742, 0.0013267307692308, 0.000759178098087243, 0.00197576923076923, 0.000949163518375734, 0.00239076923076924, 0.00265996127791365, 0.00485499999999998, 0.0040106724354671, 0.0137307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 60, '2021-05-23 00:00:00', 0.000736001280308257, 0.00145826923076919, 0.000843014736617272, 0.00175038461538457, 0.000952287953380625, 0.00219211538461536, 0.00282297225387601, 0.00491211538461536, 0.00396441042759975, 0.0137290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 75, '2021-05-23 00:00:00', 0.000410930463891213, 0.00088461538461539, 0.000480806213962163, 0.00127384615384616, 0.00061557868334164, 0.00177634615384614, 0.00260328523216339, 0.00463999999999999, 0.0038411633854662, 0.0136180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 90, '2021-05-23 00:00:00', 0.000328145371162532, 0.000885769230769209, 0.000519848387661098, 0.00124211538461537, 0.000645112512548136, 0.00178807692307691, 0.00264882301874161, 0.00487076923076923, 0.0038281857974764, 0.0136375 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 105, '2021-05-23 00:00:00', 0.00050314365588917, 0.000896538461538468, 0.000551549600252251, 0.00138519230769229, 0.000645576456772102, 0.00183480769230768, 0.00285414441578452, 0.00507711538461537, 0.00382401740521466, 0.0136586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 120, '2021-05-23 00:00:00', 0.000405040548777302, 0.0010453846153846, 0.00055317975934939, 0.00141961538461537, 0.00104138628021276, 0.00209423076923074, 0.00284650373940764, 0.00512153846153845, 0.00381598381809988, 0.0136475 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 135, '2021-05-23 00:00:00', 0.000498121123669919, 0.000939423076923065, 0.000590379571514422, 0.00140596153846154, 0.00240576248108261, 0.00255865384615382, 0.00273333324968734, 0.00513442307692307, 0.00379268646922551, 0.0136105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 150, '2021-05-23 00:00:00', 0.000416031433723675, 0.00106307692307691, 0.000741768598584605, 0.00157942307692305, 0.00223798729115801, 0.00264865384615382, 0.0026243109571848, 0.00506999999999998, 0.00362726538232955, 0.0135269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 165, '2021-05-23 00:00:00', 0.000462910400036057, 0.00109403846153844, 0.00229861618069525, 0.00204788461538458, 0.00227237923433029, 0.0026107692307692, 0.00263180336680739, 0.00488480769230767, 0.00355813834210232, 0.0134676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 180, '2021-05-23 00:00:00', 0.00234324607197928, 0.00164692307692305, 0.00227764297870884, 0.00203153846153844, 0.00222000496361195, 0.00260096153846153, 0.00267580501186815, 0.0048176923076923, 0.00354882992634954, 0.0133903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 195, '2021-05-23 00:00:00', 0.000442075176342713, 0.00116230769230767, 0.000697990301894242, 0.00157730769230766, 0.000714638827552857, 0.00228942307692304, 0.00171587488337133, 0.00436384615384615, 0.00333779259161133, 0.0133257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 210, '2021-05-23 00:00:00', 0.000546121323517018, 0.00115250000000002, 0.000607822469020462, 0.00161692307692309, 0.000850774127124572, 0.00242884615384616, 0.00181687340272747, 0.00441019230769232, 0.00333285177611285, 0.0133598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 225, '2021-05-23 00:00:00', 0.000391188524292933, 0.00123730769230769, 0.00054582372471481, 0.00180346153846154, 0.000932098789746102, 0.00256807692307692, 0.00180263251940044, 0.00439000000000001, 0.00334721323813386, 0.0133476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 240, '2021-05-23 00:00:00', 0.000541172942640462, 0.0013169230769231, 0.000882212624815919, 0.00192134615384615, 0.00112232444232766, 0.00261807692307692, 0.00176678013302776, 0.00432096153846156, 0.00334575016309441, 0.0133369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 255, '2021-05-23 00:00:00', 0.000509622937534704, 0.00115846153846154, 0.000540302372608289, 0.00168057692307692, 0.00103979450632544, 0.00220884615384615, 0.00177988184568958, 0.00407576923076925, 0.00335885097111407, 0.0133153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 270, '2021-05-23 00:00:00', 0.000398146281583111, 0.0012623076923077, 0.000825074006004651, 0.00167865384615387, 0.00112018926972186, 0.00233000000000002, 0.00169903924208767, 0.0040321153846154, 0.00339556466358916, 0.0133157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 285, '2021-05-23 00:00:00', 0.000744392059644338, 0.0012165384615385, 0.000749106031315892, 0.00152038461538463, 0.00112381275815173, 0.00238634615384618, 0.00161004615318464, 0.00400384615384617, 0.0033471062185807, 0.0133059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 300, '2021-05-23 00:00:00', 0.000411995565696796, 0.000977115384615398, 0.000885770004007794, 0.00163250000000005, 0.00122051521277508, 0.00241923076923077, 0.0014460995284398, 0.00401538461538463, 0.0032110215484508, 0.0132342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 315, '2021-05-23 00:00:00', 0.000629192308867858, 0.00122980769230775, 0.000778278969166061, 0.00178692307692309, 0.00121189065576831, 0.00238519230769232, 0.00132457848157299, 0.00413807692307694, 0.00315044471219786, 0.0132182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 330, '2021-05-23 00:00:00', 0.000584836630705886, 0.00120826923076926, 0.0010843603573607, 0.00162576923076924, 0.00113861537032419, 0.00218980769230768, 0.00124946470076651, 0.00412596153846155, 0.00318367835155404, 0.0132403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 345, '2021-05-23 00:00:00', 0.000664223896450113, 0.00109923076923075, 0.000736226762725888, 0.00152961538461535, 0.0009425065598629, 0.00197384615384613, 0.00146725274420753, 0.00433884615384615, 0.00326888275432732, 0.0132673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 360, '2021-05-23 00:00:00', 0.000444216899550394, 0.00101442307692305, 0.000534935833678978, 0.00137211538461537, 0.000834472680107754, 0.0018455769230769, 0.00177188200683732, 0.00465038461538464, 0.00330762654854133, 0.0133692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 375, '2021-05-23 00:00:00', 0.000366677651350594, 0.000872500000000037, 0.000507433208943266, 0.00129769230769233, 0.000571129279450969, 0.00175057692307696, 0.00191520877552453, 0.00499557692307693, 0.00329075188976624, 0.013395 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 390, '2021-05-23 00:00:00', 0.000379396281559975, 0.00100153846153847, 0.000434688438380397, 0.00130596153846152, 0.000468992537254085, 0.00174000000000001, 0.00185541734886291, 0.00517653846153846, 0.0032126466683071, 0.0134988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 405, '2021-05-23 00:00:00', 0.000365172087988901, 0.000919423076923054, 0.000331365299237058, 0.00122019230769232, 0.000599830360634125, 0.00181230769230771, 0.00185003767113412, 0.00558576923076924, 0.00323771037332535, 0.0134526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 420, '2021-05-23 00:00:00', 0.000273190339394452, 0.000899807692307694, 0.000426959194591425, 0.00123307692307692, 0.000576929705090149, 0.00187173076923078, 0.00185510364628545, 0.00592653846153846, 0.00321935108129193, 0.0134992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 435, '2021-05-23 00:00:00', 0.000313131577161091, 0.000825769230769252, 0.000486680949035258, 0.0013071153846154, 0.000558235027702373, 0.00192211538461541, 0.00184193920596243, 0.00612596153846156, 0.0032059890649557, 0.0134882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 450, '2021-05-23 00:00:00', 0.000357692659222349, 0.00093903846153849, 0.000531374306723775, 0.00127557692307698, 0.000800721525587092, 0.00202980769230772, 0.00171065400224144, 0.00631134615384618, 0.00323324645138361, 0.0135838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 465, '2021-05-23 00:00:00', 0.000328268007298009, 0.00085673076923078, 0.000481831960813674, 0.00132596153846156, 0.00090934947162163, 0.0020826923076923, 0.00177889511949239, 0.00668538461538463, 0.00322521699329615, 0.0135894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 480, '2021-05-23 00:00:00', 0.000389087542057884, 0.00102365384615386, 0.000676378506914158, 0.00158326923076924, 0.000919005147721445, 0.00225230769230771, 0.00170728245601464, 0.00676923076923077, 0.00319888166155228, 0.0135567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 495, '2021-05-23 00:00:00', 0.000483054703065672, 0.00097961538461538, 0.000620978291457559, 0.00147096153846152, 0.000841138445569697, 0.00230326923076924, 0.00165150305665893, 0.00691211538461539, 0.00322582456960173, 0.0135269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 510, '2021-05-23 00:00:00', 0.00039885412795233, 0.00107615384615385, 0.000549011699469036, 0.00154461538461541, 0.000756844867754371, 0.00240692307692311, 0.00185339675689299, 0.00698846153846154, 0.00319529151192092, 0.0135253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 525, '2021-05-23 00:00:00', 0.000425811442560426, 0.00103076923076923, 0.000629632737884065, 0.00175423076923078, 0.000878749132836862, 0.00286903846153846, 0.0018839325992353, 0.00700596153846153, 0.00318302268050598, 0.0135857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 540, '2021-05-23 00:00:00', 0.000526460203770279, 0.00144711538461541, 0.000724642219411662, 0.00204288461538462, 0.00107418521895221, 0.00324173076923078, 0.00190635048032782, 0.00703192307692306, 0.00311787847002513, 0.0136780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 555, '2021-05-23 00:00:00', 0.000484165777394439, 0.0013975, 0.000733547780416388, 0.00222711538461537, 0.00113992909698534, 0.00370288461538459, 0.00221559667254322, 0.00731615384615385, 0.0031544813544202, 0.0137961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 570, '2021-05-23 00:00:00', 0.000621181906963223, 0.00172980769230767, 0.000855282679316313, 0.00249269230769231, 0.00109615671254685, 0.00383346153846152, 0.0022855097815451, 0.00737980769230768, 0.00313633924283614, 0.0138253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 585, '2021-05-23 00:00:00', 0.000747821245609309, 0.00176884615384616, 0.000929317139707346, 0.00294711538461538, 0.00113085386391807, 0.00406730769230768, 0.00236580332754336, 0.00756923076923077, 0.00311919445345456, 0.0139359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 600, '2021-05-23 00:00:00', 0.000669262165488133, 0.00230961538461538, 0.000899043851073944, 0.0029203846153846, 0.000978855473735275, 0.00432403846153846, 0.0025581899926435, 0.00778096153846154, 0.00311665881255011, 0.0141619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 615, '2021-05-23 00:00:00', 0.000620522267622525, 0.00175326923076918, 0.000957450701683295, 0.00279038461538459, 0.00117320955240148, 0.00394442307692307, 0.00254738765888025, 0.00778673076923076, 0.00312113803209417, 0.0141511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 630, '2021-05-23 00:00:00', 0.000765882798826583, 0.0020723076923077, 0.00102872148058419, 0.00286673076923079, 0.00124149018707977, 0.00396826923076925, 0.00256093832713415, 0.00775865384615384, 0.00324916110474926, 0.0141317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 645, '2021-05-23 00:00:00', 0.000772514301585318, 0.00189288461538462, 0.00100364637121924, 0.00268403846153847, 0.00182064026142962, 0.00415480769230769, 0.00258283788466512, 0.00746653846153845, 0.00338692454095952, 0.0139646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 660, '2021-05-23 00:00:00', 0.000609743357108887, 0.00188980769230771, 0.0011299856363961, 0.00267653846153846, 0.0018949645013927, 0.00397269230769228, 0.00235824990520184, 0.00725384615384613, 0.00332045657194215, 0.0140303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 675, '2021-05-23 00:00:00', 0.000672653985802055, 0.00186076923076923, 0.00118345896227315, 0.00290865384615383, 0.00157343108670684, 0.00400576923076922, 0.00229108704464798, 0.00698961538461537, 0.00317940357856384, 0.0139913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 690, '2021-05-23 00:00:00', 0.000746421230838334, 0.00192942307692306, 0.00086623775382623, 0.00257461538461536, 0.00173185236535471, 0.00384115384615382, 0.00239326996291364, 0.00705865384615384, 0.00321046382941778, 0.014005 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 705, '2021-05-23 00:00:00', 0.000693301910037436, 0.00185346153846154, 0.00163752952997452, 0.00290019230769231, 0.00156650641433541, 0.00372211538461539, 0.00211977474311271, 0.00710980769230768, 0.00342145954011081, 0.0142792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 720, '2021-05-23 00:00:00', 0.0014213592627644, 0.00207192307692309, 0.00128792618039771, 0.00292538461538462, 0.00139320687071784, 0.00356423076923077, 0.00193917714507987, 0.00721, 0.0035389278526347, 0.0143378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 735, '2021-05-23 00:00:00', 0.000876584301970728, 0.00195403846153849, 0.000838313691975661, 0.0025296153846154, 0.00144177424083608, 0.00339519230769232, 0.00216560572446747, 0.00756692307692307, 0.00346439841042479, 0.0145028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 750, '2021-05-23 00:00:00', 0.00042486056536234, 0.0015375, 0.0013662366052549, 0.0022273076923077, 0.00143303261007501, 0.0032976923076923, 0.00212586121010179, 0.00761326923076924, 0.00342821804463168, 0.0145651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 765, '2021-05-23 00:00:00', 0.00115177922563975, 0.00161423076923077, 0.00114364856422832, 0.00234903846153847, 0.00122071449758548, 0.00344173076923076, 0.00227262213854732, 0.00762576923076923, 0.00339516694956, 0.0145538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 780, '2021-05-23 00:00:00', 0.000786320936631272, 0.00186384615384618, 0.000871626706442976, 0.00252365384615386, 0.00153452082222632, 0.00358307692307694, 0.00225386171168167, 0.00774115384615386, 0.00341710090798976, 0.0146061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 795, '2021-05-23 00:00:00', 0.000582457294571903, 0.00160249999999999, 0.000904613729721175, 0.002365, 0.00172341829379425, 0.00371384615384614, 0.00229924356290031, 0.0076701923076923, 0.00340786048942508, 0.0144336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 810, '2021-05-23 00:00:00', 0.000516588848564843, 0.00163596153846155, 0.000965743495965667, 0.00229250000000001, 0.00143781383196317, 0.00352115384615386, 0.00204507001948966, 0.00760576923076923, 0.00357412623534113, 0.0144221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 825, '2021-05-23 00:00:00', 0.000592760037062606, 0.0016273076923077, 0.00102764495515043, 0.00260692307692308, 0.00108377296799368, 0.00330538461538462, 0.00208942363234092, 0.00746134615384615, 0.00370161773885626, 0.0146332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 840, '2021-05-23 00:00:00', 0.000882386536615356, 0.00184500000000001, 0.00102177989500976, 0.00245692307692309, 0.000954279047239301, 0.00329750000000002, 0.00204922274195704, 0.00761038461538461, 0.00363476716532898, 0.0146721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 855, '2021-05-23 00:00:00', 0.000707664550040935, 0.00171634615384617, 0.000636863709607797, 0.00228923076923075, 0.0012642177271097, 0.00318769230769231, 0.00219988373818674, 0.00793230769230769, 0.00375716933137373, 0.0144907692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 870, '2021-05-23 00:00:00', 0.000553178542606255, 0.00147749999999997, 0.000902710895878882, 0.00228519230769232, 0.00207699984259843, 0.00338711538461538, 0.00217334595815904, 0.00762557692307691, 0.00374296154340176, 0.0143463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 885, '2021-05-23 00:00:00', 0.000663751488481623, 0.00171596153846154, 0.000955193174179948, 0.00227, 0.00205716041220379, 0.00367980769230769, 0.00217367246842756, 0.00752999999999999, 0.00371889320280189, 0.0143294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 900, '2021-05-23 00:00:00', 0.000520611979629113, 0.00162920000000001, 0.00214452117810327, 0.00275740000000002, 0.0020598569529622, 0.00384260000000004, 0.00234529026277487, 0.00735480000000003, 0.00374620533562518, 0.0143826 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 915, '2021-05-23 00:00:00', 0.00210021061214931, 0.00206884615384617, 0.00208104793313367, 0.00286750000000001, 0.00237538972510908, 0.00403211538461543, 0.00234485706469414, 0.00729557692307694, 0.00383358149977075, 0.0144463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 930, '2021-05-23 00:00:00', 0.000898873675560328, 0.00180173076923077, 0.000929160435761535, 0.0024986538461539, 0.00174976402804668, 0.00371192307692312, 0.00226671711105252, 0.0070723076923077, 0.00382137931702877, 0.0145532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 945, '2021-05-23 00:00:00', 0.000433929274634262, 0.0017138461538462, 0.00101397542073078, 0.00256192307692312, 0.00135147931769373, 0.00369288461538465, 0.00220566403746214, 0.00689461538461539, 0.00370062787292184, 0.0145494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 960, '2021-05-23 00:00:00', 0.000804766186780119, 0.00195384615384616, 0.000957746252728437, 0.0025517307692308, 0.00151583321844915, 0.00417788461538463, 0.00215448159925731, 0.00684519230769231, 0.00390209474316234, 0.0148492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 975, '2021-05-23 00:00:00', 0.000664977182951503, 0.00171557692307691, 0.000910619231410919, 0.00275923076923077, 0.00128798190383846, 0.00411576923076921, 0.00261448615336817, 0.00705038461538459, 0.00388697292246807, 0.0148925 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 990, '2021-05-23 00:00:00', 0.000622388111662199, 0.00207019230769229, 0.00108945483896938, 0.00304038461538459, 0.000957450802110212, 0.00395096153846152, 0.00258872208598403, 0.00696403846153845, 0.00386351651796847, 0.0149082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1005, '2021-05-23 00:00:00', 0.000765378362943117, 0.00209903846153845, 0.000786094141944841, 0.00292499999999996, 0.000733994655189082, 0.0036930769230769, 0.00272692470489264, 0.0067878846153846, 0.00396607475491048, 0.0149451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1020, '2021-05-23 00:00:00', 0.000707763976304152, 0.00212461538461536, 0.000831215051318532, 0.0027726923076923, 0.00115403481150001, 0.00405711538461539, 0.00279545746909849, 0.00661230769230768, 0.00398063462760165, 0.0151709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1035, '2021-05-23 00:00:00', 0.000778985854517559, 0.00204019230769233, 0.000792722596741478, 0.00269865384615385, 0.00241089425636725, 0.00459634615384616, 0.0028167670229429, 0.0064023076923077, 0.00389814212157535, 0.015385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1050, '2021-05-23 00:00:00', 0.000503231442395426, 0.00186326923076922, 0.00102462039875191, 0.00291019230769233, 0.00230058481695419, 0.00425749999999999, 0.00269990963523999, 0.00610403846153847, 0.00390797370276954, 0.0153473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1065, '2021-05-23 00:00:00', 0.00100695206516424, 0.00225230769230773, 0.00212094024867779, 0.00346846153846157, 0.00204508496156027, 0.00414750000000001, 0.0025873546633282, 0.00606192307692308, 0.00414774292653428, 0.0155807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1080, '2021-05-23 00:00:00', 0.00210089944108191, 0.00256269230769231, 0.00200087739408335, 0.00318211538461538, 0.00194396447617114, 0.00369673076923077, 0.00269288636253713, 0.0056701923076923, 0.00469975222341968, 0.0157448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1095, '2021-05-23 00:00:00', 0.000696030088872139, 0.00176173076923076, 0.00114010817637895, 0.00248442307692309, 0.00119365411817919, 0.00315307692307695, 0.00259764322918947, 0.00531711538461541, 0.00483477963860257, 0.0157919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1110, '2021-05-23 00:00:00', 0.000692633658303846, 0.00186576923076925, 0.000897745488174931, 0.0023248076923077, 0.000863278277622791, 0.00292423076923077, 0.00245525092717316, 0.00507865384615387, 0.00496011335168243, 0.0157473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1125, '2021-05-23 00:00:00', 0.000574957791092934, 0.00153230769230764, 0.000654484059863473, 0.00205076923076922, 0.000746092513339718, 0.00281403846153845, 0.002532444000444, 0.00480115384615385, 0.00488640040945666, 0.0157601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1140, '2021-05-23 00:00:00', 0.000469147221439725, 0.00140634615384618, 0.000503309050186857, 0.00181, 0.00100536088048026, 0.00260250000000002, 0.00260954998330838, 0.00468365384615388, 0.00477235079953747, 0.0157730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1155, '2021-05-23 00:00:00', 0.000479562340537227, 0.00139596153846153, 0.000717691062741124, 0.00202730769230772, 0.00236438742269862, 0.00305326923076926, 0.00267816576869609, 0.0046767307692308, 0.00474183781719864, 0.0157167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1170, '2021-05-23 00:00:00', 0.000519850607238438, 0.00135057692307694, 0.000757950297741329, 0.0018344230769231, 0.00231620844020169, 0.00279346153846157, 0.00264825048925631, 0.00457557692307692, 0.00473478029707169, 0.0156973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1185, '2021-05-23 00:00:00', 0.000617568588529621, 0.00132019230769231, 0.00234070072512815, 0.00222326923076923, 0.00230872185751872, 0.00263384615384615, 0.00267327489305651, 0.00456442307692309, 0.00470326492572321, 0.0156698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1200, '2021-05-23 00:00:00', 0.00238906606309791, 0.00176942307692311, 0.00235911838161241, 0.00208846153846158, 0.00238628091711448, 0.00243615384615387, 0.00284337551972195, 0.0050171153846154, 0.00468114698715863, 0.0156463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1215, '2021-05-23 00:00:00', 0.000398755612451458, 0.00107903846153848, 0.00048918959671939, 0.00136230769230769, 0.000548084496573893, 0.00186384615384613, 0.00190725014494289, 0.00479134615384617, 0.00461009556466939, 0.0156936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1230, '2021-05-23 00:00:00', 0.00038402689208721, 0.000899423076923042, 0.000447431129208307, 0.00141115384615382, 0.000757870117754141, 0.00189865384615382, 0.00188171999879, 0.00484692307692309, 0.00459555827779554, 0.0157067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1245, '2021-05-23 00:00:00', 0.000359341063615059, 0.00109999999999999, 0.000537727590456819, 0.00153980769230768, 0.000838371406588194, 0.00199384615384615, 0.0018751012280367, 0.00484884615384616, 0.0045126496054467, 0.0158726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1260, '2021-05-23 00:00:00', 0.000444927133187186, 0.00100192307692306, 0.00067074668495985, 0.00139365384615384, 0.000880885939529925, 0.00201096153846154, 0.00191549380056424, 0.00484250000000001, 0.00450110342454618, 0.0158909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1275, '2021-05-23 00:00:00', 0.000518375309537854, 0.000954807692307696, 0.000604019485167112, 0.00135346153846152, 0.00108509474949637, 0.00224115384615386, 0.00204425980585789, 0.00496307692307693, 0.00450597623674977, 0.0160096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1290, '2021-05-23 00:00:00', 0.000430773543934455, 0.00103538461538461, 0.000720952921753289, 0.00159365384615385, 0.0010513849657256, 0.00229711538461542, 0.00213951645327773, 0.00508557692307693, 0.00453813001559688, 0.0160790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1305, '2021-05-23 00:00:00', 0.000563878055556739, 0.0013123076923077, 0.000990375996975215, 0.00191615384615386, 0.00105856811851597, 0.00234730769230772, 0.00211706578510483, 0.00512346153846156, 0.0045328207935185, 0.0160778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1320, '2021-05-23 00:00:00', 0.000898662424854951, 0.00152692307692311, 0.000934959892187881, 0.00186000000000002, 0.000966412099548565, 0.00239288461538465, 0.00231168117311921, 0.00522538461538464, 0.00453588093385989, 0.0160896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1335, '2021-05-23 00:00:00', 0.000442113499176261, 0.000932115384615359, 0.000435166457983471, 0.00122461538461537, 0.00108341726104881, 0.00213519230769232, 0.00230532684984481, 0.00501326923076923, 0.00453574669028831, 0.0160709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1350, '2021-05-23 00:00:00', 0.000250695724243273, 0.000817115384615383, 0.000540129507262282, 0.00138326923076926, 0.0011447307543698, 0.00212750000000003, 0.00216686640992508, 0.00497403846153848, 0.00452813230304129, 0.0160219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1365, '2021-05-23 00:00:00', 0.000441141874963313, 0.00109192307692309, 0.00107559681107748, 0.00164750000000002, 0.00119347701469926, 0.00217576923076925, 0.00214606768299607, 0.00495250000000002, 0.00547515546670733, 0.0163057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1380, '2021-05-23 00:00:00', 0.00113079332261098, 0.00128153846153849, 0.00116687768787546, 0.00164153846153848, 0.00175533034366318, 0.00286115384615386, 0.00218762516125453, 0.00495461538461538, 0.00547893166172438, 0.0163030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1395, '2021-05-23 00:00:00', 0.000892022162539446, 0.00107846153846157, 0.000873398754644971, 0.00147076923076925, 0.00137603489725427, 0.00329596153846155, 0.0022774386169217, 0.00514442307692308, 0.00547658754293076, 0.0162913461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1410, '2021-05-23 00:00:00', 0.000493811588174454, 0.00100173076923076, 0.00158423605709988, 0.00217826923076925, 0.00140152614619261, 0.00329846153846155, 0.00237191243838905, 0.00509115384615385, 0.00548305413559322, 0.0163394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1425, '2021-05-23 00:00:00', 0.0013568222490012, 0.00185384615384617, 0.00122646115370137, 0.00280519230769231, 0.0012171154423472, 0.00324, 0.00220424636519188, 0.00507596153846155, 0.00549087611406411, 0.0162725 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 0, '2021-05-23 00:00:00', 0.000908531020595649, 0.00196115384615388, 0.00118110463289503, 0.0024469230769231, 0.00118878865301551, 0.00282269230769231, 0.00187357523303607, 0.00493692307692308, 0.00562357529649817, 0.0161186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 15, '2021-05-23 00:00:00', 0.00091265026160077, 0.0015575, 0.000967090024446843, 0.00201365384615384, 0.00113005391294125, 0.0026146153846154, 0.00179702670028535, 0.00480019230769231, 0.00569413971688301, 0.0162136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 30, '2021-05-23 00:00:00', 0.000762382702201029, 0.00138423076923078, 0.000899440595378819, 0.00173923076923075, 0.00114105755602153, 0.00259288461538462, 0.00181265207319593, 0.00474153846153847, 0.00573248221507522, 0.0161521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 45, '2021-05-23 00:00:00', 0.000706980279346347, 0.00115365384615384, 0.000948079374314209, 0.00186750000000002, 0.00103630105887014, 0.00248826923076924, 0.00178994203816772, 0.00469750000000001, 0.00575156464330827, 0.0160796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 60, '2021-05-23 00:00:00', 0.000819345799074817, 0.00147346153846155, 0.001043534913352, 0.00191634615384615, 0.00144889565372551, 0.00252384615384614, 0.00180711828611189, 0.0046525, 0.0056987798829088, 0.0160419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 75, '2021-05-23 00:00:00', 0.000578435688865931, 0.00102538461538465, 0.0005346649561965, 0.00141115384615386, 0.0012770416534379, 0.00216923076923077, 0.00173976316911683, 0.00456173076923076, 0.0056848970222728, 0.0159769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 90, '2021-05-23 00:00:00', 0.000357594796468741, 0.000964038461538466, 0.00119682907975777, 0.0016153846153846, 0.00117153338046275, 0.00231769230769229, 0.00179586987707478, 0.00454615384615383, 0.00568169251598094, 0.0160346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 105, '2021-05-23 00:00:00', 0.00112713791730001, 0.00119826923076922, 0.00112402662163929, 0.00169038461538462, 0.00115119778759076, 0.00230788461538463, 0.00177887130377232, 0.00457634615384615, 0.00569323883756323, 0.0161123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 120, '2021-05-23 00:00:00', 0.000415905684574673, 0.00113153846153848, 0.000569386207987296, 0.00154442307692309, 0.000769650994832147, 0.00228057692307695, 0.00185181546056836, 0.00455750000000001, 0.00566420185497004, 0.0161194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 135, '2021-05-23 00:00:00', 0.000442528095587866, 0.00105865384615384, 0.000649610652621995, 0.001525, 0.00158424682420383, 0.002505, 0.00187323500517565, 0.00452576923076923, 0.00564996711018336, 0.0161021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 150, '2021-05-23 00:00:00', 0.000500464438143379, 0.00104057692307692, 0.000507621755004521, 0.00152538461538463, 0.001598808943702, 0.00241596153846154, 0.00188775540299545, 0.0045876923076923, 0.00565511295201076, 0.0160975 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 165, '2021-05-23 00:00:00', 0.00047913580056665, 0.00123365384615386, 0.00163077896677063, 0.00201596153846153, 0.00157397557648921, 0.00254365384615387, 0.00188589392188834, 0.00458673076923077, 0.00565445969669413, 0.0160623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 180, '2021-05-23 00:00:00', 0.0016000539413984, 0.00158115384615385, 0.00155405722100372, 0.00187038461538461, 0.00160493858018113, 0.00259538461538461, 0.00199649477450241, 0.00450423076923076, 0.0056692777351671, 0.0159959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 195, '2021-05-23 00:00:00', 0.00129130126676097, 0.0013448076923077, 0.00130275382880326, 0.00190346153846154, 0.00144048128976183, 0.00255288461538462, 0.00189616548287896, 0.00450153846153847, 0.00550903552915921, 0.0159826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 210, '2021-05-23 00:00:00', 0.000544182272914028, 0.00132288461538462, 0.000886528428109442, 0.00192442307692307, 0.000940313716062561, 0.00249826923076924, 0.00186290575342765, 0.00446538461538464, 0.00505761234713043, 0.0158455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 225, '2021-05-23 00:00:00', 0.000600534633600646, 0.00133961538461538, 0.000606821764479648, 0.00179942307692311, 0.000846724480662903, 0.00236788461538464, 0.00183120297786834, 0.00426788461538463, 0.00500654550025802, 0.0157396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 240, '2021-05-23 00:00:00', 0.000533263681349278, 0.00127307692307695, 0.000568835788120062, 0.00166192307692309, 0.000846656682759629, 0.00220846153846156, 0.00194088627654007, 0.00413153846153847, 0.00502681528252386, 0.0156932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 255, '2021-05-23 00:00:00', 0.000484131577792015, 0.00112576923076924, 0.000626850153852256, 0.00156634615384614, 0.000851497888339199, 0.00225557692307689, 0.00188457001829227, 0.00401307692307692, 0.00517915440454848, 0.0156521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 270, '2021-05-23 00:00:00', 0.000584168080396227, 0.0011221153846154, 0.000621366236610891, 0.001555, 0.000852350776472829, 0.00208461538461536, 0.00196782711091741, 0.00392346153846152, 0.00522624686999705, 0.0156678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 285, '2021-05-23 00:00:00', 0.000378418215938234, 0.00117211538461538, 0.000798616303364769, 0.00163999999999997, 0.00103144284677041, 0.0021028846153846, 0.0019519430161922, 0.00399653846153847, 0.00520932472000562, 0.0156490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 300, '2021-05-23 00:00:00', 0.00075728921921445, 0.00121980769230766, 0.000724397601193815, 0.00157173076923075, 0.00138636841590369, 0.00220923076923078, 0.00192422619812184, 0.0042473076923077, 0.00522055589436163, 0.0157353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 315, '2021-05-23 00:00:00', 0.000381183178255064, 0.00106115384615386, 0.000718249153256603, 0.00155038461538464, 0.00118180892963028, 0.00211711538461539, 0.00157565054940687, 0.00444942307692307, 0.00510775656383355, 0.0156336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 330, '2021-05-23 00:00:00', 0.00059573496946726, 0.00103192307692307, 0.00087072260000176, 0.00144038461538465, 0.00115841033317218, 0.00208750000000001, 0.0014694905972427, 0.00455615384615384, 0.00502899592746521, 0.0156009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 345, '2021-05-23 00:00:00', 0.000431558178625374, 0.000977692307692316, 0.000605557086173874, 0.00142076923076923, 0.000853369182440114, 0.0020548076923077, 0.0013551925920468, 0.00456480769230769, 0.0048971494887725, 0.0154613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 360, '2021-05-23 00:00:00', 0.000471941040972112, 0.000977115384615398, 0.000615705598980056, 0.00142923076923078, 0.000793590186819001, 0.00195576923076923, 0.00193357942288785, 0.00504923076923078, 0.00491701213605925, 0.0153521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 375, '2021-05-23 00:00:00', 0.000515629264551137, 0.000968461538461546, 0.000571434934717346, 0.00140826923076923, 0.000740389736246046, 0.00185980769230769, 0.00172891166300116, 0.00525153846153847, 0.0049193429087477, 0.0153055769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 390, '2021-05-23 00:00:00', 0.000434165911215478, 0.000915961538461544, 0.000540777076209658, 0.00120538461538461, 0.000752594588995074, 0.00183384615384616, 0.00183045879074493, 0.00551923076923078, 0.00495417415302103, 0.0151965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 405, '2021-05-23 00:00:00', 0.000398334803129996, 0.000828846153846161, 0.000490726658992729, 0.00124557692307691, 0.000695099356484107, 0.00179865384615382, 0.00192619265751019, 0.00560307692307692, 0.00496237860149903, 0.0151457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 420, '2021-05-23 00:00:00', 0.000296399418664456, 0.000853846153846128, 0.000406537395384689, 0.00128942307692307, 0.000655547363776141, 0.0017078846153846, 0.00205295213327989, 0.00596769230769234, 0.00497408664982829, 0.01508 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 435, '2021-05-23 00:00:00', 0.000337485726193883, 0.000933846153846174, 0.000358339761421167, 0.00124076923076925, 0.000644634780321383, 0.00185, 0.00209949485682772, 0.0063044230769231, 0.00498223714424941, 0.0150698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 450, '2021-05-23 00:00:00', 0.000334576655583658, 0.000943461538461553, 0.000604076058634509, 0.00129673076923079, 0.000602334081846502, 0.00192288461538462, 0.00217891632380727, 0.00657788461538465, 0.00500862057241927, 0.0150709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 465, '2021-05-23 00:00:00', 0.00045224380762863, 0.000962307692307737, 0.000477449473766578, 0.00145500000000003, 0.000467110100676326, 0.00197461538461542, 0.00210095360216772, 0.00704403846153848, 0.00504441876273632, 0.0150405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 480, '2021-05-23 00:00:00', 0.000275194267046703, 0.00107326923076925, 0.000363380495645238, 0.00142576923076924, 0.000719630033152706, 0.00213576923076929, 0.00223853214268773, 0.00725192307692309, 0.00505267375143711, 0.0150590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 495, '2021-05-23 00:00:00', 0.000451363063824062, 0.00104115384615384, 0.000390389401259033, 0.00147326923076926, 0.000816548010741686, 0.00247942307692311, 0.00232940435602028, 0.00753942307692309, 0.00507087190575895, 0.0151017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 510, '2021-05-23 00:00:00', 0.000373669794584233, 0.00107634615384616, 0.000733290161899431, 0.00157769230769234, 0.000824136191134986, 0.0026973076923077, 0.00259895231110246, 0.00780134615384616, 0.00509878435360973, 0.0151382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 525, '2021-05-23 00:00:00', 0.00041815423175962, 0.00113480769230772, 0.000632726730417354, 0.00198365384615386, 0.000930381828151145, 0.00282211538461538, 0.00267590355696052, 0.00783538461538461, 0.00510489200141921, 0.0151521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 540, '2021-05-23 00:00:00', 0.000607263629229198, 0.00154365384615385, 0.000671839266491615, 0.00205999999999997, 0.001986780851993, 0.00334692307692307, 0.00268081580579783, 0.00787076923076922, 0.00511087888347382, 0.0151501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 555, '2021-05-23 00:00:00', 0.000543366323522562, 0.00142480769230768, 0.000817331963440489, 0.00201153846153847, 0.00184013707683378, 0.00380269230769231, 0.00253829479405733, 0.00780269230769229, 0.00503241777035498, 0.0151288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 570, '2021-05-23 00:00:00', 0.000491908567176396, 0.00139596153846153, 0.00193700538103379, 0.00254538461538464, 0.00199590534691558, 0.00408192307692309, 0.00250751906197222, 0.00780961538461538, 0.00486931726378398, 0.0150638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 585, '2021-05-23 00:00:00', 0.00199906136628014, 0.00194288461538464, 0.00183399292214053, 0.00297096153846153, 0.00189030157341668, 0.00411903846153847, 0.00264617195935216, 0.00781903846153844, 0.00486579928211656, 0.0150505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 600, '2021-05-23 00:00:00', 0.000732041087539607, 0.00206307692307691, 0.0011345263498313, 0.00289596153846154, 0.00145544490950889, 0.00416326923076925, 0.00238684761525776, 0.00764346153846152, 0.00511278823524517, 0.0148884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 615, '2021-05-23 00:00:00', 0.000535787881391673, 0.00183057692307693, 0.000756584836871995, 0.00241384615384617, 0.00138332949798662, 0.00378749999999999, 0.0020006112527464, 0.00718076923076921, 0.00528324013708953, 0.0148628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 630, '2021-05-23 00:00:00', 0.000657727556410346, 0.00176346153846153, 0.00129999942307678, 0.0029175, 0.00138694147455693, 0.00383557692307691, 0.00199082835484669, 0.00695153846153844, 0.00537788058053184, 0.0148715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 645, '2021-05-23 00:00:00', 0.000848414176793754, 0.00228115384615385, 0.00118987686822563, 0.00286980769230766, 0.00141357968946273, 0.00408346153846153, 0.00199664715113962, 0.00684961538461536, 0.00534511329663331, 0.014786923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 660, '2021-05-23 00:00:00', 0.000663361399354684, 0.00183288461538459, 0.00073900413759641, 0.00247634615384613, 0.0011614010272743, 0.0038178846153846, 0.00176544098870946, 0.00639173076923074, 0.00524369592573202, 0.0147151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 675, '2021-05-23 00:00:00', 0.000642755007759556, 0.00167, 0.000975333098918604, 0.00257557692307693, 0.00103206717506478, 0.00370442307692307, 0.0018455419154109, 0.00643519230769229, 0.00525357140429254, 0.0147875 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 690, '2021-05-23 00:00:00', 0.00088090643875849, 0.00193307692307692, 0.000963650112053891, 0.00271346153846153, 0.00124345381281955, 0.00379423076923076, 0.00200350131980529, 0.00678846153846152, 0.00535109031305415, 0.0149384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 705, '2021-05-23 00:00:00', 0.000458796125327303, 0.00167673076923078, 0.000502308823181676, 0.00237192307692306, 0.000844013306493717, 0.00330269230769228, 0.00181760016124387, 0.00691288461538458, 0.00525906846460328, 0.0148613461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 720, '2021-05-23 00:00:00', 0.00058940974385724, 0.0017703846153846, 0.000770634403991555, 0.00262923076923075, 0.00068895575943712, 0.00328403846153843, 0.00187872620513102, 0.0072780769230769, 0.00519340180865624, 0.0148578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 735, '2021-05-23 00:00:00', 0.000665702751869195, 0.00177692307692309, 0.000666091469810147, 0.00220538461538463, 0.000713729748466563, 0.00292192307692307, 0.00209462833126878, 0.00726461538461537, 0.005140415356609, 0.0147759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 750, '2021-05-23 00:00:00', 0.000578689002434361, 0.0015348076923077, 0.000640606443[...];
Date: 2021-05-23 17:01:59 Duration: 24s192ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1080, '2021-05-23 00:00:00', 0.00231275194053775, 0.00513846153846159, 0.00262682364492528, 0.00668769230769236, 0.00281416734508691, 0.00906461538461536, 0.00420171446692151, 0.0131026923076923, 0.00974197174798107, 0.0356484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1095, '2021-05-23 00:00:00', 0.00153473390326995, 0.00406807692307698, 0.00188871971288658, 0.00552307692307696, 0.00273636392653858, 0.00801346153846151, 0.00371408487538158, 0.0117023076923077, 0.0100036311638094, 0.0354926923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1110, '2021-05-23 00:00:00', 0.00121620045159582, 0.00347346153846146, 0.00182250263268778, 0.00527038461538449, 0.00204772218668598, 0.00689692307692303, 0.00343152363557926, 0.0107623076923076, 0.0103299522450306, 0.0354242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1125, '2021-05-23 00:00:00', 0.00137088943615216, 0.00348461538461533, 0.0016548472390572, 0.00465923076923075, 0.00183752329132283, 0.00623038461538459, 0.00335176052476671, 0.0100988461538461, 0.0102069051438417, 0.0353838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1140, '2021-05-23 00:00:00', 0.00108948061019917, 0.00290000000000004, 0.00120657053732398, 0.00406730769230774, 0.00192579733736841, 0.00586076923076926, 0.00362378221454624, 0.00969846153846154, 0.0101388819668866, 0.0353765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1155, '2021-05-23 00:00:00', 0.00118666954767724, 0.00291615384615385, 0.00163470688974649, 0.0041288461538462, 0.00263221360484653, 0.00573269230769244, 0.00357988510773956, 0.00948576923076929, 0.0100691224963326, 0.0354903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1170, '2021-05-23 00:00:00', 0.00107976920610919, 0.00280846153846152, 0.00153327081254929, 0.00393076923076922, 0.0024926430828464, 0.00515153846153856, 0.0034814897120894, 0.00912884615384623, 0.0103154666623249, 0.0354126923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1185, '2021-05-23 00:00:00', 0.00125654501893701, 0.00263423076923079, 0.0017931764682135, 0.00364461538461542, 0.00216118115853348, 0.00482000000000001, 0.00351381793232646, 0.0087173076923077, 0.0103624277820624, 0.0353415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1200, '2021-05-23 00:00:00', 0.00140410190294254, 0.00270307692307697, 0.00166474488690063, 0.00345346153846157, 0.00208945219173324, 0.00480769230769238, 0.0036582388364643, 0.00872076923076925, 0.0103754004927334, 0.0353707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1215, '2021-05-23 00:00:00', 0.000888638024429272, 0.00221846153846145, 0.00166525789178539, 0.00343961538461529, 0.00186204655812236, 0.00463423076923071, 0.00366518951131405, 0.00841692307692305, 0.0104323876756657, 0.0355238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1230, '2021-05-23 00:00:00', 0.00132108609164511, 0.00244730769230752, 0.00134308765966264, 0.00327269230769224, 0.00152650631785837, 0.00474846153846146, 0.0037251982704074, 0.00803307692307687, 0.0104563752507556, 0.0356807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1245, '2021-05-23 00:00:00', 0.00100224578591516, 0.00233615384615385, 0.00133074923951191, 0.00319153846153846, 0.0018527456548428, 0.00443769230769217, 0.00378867868178956, 0.00776692307692303, 0.0102669163148135, 0.0358988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1260, '2021-05-23 00:00:00', 0.000926806261391174, 0.00218538461538455, 0.00135408941870398, 0.00334307692307686, 0.00147576942122252, 0.00431076923076905, 0.00337244134350549, 0.00758615384615381, 0.0103833716770909, 0.0359607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1275, '2021-05-23 00:00:00', 0.00114254163364643, 0.00229576923076922, 0.0015450985032079, 0.00278423076923075, 0.00185539363437038, 0.00453846153846152, 0.00316816153919933, 0.00746346153846157, 0.0103285078228247, 0.0361253846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1290, '2021-05-23 00:00:00', 0.000952377106952007, 0.00187307692307686, 0.00126526810779986, 0.00298076923076915, 0.00200029601655515, 0.00440807692307688, 0.00281132788225403, 0.00733730769230768, 0.0102868164844433, 0.0363257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1305, '2021-05-23 00:00:00', 0.000866047431637588, 0.00233307692307687, 0.0014610021850139, 0.0034307692307693, 0.00223219188587912, 0.00452615384615388, 0.00254467446913088, 0.00706192307692304, 0.0102793872385468, 0.0365349999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1320, '2021-05-23 00:00:00', 0.00138828577195584, 0.00258423076923084, 0.00175037600356209, 0.00323807692307691, 0.00248381793585237, 0.00473653846153849, 0.0024292505966941, 0.00681769230769232, 0.0105148129139506, 0.0367311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1335, '2021-05-23 00:00:00', 0.000866782290117594, 0.00191346153846149, 0.00135937344164362, 0.00284192307692313, 0.00158424750397343, 0.00432807692307698, 0.00246995558975962, 0.0067238461538461, 0.0106572684406175, 0.0368311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1350, '2021-05-23 00:00:00', 0.00094859507450982, 0.00206615384615392, 0.0012468712844556, 0.00335000000000002, 0.00133736066132566, 0.00406846153846155, 0.00256307279526873, 0.00689307692307689, 0.0109323710427054, 0.0369561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1365, '2021-05-23 00:00:00', 0.00111690892129195, 0.0025615384615385, 0.00125467918056922, 0.00314961538461544, 0.0013120983194868, 0.003695, 0.00276218533884938, 0.00726038461538454, 0.0114152595307266, 0.0370930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1380, '2021-05-23 00:00:00', 0.000949449395094925, 0.00208307692307704, 0.000909841659935319, 0.00252038461538464, 0.00166012066289916, 0.00394615384615387, 0.00272664112896319, 0.0075503846153846, 0.0122876669939352, 0.0375580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1395, '2021-05-23 00:00:00', 0.000794737789365868, 0.00176192307692309, 0.00111819834486623, 0.00242653846153846, 0.00175041133627323, 0.00433961538461541, 0.00247540094654459, 0.00799461538461529, 0.0124730253501151, 0.0376342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1410, '2021-05-23 00:00:00', 0.00080062329885324, 0.00170680000000001, 0.00147543180120258, 0.00313640000000003, 0.001725086761103, 0.00407920000000001, 0.00247266206074891, 0.00844079999999991, 0.0124205915989001, 0.0370896 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1425, '2021-05-23 00:00:00', 0.00095124315422594, 0.00245653846153852, 0.00117284873442666, 0.00332307692307697, 0.00125777826100073, 0.0037469230769231, 0.00244653173665532, 0.00860153846153834, 0.0125551396034269, 0.0375223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 0, '2021-05-23 00:00:00', 0.00115345501062619, 0.00218230769230771, 0.00114995310941191, 0.00270807692307695, 0.001359821255222, 0.00324538461538463, 0.00262303491281494, 0.00854807692307685, 0.0122072285773005, 0.0374515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 15, '2021-05-23 00:00:00', 0.00108890778023026, 0.00192807692307686, 0.00112556365366922, 0.00229153846153841, 0.0012354116100125, 0.00321538461538453, 0.00272135543151119, 0.00893923076923064, 0.0121046634624207, 0.0374784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 30, '2021-05-23 00:00:00', 0.000984026344237602, 0.00154038461538454, 0.00125975211236783, 0.00221923076923069, 0.00144927849423294, 0.00342807692307682, 0.00291362771498668, 0.00941769230769224, 0.0120686356121336, 0.0374084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 45, '2021-05-23 00:00:00', 0.00113599275458137, 0.00154653846153846, 0.00120342492015969, 0.00252653846153846, 0.00144110150179002, 0.00336846153846147, 0.00301269090043082, 0.00969230769230772, 0.0120517341299276, 0.0374034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 60, '2021-05-23 00:00:00', 0.000953983470264663, 0.00209730769230768, 0.00128060514541419, 0.00277153846153841, 0.00149938392476584, 0.00336192307692305, 0.00359599240608418, 0.0100057692307693, 0.0120586718812007, 0.0372865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 75, '2021-05-23 00:00:00', 0.00117045454681247, 0.00180961538461547, 0.00109958180861915, 0.00228807692307704, 0.00149751774100192, 0.00372076923076925, 0.00363585114360607, 0.00988153846153853, 0.0120896964458934, 0.037208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 90, '2021-05-23 00:00:00', 0.000470945366748125, 0.00140846153846158, 0.000729004484527677, 0.00202346153846169, 0.00147188863500147, 0.00375807692307703, 0.00344750114631546, 0.00996192307692304, 0.0119517570835678, 0.0370942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 105, '2021-05-23 00:00:00', 0.00071077292706328, 0.00145692307692319, 0.00141318668808637, 0.00283615384615388, 0.00211980579662026, 0.00422384615384609, 0.00337269408405444, 0.00999423076923081, 0.0118805318257029, 0.0369773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 120, '2021-05-23 00:00:00', 0.00119344317643726, 0.00236115384615379, 0.00146441587199611, 0.00305538461538461, 0.00210785246163011, 0.00454499999999997, 0.00335141166582779, 0.0101580769230769, 0.0120898440786536, 0.0370346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 135, '2021-05-23 00:00:00', 0.00128202676079116, 0.00194615384615389, 0.00181742882624374, 0.0030965384615384, 0.00153692600292317, 0.00481846153846158, 0.00345140687033788, 0.0100942307692308, 0.012119816938196, 0.0368311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 150, '2021-05-23 00:00:00', 0.00111049649325807, 0.00206230769230764, 0.00136718081635729, 0.00309923076923082, 0.0019508809844234, 0.00492615384615384, 0.00352143172369073, 0.00992423076923076, 0.0118548995194132, 0.0366211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 165, '2021-05-23 00:00:00', 0.00104231406753664, 0.00218115384615394, 0.00107439170625126, 0.00357846153846155, 0.00217054636865049, 0.00514346153846154, 0.00330291516926869, 0.0101438461538462, 0.0118519807432539, 0.0366134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 180, '2021-05-23 00:00:00', 0.000868150997146313, 0.00266692307692313, 0.00174148199487162, 0.00385653846153843, 0.00206339917462581, 0.00529807692307691, 0.00299310016795045, 0.0100038461538462, 0.0117117004480398, 0.0368907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 195, '2021-05-23 00:00:00', 0.00150595699192862, 0.00272230769230763, 0.00161267713397989, 0.00357346153846146, 0.00178980652155913, 0.00513923076923065, 0.00299861642454299, 0.00947269230769228, 0.0116588875310442, 0.0369423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 210, '2021-05-23 00:00:00', 0.000787754745121481, 0.00234153846153843, 0.00132540780371692, 0.00341538461538458, 0.00189292793149821, 0.00504807692307688, 0.0030343974690209, 0.00913999999999996, 0.0116045660244313, 0.0369361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 225, '2021-05-23 00:00:00', 0.00108600835809217, 0.00250307692307692, 0.0014641885649895, 0.00377192307692297, 0.00192229846397884, 0.00511923076923073, 0.00297096244441996, 0.00908461538461536, 0.0112540569368766, 0.0370115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 240, '2021-05-23 00:00:00', 0.00145213927071013, 0.00267730769230759, 0.00190946682046623, 0.00371346153846156, 0.00244390217606056, 0.00518461538461546, 0.00283040220028616, 0.00908615384615386, 0.0110921267503646, 0.0368596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 255, '2021-05-23 00:00:00', 0.000927603114732599, 0.00223346153846157, 0.00112148232950185, 0.00311884615384618, 0.00204129178557261, 0.00449192307692318, 0.00276401294108067, 0.00824653846153856, 0.0112653223723889, 0.0362419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 270, '2021-05-23 00:00:00', 0.000684693755237865, 0.00206846153846166, 0.00180467005294602, 0.00313500000000013, 0.00214814510324967, 0.00439076923076927, 0.00274637786632057, 0.00780923076923082, 0.0110721164191857, 0.036065 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 285, '2021-05-23 00:00:00', 0.0016696408181218, 0.0023626923076925, 0.00178557398657644, 0.00305769230769249, 0.00172867757370942, 0.00424692307692326, 0.00261655204713854, 0.00749384615384626, 0.0110338821189726, 0.0361911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 300, '2021-05-23 00:00:00', 0.00100998309201381, 0.00188461538461547, 0.00128937199979145, 0.0028980769230769, 0.00132901565656107, 0.00407115384615382, 0.00260463397694312, 0.00711692307692314, 0.0109805691039287, 0.0361046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 315, '2021-05-23 00:00:00', 0.00102054977642153, 0.00218461538461538, 0.000935664387563141, 0.00284961538461549, 0.00220355813663684, 0.00399730769230773, 0.00239862948047746, 0.00780923076923076, 0.0109749478639028, 0.0361038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 330, '2021-05-23 00:00:00', 0.00062374403033979, 0.00189384615384619, 0.00105257026076457, 0.00282192307692303, 0.00241084370804407, 0.00373076923076925, 0.00259270399390292, 0.00897499999999992, 0.0111675862828372, 0.0361307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 345, '2021-05-23 00:00:00', 0.00100598004262204, 0.00200038461538448, 0.00204708377942866, 0.00263999999999998, 0.00214409141596158, 0.00403000000000006, 0.00309090479658283, 0.00976269230769233, 0.0111916506584836, 0.0361973076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 360, '2021-05-23 00:00:00', 0.00161631261256559, 0.00191230769230779, 0.00178240011048208, 0.00284692307692314, 0.00179494079610967, 0.0041726923076925, 0.00376230215937829, 0.0110184615384615, 0.0113006517511159, 0.036245 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 375, '2021-05-23 00:00:00', 0.00057595152039581, 0.00165807692307684, 0.000987482891770031, 0.00260769230769238, 0.00134345547577313, 0.00354384615384624, 0.00382952449347897, 0.0125253846153847, 0.0113276881747608, 0.0362307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 390, '2021-05-23 00:00:00', 0.000813384666307703, 0.00182115384615391, 0.00110367860427689, 0.0025476923076924, 0.00115964158919242, 0.00321615384615391, 0.00375490221116144, 0.0131888461538462, 0.0112931207378652, 0.0362499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 405, '2021-05-23 00:00:00', 0.00066303277561416, 0.00165730769230774, 0.000815973321585066, 0.00221730769230772, 0.000945253730690735, 0.0031261538461539, 0.00380762419364092, 0.014455, 0.0112950266250921, 0.0362223076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 420, '2021-05-23 00:00:00', 0.000546194245526377, 0.00166807692307683, 0.000671065283995994, 0.00212384615384613, 0.00120617264997118, 0.00330269230769224, 0.00408071715039625, 0.0154626923076924, 0.0112489018746105, 0.0362857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 435, '2021-05-23 00:00:00', 0.000507551134218214, 0.00139192307692316, 0.000623140433610187, 0.00224000000000009, 0.00130249919533429, 0.00356192307692306, 0.00404897413408143, 0.0160634615384616, 0.0112508934072605, 0.0362676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 450, '2021-05-23 00:00:00', 0.000556515532992015, 0.00179846153846154, 0.00110783503353994, 0.00264769230769223, 0.00123891664834187, 0.00381769230769218, 0.00423002193120328, 0.0166384615384616, 0.011262948350164, 0.0363184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 465, '2021-05-23 00:00:00', 0.000820673269568717, 0.00194384615384615, 0.00095537507737111, 0.00295846153846145, 0.0010593882850313, 0.00374346153846148, 0.00460091703233827, 0.0171815384615385, 0.0113140065405673, 0.03628 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 480, '2021-05-23 00:00:00', 0.000844436726235563, 0.00240576923076919, 0.000933707333491254, 0.00308576923076917, 0.00106729103521303, 0.00387307692307695, 0.00513971989658815, 0.017706153846154, 0.0113150234032186, 0.0362611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 495, '2021-05-23 00:00:00', 0.00064941251557432, 0.00196384615384617, 0.000700281811404968, 0.00271115384615386, 0.001514751667893, 0.00496615384615376, 0.00524627605655072, 0.0180573076923077, 0.0111693753010356, 0.0363538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 510, '2021-05-23 00:00:00', 0.000779687215392244, 0.00210192307692306, 0.00095032213161973, 0.00304807692307696, 0.00229493717024772, 0.006463846153846, 0.00537967290970224, 0.0187161538461539, 0.0111240338837201, 0.0365746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 525, '2021-05-23 00:00:00', 0.000712877268539216, 0.00220500000000011, 0.00143386492229381, 0.00419384615384609, 0.00248806381318113, 0.00759153846153842, 0.00552906017886741, 0.0192476923076924, 0.0110836268154704, 0.0367607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 540, '2021-05-23 00:00:00', 0.00140048854113345, 0.00361807692307687, 0.00227084304914408, 0.00564807692307684, 0.00366797007369726, 0.00910730769230769, 0.00543884269363922, 0.0195446153846154, 0.0110938333251475, 0.0368753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 555, '2021-05-23 00:00:00', 0.00155270027817545, 0.00371307692307689, 0.00213843177621792, 0.00569230769230775, 0.00347950396553219, 0.0100396153846155, 0.00495363729612263, 0.0190576923076923, 0.0111426472548562, 0.0366403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 570, '2021-05-23 00:00:00', 0.00200243916646288, 0.00424115384615398, 0.00307554605533098, 0.00666653846153853, 0.00342753082239411, 0.0104465384615386, 0.00503729151887731, 0.0190146153846155, 0.0118561914562035, 0.0367196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 585, '2021-05-23 00:00:00', 0.00186212174269459, 0.0045657692307692, 0.00248378263015235, 0.00756192307692313, 0.00284132493471194, 0.0108592307692308, 0.00472693221379843, 0.0186419230769231, 0.0123353133164661, 0.0369288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 600, '2021-05-23 00:00:00', 0.00221803932822181, 0.00606230769230775, 0.00243431999666312, 0.00794538461538471, 0.00320393536859807, 0.0111446153846156, 0.00446862401812729, 0.0186061538461539, 0.012370454876283, 0.0366846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 615, '2021-05-23 00:00:00', 0.00172034866770127, 0.00531346153846152, 0.00279218119866064, 0.00770961538461539, 0.00328418110622142, 0.0101815384615385, 0.00494158616702711, 0.0172346153846155, 0.0129083250894678, 0.0367738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 630, '2021-05-23 00:00:00', 0.00162620123648287, 0.00490769230769228, 0.00246943917644359, 0.00694538461538465, 0.00340055380105158, 0.00942307692307703, 0.00523160219612131, 0.0163615384615386, 0.0129421093513205, 0.0366576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 645, '2021-05-23 00:00:00', 0.00155814075596047, 0.00486115384615394, 0.00218091896650506, 0.00657653846153855, 0.00287717671444662, 0.00916538461538478, 0.00499406989877455, 0.0157569230769232, 0.012804138922179, 0.0373315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 660, '2021-05-23 00:00:00', 0.00114764434319245, 0.00427346153846154, 0.00231031732752152, 0.00626692307692317, 0.00273222208805613, 0.0089115384615386, 0.00523639247515363, 0.0156830769230769, 0.0129333133419089, 0.037395 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 675, '2021-05-23 00:00:00', 0.00249366384755749, 0.00471923076923087, 0.00259670524970512, 0.00659307692307704, 0.00289426459372004, 0.00878346153846167, 0.00478341615938293, 0.0154769230769231, 0.0126439509708732, 0.037178076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 690, '2021-05-23 00:00:00', 0.00186892585357312, 0.00468961538461548, 0.0024313873532489, 0.00659269230769247, 0.00382174716387874, 0.00898076923076927, 0.00471924798442094, 0.0155784615384616, 0.0126766690359161, 0.0369053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 705, '2021-05-23 00:00:00', 0.00216859632020344, 0.00447500000000016, 0.00237236412434124, 0.00565653846153857, 0.00311190737947987, 0.00831346153846157, 0.00518843057640303, 0.0169596153846155, 0.0129101680677853, 0.0366465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 720, '2021-05-23 00:00:00', 0.00132797613509603, 0.003986153846154, 0.00279938919161915, 0.00634961538461536, 0.00342793386975083, 0.00808115384615386, 0.00615326616209133, 0.0179226923076924, 0.0130413698666973, 0.03674 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 735, '2021-05-23 00:00:00', 0.00210610077193344, 0.00419730769230764, 0.00240439610201492, 0.00555615384615386, 0.00235822974675104, 0.00696346153846147, 0.00624552468695672, 0.017921153846154, 0.0130307572304913, 0.0363849999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 750, '2021-05-23 00:00:00', 0.00129286372653285, 0.00355384615384621, 0.00128507413734046, 0.00464653846153845, 0.00175360959605737, 0.00663884615384614, 0.00637002997215514, 0.0176046153846155, 0.0131780997346122, 0.0357938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 765, '2021-05-23 00:00:00', 0.00123575906289948, 0.00347730769230767, 0.00129124132285403, 0.00468192307692306, 0.00176220159503343, 0.00678769230769237, 0.0063164230018629, 0.0179165384615386, 0.0131515985164717, 0.0357965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 780, '2021-05-23 00:00:00', 0.000849550559911517, 0.00347192307692302, 0.00141605997265442, 0.00495461538461536, 0.0020622561580799, 0.00706730769230769, 0.00671983291916839, 0.0185576923076925, 0.0131515985164717, 0.0357965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 795, '2021-05-23 00:00:00', 0.00107414996804283, 0.00353692307692309, 0.00160526824980938, 0.00517692307692317, 0.0022914119261679, 0.00685384615384624, 0.00695602600959456, 0.0187753846153847, 0.0131544369642396, 0.0357903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 810, '2021-05-23 00:00:00', 0.00124522151257701, 0.00359384615384626, 0.0018874225404381, 0.0051096153846154, 0.00262674668627301, 0.00690692307692323, 0.00752816170226075, 0.0191788461538462, 0.0131752237698119, 0.0358957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 825, '2021-05-23 00:00:00', 0.00158429431026512, 0.00389730769230772, 0.00159946048596202, 0.00500538461538475, 0.00231192417363013, 0.00699576923076937, 0.00785413435469113, 0.0194676923076924, 0.0133239052025356, 0.0359446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 840, '2021-05-23 00:00:00', 0.0011207934689316, 0.00345500000000011, 0.00183716453766711, 0.00482153846153852, 0.00360284221136589, 0.00798999999999998, 0.0095851062351161, 0.0207984615384616, 0.0134184269627198, 0.0360030769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 855, '2021-05-23 00:00:00', 0.00137131178074132, 0.00360000000000001, 0.00175655418800112, 0.0049788461538462, 0.00359233322507811, 0.00823499999999992, 0.0100862344883433, 0.0213669230769231, 0.0133888214739588, 0.0360573076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 870, '2021-05-23 00:00:00', 0.00133951500982197, 0.0038226923076924, 0.00369117733979909, 0.00649692307692308, 0.00386633623035477, 0.00882961538461534, 0.0100487765194805, 0.0213584615384615, 0.0129292735294757, 0.0362749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 885, '2021-05-23 00:00:00', 0.0034328463184585, 0.00485538461538462, 0.00334214394571007, 0.00626307692307682, 0.00539377802515229, 0.0108257692307693, 0.00929551534550192, 0.0214984615384615, 0.0126902261663789, 0.0359019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 900, '2021-05-23 00:00:00', 0.00145035168148969, 0.00403999999999992, 0.0021562651827783, 0.00593346153846148, 0.00557715500950079, 0.010955, 0.00891944986230397, 0.0209753846153847, 0.0122447231962935, 0.035416923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 915, '2021-05-23 00:00:00', 0.00197519685484373, 0.00458884615384614, 0.00458457777604605, 0.00817576923076925, 0.00542348047489243, 0.0111873076923077, 0.00877614610529811, 0.0206526923076923, 0.0117125967428893, 0.0348876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 930, '2021-05-23 00:00:00', 0.00469086308279595, 0.00607730769230769, 0.00511303289492794, 0.00843576923076924, 0.00532772107435757, 0.0111196153846155, 0.00824445253115462, 0.0201584615384616, 0.0110871140727215, 0.0343476923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 945, '2021-05-23 00:00:00', 0.0024321965064842, 0.00526961538461539, 0.00291685077807194, 0.00710769230769238, 0.0031645160767486, 0.0102750000000001, 0.00785080853258985, 0.0187488461538462, 0.0113927635872008, 0.034156923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 960, '2021-05-23 00:00:00', 0.001866884405799, 0.00506423076923079, 0.00270884116580107, 0.00719269230769237, 0.00322496292167114, 0.0103946153846155, 0.0076604748195877, 0.0182776923076923, 0.0112180521550689, 0.0340769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 975, '2021-05-23 00:00:00', 0.00205488940372434, 0.00488769230769242, 0.00249613424195224, 0.00722307692307703, 0.00317101342694204, 0.0101230769230771, 0.0072702643270114, 0.0178192307692308, 0.01036251573999, 0.0339026923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 990, '2021-05-23 00:00:00', 0.001752488340793, 0.00552923076923085, 0.00282599798573609, 0.00801384615384635, 0.00368122579918908, 0.0104592307692309, 0.00709809865115564, 0.0175326923076923, 0.0102178116955714, 0.0337103846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1005, '2021-05-23 00:00:00', 0.00210275544501456, 0.0056873076923078, 0.00239426108723464, 0.00788307692307709, 0.00412512862270324, 0.0103169230769231, 0.00671990674156895, 0.0170711538461538, 0.010825149350542, 0.0340876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1020, '2021-05-23 00:00:00', 0.00214944518780649, 0.00566884615384631, 0.00328017279094581, 0.00740846153846163, 0.00538420300508809, 0.0114550000000001, 0.00649550320191999, 0.0163246153846152, 0.0106929453163505, 0.0342334615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1035, '2021-05-23 00:00:00', 0.00219549230505117, 0.00500769230769232, 0.00302175853029075, 0.00700615384615376, 0.00587728782295422, 0.0109180769230769, 0.00623129364269882, 0.0156626923076922, 0.0103119178548976, 0.0345853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1050, '2021-05-23 00:00:00', 0.00175386891010864, 0.00492807692307694, 0.00423017359163716, 0.00847615384615386, 0.00549021462379967, 0.0102938461538461, 0.00565123224139245, 0.0152646153846153, 0.00993355884789615, 0.0345092307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1065, '2021-05-23 00:00:00', 0.00329611101848136, 0.00693038461538467, 0.00453536354237873, 0.00827230769230777, 0.00438790381003885, 0.00980038461538462, 0.00495392630608832, 0.0145746153846153, 0.0094605725717113, 0.0339242307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1080, '2021-05-23 00:00:00', 0.00310774776226219, 0.00539192307692316, 0.00314139070133932, 0.00680346153846151, 0.00307981720236766, 0.00904499999999994, 0.00366821375520114, 0.013301923076923, 0.00936175115111394, 0.0339761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1095, '2021-05-23 00:00:00', 0.00205350177464283, 0.00411846153846153, 0.0020302651588856, 0.00583615384615382, 0.00251247729419513, 0.00781307692307687, 0.00366864387017255, 0.0123096153846153, 0.00950058862144048, 0.033521923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1110, '2021-05-23 00:00:00', 0.00146166269917319, 0.00391538461538447, 0.00197504477067075, 0.00552461538461533, 0.00207842247870834, 0.00701999999999998, 0.00376095194577939, 0.0116434615384615, 0.00965535667986339, 0.0333338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1125, '2021-05-23 00:00:00', 0.00168244625014154, 0.00366423076923074, 0.00188585948575184, 0.00479499999999993, 0.00174706228148419, 0.00647115384615369, 0.00371348347760714, 0.0111965384615384, 0.009767791758947, 0.0331696153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1140, '2021-05-23 00:00:00', 0.00148643114151376, 0.00325153846153848, 0.00142203867739249, 0.004545, 0.00179597567226956, 0.00593615384615379, 0.00398124961055412, 0.0114773076923076, 0.00985051315336484, 0.0330042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1155, '2021-05-23 00:00:00', 0.00113601679294195, 0.00339307692307691, 0.00165878454111618, 0.00462692307692302, 0.001754135728456, 0.00593807692307697, 0.00426323721348706, 0.0111234615384615, 0.00984312127638063, 0.0330273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1170, '2021-05-23 00:00:00', 0.00133222872834024, 0.00303576923076919, 0.00145779058325094, 0.00396576923076927, 0.00159376906926734, 0.00543038461538461, 0.0040529542501546, 0.010553076923077, 0.00989851203270148, 0.0333773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1185, '2021-05-23 00:00:00', 0.000742897135440813, 0.0029519230769231, 0.00117943637125801, 0.00403307692307707, 0.00178322473668864, 0.00549230769230774, 0.0036687633003297, 0.0101619230769231, 0.0098419813827532, 0.0333615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1200, '2021-05-23 00:00:00', 0.00110131306245698, 0.00287769230769251, 0.00104236100346192, 0.00377269230769234, 0.00196693580513909, 0.00543269230769235, 0.00374823166511691, 0.00993615384615393, 0.00987831219622828, 0.0332096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1215, '2021-05-23 00:00:00', 0.00106618312758095, 0.00248230769230766, 0.00166512997875652, 0.0036946153846154, 0.00222766842581759, 0.00514115384615393, 0.00363604461764966, 0.00936730769230772, 0.00927051451563587, 0.0338807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1230, '2021-05-23 00:00:00', 0.00108951393537883, 0.0025261538461539, 0.00141460404897783, 0.0035938461538462, 0.00197722649572197, 0.00526615384615388, 0.00334347743892735, 0.00884576923076926, 0.00933605422336109, 0.0337673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1245, '2021-05-23 00:00:00', 0.000927427956978047, 0.00237884615384611, 0.00125982318661724, 0.00335769230769227, 0.0020599537336104, 0.00496576923076929, 0.00339740609198354, 0.00832807692307691, 0.00982305214200841, 0.0339957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1260, '2021-05-23 00:00:00', 0.00125414905260645, 0.00229538461538466, 0.00167270913375703, 0.00371038461538458, 0.0021218014479719, 0.00528576923076927, 0.00340030942030966, 0.00805192307692303, 0.0100234325150926, 0.0339007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1275, '2021-05-23 00:00:00', 0.00115117064163138, 0.00264461538461536, 0.00140933901582926, 0.00347269230769232, 0.00140242696231042, 0.00505576923076927, 0.0033911664432986, 0.00792461538461534, 0.0100670165468149, 0.0338530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1290, '2021-05-23 00:00:00', 0.000907494013542483, 0.00228576923076933, 0.00140170687158434, 0.00355692307692312, 0.00144402237357479, 0.00460384615384615, 0.00363133730399492, 0.0076611538461538, 0.0102185747613767, 0.034226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1305, '2021-05-23 00:00:00', 0.000681710969659364, 0.00251461538461546, 0.00115391167506271, 0.00338807692307697, 0.00150526624274191, 0.00407769230769231, 0.00370084782386216, 0.00738884615384614, 0.0101219294375362, 0.0346865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1320, '2021-05-23 00:00:00', 0.000892513563784081, 0.00223269230769233, 0.00110638593906191, 0.00281538461538458, 0.00289214618206998, 0.00462153846153847, 0.00408528889854997, 0.00737423076923079, 0.0103151769663033, 0.0347003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1335, '2021-05-23 00:00:00', 0.000680673535212328, 0.00180269230769228, 0.00128156472869928, 0.00251192307692305, 0.00289581557530076, 0.00474961538461533, 0.00397648766549656, 0.007473076923077, 0.0103778150138426, 0.0349273076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1350, '2021-05-23 00:00:00', 0.00109246573612865, 0.00192423076923075, 0.00265869629705992, 0.00365499999999998, 0.00278211742825777, 0.00486423076923078, 0.00382951195926497, 0.00760461538461543, 0.0103398077128378, 0.0349465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1365, '2021-05-23 00:00:00', 0.0016600702950826, 0.00285576923076917, 0.00171613183104869, 0.00376269230769221, 0.00185535316978073, 0.00425076923076927, 0.00341691349702523, 0.0072246153846154, 0.0103728647849161, 0.0348896153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1380, '2021-05-23 00:00:00', 0.00106195125195951, 0.00227269230769215, 0.00102391924260886, 0.00285115384615368, 0.00117293924034396, 0.0038576923076922, 0.00399719794163544, 0.00747923076923071, 0.0101838695758764, 0.0347865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1395, '2021-05-23 00:00:00', 0.000559649340762053, 0.00163923076923061, 0.000668918415170222, 0.00209961538461542, 0.000967869031191004, 0.00362230769230761, 0.00438621771531607, 0.00788461538461532, 0.0101794432370039, 0.0347838461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1410, '2021-05-23 00:00:00', 0.000570270111438374, 0.00147000000000003, 0.000903843162024538, 0.00263730769230767, 0.00099653430216164, 0.00360384615384612, 0.00423834396179226, 0.00821653846153833, 0.0102183998822637, 0.035011923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1425, '2021-05-23 00:00:00', 0.000705838072517564, 0.00206076923076924, 0.000928876989454668, 0.00289269230769228, 0.000963553758829101, 0.00344038461538456, 0.00490318320466016, 0.00892153846153836, 0.0102324349760192, 0.0350384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 0, '2021-05-23 00:00:00', 0.000930905679763207, 0.00218423076923071, 0.00100701111444492, 0.00269923076923076, 0.00105038542376671, 0.00310153846153842, 0.0048774003952294, 0.00904884615384608, 0.0102835869303394, 0.0349980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 15, '2021-05-23 00:00:00', 0.00080541905003172, 0.00161961538461532, 0.000861411721446964, 0.00211692307692304, 0.00190237551902472, 0.00326384615384612, 0.00478797116179215, 0.00920038461538454, 0.0102043869299133, 0.0349038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 30, '2021-05-23 00:00:00', 0.00089126910379776, 0.00164384615384623, 0.000903610876087943, 0.00207615384615385, 0.00202697592107433, 0.00349923076923081, 0.00475177466443198, 0.00926769230769228, 0.0102455384736667, 0.0349288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 45, '2021-05-23 00:00:00', 0.000539544679835082, 0.00141269230769225, 0.00166890088197169, 0.00267692307692299, 0.00200531942592697, 0.00349499999999996, 0.00453971913736447, 0.00946461538461528, 0.0102216046008141, 0.0348361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 60, '2021-05-23 00:00:00', 0.00167539979155386, 0.00223730769230764, 0.00179573871664611, 0.00278153846153848, 0.00249580931840686, 0.00376192307692311, 0.00474436632714558, 0.00955961538461531, 0.0102223739603194, 0.0348257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 75, '2021-05-23 00:00:00', 0.00115035967619501, 0.0018392307692309, 0.00146878856414196, 0.00245038461538463, 0.0019551648366471, 0.00393153846153853, 0.00468919453473778, 0.00953576923076917, 0.0101513885446581, 0.0347057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 90, '2021-05-23 00:00:00', 0.000850468196845869, 0.00174807692307688, 0.00152041755398367, 0.00258846153846152, 0.00180486526239065, 0.00409115384615381, 0.00467426790647881, 0.00952730769230758, 0.0101513885446581, 0.0347057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 105, '2021-05-23 00:00:00', 0.00123552498962995, 0.00181500000000002, 0.00144740574291225, 0.00314076923076931, 0.00214047902618507, 0.00409230769230769, 0.00457634956975697, 0.00972923076923063, 0.0101513885446581, 0.0347057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 120, '2021-05-23 00:00:00', 0.00137257982813946, 0.00251076923076932, 0.00183169715333577, 0.00322230769230769, 0.00374286603471803, 0.00492692307692294, 0.00477152149577209, 0.00988576923076911, 0.0101471163088148, 0.0346957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 135, '2021-05-23 00:00:00', 0.000923960705125257, 0.0018407692307693, 0.00123161188941719, 0.00264961538461551, 0.00369173257219618, 0.00529576923076927, 0.00472262001924288, 0.00979038461538452, 0.0101828507494029, 0.0346642307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 150, '2021-05-23 00:00:00', 0.000935812686714195, 0.00200423076923083, 0.00322067532335386, 0.00363153846153844, 0.00353760538304557, 0.00577038461538455, 0.00462732620917885, 0.00992038461538451, 0.0102223978520773, 0.0346853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 165, '2021-05-23 00:00:00', 0.00287034310465856, 0.00279153846153844, 0.0029826001305003, 0.00435653846153853, 0.00440644974833658, 0.00631923076923077, 0.00454186542496161, 0.00973153846153833, 0.0101233018632946, 0.0346361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 180, '2021-05-23 00:00:00', 0.00196100241242532, 0.00343230769230773, 0.00270771819917692, 0.00460538461538455, 0.00357087123607333, 0.00617423076923072, 0.00408740707727838, 0.00943384615384602, 0.0101766448226395, 0.0346096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 195, '2021-05-23 00:00:00', 0.00169449407017154, 0.00281692307692305, 0.00236840072622863, 0.00424500000000005, 0.00242472155419644, 0.00554884615384611, 0.00307134398043489, 0.0086846153846153, 0.010226982839528, 0.034485 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 210, '2021-05-23 00:00:00', 0.00169533790595998, 0.00278884615384627, 0.00155817847304026, 0.003748076923077, 0.00189377088208853, 0.00503192307692313, 0.00308575037626442, 0.00837076923076914, 0.0102664608612406, 0.0344411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 225, '2021-05-23 00:00:00', 0.000969111885260838, 0.00244538461538455, 0.00128824149671019, 0.00346307692307686, 0.00161416422765649, 0.00471692307692299, 0.00296120786166722, 0.00786999999999991, 0.0102891871324295, 0.0344196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 240, '2021-05-23 00:00:00', 0.000949329479969095, 0.00254230769230778, 0.00126225981721425, 0.00330961538461546, 0.00156569158963259, 0.00433307692307692, 0.00277449349500877, 0.00759307692307693, 0.0103427636836284, 0.0345061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 255, '2021-05-23 00:00:00', 0.0011146092795925, 0.00203461538461539, 0.00143986671391703, 0.00295192307692313, 0.00179215748792848, 0.00402730769230772, 0.00298707513232491, 0.00752538461538459, 0.0103217958783269, 0.0345430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 270, '2021-05-23 00:00:00', 0.00112541253974501, 0.00221423076923077, 0.00123139045860292, 0.0030523076923077, 0.00189816607849222, 0.00417769230769225, 0.00306274637941435, 0.00796923076923078, 0.0103491434428168, 0.034665 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 285, '2021-05-23 00:00:00', 0.00104773954485169, 0.00213692307692314, 0.00150306026287906, 0.0030069230769231, 0.00190638732040078, 0.00398384615384612, 0.003287585810521, 0.0079326923076924, 0.010494813290383, 0.0348750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 300, '2021-05-23 00:00:00', 0.00124936242201313, 0.00227769230769223, 0.00171551082322889, 0.00300423076923062, 0.00182687728525609, 0.00397615384615376, 0.00397114972694894, 0.00815692307692305, 0.010516203380425, 0.0349715384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 315, '2021-05-23 00:00:00', 0.000686678628225285, 0.0019065384615384, 0.000803741634721269, 0.00265384615384612, 0.0011535615084798, 0.003551923076923, 0.00412760465086549, 0.00862192307692311, 0.010546122057967, 0.0350623076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 330, '2021-05-23 00:00:00', 0.00054614790895992, 0.00177153846153842, 0.000804727282997118, 0.00251499999999993, 0.0018384025256058, 0.00363038461538447, 0.00418685297641969, 0.00924461538461535, 0.0105955648486307, 0.0350276923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 345, '2021-05-23 00:00:00', 0.000845771473044246, 0.00182423076923078, 0.00086001824667584, 0.00252076923076928, 0.0018323078763805, 0.0034980769230769, 0.00492925141765592, 0.0105434615384615, 0.0105871224825983, 0.0350376923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 360, '2021-05-23 00:00:00', 0.000615059721928196, 0.00166769230769237, 0.00194087466404663, 0.00269769230769229, 0.00193886394174915, 0.00341576923076928, 0.00485454117296385, 0.0115149999999999, 0.0106020757111339, 0.0350242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 375, '2021-05-23 00:00:00', 0.00173901161140902, 0.00198576923076921, 0.00167059735976729, 0.00236346153846156, 0.00170221755818243, 0.00337384615384626, 0.00508672317070487, 0.0129238461538462, 0.0106454560042518, 0.0350715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 390, '2021-05-23 00:00:00', 0.000603397177525748, 0.00139192307692309, 0.00117781264018707, 0.00223884615384622, 0.00137536411962007, 0.00312769230769227, 0.00506233270948675, 0.0135926923076922, 0.0111920516370392, 0.0354703846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 405, '2021-05-23 00:00:00', 0.000914499610968485, 0.00166153846153845, 0.000894646642750328, 0.00230384615384611, 0.00124519711136581, 0.00305038461538453, 0.00521862759736712, 0.0152149999999999, 0.0112340540048824, 0.0354357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 420, '2021-05-23 00:00:00', 0.000779697475849495, 0.00175192307692309, 0.00116672988107129, 0.00231884615384609, 0.00130742571490704, 0.00320499999999994, 0.00528731307361894, 0.0159234615384614, 0.0112474325890913, 0.0354296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 435, '2021-05-23 00:00:00', 0.000644870052503031, 0.00144576923076919, 0.000680511120126151, 0.00194923076923069, 0.0013623801005819, 0.00345346153846146, 0.00487040469018268, 0.0170053846153846, 0.0112802420391381, 0.0355126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 450, '2021-05-23 00:00:00', 0.000600639146755687, 0.00163076923076922, 0.00106226926906513, 0.00248999999999998, 0.00196286885803565, 0.00443307692307693, 0.00487666142103224, 0.0173888461538461, 0.0113112666841517, 0.035485 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 465, '2021-05-23 00:00:00', 0.000976632912692366, 0.00187961538461535, 0.00126823663164498, 0.00283807692307692, 0.00216461391121267, 0.00480576923076934, 0.00472806065300149, 0.0178684615384615, 0.0113519666137634, 0.035425 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 480, '2021-05-23 00:00:00', 0.000999075649711393, 0.00239192307692315, 0.00160278378022555, 0.0036703846153847, 0.00225099854765356, 0.00516769230769238, 0.00452591804541858, 0.017996923076923, 0.0113962026941501, 0.0353796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 495, '2021-05-23 00:00:00', 0.0013963301350877, 0.00233461538461544, 0.00172688144887298, 0.00340346153846165, 0.00256553707077839, 0.00589730769230771, 0.00443700827828142, 0.0178676923076923, 0.0113525146790683, 0.0352815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 510, '2021-05-23 00:00:00', 0.00132697017530678, 0.00231538461538462, 0.00184009113486663, 0.0035207692307692, 0.00274958069530607, 0.00682499999999991, 0.00479764405323472, 0.0178473076923076, 0.0112630683891408, 0.0352984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 525, '2021-05-23 00:00:00', 0.0011449425917754, 0.00259153846153832, 0.00199697987355524, 0.00476615384615371, 0.00354090635941615, 0.0079753846153845, 0.00472590863872104, 0.0176973076923076, 0.0112109586771845, 0.0352123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 540, '2021-05-23 00:00:00', 0.00189187900084716, 0.00413307692307684, 0.00242285629276376, 0.00577615384615377, 0.00348377867353171, 0.00888461538461531, 0.00476267145461612, 0.0174807692307692, 0.0111889799631326, 0.0351261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 555, '2021-05-23 00:00:00', 0.0019381193104499, 0.00392769230769232, 0.0030107119526017, 0.00591769230769234, 0.00374792744778321, 0.00951192307692307, 0.00530557970442437, 0.01707, 0.0111619994693534, 0.0349180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 570, '2021-05-23 00:00:00', 0.00196010113553837, 0.00399730769230763, 0.00240697358650946, 0.00591538461538453, 0.00410419801966427, 0.00987576923076908, 0.00529267034535634, 0.0170407692307691, 0.0111852320769568, 0.0349561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 585, '2021-05-23 00:00:00', 0.00202308735885, 0.00444769230769227, 0.00280649663898175, 0.00754076923076917, 0.00477276278641482, 0.0111038461538461, 0.00516945218046874, 0.0175796153846153, 0.0110473831011971, 0.0349757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 600, '2021-05-23 00:00:00', 0.00201677568258009, 0.00609192307692304, 0.002681161774593, 0.00787730769230763, 0.00477583558536738, 0.0111015384615384, 0.00494854590919235, 0.0176611538461537, 0.0110579371563527, 0.0350069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 615, '2021-05-23 00:00:00', 0.00140919971833433, 0.00501961538461532, 0.00368615741138913, 0.00771269230769223, 0.00426758993416118, 0.0108603846153846, 0.00449105711386521, 0.0166649999999999, 0.0110012429227862, 0.0355546153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 630, '2021-05-23 00:00:00', 0.00329066670822437, 0.00543076923076918, 0.00364331271488758, 0.00737653846153836, 0.00412431141105813, 0.0103638461538461, 0.00458026992822303, 0.016033846153846, 0.0111817288672877, 0.0355026923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 645, '2021-05-23 00:00:00', 0.00159428117392706, 0.00498269230769228, 0.00318188652314221, 0.00739461538461539, 0.00356777922738849, 0.0102638461538462, 0.00435825081355421, 0.014946923076923, 0.0112555058458584, 0.0354903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 660, '2021-05-23 00:00:00', 0.00261170433595786, 0.00529653846153844, 0.00275573083982054, 0.0072126923076923, 0.00340457757461012, 0.00927269230769227, 0.00435181067532195, 0.0146980769230768, 0.0114888150892007, 0.0353319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 675, '2021-05-23 00:00:00', 0.00167231042388852, 0.00439307692307687, 0.00276239252488467, 0.00663269230769229, 0.00278842919662941, 0.00779423076923074, 0.00536061335468829, 0.0147165384615384, 0.0115838771774194, 0.0352876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 690, '2021-05-23 00:00:00', 0.00267955889021953, 0.00497038461538467, 0.00268210468447117, 0.00609846153846152, 0.00271543284550781, 0.00793346153846147, 0.00542985446752143, 0.0147965384615384, 0.0116182904673886, 0.0355557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 705, '2021-05-23 00:00:00', 0.00133083201274763, 0.00407538461538463, 0.00172142338241875, 0.00538230769230766, 0.00201831906450746, 0.0071803846153845, 0.00608682334732483, 0.0160623076923076, 0.0118421042114079, 0.0353380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 720, '2021-05-23 00:00:00', 0.00133215914965133, 0.00396999999999994, 0.00173329122236818, 0.00568769230769223, 0.00171828304286136, 0.0073538461538461, 0.00649138378041348, 0.0166492307692308, 0.0122188411637362, 0.0356207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 735, '2021-05-23 00:00:00', 0.00135689492819221, 0.00375038461538461, 0.00155740933802062, 0.00502038461538469, 0.002171316651251, 0.00718999999999996, 0.00726953601312729, 0.0172246153846154, 0.012951446114683, 0.0364726923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 750, '2021-05-23 00:00:00', 0.0011424195645815, 0.00345769230769235, 0.00137560258124886, 0.00494769230769234, 0.00218830981493791, 0.00742961538461533, 0.00725261760703312, 0.0171169230769231, 0.0132685794961689, 0.0367753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 765, '2021-05-23 00:00:00', 0.00104772522821879, 0.00350192307692311, 0.00210420637332416, 0.00521269230769228, 0.00250188756434325, 0.0075742307692307, 0.00832423990524062, 0.0186150000000001, 0.0134291569584759, 0.0367761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 780, '2021-05-23 00:00:00', 0.00142293872509834, 0.00377884615384613, 0.00174083481300038, 0.00520538461538445, 0.00201603785068251, 0.00748384615384603, 0.00847223621374769, 0.0190323076923077, 0.0136186052827061, 0.0367446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 795, '2021-05-23 00:00:00', 0.00115176466613377, 0.00355538461538454, 0.0016862887[...];
Date: 2021-05-23 17:51:20 Duration: 1s981ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1050, '2021-05-23 00:00:00', 0.00218051426538291, 0.00526769230769238, 0.00383520872965213, 0.00879500000000011, 0.00464061196229713, 0.0104907692307693, 0.00504727813929291, 0.0151738461538463, 0.00857714734718867, 0.0347338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1065, '2021-05-23 00:00:00', 0.00272013407474998, 0.00629576923076926, 0.00309452282888035, 0.0077365384615386, 0.00327124281251962, 0.00946153846153858, 0.00430481220889432, 0.014038076923077, 0.00893580855968755, 0.0349288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1080, '2021-05-23 00:00:00', 0.00223946738173292, 0.00511307692307708, 0.00256773713607915, 0.00669500000000002, 0.0027884619692308, 0.00906192307692305, 0.00407539085430884, 0.0131611538461539, 0.0097068213366446, 0.0355873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1095, '2021-05-23 00:00:00', 0.00148211117614751, 0.00414846153846146, 0.00186141716070139, 0.00559461538461538, 0.00272275440289078, 0.00808346153846146, 0.00360399617945652, 0.0118573076923077, 0.00999986769143242, 0.0355346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1110, '2021-05-23 00:00:00', 0.00119568744307968, 0.00346269230769236, 0.00183500559630245, 0.00524846153846149, 0.00202226122485159, 0.00691730769230766, 0.0033514709514571, 0.0108384615384616, 0.0102333306406076, 0.0354099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1125, '2021-05-23 00:00:00', 0.00134662227014912, 0.00348346153846145, 0.00163425414650985, 0.00467115384615382, 0.00179651388913255, 0.00624692307692308, 0.00330471532580568, 0.0101407692307693, 0.0101570931941104, 0.035426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1140, '2021-05-23 00:00:00', 0.00107879277257213, 0.00288461538461549, 0.0011991061414493, 0.0040634615384616, 0.0019348714129407, 0.00585923076923096, 0.00357733026797268, 0.00973961538461553, 0.0100698023584606, 0.0353965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1155, '2021-05-23 00:00:00', 0.00114113283794934, 0.00295807692307692, 0.00157081620136213, 0.00416346153846157, 0.00260198743567005, 0.00578884615384628, 0.0035176407522, 0.00961269230769248, 0.00999050392199425, 0.0355138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1170, '2021-05-23 00:00:00', 0.00101619773969138, 0.00284538461538464, 0.00152655413872591, 0.0039434615384617, 0.00243147251997312, 0.00522115384615391, 0.0033644476286834, 0.00924961538461553, 0.0101823618840846, 0.0353784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1185, '2021-05-23 00:00:00', 0.0012448689149402, 0.00262884615384628, 0.00173745565521714, 0.00369807692307695, 0.00206669442495818, 0.00489461538461541, 0.00346427750265242, 0.00887115384615394, 0.0102839271457191, 0.0353684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1200, '2021-05-23 00:00:00', 0.00135306375993945, 0.00283153846153853, 0.00159744623118846, 0.00360230769230772, 0.00199320850736841, 0.00492807692307708, 0.00353048630339514, 0.00891846153846159, 0.0103788018650442, 0.0354319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1215, '2021-05-23 00:00:00', 0.000811482972948131, 0.00236615384615387, 0.00158248708829336, 0.00356576923076931, 0.00179215971987389, 0.00480730769230788, 0.00356012689920751, 0.00890653846153855, 0.0103711013583233, 0.0355792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1230, '2021-05-23 00:00:00', 0.00120802878213283, 0.00260153846153853, 0.0012916724995732, 0.00338461538461559, 0.00157472087880802, 0.00489461538461548, 0.00355831414274525, 0.00856346153846163, 0.0103600849194618, 0.0356834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1245, '2021-05-23 00:00:00', 0.000969306175332954, 0.0024623076923078, 0.00125452559222153, 0.00333769230769252, 0.0018234712880825, 0.00455653846153864, 0.00363242459819025, 0.00838269230769241, 0.0102482862882607, 0.0359796153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1260, '2021-05-23 00:00:00', 0.000927466358502528, 0.00227461538461553, 0.0013474600607753, 0.00343615384615388, 0.00145946697330012, 0.00442038461538462, 0.00316739536285176, 0.00826423076923082, 0.0103539458178995, 0.036025 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1275, '2021-05-23 00:00:00', 0.00110942479899057, 0.00238923076923067, 0.00147774984871741, 0.00286384615384613, 0.00183268982645724, 0.00465999999999992, 0.00304225637416594, 0.00809961538461538, 0.010299421313094, 0.0361707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1290, '2021-05-23 00:00:00', 0.000890140179107415, 0.00192153846153851, 0.00121295170808796, 0.00305961538461533, 0.00186075749670349, 0.00457230769230772, 0.00262691336860467, 0.00791461538461538, 0.010249624060648, 0.0363857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1305, '2021-05-23 00:00:00', 0.000851771457249154, 0.00244884615384606, 0.00140026047027516, 0.00358423076923076, 0.00214857437529017, 0.00468038461538465, 0.00239473872029114, 0.00766846153846153, 0.0102139850130178, 0.0366053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1320, '2021-05-23 00:00:00', 0.00133247421680919, 0.00262346153846163, 0.0016525376290373, 0.00334384615384627, 0.00232585497927439, 0.00484423076923085, 0.0023185172980891, 0.00743230769230767, 0.0102869261013863, 0.0367261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1335, '2021-05-23 00:00:00', 0.000802395260358628, 0.00214307692307692, 0.00128805996038161, 0.00302769230769226, 0.00158043109990229, 0.00454769230769235, 0.0024818658303784, 0.00742499999999991, 0.0105833199168095, 0.0369426923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1350, '2021-05-23 00:00:00', 0.000874842579245797, 0.00221846153846149, 0.00111886185302464, 0.00346961538461545, 0.00136229150839529, 0.00429307692307704, 0.00253882168307698, 0.00761346153846149, 0.0108023865169478, 0.0370576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1365, '2021-05-23 00:00:00', 0.0010653358444821, 0.00264730769230777, 0.00138827596458556, 0.00338307692307712, 0.00134409231596868, 0.00406192307692313, 0.00278595366906082, 0.00794538461538454, 0.0113523046050637, 0.0372396153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1380, '2021-05-23 00:00:00', 0.00125422590285188, 0.00235884615384629, 0.00112586493246465, 0.00291038461538474, 0.00167300213802793, 0.00454192307692313, 0.00273021174157717, 0.00818192307692296, 0.0121851723071052, 0.037661923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1395, '2021-05-23 00:00:00', 0.000654377449301011, 0.00222461538461541, 0.00102028630974149, 0.00303192307692308, 0.00194540547484014, 0.0053923076923077, 0.00263402949577535, 0.00850076923076914, 0.0123495736207928, 0.0377261538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1410, '2021-05-23 00:00:00', 0.000784081235979682, 0.00211076923076919, 0.00147044216270019, 0.00359807692307691, 0.00170532798559744, 0.00525346153846157, 0.00248889410103233, 0.00886538461538459, 0.012386037921168, 0.0377092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1425, '2021-05-23 00:00:00', 0.00102462488445585, 0.00284807692307688, 0.00132918789549803, 0.00434269230769232, 0.00129406318951641, 0.00490653846153851, 0.0025559404110063, 0.00900923076923076, 0.0124033955214504, 0.0376426923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 0, '2021-05-23 00:00:00', 0.00111838929509564, 0.00326115384615391, 0.00107981458522347, 0.0037265384615385, 0.00115454686415858, 0.00425230769230771, 0.00271871259125459, 0.00901692307692309, 0.0121068073413265, 0.0376099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 15, '2021-05-23 00:00:00', 0.00112112258301834, 0.00262961538461528, 0.00100222130213916, 0.00320346153846146, 0.00107170324537809, 0.00400038461538447, 0.00279006534249372, 0.00930384615384616, 0.012065837087222, 0.0376761538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 30, '2021-05-23 00:00:00', 0.000808506029662209, 0.00247499999999987, 0.00106920272237702, 0.00297230769230752, 0.00133766869532839, 0.00391846153846142, 0.00302070193065216, 0.00976192307692313, 0.0120032501239647, 0.0377115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 45, '2021-05-23 00:00:00', 0.00103040455087383, 0.00217153846153831, 0.00104597639332088, 0.00307884615384602, 0.00113004751431758, 0.00386076923076911, 0.00312533124398284, 0.0099807692307693, 0.011989888509137, 0.0376576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 60, '2021-05-23 00:00:00', 0.000698054439137697, 0.0024099999999999, 0.00104580282006775, 0.00305653846153838, 0.00127227016966334, 0.00377076923076917, 0.00349047724310228, 0.0101007692307692, 0.012021851105383, 0.0374899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 75, '2021-05-23 00:00:00', 0.000963082231491913, 0.00225923076923085, 0.000998810985429925, 0.00284923076923078, 0.00126574933719735, 0.00418576923076917, 0.00357100459901035, 0.0100946153846154, 0.0120232370209331, 0.0374873076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 90, '2021-05-23 00:00:00', 0.000712270043863004, 0.00187615384615374, 0.000783740930508236, 0.00245538461538461, 0.00139016922046869, 0.00406769230769228, 0.00333609859658744, 0.0101146153846153, 0.0118681173997977, 0.037378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 105, '2021-05-23 00:00:00', 0.00067638905509055, 0.001973076923077, 0.00118772238403523, 0.00326730769230766, 0.00192680061640642, 0.00451615384615392, 0.00338136858955967, 0.0101215384615385, 0.0118983476357659, 0.0372326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 120, '2021-05-23 00:00:00', 0.0010505515035154, 0.00251769230769223, 0.00130640811152034, 0.00317307692307694, 0.00184133697246149, 0.00462461538461538, 0.00333907359330963, 0.0102173076923077, 0.0121127448518554, 0.0372803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 135, '2021-05-23 00:00:00', 0.00116785035922345, 0.0021676923076923, 0.001531294073149, 0.00323846153846154, 0.00136073085565749, 0.00479269230769229, 0.00341813723449565, 0.0102069230769231, 0.0121346753815412, 0.0370288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 150, '2021-05-23 00:00:00', 0.000833736077037328, 0.00224038461538459, 0.00112416806846387, 0.00325538461538459, 0.00183538824230739, 0.00490499999999997, 0.00346629025816435, 0.00997192307692307, 0.011869254088416, 0.0367961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 165, '2021-05-23 00:00:00', 0.000988760918445963, 0.00226192307692309, 0.00110836102143933, 0.00352807692307689, 0.00212652627540781, 0.00511499999999995, 0.00323275050787302, 0.0102196153846154, 0.0118217948917047, 0.0368376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 180, '2021-05-23 00:00:00', 0.000936186700643364, 0.00262846153846151, 0.00175914738963555, 0.00387346153846162, 0.0020932564619235, 0.00534884615384627, 0.00287810813930576, 0.0101323076923077, 0.0116576985457942, 0.0372207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 195, '2021-05-23 00:00:00', 0.00151168535594701, 0.0027138461538462, 0.00163952113083713, 0.00355846153846148, 0.00179264844895431, 0.00524269230769234, 0.00287994027715842, 0.00961, 0.0116409376836165, 0.0372530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 210, '2021-05-23 00:00:00', 0.000787609137736606, 0.00233807692307678, 0.00131480469447583, 0.00350923076923077, 0.0018667106405077, 0.00512384615384614, 0.00291193535959529, 0.0092965384615384, 0.011565741673647, 0.0372326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 225, '2021-05-23 00:00:00', 0.00111534637600249, 0.00262846153846161, 0.00147605300092456, 0.00389269230769238, 0.00188828192158494, 0.00525615384615398, 0.0028789733479943, 0.00923346153846155, 0.0112609448162152, 0.0373369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 240, '2021-05-23 00:00:00', 0.00138828577195595, 0.00271576923076921, 0.0018220713909849, 0.00375192307692311, 0.00234723274058225, 0.00521153846153848, 0.00282194872656896, 0.00916884615384615, 0.0110793555560988, 0.0371465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 255, '2021-05-23 00:00:00', 0.00088170821965954, 0.00233576923076925, 0.0010917075545288, 0.00320576923076931, 0.00201895208919414, 0.00452653846153841, 0.00275833062669321, 0.00834961538461531, 0.0111785634965388, 0.0365553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 270, '2021-05-23 00:00:00', 0.000681224237339126, 0.00215769230769244, 0.00175809057262088, 0.00319230769230773, 0.00213555227949618, 0.00445653846153847, 0.00270826964343253, 0.00792730769230765, 0.011045131806157, 0.0364138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 285, '2021-05-23 00:00:00', 0.00165425530538197, 0.00243615384615378, 0.00178273933553424, 0.00313653846153839, 0.00170763520694545, 0.00435500000000002, 0.00260395595496251, 0.00765884615384603, 0.0110240656467844, 0.0365307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 300, '2021-05-23 00:00:00', 0.00100051894227248, 0.00197692307692312, 0.0012425587124341, 0.00301192307692312, 0.00130117893288514, 0.00419115384615385, 0.00254788334475135, 0.00732846153846145, 0.0110168661815207, 0.0364273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 315, '2021-05-23 00:00:00', 0.000989651764705339, 0.002231153846154, 0.000874021650849518, 0.00292461538461555, 0.00217405753232198, 0.00412307692307705, 0.00235620764397755, 0.00801230769230771, 0.011020137315911, 0.0364276923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 330, '2021-05-23 00:00:00', 0.000550673992625189, 0.0020153846153846, 0.00106295900492625, 0.00294461538461534, 0.00238523951385626, 0.00387346153846148, 0.00251972223743927, 0.00920807692307687, 0.0112386344982214, 0.0364557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 345, '2021-05-23 00:00:00', 0.000989056426795032, 0.00216615384615389, 0.00203944366471313, 0.00282230769230777, 0.00213415841817002, 0.0042280769230769, 0.00309494170443428, 0.00997192307692297, 0.0112435661534119, 0.0365396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 360, '2021-05-23 00:00:00', 0.00161560067419573, 0.00202153846153855, 0.00175903137681381, 0.00296923076923068, 0.00178229687590092, 0.00435307692307692, 0.00378894594638334, 0.0112107692307692, 0.0113420490890516, 0.0365784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 375, '2021-05-23 00:00:00', 0.000674170145152864, 0.00181423076923082, 0.00110710822207431, 0.00278384615384608, 0.00140113739511876, 0.003715, 0.00386046501782441, 0.0127469230769231, 0.011387862634604, 0.0365807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 390, '2021-05-23 00:00:00', 0.000769708036555719, 0.00192230769230754, 0.0010709705878315, 0.00264499999999996, 0.00111593107038301, 0.00334692307692304, 0.00368585322550961, 0.0133150000000001, 0.0113057620979472, 0.0365561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 405, '2021-05-23 00:00:00', 0.000600531559408887, 0.00182692307692305, 0.000781320381445079, 0.00235153846153853, 0.000953215852542548, 0.00328269230769241, 0.00376456369930891, 0.0145503846153846, 0.0113058774912056, 0.0365446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 420, '2021-05-23 00:00:00', 0.000537079280782642, 0.00177307692307692, 0.000587845741146883, 0.00228884615384607, 0.00122734936409254, 0.00350769230769226, 0.00401986124904066, 0.0155373076923078, 0.0112568676883866, 0.0365969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 435, '2021-05-23 00:00:00', 0.000487788731064801, 0.00153538461538463, 0.000580282689729668, 0.00243000000000003, 0.00130378809037943, 0.00378076923076923, 0.00395830012077835, 0.0161496153846155, 0.0112576969157173, 0.0365896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 450, '2021-05-23 00:00:00', 0.000590649186521391, 0.00196769230769229, 0.00120464083380133, 0.00286653846153837, 0.00125133135253859, 0.00402307692307694, 0.00416768624243529, 0.016706153846154, 0.0112665974660292, 0.0366523076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 465, '2021-05-23 00:00:00', 0.00085259829119813, 0.00215961538461527, 0.000998073914327772, 0.00313346153846148, 0.00112746468476166, 0.00388615384615379, 0.00455062749688261, 0.0172588461538463, 0.011306020098228, 0.0366223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 480, '2021-05-23 00:00:00', 0.000881012791315569, 0.0024934615384616, 0.000924645129433255, 0.00313384615384626, 0.00104567769707213, 0.00395461538461543, 0.00508123443511651, 0.0177107692307693, 0.0113245442360318, 0.0365769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 495, '2021-05-23 00:00:00', 0.0006942445811538, 0.00212653846153861, 0.000697601605502713, 0.00283000000000006, 0.00146742773377299, 0.00514192307692313, 0.00520023166643694, 0.0180357692307694, 0.0111959148593787, 0.0366615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 510, '2021-05-23 00:00:00', 0.000728275624070708, 0.00214576923076937, 0.000970509223988162, 0.00313807692307704, 0.00226202921153687, 0.00660192307692306, 0.00532612677858281, 0.0187076923076924, 0.0111135861206694, 0.0369073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 525, '2021-05-23 00:00:00', 0.000755858045280554, 0.00229576923076929, 0.00141183481273896, 0.0043484615384616, 0.00244274649964732, 0.00764230769230761, 0.00549133202279867, 0.0192407692307693, 0.0110844450747604, 0.0371111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 540, '2021-05-23 00:00:00', 0.00134883858873545, 0.00374153846153845, 0.00228352763537878, 0.0057223076923076, 0.00363997886722527, 0.0090969230769231, 0.00539290880551621, 0.0195457692307693, 0.0110876700264475, 0.0372311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 555, '2021-05-23 00:00:00', 0.00149535799675576, 0.00375346153846148, 0.00207569925196683, 0.00570923076923063, 0.00346068728167371, 0.0100426923076923, 0.00489629129663845, 0.0190473076923078, 0.0110823544638102, 0.0370126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 570, '2021-05-23 00:00:00', 0.00202632539721159, 0.00424115384615381, 0.00308837564973008, 0.00665807692307697, 0.00345496184995072, 0.0104857692307693, 0.00500758010036163, 0.0190176923076924, 0.0118215027028649, 0.037053076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 585, '2021-05-23 00:00:00', 0.00183473427126481, 0.00458538461538466, 0.0024891295976397, 0.00756692307692318, 0.00284061542627659, 0.0108800000000001, 0.00467301503726036, 0.0186084615384617, 0.0121409354854368, 0.0371123076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 600, '2021-05-23 00:00:00', 0.00219953589510292, 0.00603692307692303, 0.00240269595374731, 0.00795961538461535, 0.00320530303379599, 0.0111565384615385, 0.00440464370339379, 0.0185630769230769, 0.0121805695205993, 0.0368353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 615, '2021-05-23 00:00:00', 0.00172919300875827, 0.00532269230769232, 0.00277466538523115, 0.00770999999999999, 0.00327025750573944, 0.0102019230769231, 0.00489748615264857, 0.0172011538461538, 0.0127146380147511, 0.0369703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 630, '2021-05-23 00:00:00', 0.00162006709262772, 0.00488576923076931, 0.00248777036412436, 0.00694576923076928, 0.00339412018734664, 0.00944038461538471, 0.00519523013483006, 0.0163280769230769, 0.0127837712745496, 0.03678 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 645, '2021-05-23 00:00:00', 0.00156759688695794, 0.00486, 0.0021948745890229, 0.0065823076923077, 0.00287854752369213, 0.00918961538461538, 0.00500978238434186, 0.0157365384615384, 0.012629815444172, 0.0374469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 660, '2021-05-23 00:00:00', 0.00117809337490713, 0.00422999999999994, 0.00228816311952164, 0.00625230769230766, 0.00269105323961863, 0.00884346153846142, 0.00519647193924733, 0.0156238461538461, 0.0127571232590327, 0.0374853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 675, '2021-05-23 00:00:00', 0.00249679955142582, 0.00469000000000005, 0.00261917591267536, 0.00655769230769229, 0.00286643740287756, 0.00872076923076921, 0.00478899335817203, 0.0154442307692308, 0.0124635059458219, 0.0372973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 690, '2021-05-23 00:00:00', 0.00184981400312403, 0.00465038461538463, 0.0024061798641127, 0.0065384615384615, 0.00380498096629221, 0.00891807692307695, 0.00472665013920658, 0.0155215384615385, 0.0124779943716312, 0.0370265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 705, '2021-05-23 00:00:00', 0.00214114175149627, 0.00444999999999995, 0.00235908707896808, 0.00558961538461543, 0.0031143473448888, 0.00826923076923083, 0.00521564812699401, 0.0168757692307693, 0.0126898704666966, 0.0367673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 720, '2021-05-23 00:00:00', 0.00130215182855737, 0.00394923076923075, 0.00276415740395629, 0.00630692307692309, 0.00343126951164416, 0.00804230769230764, 0.00614667411006837, 0.0178411538461539, 0.0128181246738298, 0.0368319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 735, '2021-05-23 00:00:00', 0.00208204692180919, 0.00417923076923072, 0.00240791195852336, 0.00554000000000002, 0.00236036450900795, 0.00694615384615382, 0.00622451857885097, 0.0178865384615383, 0.0128247816895499, 0.0364957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 750, '2021-05-23 00:00:00', 0.0012895927204413, 0.00355423076923084, 0.00128756281400168, 0.00463499999999994, 0.00175377237361663, 0.00660153846153843, 0.00636869236669015, 0.0175723076923075, 0.0129717671176229, 0.035913076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 765, '2021-05-23 00:00:00', 0.00121377206071999, 0.00345884615384615, 0.00124597746615007, 0.00467038461538462, 0.00171359078680278, 0.00671423076923074, 0.00629068489606163, 0.0178873076923076, 0.0129445311053919, 0.0359084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 780, '2021-05-23 00:00:00', 0.000828015979035795, 0.00345230769230763, 0.00140040285412669, 0.00491192307692303, 0.00205427014926325, 0.00701538461538456, 0.00670961830852929, 0.0185446153846153, 0.0129445311053919, 0.0359084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 795, '2021-05-23 00:00:00', 0.00106483259789434, 0.00351730769230766, 0.00158585832134665, 0.00513884615384612, 0.00225786982659449, 0.00681192307692307, 0.00694397032296021, 0.0187696153846152, 0.0129465538806515, 0.0359042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 810, '2021-05-23 00:00:00', 0.00121104659123989, 0.00353538461538458, 0.0018782608977455, 0.00508999999999997, 0.00260228160245221, 0.00689153846153842, 0.00751366391214131, 0.0191642307692307, 0.0129645136964181, 0.0360107692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 825, '2021-05-23 00:00:00', 0.00161590884167871, 0.00391423076923077, 0.00159673917719828, 0.00500000000000006, 0.00234086006547886, 0.00702538461538463, 0.00785968024403411, 0.0194715384615383, 0.0131182136506696, 0.0360657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 840, '2021-05-23 00:00:00', 0.00106513278334383, 0.0034196153846154, 0.0018009086595383, 0.00480999999999995, 0.00355853305990853, 0.0080084615384615, 0.0095983377807747, 0.020781923076923, 0.013218177996171, 0.0361184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 855, '2021-05-23 00:00:00', 0.00135726472674332, 0.00358346153846153, 0.00178181083343716, 0.00499461538461535, 0.00354598355673228, 0.00824923076923077, 0.0101124810316453, 0.021313846153846, 0.0132064690441989, 0.0361638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 870, '2021-05-23 00:00:00', 0.00139676549433105, 0.00386461538461539, 0.00364329706975183, 0.00652153846153842, 0.003865241339863, 0.00884115384615378, 0.0100549204793551, 0.0212953846153844, 0.0127496044463529, 0.0363915384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 885, '2021-05-23 00:00:00', 0.00339760114469936, 0.00483153846153841, 0.00330511521968368, 0.00627884615384621, 0.00537809328522811, 0.0107892307692308, 0.00924882595459882, 0.0214084615384614, 0.0124797288247165, 0.0359934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 900, '2021-05-23 00:00:00', 0.00143230298685502, 0.00404961538461546, 0.00218726917903084, 0.00590769230769227, 0.00553498874990186, 0.0109226923076923, 0.00888278255087628, 0.0208946153846152, 0.0120621525633503, 0.0355026923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 915, '2021-05-23 00:00:00', 0.00199539257752982, 0.00454653846153851, 0.0045754769738752, 0.00812846153846157, 0.00538503106197744, 0.0111665384615384, 0.00874945378514917, 0.0206015384615383, 0.011552118873243, 0.0350023076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 930, '2021-05-23 00:00:00', 0.00467167248917925, 0.00605038461538464, 0.00507042575969865, 0.00840576923076918, 0.00530837267545701, 0.0110973076923075, 0.00822413195793551, 0.0201076923076921, 0.0109356927254113, 0.0344807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 945, '2021-05-23 00:00:00', 0.00238642548917521, 0.00525884615384619, 0.00289897841422687, 0.00712961538461541, 0.00317866070006768, 0.0102303846153846, 0.00784067242995421, 0.018691923076923, 0.0112803331442894, 0.0342803846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 960, '2021-05-23 00:00:00', 0.00196693768232595, 0.00507961538461537, 0.0027538191941097, 0.00717807692307689, 0.00323517782176834, 0.0103934615384616, 0.00769897503667761, 0.0183038461538461, 0.0110763281127609, 0.0342226923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 975, '2021-05-23 00:00:00', 0.00210267920666791, 0.00483961538461544, 0.00252626550160825, 0.00720423076923077, 0.00319930802614478, 0.0101496153846154, 0.00730792338177173, 0.0178580769230769, 0.010212458364476, 0.0340446153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 990, '2021-05-23 00:00:00', 0.00177379974587376, 0.00552153846153836, 0.00286534229395704, 0.00803769230769222, 0.00366198659830361, 0.0104553846153846, 0.00714257527355937, 0.0175615384615384, 0.0100739514285416, 0.0338557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1005, '2021-05-23 00:00:00', 0.00213967617966989, 0.00567692307692303, 0.00240923045485807, 0.0078992307692307, 0.00412222398898757, 0.0103111538461537, 0.00671645928928446, 0.0170842307692307, 0.0106350796026098, 0.034193076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1020, '2021-05-23 00:00:00', 0.00214382662904087, 0.00563384615384613, 0.00326223594864257, 0.00734076923076929, 0.00535362289985448, 0.011436923076923, 0.00649949489161683, 0.0163253846153846, 0.0105726278590591, 0.0343503846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1035, '2021-05-23 00:00:00', 0.00218500403097682, 0.00495115384615388, 0.00301995621465971, 0.00696653846153838, 0.00587893103836458, 0.0108669230769229, 0.00625344016091576, 0.0156453846153846, 0.0102304702952278, 0.0346976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1050, '2021-05-23 00:00:00', 0.00174694551013608, 0.00490884615384608, 0.00422493690439911, 0.00847038461538458, 0.00544577787055101, 0.010263846153846, 0.00566005105984036, 0.015275, 0.00995496326153244, 0.0345784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1065, '2021-05-23 00:00:00', 0.00327675928084683, 0.00689923076923077, 0.00451171534835864, 0.00822923076923074, 0.0043519165185714, 0.00972423076923068, 0.00495954540410565, 0.0145611538461538, 0.0094958534432343, 0.0339838461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1080, '2021-05-23 00:00:00', 0.00309013400257103, 0.00536807692307682, 0.00311278438305387, 0.00677115384615371, 0.00310068806259798, 0.0089876923076923, 0.003678617215121, 0.0133061538461538, 0.00955855693163908, 0.0341011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1095, '2021-05-23 00:00:00', 0.00202932652716269, 0.00410307692307695, 0.00200323737984288, 0.00578000000000008, 0.00256436661845495, 0.00775192307692312, 0.00366220314102781, 0.0123296153846154, 0.00982103751373317, 0.0337353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1110, '2021-05-23 00:00:00', 0.00138979517029827, 0.00388115384615384, 0.00203050130225552, 0.00548653846153842, 0.00215873495718771, 0.0069961538461538, 0.00376478102335929, 0.011651923076923, 0.00997878612164521, 0.0335426923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1125, '2021-05-23 00:00:00', 0.00167499253729669, 0.00364999999999993, 0.00192691882388593, 0.00478807692307678, 0.00180579192088637, 0.00651269230769222, 0.00374018216339586, 0.0112888461538461, 0.0100863906558064, 0.0333826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1140, '2021-05-23 00:00:00', 0.00151837747409739, 0.00329692307692302, 0.00146085817771084, 0.00455884615384618, 0.00185124108058936, 0.00598153846153847, 0.00393824929866842, 0.0115365384615385, 0.0101760424225047, 0.0332307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1155, '2021-05-23 00:00:00', 0.00111707234115994, 0.00338115384615384, 0.00170593430300059, 0.00463038461538456, 0.00177657098409786, 0.00592269230769232, 0.00418694559131301, 0.0111542307692307, 0.0101735913937092, 0.0332453846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1170, '2021-05-23 00:00:00', 0.00147870962458697, 0.00304307692307691, 0.00151377754691309, 0.00398230769230765, 0.00159681668906033, 0.00546653846153842, 0.00406330611883784, 0.0106061538461539, 0.0102254977610647, 0.0335873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1185, '2021-05-23 00:00:00', 0.000787588432153285, 0.00296346153846146, 0.00124111661883107, 0.0040423076923077, 0.00180597844778012, 0.00551692307692304, 0.00377792252638728, 0.0103188461538461, 0.0101919556212051, 0.0335792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1200, '2021-05-23 00:00:00', 0.00116108629507679, 0.00289423076923092, 0.00109000303457592, 0.00383115384615389, 0.00191093134763785, 0.00548884615384623, 0.00384893951428383, 0.0101492307692308, 0.0102302742650655, 0.0334365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1215, '2021-05-23 00:00:00', 0.0010192112334847, 0.00252346153846162, 0.00168278340852299, 0.00369000000000002, 0.0021457101747083, 0.00517807692307694, 0.00383962321869461, 0.0100076923076924, 0.00964241215432351, 0.034128076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1230, '2021-05-23 00:00:00', 0.00109479776846972, 0.00255307692307684, 0.0013953529468038, 0.00366461538461538, 0.00193094002615705, 0.00536423076923078, 0.00363433439044049, 0.00964230769230766, 0.00968841885170914, 0.0340303846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1245, '2021-05-23 00:00:00', 0.000959508207364587, 0.00246999999999999, 0.00121526977062081, 0.0034638461538461, 0.00200478462299953, 0.00510423076923078, 0.0035946273584551, 0.00917461538461537, 0.0101496520061602, 0.0342696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1260, '2021-05-23 00:00:00', 0.00122220135568821, 0.00231807692307689, 0.00162312519067865, 0.00382923076923075, 0.00211394621865954, 0.00539384615384617, 0.00361254755624807, 0.00889961538461536, 0.0103421069494492, 0.034178076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1275, '2021-05-23 00:00:00', 0.00113290592996674, 0.00276961538461544, 0.00140652260776498, 0.00359461538461543, 0.00140888177153162, 0.00515038461538462, 0.003593656291086, 0.00878153846153846, 0.0103300520513991, 0.0341792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1290, '2021-05-23 00:00:00', 0.00094673406224529, 0.00237423076923076, 0.00143150184717368, 0.00365153846153851, 0.0013905769140347, 0.00469192307692305, 0.00377850658329461, 0.00858999999999998, 0.0104698287180171, 0.0345557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1305, '2021-05-23 00:00:00', 0.000695075092788833, 0.00256576923076918, 0.0011742957955237, 0.00344884615384601, 0.00146085644005888, 0.00420153846153835, 0.0038120479454569, 0.0083584615384615, 0.0103612659458195, 0.03502 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1320, '2021-05-23 00:00:00', 0.000872668057431591, 0.00227153846153835, 0.00108009971049679, 0.00287076923076922, 0.0027806632579019, 0.00471192307692298, 0.00424263575549988, 0.00831692307692304, 0.0105468636315038, 0.0350373076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1335, '2021-05-23 00:00:00', 0.000596934347633402, 0.00186884615384618, 0.0012308173644433, 0.00266076923076927, 0.00284020879514157, 0.00495499999999996, 0.0041633681076744, 0.00832499999999997, 0.0106054565418721, 0.0352573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1350, '2021-05-23 00:00:00', 0.00109330691024977, 0.00207999999999996, 0.00260021008027004, 0.00377730769230762, 0.00283576914000143, 0.00512115384615383, 0.00402174522009848, 0.00841884615384605, 0.0105791050370348, 0.0352792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1365, '2021-05-23 00:00:00', 0.00161035041576007, 0.00296730769230761, 0.00176329028108954, 0.00397384615384609, 0.00187596637660547, 0.00459461538461535, 0.00358229924017437, 0.00810961538461537, 0.0106243377856982, 0.0352157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1380, '2021-05-23 00:00:00', 0.00118750054251, 0.00252153846153838, 0.00109001030340931, 0.00317769230769229, 0.00119723270663892, 0.00421307692307685, 0.00430213573079156, 0.00855038461538462, 0.0106501072945118, 0.0352242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1395, '2021-05-23 00:00:00', 0.000656991745645379, 0.00203692307692313, 0.00075878293237361, 0.00256653846153852, 0.001529539749779, 0.00480961538461535, 0.00452949472475004, 0.00890230769230767, 0.010748435056037, 0.0352019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1410, '2021-05-23 00:00:00', 0.000629877765919662, 0.00180500000000002, 0.000821833316433276, 0.00305499999999998, 0.0014668570272734, 0.00482153846153848, 0.00443559351678594, 0.00911461538461538, 0.0107659528857626, 0.0354684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1425, '2021-05-23 00:00:00', 0.000676143020828652, 0.00249423076923066, 0.00148880003306743, 0.00418153846153839, 0.00146966327906969, 0.00468307692307689, 0.00516026524362995, 0.00978423076923073, 0.0107816397568345, 0.0355003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 0, '2021-05-23 00:00:00', 0.00148632955244181, 0.00351653846153842, 0.00149899166108416, 0.00414000000000003, 0.00149465715132262, 0.00444000000000002, 0.00519137663675209, 0.00982076923076924, 0.0108502068892008, 0.0354715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 15, '2021-05-23 00:00:00', 0.000903421189785713, 0.00271538461538454, 0.000917055908034787, 0.00328346153846148, 0.00209278893786779, 0.00422846153846154, 0.00500649972919816, 0.00964653846153848, 0.0106572736014135, 0.0353238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 30, '2021-05-23 00:00:00', 0.000959437415283718, 0.0025719230769231, 0.00105782156412997, 0.00287769230769234, 0.00230498549970412, 0.00428692307692315, 0.0049417248468059, 0.00974730769230765, 0.0106448962418616, 0.0353599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 45, '2021-05-23 00:00:00', 0.000639229343699244, 0.00200307692307693, 0.00173751316541786, 0.00321000000000002, 0.00207626410058662, 0.00413384615384618, 0.00473473547307563, 0.00985999999999989, 0.0105726495914986, 0.0352307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 60, '2021-05-23 00:00:00', 0.00170420479989946, 0.00257500000000011, 0.00194188889011156, 0.00319730769230778, 0.00245542993258736, 0.00426807692307696, 0.00491216814107119, 0.00987961538461539, 0.0105385449951777, 0.0351488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 75, '2021-05-23 00:00:00', 0.00113434393102186, 0.0021580769230769, 0.0013652543296453, 0.00289076923076924, 0.00188338484159203, 0.00427230769230764, 0.00485070756139295, 0.00982961538461547, 0.0104528565400159, 0.0350053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 90, '2021-05-23 00:00:00', 0.000926512069745779, 0.00218384615384618, 0.00144181253449093, 0.00299923076923078, 0.00167781089059982, 0.00437423076923061, 0.00486486341021012, 0.00987000000000006, 0.0104528565400159, 0.0350053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 105, '2021-05-23 00:00:00', 0.00106379292374761, 0.00218076923076927, 0.00129564263828965, 0.00343538461538451, 0.00202936234774908, 0.00453346153846147, 0.00477049787758062, 0.0100550000000001, 0.0104528565400159, 0.0350053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 120, '2021-05-23 00:00:00', 0.00131224481768406, 0.00272230769230769, 0.00171806013148102, 0.0035088461538461, 0.00381037985185013, 0.00533115384615388, 0.00480967544083334, 0.0101453846153847, 0.0104472598100392, 0.0349915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 135, '2021-05-23 00:00:00', 0.000752975329047091, 0.00207038461538446, 0.0012269525098952, 0.00291269230769228, 0.00369645994890329, 0.00549807692307689, 0.00471388092601166, 0.0100157692307693, 0.0104810984230588, 0.0349980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 150, '2021-05-23 00:00:00', 0.00099055609867162, 0.00221423076923088, 0.00335775511087616, 0.00396076923076925, 0.0035966910433811, 0.00595769230769239, 0.00466418029734644, 0.0101453846153847, 0.0105013450274055, 0.0350092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 165, '2021-05-23 00:00:00', 0.00306868300490869, 0.00303923076923076, 0.00314760578120043, 0.00445307692307692, 0.00457669333101457, 0.00637538461538464, 0.00461611639967904, 0.00989115384615396, 0.0102853796534393, 0.0349011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 180, '2021-05-23 00:00:00', 0.00194316146049114, 0.00342730769230758, 0.0026844130428484, 0.00459576923076919, 0.00356586897382125, 0.00616846153846157, 0.0039973272801481, 0.00951423076923081, 0.0103206228568747, 0.0348780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 195, '2021-05-23 00:00:00', 0.00166773992622894, 0.00285730769230781, 0.00231861497118761, 0.00427923076923079, 0.00240543679065703, 0.00555307692307699, 0.00299523562704821, 0.00876269230769244, 0.0103901948749029, 0.0347984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 210, '2021-05-23 00:00:00', 0.00167816626113143, 0.00284499999999994, 0.001529026286437, 0.00379576923076928, 0.00188031928548975, 0.00509615384615382, 0.00302608251450878, 0.00844923076923085, 0.0104249971481271, 0.0347615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 225, '2021-05-23 00:00:00', 0.000939029613688887, 0.00243384615384621, 0.00129003714913717, 0.00346038461538465, 0.00159339946220469, 0.00478538461538461, 0.00284672327152041, 0.00798576923076927, 0.0104290019582965, 0.0347553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 240, '2021-05-23 00:00:00', 0.000934638720822896, 0.00252846153846147, 0.00124751328033629, 0.00332576923076917, 0.00150378542863827, 0.00442884615384605, 0.00268344073045162, 0.00774307692307695, 0.0104525421567416, 0.0348284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 255, '2021-05-23 00:00:00', 0.00111141600603079, 0.00206153846153851, 0.00147450664500156, 0.00305461538461534, 0.00185984151516691, 0.0041523076923077, 0.0028627496196167, 0.00766923076923083, 0.0104355639337499, 0.0348588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 270, '2021-05-23 00:00:00', 0.00114442972026046, 0.00229076923076917, 0.00121808146752934, 0.00315230769230757, 0.00197944980700739, 0.00438153846153837, 0.00307868243546837, 0.00811153846153845, 0.0104571354512673, 0.0349546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 285, '2021-05-23 00:00:00', 0.0010190161922168, 0.00221500000000001, 0.00167133005532904, 0.00312807692307697, 0.00199104410181814, 0.00414615384615375, 0.00328102931785364, 0.00812423076923082, 0.010593361295569, 0.0351334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 300, '2021-05-23 00:00:00', 0.00144035812854355, 0.00234653846153865, 0.00178369042674493, 0.0031365384615385, 0.0017540927525692, 0.00410576923076912, 0.00399870311668475, 0.00835884615384624, 0.0105900697172107, 0.0351961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 315, '2021-05-23 00:00:00', 0.000770756770972422, 0.00203499999999996, 0.000770773537528235, 0.00280961538461529, 0.00100823387091563, 0.00372653846153843, 0.00415402136952382, 0.00894846153846158, 0.0106113906940389, 0.0352726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 330, '2021-05-23 00:00:00', 0.0005038815489623, 0.00186615384615377, 0.000814965124312732, 0.00269192307692307, 0.00183266296368466, 0.00381846153846158, 0.00421946733787387, 0.00952615384615391, 0.010635712033594, 0.0352576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 345, '2021-05-23 00:00:00', 0.000838318922239329, 0.00199115384615382, 0.00086924343762038, 0.00268807692307696, 0.0018347524251349, 0.00363269230769238, 0.00481311709330314, 0.010758076923077, 0.0106280885320998, 0.0352653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 360, '2021-05-23 00:00:00', 0.000592456295045017, 0.00176730769230778, 0.00191226840729494, 0.00281230769230777, 0.00191589211997561, 0.00353115384615394, 0.00480002019226525, 0.0117253846153848, 0.0106421792158156, 0.0352523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 375, '2021-05-23 00:00:00', 0.00175101271796101, 0.00214153846153845, 0.00167896561562804, 0.0025284615384616, 0.0016652364581459, 0.00352269230769234, 0.00505323922008284, 0.0131588461538462, 0.010675678526445, 0.03529 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 390, '2021-05-23 00:00:00', 0.00060431626971819, 0.00148307692307704, 0.00113644113861584, 0.00232230769230764, 0.00128590662419697, 0.00328961538461547, 0.00501455088870221, 0.013726153846154, 0.0112357434042502, 0.0356646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 405, '2021-05-23 00:00:00', 0.000948494921116881, 0.00176884615384608, 0.000865628895436939, 0.00243576923076929, 0.00119279735850701, 0.00321846153846155, 0.00514366019035523, 0.0153819230769231, 0.0112626616952449, 0.0356426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 420, '2021-05-23 00:00:00', 0.000692005891482465, 0.0018319230769231, 0.00105578530742983, 0.00249884615384625, 0.00121823156823589, 0.00335192307692312, 0.00517492207299185, 0.0160776923076924, 0.0112616878636579, 0.0356515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 435, '2021-05-23 00:00:00', 0.000588428415357316, 0.00168000000000011, 0.000645503381388925, 0.0022111538461538, 0.00122546298942961, 0.00368653846153862, 0.00487399201413446, 0.017203076923077, 0.0112632940187959, 0.0357519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 450, '2021-05-23 00:00:00', 0.000634020625726029, 0.00175692307692307, 0.000993970824521705, 0.00257500000000008, 0.00193023920398883, 0.00458923076923077, 0.00484614284369932, 0.0174873076923078, 0.0113206463868183, 0.0356988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 465, '2021-05-23 00:00:00', 0.000944762403993885, 0.00199000000000012, 0.00115411024670035, 0.00300769230769247, 0.00225455750391546, 0.00504846153846151, 0.00471048852602855, 0.0180069230769232, 0.0113456518611248, 0.0356719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 480, '2021-05-23 00:00:00', 0.000910921849219108, 0.00253884615384634, 0.00161295447978113, 0.00388692307692309, 0.00223619553293945, 0.00541230769230772, 0.00449528375077713, 0.0181000000000001, 0.0113938246432003, 0.0356 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 495, '2021-05-23 00:00:00', 0.00149937607536742, 0.00260384615384606, 0.00193161586402514, 0.00362038461538454, 0.00270643540757645, 0.00618615384615379, 0.00446987070885129, 0.018008076923077, 0.0113583079996707, 0.0355538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 510, '2021-05-23 00:00:00', 0.0015667398782676, 0.00238461538461536, 0.00195418387450742, 0.00367115384615383, 0.00283781879944116, 0.00704346153846151, 0.00486777360259853, 0.0179496153846154, 0.0112406682870041, 0.0355334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 525, '2021-05-23 00:00:00', 0.00108653046967787, 0.00267730769230762, 0.00214156452515075, 0.00493884615384614, 0.00347628183331215, 0.00806923076923075, 0.00472816842079313, 0.0177061538461539, 0.0111150475759387, 0.0353588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 540, '2021-05-23 00:00:00', 0.00209302607576821, 0.00431692307692304, 0.00252604674419261, 0.00591807692307687, 0.00349408909665807, 0.00895884615384624, 0.00477368074405433, 0.0174803846153846, 0.0110743349861115, 0.0352707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 555, '2021-05-23 00:00:00', 0.0019417713166473, 0.00394961538461542, 0.00298775624584996, 0.00593076923076931, 0.00375413593459051, 0.00949615384615392, 0.00529462254047958, 0.0170403846153847, 0.0110799434947183, 0.0350196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 570, '2021-05-23 00:00:00', 0.00196073063305109, 0.0039861538461539, 0.0023316967740584, 0.00590461538461553, 0.00410676531891155, 0.00984576923076936, 0.00527239148774066, 0.01702, 0.0111033330338928, 0.0350373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 585, '2021-05-23 00:00:00', 0.00192336887937657, 0.00442961538461549, 0.00276727349847895, 0.00752884615384613, 0.00478323194567782, 0.0110496153846153, 0.0051545978877712, 0.0175607692307692, 0.0109801419915155, 0.035046923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 600, '2021-05-23 00:00:00', 0.00198279616082555, 0.00606615384615376, 0.00270546594877845, 0.00785500000000003, 0.00477519335089811, 0.0110634615384615, 0.00494136058809099, 0.0176226923076923, 0.010996487355235, 0.035046923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 615, '2021-05-23 00:00:00', 0.00143869390554289, 0.0049880769230771, 0.00372971320819506, 0.00765384615384615, 0.00430063351326121, 0.0108561538461539, 0.00448018881813639, 0.0166503846153847, 0.0109341845884996, 0.0355738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 630, '2021-05-23 00:00:00', 0.00275987728266752, 0.00524115384615366, 0.00307665432672475, 0.00720538461538461, 0.00378354788728585, 0.0102188461538462, 0.0044298281439143, 0.0158957692307692, 0.0111276544490948, 0.0355315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 645, '2021-05-23 00:00:00', 0.0015818352048759, 0.0050011538461539, 0.00323991120486109, 0.00741615384615392, 0.00356244289562862, 0.0102907692307694, 0.00435212429121167, 0.0149853846153847, 0.0111786292609534, 0.0355419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 660, '2021-05-23 00:00:00', 0.00266430100517068, 0.00531961538461541, 0.00276776288446377, 0.00723076923076929, 0.00339361373079584, 0.0093069230769231, 0.00432350064717869, 0.0147453846153846, 0.0114123115706072, 0.0354007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 675, '2021-05-23 00:00:00', 0.0016586840010636, 0.00433615384615387, 0.00276399279193098, 0.00657807692307696, 0.00279427689834346, 0.00776076923076931, 0.00536264075303899, 0.0147103846153846, 0.0115445969780073, 0.0353407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 690, '2021-05-23 00:00:00', 0.00267902545426797, 0.00495576923076923, 0.00266718212005455, 0.0061026923076922, 0.00272801254790718, 0.00791730769230758, 0.00542936658722384, 0.0147915384615384, 0.0115889927152383, 0.035571923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 705, '2021-05-23 00:00:00', 0.00135455470968819, 0.00408769230769217, 0.00170269614254761, 0.00536692307692302, 0.00201300880811239, 0.00716269230769228, 0.0061104004778739, 0.016035, 0.01180094392574, 0.0353615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 720, '2021-05-23 00:00:00', 0.00129824212510035, 0.00396384615384606, 0.00171382904631716, 0.00568499999999989, 0.00173187053166839, 0.00737346153846139, 0.00651227854488381, 0.0166403846153845, 0.0121693563447765, 0.0356346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 735, '2021-05-23 00:00:00', 0.00134970019463012, 0.00370884615384625, 0.00156668744121516, 0.0049884615384616, 0.00218884500628478, 0.0071923076923077, 0.00725213853870809, 0.0172242307692307, 0.0143811554954605, 0.0371642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 750, '2021-05-23 00:00:00', 0.00112881530818805, 0.00343000000000006, 0.00138892282556825, 0.00494884615384607, 0.00218949365414437, 0.00745230769230763, 0.00723697910839765, 0.0171088461538461, 0.0146698072977748, 0.0374630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 765, '2021-05-23 00:00:00', 0.00103060885663989, 0.00348115384615371, 0.00209032[...];
Date: 2021-05-23 17:28:43 Duration: 1s854ms Database: acaweb_fx User: pgperfstats
14 27s603ms 2 1s917ms 25s686ms 13s801ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 23 17 2 27s603ms 13s801ms [ User: pgperfstats - Total duration: 27s603ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1050, '2021-05-23 00:00:00', 0.01972882506541, 0.0485576923076913, 0.0295342369775494, 0.0676346153846142, 0.0432055017864095, 0.0856538461538463, 0.0576279846548928, 0.133230769230771, 0.157636529347151, 0.506846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1065, '2021-05-23 00:00:00', 0.0128778432260139, 0.0408269230769218, 0.0184527775687016, 0.0552500000000004, 0.0358492624106097, 0.0755192307692328, 0.0552639679524202, 0.125615384615388, 0.158684371049529, 0.50898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1080, '2021-05-23 00:00:00', 0.0190318053632494, 0.0409807692307687, 0.0240544894258533, 0.056461538461538, 0.0339188227752889, 0.0740576923076939, 0.0549816647759808, 0.12271153846154, 0.16007012886184, 0.510115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1095, '2021-05-23 00:00:00', 0.016867230405093, 0.0407115384615394, 0.0273120781960059, 0.0530192307692336, 0.0364746329132168, 0.0741730769230807, 0.0551412591580789, 0.121038461538465, 0.164466200642704, 0.514865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1110, '2021-05-23 00:00:00', 0.0179420863206713, 0.0340384615384628, 0.0216850533423736, 0.048692307692309, 0.0275885776252513, 0.070519230769233, 0.0527832323317236, 0.115980769230771, 0.168754601076876, 0.516346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1125, '2021-05-23 00:00:00', 0.0155376589663268, 0.0351730769230782, 0.0184423842943787, 0.0521923076923082, 0.0233540969886186, 0.0700769230769232, 0.0460843374027017, 0.114615384615386, 0.170694433463381, 0.518519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1140, '2021-05-23 00:00:00', 0.0173089683290317, 0.0410961538461528, 0.0215699666559406, 0.0527115384615387, 0.0271423314003445, 0.0676153846153844, 0.0463012543441983, 0.115384615384615, 0.170137117779025, 0.519673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1155, '2021-05-23 00:00:00', 0.0131085996435691, 0.0306538461538455, 0.0208516094195301, 0.0429807692307695, 0.0304624421971617, 0.0629038461538464, 0.0453866169702048, 0.116250000000001, 0.171361575667898, 0.526019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1170, '2021-05-23 00:00:00', 0.0158856490630335, 0.0315769230769241, 0.0191619514824419, 0.044096153846154, 0.0314421140902063, 0.0684423076923076, 0.0424533409032352, 0.115115384615386, 0.170489584613073, 0.528961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1185, '2021-05-23 00:00:00', 0.0144132017475432, 0.031596153846156, 0.0196972469767107, 0.048692307692309, 0.0320007211457199, 0.0658846153846168, 0.0367869385265202, 0.110326923076925, 0.169781004872114, 0.531519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1200, '2021-05-23 00:00:00', 0.0158941692259952, 0.0342692307692293, 0.0194680408717603, 0.0477692307692293, 0.0277302181744007, 0.0607499999999993, 0.0335550122359374, 0.107826923076924, 0.170312975475695, 0.532519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1215, '2021-05-23 00:00:00', 0.0127833425266567, 0.0304230769230779, 0.0223316694749509, 0.0442115384615397, 0.025980384612536, 0.0639038461538474, 0.0327711235459147, 0.107557692307694, 0.1714762777942, 0.535423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1230, '2021-05-23 00:00:00', 0.0197569851328197, 0.0334615384615403, 0.0216976868671425, 0.0445192307692318, 0.025114660137977, 0.0628846153846178, 0.0358113647625155, 0.109576923076925, 0.171350397858172, 0.535826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1245, '2021-05-23 00:00:00', 0.0165121517024925, 0.0321346153846141, 0.0245520561570396, 0.0492884615384624, 0.0233602226016795, 0.0590000000000008, 0.0365731301115165, 0.113576923076924, 0.171255015648055, 0.538096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1260, '2021-05-23 00:00:00', 0.0176017044629193, 0.0365000000000005, 0.016443282472229, 0.0443076923076929, 0.0225850869789376, 0.0606153846153855, 0.0370281857300849, 0.114442307692307, 0.171630345174201, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1275, '2021-05-23 00:00:00', 0.00861065976208934, 0.0257884615384628, 0.0169171851632051, 0.0363653846153833, 0.0203739652875529, 0.0590384615384614, 0.0426382322118773, 0.120173076923077, 0.171948364342323, 0.540499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1290, '2021-05-23 00:00:00', 0.0146124420114663, 0.0262884615384592, 0.017533144436928, 0.0423653846153847, 0.0198311332544024, 0.0549230769230757, 0.0511745918025143, 0.125673076923076, 0.171652421614593, 0.541423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1305, '2021-05-23 00:00:00', 0.0161717346008416, 0.0362500000000004, 0.0188524228191985, 0.0479230769230773, 0.021893527318858, 0.0564423076923083, 0.0596325027532441, 0.133653846153846, 0.171539203861795, 0.541961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1320, '2021-05-23 00:00:00', 0.0140010576523559, 0.0319807692307694, 0.014352713493112, 0.0359038461538465, 0.0246082537748239, 0.0598846153846155, 0.0589043847133796, 0.138442307692308, 0.173959934600339, 0.543326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1335, '2021-05-23 00:00:00', 0.0119014058639514, 0.0212884615384626, 0.0188732615093426, 0.0320000000000014, 0.0302487444113251, 0.0759423076923079, 0.0537537547883534, 0.152884615384614, 0.174938056069966, 0.544211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1350, '2021-05-23 00:00:00', 0.0124048532685948, 0.0220961538461539, 0.0243529574890092, 0.0480576923076906, 0.027508935611208, 0.0763076923076915, 0.0541630728590868, 0.157961538461536, 0.17691234683181, 0.545538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1365, '2021-05-23 00:00:00', 0.0214368571892856, 0.0408269230769223, 0.0268828011933288, 0.0667499999999995, 0.0254967645006189, 0.0742499999999998, 0.0529155967992013, 0.169403846153844, 0.177427307975364, 0.54601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1380, '2021-05-23 00:00:00', 0.0278524408542332, 0.0555384615384605, 0.0278811488561454, 0.0639615384615378, 0.0267961033332499, 0.0693653846153846, 0.0564275164736566, 0.177230769230767, 0.182629861068354, 0.548884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1395, '2021-05-23 00:00:00', 0.0223149139504372, 0.0381538461538469, 0.0209568512755293, 0.0424807692307693, 0.0236884262554851, 0.0568076923076925, 0.0554536708918769, 0.184519230769229, 0.181573341825111, 0.547961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1410, '2021-05-23 00:00:00', 0.0144715769168919, 0.0274423076923081, 0.0181595598896171, 0.0365192307692313, 0.0289388214102694, 0.059153846153846, 0.057390635124556, 0.189749999999998, 0.18149058886387, 0.547076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1425, '2021-05-23 00:00:00', 0.015751788665222, 0.026673076923078, 0.0170270486172849, 0.0405961538461547, 0.0358834437932247, 0.0666923076923069, 0.0616092900087682, 0.195230769230767, 0.181368006677457, 0.546923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 0, '2021-05-23 00:00:00', 0.0152649422382942, 0.0314615384615378, 0.0203724927669279, 0.0475384615384601, 0.0321257624872092, 0.0677692307692281, 0.079705370922204, 0.205115384615381, 0.185329769496265, 0.547211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 15, '2021-05-23 00:00:00', 0.0150759232400039, 0.0292884615384598, 0.0244494454868692, 0.0466538461538437, 0.0347989445021205, 0.0755576923076896, 0.0831779394754682, 0.206519230769228, 0.195241353595611, 0.551115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 30, '2021-05-23 00:00:00', 0.017766823013696, 0.0369999999999979, 0.0200214980612194, 0.0504038461538431, 0.0424035194475472, 0.083961538461536, 0.082842900443226, 0.209884615384614, 0.195241353595611, 0.551115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 45, '2021-05-23 00:00:00', 0.0162906887043348, 0.0304423076923066, 0.0323565473103396, 0.0621153846153844, 0.0512347425694138, 0.0901730769230762, 0.08219856118898, 0.212288461538461, 0.193746508653408, 0.54851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 60, '2021-05-23 00:00:00', 0.0239291984500438, 0.0515576923076909, 0.0383672185796469, 0.0657115384615369, 0.0468861960988044, 0.100346153846153, 0.0801364797368556, 0.213346153846152, 0.193477350095561, 0.548249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 75, '2021-05-23 00:00:00', 0.0315876314645226, 0.0424615384615379, 0.0440267095505266, 0.0686346153846157, 0.0374196986379363, 0.112576923076923, 0.079274452670162, 0.210673076923076, 0.195487092825943, 0.55128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 90, '2021-05-23 00:00:00', 0.0202362583954213, 0.0486153846153845, 0.026370999514327, 0.0730192307692307, 0.0305945445111726, 0.107884615384613, 0.0796843798031677, 0.208403846153845, 0.195007539301987, 0.550403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 105, '2021-05-23 00:00:00', 0.0200346238758324, 0.0578846153846163, 0.027730017060105, 0.0909230769230771, 0.0376904650256021, 0.114134615384614, 0.0813665873590724, 0.204692307692307, 0.196420063991594, 0.549192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 120, '2021-05-23 00:00:00', 0.0289472796649366, 0.068249999999999, 0.031909005239659, 0.08076923076923, 0.0442870053870633, 0.112326923076923, 0.081510001745891, 0.196403846153846, 0.20182296983705, 0.553134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 135, '2021-05-23 00:00:00', 0.0181398414037687, 0.0484230769230753, 0.0351907822283944, 0.0751346153846145, 0.0487954955361179, 0.109903846153843, 0.074561621392076, 0.185846153846154, 0.211271593343371, 0.556384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 150, '2021-05-23 00:00:00', 0.0254535776539309, 0.0557307692307697, 0.0284858466881081, 0.0782115384615392, 0.0416673871732555, 0.108634615384616, 0.0671305530577991, 0.180634615384617, 0.215910039136675, 0.56375 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 165, '2021-05-23 00:00:00', 0.0224818559321479, 0.0514230769230781, 0.0323864703470188, 0.0767884615384625, 0.0462969387590731, 0.103442307692308, 0.0652338190959734, 0.178134615384618, 0.222996068437229, 0.569057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 180, '2021-05-23 00:00:00', 0.0227180798890689, 0.0526346153846158, 0.0320448963895235, 0.0706538461538468, 0.0549092853293911, 0.10098076923077, 0.0574214245730627, 0.1695, 0.229933054638486, 0.572480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 195, '2021-05-23 00:00:00', 0.0186488193068199, 0.0430384615384621, 0.0227952086733482, 0.0601923076923071, 0.0426124981666173, 0.0902500000000008, 0.0510184619675889, 0.161288461538463, 0.234463876994699, 0.573980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 210, '2021-05-23 00:00:00', 0.0162668728969701, 0.0391346153846126, 0.0346337096793555, 0.0640769230769219, 0.0377289166799987, 0.0856346153846149, 0.0541292754573572, 0.158461538461539, 0.234612315238436, 0.570961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 225, '2021-05-23 00:00:00', 0.025446051529883, 0.0473076923076914, 0.0274315722087906, 0.0623653846153845, 0.0334804248203904, 0.085173076923077, 0.0520057837020213, 0.151807692307693, 0.235383834651798, 0.570480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 240, '2021-05-23 00:00:00', 0.0185932680124994, 0.0419807692307691, 0.0213849335892225, 0.0553461538461536, 0.0306422031744568, 0.0797307692307679, 0.0488167531142266, 0.147346153846156, 0.235013512704795, 0.568134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 255, '2021-05-23 00:00:00', 0.0171635122817625, 0.0373846153846157, 0.0230256712923115, 0.0536923076923083, 0.0305506703942565, 0.0752115384615374, 0.048177396551303, 0.151307692307694, 0.23534707594072, 0.566615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 270, '2021-05-23 00:00:00', 0.0175728046008156, 0.0402884615384621, 0.0213694965924657, 0.052846153846152, 0.0300434621071637, 0.0724807692307693, 0.0538238473026733, 0.163557692307696, 0.235213827432371, 0.565769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 285, '2021-05-23 00:00:00', 0.0132560000928455, 0.0333076923076896, 0.0213265904808633, 0.0497884615384593, 0.0289390672860154, 0.0669807692307682, 0.0799977427566152, 0.178826923076924, 0.235010353290758, 0.565884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 300, '2021-05-23 00:00:00', 0.0164713270681106, 0.0347692307692295, 0.0214175431328204, 0.0481346153846146, 0.0255636234942123, 0.0656730769230768, 0.0894331056411183, 0.183403846153847, 0.241644014234545, 0.571480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 315, '2021-05-23 00:00:00', 0.0145115868824245, 0.0313846153846166, 0.0157006736749132, 0.0441346153846162, 0.0196698617569753, 0.0657115384615401, 0.0998659023968576, 0.191538461538462, 0.248698844759311, 0.575346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 330, '2021-05-23 00:00:00', 0.00917597196696143, 0.0285384615384612, 0.0169672195265327, 0.0434423076923063, 0.0327759057845864, 0.0674999999999987, 0.0995727797218638, 0.199038461538462, 0.248278894824722, 0.575480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 345, '2021-05-23 00:00:00', 0.0130767556550377, 0.0318076923076917, 0.0167873578807226, 0.048153846153846, 0.0412007888274017, 0.074250000000002, 0.116725788133492, 0.219980769230771, 0.248360061975785, 0.575903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 360, '2021-05-23 00:00:00', 0.0118166766120538, 0.0345769230769209, 0.0230134743139761, 0.0484999999999982, 0.0398292750856223, 0.0733653846153846, 0.133068850021911, 0.222173076923077, 0.250334957914085, 0.576865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 375, '2021-05-23 00:00:00', 0.0158950887431897, 0.0325769230769234, 0.0319465178071104, 0.0520000000000018, 0.0350578642554544, 0.0770769230769238, 0.130416964446289, 0.22773076923077, 0.250321116844868, 0.576692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 390, '2021-05-23 00:00:00', 0.0290161824876024, 0.0378269230769244, 0.0302301746858747, 0.0527115384615382, 0.0298487211425581, 0.0773846153846165, 0.130386278183178, 0.235692307692309, 0.250243691229171, 0.575749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 405, '2021-05-23 00:00:00', 0.0125275235443338, 0.0348269230769227, 0.0176987179022855, 0.0537307692307689, 0.024281054659644, 0.0724807692307704, 0.134229728450891, 0.244000000000001, 0.250220502757069, 0.574499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 420, '2021-05-23 00:00:00', 0.0169410289397802, 0.0404615384615382, 0.0234974384856002, 0.0575192307692316, 0.0215849751875256, 0.0763653846153852, 0.134341798581654, 0.247326923076923, 0.249316827319409, 0.574403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 435, '2021-05-23 00:00:00', 0.0138319724384634, 0.0352884615384628, 0.016676895579026, 0.0481730769230779, 0.0189252781709079, 0.0878846153846164, 0.124673111035958, 0.251769230769232, 0.24823186431548, 0.570461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 450, '2021-05-23 00:00:00', 0.0124870548353689, 0.0334423076923094, 0.020515360099204, 0.0560000000000001, 0.0358918728748117, 0.101557692307693, 0.129392664160151, 0.256192307692308, 0.248521758836898, 0.56976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 465, '2021-05-23 00:00:00', 0.0177997082949303, 0.04148076923077, 0.0207351151431589, 0.0732500000000011, 0.0726989710010764, 0.115596153846154, 0.129774194424244, 0.255807692307694, 0.24742745634599, 0.569115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 480, '2021-05-23 00:00:00', 0.0227445682442089, 0.0598461538461543, 0.0405630800302263, 0.0812115384615398, 0.0840790470560069, 0.124615384615384, 0.12986453889164, 0.254538461538462, 0.247674688157363, 0.567634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 495, '2021-05-23 00:00:00', 0.0316695255119802, 0.0553269230769254, 0.067813284380434, 0.0868076923076925, 0.0794712550839336, 0.133096153846154, 0.12264726313231, 0.250865384615386, 0.245191354628616, 0.564403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 510, '2021-05-23 00:00:00', 0.0443259083815094, 0.0616153846153853, 0.0529875457065138, 0.0895000000000005, 0.055633170100082, 0.131480769230769, 0.109853932740078, 0.241557692307692, 0.239568393960088, 0.556346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 525, '2021-05-23 00:00:00', 0.0242591219956557, 0.0532499999999996, 0.03650987748331, 0.088634615384615, 0.0727708019427073, 0.137519230769231, 0.1029597979796, 0.2345, 0.236090699650662, 0.550038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 540, '2021-05-23 00:00:00', 0.0329684464532139, 0.0770384615384621, 0.037210668445406, 0.0999230769230769, 0.0888460466199816, 0.139, 0.106359868082193, 0.234192307692308, 0.239793173701519, 0.552115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 555, '2021-05-23 00:00:00', 0.0193754106656221, 0.0604423076923066, 0.0669146758652678, 0.101076923076924, 0.0785257356148044, 0.128634615384614, 0.107290197774362, 0.233557692307692, 0.236696904532748, 0.547269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 570, '2021-05-23 00:00:00', 0.0488973965014009, 0.0758461538461558, 0.060549309212853, 0.0941730769230757, 0.0594291983404168, 0.124480769230768, 0.102230252936129, 0.23076923076923, 0.234491506324774, 0.545557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 585, '2021-05-23 00:00:00', 0.0306213349455253, 0.0558846153846133, 0.0314120750912495, 0.0809615384615353, 0.0467748165313187, 0.116288461538459, 0.0980882334353208, 0.226307692307691, 0.237190596032292, 0.546673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 600, '2021-05-23 00:00:00', 0.0177465597966307, 0.0574038461538442, 0.0314722099637131, 0.0819999999999985, 0.0519099701406186, 0.116749999999999, 0.10012534452068, 0.23126923076923, 0.23366767740006, 0.552288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 615, '2021-05-23 00:00:00', 0.0240495082310185, 0.0548269230769236, 0.0391095748654203, 0.0788269230769223, 0.0638412604704952, 0.110942307692308, 0.104986147437872, 0.239634615384616, 0.235407398909929, 0.547788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 630, '2021-05-23 00:00:00', 0.0311345529053394, 0.0595961538461542, 0.0339728002061368, 0.0803653846153847, 0.0624962768121806, 0.111769230769231, 0.119149920107144, 0.254788461538463, 0.238049871956407, 0.548807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 645, '2021-05-23 00:00:00', 0.0236580121409542, 0.0566923076923056, 0.0515830025671863, 0.0768846153846141, 0.0589367751199411, 0.105711538461539, 0.133982049601374, 0.27201923076923, 0.237348997340333, 0.548057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 660, '2021-05-23 00:00:00', 0.0369476136421058, 0.054884615384614, 0.0450034870443836, 0.0810769230769227, 0.0464157963827633, 0.103384615384617, 0.152704808246299, 0.27503846153846, 0.236503732284747, 0.553653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 675, '2021-05-23 00:00:00', 0.0256428427561261, 0.0571538461538469, 0.0232291925088962, 0.0703461538461563, 0.0380485165990029, 0.104519230769231, 0.167169394742165, 0.283942307692307, 0.239936161381443, 0.551692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 690, '2021-05-23 00:00:00', 0.0181331506872403, 0.0476346153846176, 0.0313566395864403, 0.0698269230769247, 0.0494853358232355, 0.107538461538461, 0.179348874672116, 0.286173076923076, 0.239004329700081, 0.552980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 705, '2021-05-23 00:00:00', 0.0261969243643945, 0.0516730769230782, 0.0336781657183663, 0.0773269230769223, 0.0410858435286585, 0.107942307692305, 0.179237415608031, 0.295365384615384, 0.239802761901076, 0.55176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 720, '2021-05-23 00:00:00', 0.0229889020047617, 0.0520192307692305, 0.0375756518956693, 0.0730192307692296, 0.0457568153813855, 0.102115384615385, 0.17273065404309, 0.308826923076924, 0.23865167407429, 0.549692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 735, '2021-05-23 00:00:00', 0.0242778785031843, 0.0506538461538453, 0.0283792177482044, 0.0704999999999988, 0.0610393315821868, 0.113, 0.163171929146954, 0.314038461538463, 0.238076636013248, 0.549769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 750, '2021-05-23 00:00:00', 0.0221668931933655, 0.0491346153846128, 0.0322893230745912, 0.0714038461538444, 0.063694296931032, 0.118288461538461, 0.158956802308048, 0.310249999999999, 0.233916961762074, 0.54925 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 765, '2021-05-23 00:00:00', 0.0174508981474833, 0.0474230769230782, 0.0544875568011076, 0.0825769230769255, 0.0700813812649273, 0.117000000000001, 0.150619403183602, 0.311769230769231, 0.222759443380936, 0.549980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 780, '2021-05-23 00:00:00', 0.0487849007220654, 0.0640576923076926, 0.0520584730412331, 0.0867692307692308, 0.0669229666223683, 0.127788461538462, 0.149393491774627, 0.314153846153846, 0.219579613212295, 0.549442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 795, '2021-05-23 00:00:00', 0.0306760743652355, 0.0563076923076928, 0.0581480768912762, 0.0891730769230758, 0.0668626865011711, 0.141673076923076, 0.13980445134324, 0.30676923076923, 0.213630108977031, 0.549788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 810, '2021-05-23 00:00:00', 0.0487844868154432, 0.0633846153846163, 0.0485288177668295, 0.0921153846153856, 0.080695469799448, 0.146826923076924, 0.136867532813525, 0.306192307692305, 0.211243902961627, 0.551442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 825, '2021-05-23 00:00:00', 0.0266442951030498, 0.0594615384615393, 0.03581265354377, 0.0966153846153835, 0.095527370222038, 0.160461538461538, 0.133540655002367, 0.306057692307692, 0.207971825939513, 0.548903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 840, '2021-05-23 00:00:00', 0.0266741375752742, 0.0680192307692298, 0.0456649714265172, 0.101519230769232, 0.0965834115395364, 0.156153846153845, 0.116258758148166, 0.305826923076922, 0.199001654419097, 0.543461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 855, '2021-05-23 00:00:00', 0.0355430886931076, 0.0748653846153868, 0.0782500454657036, 0.11948076923077, 0.0912392375107256, 0.158038461538461, 0.115124542929018, 0.305403846153846, 0.196570148958426, 0.542288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 870, '2021-05-23 00:00:00', 0.0739807485353196, 0.0838653846153839, 0.0811777370958327, 0.106249999999998, 0.0948221432269592, 0.155326923076922, 0.102817822459846, 0.298230769230768, 0.188483845461619, 0.542 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 885, '2021-05-23 00:00:00', 0.0325626496748376, 0.0688846153846153, 0.0500725473687925, 0.0999999999999987, 0.0647875255086848, 0.156211538461537, 0.0851071022074764, 0.276173076923077, 0.191358865445569, 0.539653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 900, '2021-05-23 00:00:00', 0.0349951480153362, 0.0749038461538453, 0.051627959032352, 0.107615384615385, 0.0529004762229558, 0.170596153846155, 0.0849539784915245, 0.270461538461539, 0.19477095818896, 0.545884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 915, '2021-05-23 00:00:00', 0.0380880407234872, 0.0726730769230769, 0.0461442262410442, 0.121480769230768, 0.0519192123917994, 0.171769230769231, 0.081019297321449, 0.264442307692307, 0.19541055400204, 0.548769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 930, '2021-05-23 00:00:00', 0.0271640104097033, 0.0852115384615387, 0.0380009159808626, 0.122519230769232, 0.0485194330615604, 0.160653846153846, 0.0838290132444509, 0.255788461538462, 0.190952870746039, 0.541673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 945, '2021-05-23 00:00:00', 0.0237482711921402, 0.0780961538461545, 0.0318810348736583, 0.111096153846155, 0.0446701285493496, 0.150903846153847, 0.0841001257659352, 0.242634615384616, 0.187684318635144, 0.539788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 960, '2021-05-23 00:00:00', 0.031086257166397, 0.0826538461538467, 0.0355690660762721, 0.109461538461538, 0.0431763646169807, 0.155038461538461, 0.0829647492335427, 0.233980769230769, 0.192163541126983, 0.539942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 975, '2021-05-23 00:00:00', 0.0280867337970165, 0.0757307692307695, 0.0345177323437377, 0.112076923076924, 0.0504508138228176, 0.15473076923077, 0.0902568066898345, 0.225365384615385, 0.201139015264415, 0.548288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 990, '2021-05-23 00:00:00', 0.0286999396943897, 0.0714423076923083, 0.0317510569176001, 0.108480769230769, 0.052822489382983, 0.145153846153844, 0.0823108460934225, 0.211846153846153, 0.200660459483177, 0.543499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1005, '2021-05-23 00:00:00', 0.0254610411292321, 0.089269230769229, 0.0416970760826953, 0.114615384615384, 0.049048390548361, 0.142269230769229, 0.0885659858306439, 0.202423076923076, 0.202373333603629, 0.549384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1020, '2021-05-23 00:00:00', 0.0447604564491743, 0.0775384615384645, 0.051416399658534, 0.0998846153846157, 0.0479257117438413, 0.127076923076924, 0.0905378565106244, 0.185288461538464, 0.204369921014283, 0.547269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1035, '2021-05-23 00:00:00', 0.0274767104178176, 0.0579807692307684, 0.0310610131589672, 0.0769423076923078, 0.0350754351911162, 0.107884615384615, 0.084188243743502, 0.167403846153846, 0.210079297299486, 0.544634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1050, '2021-05-23 00:00:00', 0.0216507594466203, 0.0551538461538461, 0.0237055089345509, 0.0763653846153836, 0.033339489175173, 0.0996923076923055, 0.0796487674345676, 0.160884615384616, 0.209207340105087, 0.543634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1065, '2021-05-23 00:00:00', 0.0220744544317993, 0.0501923076923074, 0.0287564842186144, 0.075653846153845, 0.0344980266994195, 0.0914230769230773, 0.0757727777381398, 0.152576923076925, 0.202674483233203, 0.539115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1080, '2021-05-23 00:00:00', 0.0247439192219343, 0.0538076923076913, 0.0266716790161114, 0.0660384615384609, 0.0285525157183437, 0.085615384615384, 0.0714258087377811, 0.150115384615387, 0.201634041120197, 0.535442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1095, '2021-05-23 00:00:00', 0.015888033716752, 0.0389807692307668, 0.018573233428783, 0.051749999999999, 0.0322126348837497, 0.0789230769230755, 0.0686208451173203, 0.143903846153847, 0.20224245255481, 0.535019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1110, '2021-05-23 00:00:00', 0.0160845004226484, 0.0363653846153861, 0.0225808291733027, 0.0559230769230761, 0.0350079826061671, 0.0763269230769224, 0.0659252140394986, 0.142423076923078, 0.19978394965177, 0.534442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1125, '2021-05-23 00:00:00', 0.0131120613881331, 0.0398846153846151, 0.026618624191459, 0.0578653846153833, 0.0407248034419388, 0.0769807692307684, 0.0655295852150887, 0.139057692307694, 0.200111835078441, 0.532942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1140, '2021-05-23 00:00:00', 0.0260384626746986, 0.042692307692306, 0.0306755791118311, 0.0541346153846142, 0.0374626429311202, 0.0725192307692311, 0.0619680687004334, 0.142807692307694, 0.203347600277115, 0.531442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1155, '2021-05-23 00:00:00', 0.0156852331337973, 0.0334423076923078, 0.0250675778953303, 0.0507884615384625, 0.0314742202200705, 0.067942307692308, 0.0540494360605337, 0.135807692307695, 0.200308700221971, 0.524653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1170, '2021-05-23 00:00:00', 0.011699983563434, 0.03598076923077, 0.0146240713051626, 0.04771153846154, 0.030236758067979, 0.065192307692308, 0.0451736648944948, 0.129500000000002, 0.20058615356001, 0.522250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1185, '2021-05-23 00:00:00', 0.011827038773669, 0.0303269230769241, 0.0213713683374589, 0.0468461538461529, 0.0342182193934957, 0.0625576923076948, 0.0441451147223135, 0.125865384615387, 0.199183592350219, 0.52521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1200, '2021-05-23 00:00:00', 0.0208660287032807, 0.0366346153846138, 0.0300141569161054, 0.0465192307692299, 0.0357655399253788, 0.0664230769230787, 0.0464319560051208, 0.125057692307694, 0.199116878123995, 0.524865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1215, '2021-05-23 00:00:00', 0.0153368961858434, 0.0295961538461541, 0.0195484408191921, 0.0418076923076941, 0.0270592867607377, 0.0617500000000008, 0.0579292273780264, 0.125346153846155, 0.199004334123656, 0.526250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1230, '2021-05-23 00:00:00', 0.013206481508947, 0.0273653846153874, 0.0164433760336705, 0.0407692307692325, 0.0205311021098759, 0.0581153846153855, 0.0624159742866642, 0.128076923076925, 0.200650999154099, 0.531211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1245, '2021-05-23 00:00:00', 0.0121226583781724, 0.034326923076923, 0.0168119463020045, 0.0488076923076909, 0.0186682474147533, 0.0592115384615392, 0.0615693480181846, 0.130269230769231, 0.200171564875272, 0.535153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1260, '2021-05-23 00:00:00', 0.0171100959849834, 0.0358461538461517, 0.0161378794717925, 0.0436346153846144, 0.0254955576824366, 0.0662115384615387, 0.0627719682660968, 0.127000000000001, 0.200346895312951, 0.534961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1275, '2021-05-23 00:00:00', 0.0116079548321249, 0.0257307692307691, 0.0126214103807785, 0.0345000000000008, 0.0276029611009116, 0.0652115384615388, 0.0571481879381589, 0.131153846153847, 0.20052596992755, 0.53523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1290, '2021-05-23 00:00:00', 0.0108403803509756, 0.0245769230769246, 0.0236783331663873, 0.0492115384615395, 0.031324756736731, 0.0665961538461543, 0.055744251169617, 0.134307692307694, 0.200810010668331, 0.535596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1305, '2021-05-23 00:00:00', 0.0195639877168388, 0.0374807692307684, 0.0250929042989018, 0.0494230769230768, 0.0317479981198087, 0.0593461538461546, 0.0547802322572084, 0.133923076923077, 0.201108486796401, 0.535288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1320, '2021-05-23 00:00:00', 0.0144773563247522, 0.0320769230769243, 0.0215531632516874, 0.0413269230769242, 0.0304164176315769, 0.0669615384615406, 0.056937198871955, 0.147769230769232, 0.202174136670498, 0.534192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1335, '2021-05-23 00:00:00', 0.0129112354172645, 0.0239999999999998, 0.0135324254463697, 0.0320576923076929, 0.027684465235662, 0.0739807692307689, 0.0519288307353277, 0.163711538461538, 0.203634050537874, 0.533057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1350, '2021-05-23 00:00:00', 0.00780354948823988, 0.0216538461538452, 0.0248997760261786, 0.0513269230769238, 0.0241933954751158, 0.0710961538461544, 0.0591142082361292, 0.18098076923077, 0.204051521585943, 0.53321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1365, '2021-05-23 00:00:00', 0.0246512365113493, 0.0437115384615395, 0.0258022062264802, 0.0629230769230778, 0.024227797131521, 0.067884615384616, 0.0696306436740419, 0.196057692307692, 0.205742846403353, 0.533826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1380, '2021-05-23 00:00:00', 0.0239600709514802, 0.0457500000000004, 0.0232905477690973, 0.0515192307692297, 0.0230214281452329, 0.0608846153846153, 0.0828235775609813, 0.20975, 0.210902752836101, 0.535634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1395, '2021-05-23 00:00:00', 0.016544671463832, 0.0273846153846144, 0.0184638940804841, 0.0371538461538454, 0.0370061325479155, 0.0635769230769228, 0.0816094286596444, 0.219826923076924, 0.207484794623604, 0.533000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1410, '2021-05-23 00:00:00', 0.0141298919370877, 0.0284230769230754, 0.0161310617705748, 0.0378653846153851, 0.0445181380493912, 0.0727307692307683, 0.0839549512902824, 0.222076923076924, 0.208138068081297, 0.534346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1425, '2021-05-23 00:00:00', 0.0126251275698057, 0.0254230769230775, 0.0321551527154484, 0.049923076923077, 0.0390721078953335, 0.0760192307692314, 0.0863973757614271, 0.225942307692309, 0.20828584002242, 0.533865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 0, '2021-05-23 00:00:00', 0.0279931310255818, 0.0426538461538454, 0.0371852948602814, 0.0588846153846151, 0.0404941401268795, 0.0783461538461535, 0.0884327645511193, 0.229076923076923, 0.208066728386683, 0.533788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 15, '2021-05-23 00:00:00', 0.0282372912189657, 0.0367307692307686, 0.0295557881875056, 0.0527307692307707, 0.0392425642148133, 0.0818269230769235, 0.0871121381633155, 0.22473076923077, 0.207415439674543, 0.532769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 30, '2021-05-23 00:00:00', 0.0138311382255918, 0.0369038461538475, 0.0236309445105674, 0.0506923076923082, 0.0298447585914942, 0.0799807692307702, 0.0837797501694851, 0.223942307692308, 0.204391160617237, 0.531057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 45, '2021-05-23 00:00:00', 0.0201976388566726, 0.0362692307692312, 0.0232874347102608, 0.064730769230769, 0.0300567220179046, 0.081442307692308, 0.0776588619936818, 0.226673076923077, 0.19983619157084, 0.529288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 60, '2021-05-23 00:00:00', 0.0194421825302228, 0.0550384615384614, 0.0278811488561462, 0.0664615384615393, 0.0349490398239402, 0.106653846153847, 0.097071306066923, 0.233538461538462, 0.199256579854679, 0.530730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 75, '2021-05-23 00:00:00', 0.0161091111343389, 0.0407115384615416, 0.0236975493702161, 0.0585769230769251, 0.0365843388098483, 0.121423076923077, 0.112732631273495, 0.234115384615386, 0.19933133220846, 0.533000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 90, '2021-05-23 00:00:00', 0.018919271818805, 0.0443269230769221, 0.037013100591339, 0.0849807692307689, 0.052802363729142, 0.135019230769231, 0.113196493558086, 0.232884615384616, 0.200009166136106, 0.531942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 105, '2021-05-23 00:00:00', 0.0323206768779071, 0.0671153846153859, 0.0365251441317622, 0.100384615384616, 0.0641394154587062, 0.14576923076923, 0.11648557685561, 0.22848076923077, 0.197273359736022, 0.530961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 120, '2021-05-23 00:00:00', 0.0348709544110642, 0.0677115384615371, 0.0519486284708276, 0.0970000000000008, 0.0832703659542454, 0.140076923076923, 0.121457007271645, 0.21373076923077, 0.193010218940304, 0.522769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 135, '2021-05-23 00:00:00', 0.0396350709114263, 0.0566730769230781, 0.0450400505533265, 0.0846153846153831, 0.0715631216802018, 0.130596153846154, 0.0974631449081361, 0.190230769230769, 0.20043595274762, 0.520865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 150, '2021-05-23 00:00:00', 0.0282988515668048, 0.0532499999999985, 0.05119197653479, 0.0884615384615384, 0.068739097037556, 0.11471153846154, 0.092334925469935, 0.180461538461538, 0.200840530884963, 0.516673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 165, '2021-05-23 00:00:00', 0.0429712828973735, 0.0656346153846167, 0.0617105308305218, 0.0899807692307715, 0.0627698145240587, 0.103519230769233, 0.0756794556005793, 0.166000000000001, 0.202092824255055, 0.515019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 180, '2021-05-23 00:00:00', 0.0403180480678331, 0.0582500000000016, 0.0421048690771038, 0.0720000000000022, 0.0472956494990657, 0.0929615384615391, 0.072279109121408, 0.163519230769231, 0.202509616105963, 0.514230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 195, '2021-05-23 00:00:00', 0.023382578985219, 0.0422500000000011, 0.0359996367503043, 0.0624230769230766, 0.0417330343234961, 0.0866153846153839, 0.0692447748653557, 0.159173076923076, 0.204943651730458, 0.511096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 210, '2021-05-23 00:00:00', 0.0224609747031458, 0.0443461538461535, 0.0234478472031339, 0.0568076923076914, 0.0369251477784646, 0.0820576923076906, 0.0670630013781519, 0.152615384615383, 0.204952185793513, 0.510538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 225, '2021-05-23 00:00:00', 0.0199912384655038, 0.0409807692307665, 0.0264455972778947, 0.0594807692307679, 0.0369279183524629, 0.0868653846153829, 0.0639372438712064, 0.146865384615384, 0.206874481640066, 0.513865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 240, '2021-05-23 00:00:00', 0.0191521438848133, 0.0397692307692294, 0.0265325054631823, 0.0569230769230754, 0.0499781336801781, 0.0849230769230758, 0.064339603786351, 0.142730769230768, 0.207911963617741, 0.514269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 255, '2021-05-23 00:00:00', 0.0177046712653854, 0.0386538461538454, 0.0255037930813928, 0.0577884615384604, 0.0633714962618177, 0.0799423076923074, 0.0587280597329763, 0.145249999999998, 0.21042344122123, 0.517269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 270, '2021-05-23 00:00:00', 0.0178733148748446, 0.0393461538461521, 0.0388957779001959, 0.0566923076923067, 0.0520070298502609, 0.0788653846153862, 0.057543257975731, 0.149557692307692, 0.210488480408347, 0.517596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 285, '2021-05-23 00:00:00', 0.0360371816536523, 0.0420384615384606, 0.0529765550466927, 0.0568461538461536, 0.0511819830078448, 0.0776538461538475, 0.0576413613515633, 0.155942307692307, 0.209789095558812, 0.517269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 300, '2021-05-23 00:00:00', 0.0242143631883098, 0.0378461538461553, 0.0258898925927001, 0.05244230769231, 0.0316402615957289, 0.0696153846153863, 0.0600932512529803, 0.163326923076922, 0.209481609253376, 0.51623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 315, '2021-05-23 00:00:00', 0.0184293661980421, 0.0361923076923089, 0.0206053484468334, 0.0475961538461554, 0.0276912649376306, 0.0676153846153866, 0.0611889161657425, 0.167711538461537, 0.209373550052383, 0.514211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 330, '2021-05-23 00:00:00', 0.0154933856855114, 0.0337500000000021, 0.0254938001512877, 0.0459230769230792, 0.0286655783931763, 0.066653846153848, 0.0598324873163522, 0.171942307692306, 0.20918654262496, 0.514519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 345, '2021-05-23 00:00:00', 0.0160282083071824, 0.0322884615384627, 0.0203395030572362, 0.0491538461538475, 0.0259985872397233, 0.0670576923076933, 0.06165268725817, 0.192576923076923, 0.208997759465354, 0.514788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 360, '2021-05-23 00:00:00', 0.0176755916014578, 0.0350576923076935, 0.0188303049527981, 0.0470961538461552, 0.0258870921206227, 0.0673076923076929, 0.0663058095841935, 0.204403846153846, 0.208934248950752, 0.515403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 375, '2021-05-23 00:00:00', 0.013839853267341, 0.0318076923076939, 0.0170746438187871, 0.0457115384615397, 0.023772260822552, 0.0725961538461539, 0.0647079949881353, 0.206769230769232, 0.208883316710549, 0.515000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 390, '2021-05-23 00:00:00', 0.0162690007257793, 0.0324038461538457, 0.0206132612281894, 0.049057692307691, 0.0313967416241789, 0.079846153846153, 0.068955314404441, 0.212846153846155, 0.206278427411555, 0.518519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 405, '2021-05-23 00:00:00', 0.0164298508818556, 0.0359999999999997, 0.0227879607215344, 0.0561346153846151, 0.0304218039216312, 0.077115384615385, 0.0713010410971554, 0.22046153846154, 0.204500668609024, 0.519788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 420, '2021-05-23 00:00:00', 0.0194248156114396, 0.0442884615384593, 0.0268535128772013, 0.0633653846153827, 0.0291344100018139, 0.0765769230769198, 0.0854845217658628, 0.235288461538462, 0.204500668609024, 0.519788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 435, '2021-05-23 00:00:00', 0.0147837358659366, 0.0381730769230772, 0.0184742648443293, 0.0484615384615403, 0.0321349318678895, 0.0874230769230768, 0.0892517808484249, 0.234096153846154, 0.203432891977824, 0.518192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 450, '2021-05-23 00:00:00', 0.011269427669585, 0.0330000000000018, 0.0157491391706147, 0.0501538461538468, 0.0423874845461938, 0.101173076923078, 0.0864943328512595, 0.235980769230771, 0.20309635549508, 0.51598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 465, '2021-05-23 00:00:00', 0.0127470207680679, 0.0380576923076909, 0.0278157951807693, 0.0720384615384595, 0.0492027399174544, 0.110480769230769, 0.0859486698335329, 0.238076923076924, 0.203127168390791, 0.515057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 480, '2021-05-23 00:00:00', 0.0250145880514669, 0.0595192307692297, 0.0397498911464403, 0.0825769230769233, 0.0526893252945981, 0.113250000000001, 0.0852960207386363, 0.235365384615385, 0.204366055438236, 0.515269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 495, '2021-05-23 00:00:00', 0.0267114207783867, 0.0560000000000001, 0.0374896703721894, 0.0816538461538458, 0.0485070653061524, 0.111346153846153, 0.0841831359870565, 0.229403846153846, 0.203087112797969, 0.516846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 510, '2021-05-23 00:00:00', 0.0204052783518245, 0.0533461538461533, 0.0291228234577928, 0.0751730769230773, 0.0335223232167177, 0.110115384615383, 0.080226086779799, 0.225249999999999, 0.203992036986363, 0.514365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 525, '2021-05-23 00:00:00', 0.0259247209019902, 0.0551346153846157, 0.0302327700453559, 0.0829038461538446, 0.0417169445374237, 0.124711538461539, 0.0771119989665378, 0.224096153846153, 0.201653800818668, 0.510846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 540, '2021-05-23 00:00:00', 0.0280188123615859, 0.0695769230769219, 0.0294707416836531, 0.089269230769229, 0.050683512719014, 0.140461538461539, 0.0730884316848694, 0.222326923076923, 0.198439172040198, 0.51575 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 555, '2021-05-23 00:00:00', 0.0200492182851643, 0.0563653846153859, 0.0435651060085759, 0.094961538461541, 0.0480603306752619, 0.130346153846155, 0.0783174702977966, 0.215115384615386, 0.194673735931527, 0.524288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 570, '2021-05-23 00:00:00', 0.0331584076819151, 0.0670000000000007, 0.0431534515956193, 0.0985961538461551, 0.0418888455870452, 0.122346153846155, 0.0764037856492621, 0.205038461538462, 0.191227963034052, 0.521076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 585, '2021-05-23 00:00:00', 0.0218794336166325, 0.0630192307692316, 0.022213137138605, 0.0802884615384618, 0.0513482117132985, 0.118826923076924, 0.0711406002223755, 0.197750000000001, 0.190624501008172, 0.522596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 600, '2021-05-23 00:00:00', 0.0200120060117764, 0.0570961538461537, 0.0330875528536966, 0.0766153846153842, 0.0742132167370578, 0.123807692307691, 0.0716650220443355, 0.194653846153848, 0.18980157655177, 0.521038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 615, '2021-05-23 00:00:00', 0.0194248849120417, 0.0521153846153848, 0.0442014270566684, 0.0838846153846153, 0.0676487875836529, 0.112961538461538, 0.0768836883770637, 0.20669230769231, 0.189627660470152, 0.521480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 630, '2021-05-23 00:00:00', 0.0384246715615803, 0.0601538461538464, 0.0649093687678902, 0.0883846153846144, 0.0619082074837086, 0.110115384615386, 0.0715911575975261, 0.214923076923078, 0.191768274628117, 0.517865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 645, '2021-05-23 00:00:00', 0.0351273945255509, 0.0604230769230768, 0.0329815099714964, 0.0744999999999999, 0.0323007799381879, 0.0970961538461534, 0.0986072005484371, 0.240000000000001, 0.190496510163873, 0.519096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 660, '2021-05-23 00:00:00', 0.0178237093609788, 0.0497307692307695, 0.0245891548952287, 0.0720576923076937, 0.031839386590534, 0.0915576923076944, 0.107206337714491, 0.253826923076924, 0.199844655054483, 0.525115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 675, '2021-05-23 00:00:00', 0.016010429293242, 0.0470769230769243, 0.0201963153532054, 0.0618653846153865, 0.0361465233991616, 0.0913653846153863, 0.135776469299304, 0.26798076923077, 0.201078267387064, 0.524519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 690, '2021-05-23 00:00:00', 0.0151354398172474, 0.0441923076923083, 0.0259315148330843, 0.0622115384615376, 0.0404610781635133, 0.0908269230769211, 0.13715802929468, 0.271249999999999, 0.202180425895742, 0.528230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 705, '2021-05-23 00:00:00', 0.0197611117719019, 0.0473076923076908, 0.0303085225384144, 0.0685576923076912, 0.0338036923335998, 0.0944807692307667, 0.136257354071117, 0.289557692307693, 0.205251305626876, 0.532961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 720, '2021-05-23 00:00:00', 0.0235290981879544, 0.0474615384615388, 0.0268170726332185, 0.0653461538461516, 0.0301383285228914, 0.0868269230769212, 0.14211621463274, 0.29496153846154, 0.206974011746549, 0.534807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 735, '2021-05-23 00:00:00', 0.0175499726057196, 0.0423076923076899, 0.0209699510288832, 0.0618269230769221, 0.0293612578330454, 0.087788461538461, 0.153898273094725, 0.311038461538462, 0.206210911447477, 0.535 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 750, '2021-05-23 00:00:00', 0.0146475647752847, 0.0418653846153856, 0.0157380479680987, 0.0536153846153826, 0.0280793723905335, 0.0848653846153848, 0.155244115458897, 0.322153846153846, 0.206235038618188, 0.534865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 765, '2021-05-23 00:00:00', 0.0144020965354147, 0.0414038461538427, 0.0226339092106065, 0.0669230769230751, 0.0280808722196333, 0.0911538461538463, 0.160350049770926, 0.33146153846154, 0.205344585626584, 0.536826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 780, '2021-05-23 00:00:00', 0.0234742166249244, 0.053326923076923, 0.0231876376214037, 0.0680576923076926, 0.0420718844543305, 0.104288461538463, 0.164083459064166, 0.350307692307694, 0.204651786813978, 0.537423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 795, '2021-05-23 00:00:00', 0.0145782767790338, 0.0456153846153849, 0.0302942048278863, 0.0701730769230775, 0.0681622075527322, 0.127557692307695, 0.166234634917499, 0.350076923076925, 0.205947188898961, 0.534730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 810, '2021-05-23 00:00:00', 0.028917315813301, 0.0546346153846161, 0.0423178858349344, 0.0827115384615388, 0.0662182783271785, 0.143903846153848, 0.16643772224053, 0.350346153846155, 0.207130668531131, 0.541576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 825, '2021-05-23 00:00:00', 0.0247442922711481, 0.0549999999999992, 0.0602431866559341, 0.0978076923076947, 0.101193599675991, 0.170230769230769, 0.156305535361405, 0.3[...];
Date: 2021-05-23 17:21:20 Duration: 25s686ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1065, '2021-05-23 00:00:00', 0.0593755971629883, 0.137307692307693, 0.067075115757233, 0.157134615384616, 0.0681933563197601, 0.179576923076925, 0.086323953801942, 0.234750000000001, 0.278291277952823, 0.642846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1080, '2021-05-23 00:00:00', 0.0245750655371233, 0.0809230769230774, 0.0350511933298451, 0.102384615384616, 0.0389569436883652, 0.14021153846154, 0.0639284335439617, 0.200730769230771, 0.296157087344901, 0.642403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1095, '2021-05-23 00:00:00', 0.0276544682715943, 0.0669807692307682, 0.0380199340427542, 0.0898461538461543, 0.0468340646899733, 0.126519230769233, 0.0578799154749262, 0.185769230769231, 0.297691552424007, 0.642403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1110, '2021-05-23 00:00:00', 0.0219577216136288, 0.0621923076923079, 0.0271873344380472, 0.0918653846153849, 0.0404511861573724, 0.120961538461538, 0.0530859716367279, 0.177403846153846, 0.302148598184098, 0.642346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1125, '2021-05-23 00:00:00', 0.0185806040309208, 0.0578269230769232, 0.0252513289825435, 0.0795192307692328, 0.0345200109189764, 0.105365384615385, 0.0569311763988224, 0.163826923076923, 0.303543785334809, 0.643519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1140, '2021-05-23 00:00:00', 0.0188541364569819, 0.0535384615384641, 0.0261654572642284, 0.0711346153846162, 0.0334598496479215, 0.093692307692308, 0.067874615737684, 0.162288461538461, 0.304008749874078, 0.643 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1155, '2021-05-23 00:00:00', 0.0132640636539256, 0.0466538461538454, 0.0249339820634112, 0.0637115384615393, 0.0247731632090984, 0.0900192307692304, 0.0670143526532811, 0.16528846153846, 0.305059422332512, 0.644365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1170, '2021-05-23 00:00:00', 0.0221923063591524, 0.0489615384615394, 0.0273633176688444, 0.0701346153846147, 0.0246552225704822, 0.0914999999999996, 0.0706864174745381, 0.16798076923077, 0.308389601241427, 0.649384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1185, '2021-05-23 00:00:00', 0.0216597464293695, 0.0512692307692296, 0.0199105403087072, 0.0680192307692287, 0.0207600670667372, 0.0819038461538442, 0.0720147313989418, 0.165192307692308, 0.309036866732757, 0.64975 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1200, '2021-05-23 00:00:00', 0.0167167925705302, 0.0486346153846142, 0.0167446547154139, 0.0602115384615374, 0.0242528031686734, 0.076961538461537, 0.0736567715827948, 0.178, 0.309205856248651, 0.649692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1215, '2021-05-23 00:00:00', 0.0121488840893068, 0.0383461538461538, 0.0166421268056503, 0.0504038461538452, 0.0285875174481122, 0.0743846153846142, 0.0715565403128079, 0.183961538461538, 0.309133795405062, 0.651711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1230, '2021-05-23 00:00:00', 0.0118260468718567, 0.0361538461538444, 0.0220235974843755, 0.0528269230769223, 0.0278163551779287, 0.0744807692307696, 0.0707393699543516, 0.183461538461538, 0.309307539264976, 0.655576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1245, '2021-05-23 00:00:00', 0.0174598550527054, 0.0399423076923071, 0.0212989075198349, 0.0562115384615369, 0.0274502907368663, 0.0730384615384594, 0.0680519258756469, 0.184230769230768, 0.309311461773753, 0.655403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1260, '2021-05-23 00:00:00', 0.0152337302871481, 0.0389423076923056, 0.0177393521692492, 0.0542692307692308, 0.0177947701910956, 0.0735769230769219, 0.0646633203601545, 0.180749999999998, 0.309311461773753, 0.655403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1275, '2021-05-23 00:00:00', 0.0126362117010545, 0.0390769230769249, 0.0149648434158694, 0.0504423076923075, 0.0254251541104156, 0.0790384615384618, 0.0635474262627188, 0.177653846153845, 0.307792692470861, 0.657192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1290, '2021-05-23 00:00:00', 0.0118307292186967, 0.0353846153846138, 0.0142358701876622, 0.0539999999999993, 0.0329403481836711, 0.0774423076923063, 0.0631705505875856, 0.177461538461536, 0.30825309344009, 0.660019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1305, '2021-05-23 00:00:00', 0.0121848739774423, 0.0461346153846159, 0.0212731322058186, 0.0636153846153845, 0.0358607778027114, 0.0788461538461527, 0.0620873702008852, 0.175692307692307, 0.312387267050668, 0.66626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1320, '2021-05-23 00:00:00', 0.0208401978434433, 0.0474230769230754, 0.0310558120412011, 0.0587884615384597, 0.0449088649806034, 0.0871153846153825, 0.0622739882726704, 0.173480769230767, 0.328406727772369, 0.671826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1335, '2021-05-23 00:00:00', 0.0137534890678143, 0.0339615384615366, 0.022481855932148, 0.0499230769230748, 0.0358636145160218, 0.084826923076922, 0.0499686555598768, 0.176442307692306, 0.329380524037754, 0.67251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1350, '2021-05-23 00:00:00', 0.0182593390224972, 0.0377115384615376, 0.0230030098365086, 0.0639615384615378, 0.0328705619993626, 0.0830769230769235, 0.0506229197103456, 0.178999999999998, 0.329845003227041, 0.673115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1365, '2021-05-23 00:00:00', 0.0209088222086718, 0.0523269230769226, 0.0296503210515746, 0.0656923076923076, 0.0363037823839988, 0.0812307692307696, 0.05415656789489, 0.18257692307692, 0.329938061786429, 0.673230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1380, '2021-05-23 00:00:00', 0.0299941083958429, 0.0480576923076917, 0.0286462039369981, 0.0607500000000004, 0.0492286853525314, 0.108788461538462, 0.0581924525901905, 0.186807692307691, 0.331759317300035, 0.67376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1395, '2021-05-23 00:00:00', 0.0260549493305073, 0.0445961538461542, 0.0357486578553885, 0.0565576923076929, 0.0496985257481394, 0.134711538461539, 0.0594778077553683, 0.190980769230768, 0.332238248620104, 0.674076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1410, '2021-05-23 00:00:00', 0.0310129997556853, 0.0386153846153853, 0.0465305400124057, 0.0983653846153859, 0.0484743230999676, 0.135500000000001, 0.0653150029884754, 0.19401923076923, 0.333404305841791, 0.674865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1425, '2021-05-23 00:00:00', 0.0452228201413667, 0.0862115384615391, 0.0495783606642436, 0.125923076923078, 0.0445978310959346, 0.137442307692308, 0.0757625668682197, 0.198942307692307, 0.334434744698482, 0.675538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 0, '2021-05-23 00:00:00', 0.0380597118573795, 0.1, 0.0351112873589107, 0.11064, 0.0441988687638048, 0.131539999999999, 0.0756720060524365, 0.203259999999999, 0.339269097964041, 0.6753 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 15, '2021-05-23 00:00:00', 0.0226295897738627, 0.0606600000000003, 0.031745078358699, 0.0818000000000001, 0.0390272661097344, 0.103259999999999, 0.0813009430039602, 0.18602, 0.329894342934219, 0.67156 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 30, '2021-05-23 00:00:00', 0.033903134073414, 0.0533800000000008, 0.0405923124905841, 0.079439999999999, 0.0391628863423852, 0.0957399999999995, 0.0954540683610003, 0.197499999999999, 0.329949143808557, 0.6714 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 45, '2021-05-23 00:00:00', 0.0314597911871397, 0.0605384615384604, 0.0285952726055315, 0.0784807692307679, 0.0319221890516012, 0.0923846153846143, 0.0974774392043951, 0.198134615384616, 0.3202437611234, 0.670057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 60, '2021-05-23 00:00:00', 0.0180139796141361, 0.052211538461538, 0.0186708740679582, 0.0613076923076932, 0.0217627062796752, 0.0751538461538464, 0.104279506062387, 0.205346153846154, 0.319521705654898, 0.670096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 75, '2021-05-23 00:00:00', 0.0145096387062042, 0.0364807692307702, 0.0165548970212635, 0.0502307692307686, 0.0313257082920715, 0.0830000000000011, 0.101368854266903, 0.206269230769231, 0.32172319026431, 0.669634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 90, '2021-05-23 00:00:00', 0.0135644331305751, 0.0374230769230752, 0.0133704755107885, 0.0505192307692315, 0.0372965867689723, 0.0916538461538471, 0.102434371109582, 0.208403846153846, 0.325159078819062, 0.672442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 105, '2021-05-23 00:00:00', 0.0148452012448469, 0.0375000000000014, 0.0350361187260319, 0.0689807692307712, 0.0453978142476234, 0.0973076923076913, 0.106010667097523, 0.210307692307692, 0.329572261248752, 0.673846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 120, '2021-05-23 00:00:00', 0.0269705608737762, 0.0548653846153853, 0.0328282476863112, 0.0719230769230765, 0.0434677997532029, 0.10051923076923, 0.0983688897036975, 0.208461538461536, 0.333649561089753, 0.671980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 135, '2021-05-23 00:00:00', 0.0241194862172618, 0.0464807692307693, 0.0287221972589974, 0.0682307692307676, 0.0365086133145869, 0.101173076923077, 0.095874110165363, 0.203249999999999, 0.334213317416379, 0.667307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 150, '2021-05-23 00:00:00', 0.0190234369619729, 0.0503653846153841, 0.0320829214092792, 0.075076923076923, 0.034760100911603, 0.102269230769232, 0.0911340200769426, 0.203980769230769, 0.331439408547719, 0.666192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 165, '2021-05-23 00:00:00', 0.0252235238189698, 0.0606153846153849, 0.0258713384625973, 0.082884615384616, 0.0332102220130179, 0.106326923076922, 0.0858105538605024, 0.199865384615385, 0.33104658108211, 0.664173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 180, '2021-05-23 00:00:00', 0.0216635905114148, 0.0603653846153854, 0.0273619050169018, 0.0800769230769239, 0.0359304937986579, 0.111596153846154, 0.0804607429362045, 0.194134615384616, 0.329797201089024, 0.663423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 195, '2021-05-23 00:00:00', 0.017552602261598, 0.0519230769230762, 0.0314810077055025, 0.0785769230769228, 0.0437979275941054, 0.106961538461538, 0.0775661231565583, 0.184288461538462, 0.3255174058917, 0.661307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 210, '2021-05-23 00:00:00', 0.0249937299829689, 0.0575576923076922, 0.0271109969172322, 0.0801153846153835, 0.0443315871065388, 0.113480769230768, 0.06729599656626, 0.178134615384615, 0.319394889415306, 0.666346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 225, '2021-05-23 00:00:00', 0.0204744963308006, 0.0557499999999995, 0.0304315688819248, 0.074596153846152, 0.04522661316594, 0.112557692307692, 0.0668776408536798, 0.173673076923076, 0.314637166492551, 0.669557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 240, '2021-05-23 00:00:00', 0.018551591264945, 0.0496923076923061, 0.0256300679791419, 0.0810961538461519, 0.0487915069847841, 0.110865384615384, 0.0566626080748696, 0.162365384615384, 0.310638654784226, 0.669576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 255, '2021-05-23 00:00:00', 0.0199101443026894, 0.0615769230769209, 0.0213110661033556, 0.0781923076923083, 0.0409116308457833, 0.103192307692306, 0.0508820544154678, 0.161788461538461, 0.311042933593516, 0.668557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 270, '2021-05-23 00:00:00', 0.0166469331894905, 0.0480961538461545, 0.0400220371987545, 0.0707884615384618, 0.0401186173931571, 0.0867115384615376, 0.0466200188100164, 0.153615384615384, 0.311886110870371, 0.664115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 285, '2021-05-23 00:00:00', 0.0343451541761656, 0.0520192307692305, 0.0318220110083478, 0.0670961538461523, 0.0329617785647829, 0.0831730769230745, 0.0441046308400667, 0.151038461538461, 0.311723859554228, 0.665730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 300, '2021-05-23 00:00:00', 0.0166331457776798, 0.0433076923076903, 0.0200862754521209, 0.0550384615384593, 0.0237268510666376, 0.0802115384615372, 0.0478827092607944, 0.150923076923076, 0.311929317067431, 0.664826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 315, '2021-05-23 00:00:00', 0.0183008196537773, 0.0434999999999995, 0.0215374450309572, 0.0623076923076903, 0.030610204432257, 0.0857307692307676, 0.0481994134978679, 0.16328846153846, 0.312495029498932, 0.665211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 330, '2021-05-23 00:00:00', 0.0153761553662209, 0.0466153846153831, 0.0180244705459438, 0.061192307692308, 0.0316891694674766, 0.0837884615384615, 0.05344867055985, 0.166903846153845, 0.312105598500547, 0.66526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 345, '2021-05-23 00:00:00', 0.0146494552274671, 0.0420576923076925, 0.0208239876473853, 0.0585384615384607, 0.0240949084950461, 0.0792307692307699, 0.0674600964673532, 0.186269230769229, 0.312555617204609, 0.665076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 360, '2021-05-23 00:00:00', 0.0166096010233194, 0.0403269230769243, 0.0196337719249252, 0.0537500000000009, 0.0212985102404267, 0.0735576923076943, 0.0895532866724955, 0.207365384615383, 0.312701079307378, 0.66375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 375, '2021-05-23 00:00:00', 0.0148976120956953, 0.0363269230769249, 0.0190478749067046, 0.0536923076923088, 0.0218722514756788, 0.0726538461538465, 0.0990080027845454, 0.234230769230768, 0.313643332465397, 0.6655 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 390, '2021-05-23 00:00:00', 0.0129472450292, 0.0361346153846141, 0.0174241212117004, 0.0509999999999997, 0.0216387117489439, 0.0720769230769229, 0.109476434064068, 0.258519230769233, 0.313919171370348, 0.665384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 405, '2021-05-23 00:00:00', 0.0128872626442368, 0.0376923076923095, 0.0127835982655667, 0.0519038461538475, 0.0357373592498636, 0.0761730769230777, 0.118486501990084, 0.274134615384616, 0.313628315661413, 0.664903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 420, '2021-05-23 00:00:00', 0.0109602077464874, 0.0386153846153859, 0.0194406394323454, 0.0524615384615403, 0.0366677598904623, 0.0752307692307699, 0.12070219709937, 0.291403846153847, 0.316116937954198, 0.667961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 435, '2021-05-23 00:00:00', 0.013634698383169, 0.0377499999999988, 0.0326704995134997, 0.0588076923076905, 0.0313124760095097, 0.0821346153846151, 0.123908286492624, 0.298211538461539, 0.314504445975667, 0.669057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 450, '2021-05-23 00:00:00', 0.0297527245035574, 0.0447307692307686, 0.0283759649107369, 0.0576538461538465, 0.0255042077976277, 0.079730769230769, 0.123317152091668, 0.3025, 0.313399794438104, 0.668634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 465, '2021-05-23 00:00:00', 0.0154161753213441, 0.0399615384615374, 0.0208296386467387, 0.0624230769230787, 0.0215486569276278, 0.0807692307692311, 0.139627885962873, 0.320942307692308, 0.313065977317635, 0.668384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 480, '2021-05-23 00:00:00', 0.0196404214274057, 0.0486153846153855, 0.0172877012753187, 0.0622692307692297, 0.0250602044316052, 0.0840769230769223, 0.150240827187039, 0.331615384615385, 0.312866703000101, 0.668923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 495, '2021-05-23 00:00:00', 0.0145638778648256, 0.0419423076923068, 0.0150440890513376, 0.0582307692307707, 0.0310639600724777, 0.0994807692307687, 0.166004221447713, 0.346692307692308, 0.312234556802315, 0.672038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 510, '2021-05-23 00:00:00', 0.0110967770788856, 0.041538461538462, 0.0197246916715696, 0.0642884615384602, 0.0406822017405818, 0.107192307692307, 0.180538656631928, 0.363442307692308, 0.312886206889244, 0.672538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 525, '2021-05-23 00:00:00', 0.0165669388101244, 0.0477884615384613, 0.0290366081935296, 0.0827307692307674, 0.0619258147985251, 0.138057692307691, 0.189820931811657, 0.383884615384615, 0.313430409402888, 0.671307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 540, '2021-05-23 00:00:00', 0.0286205950591252, 0.0719615384615372, 0.0400038315472584, 0.0930576923076923, 0.0932929546354661, 0.165653846153845, 0.189741625942711, 0.390230769230769, 0.311299453284751, 0.672019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 555, '2021-05-23 00:00:00', 0.0225330953181172, 0.0620961538461552, 0.0596700059945078, 0.11298076923077, 0.100590227388916, 0.190423076923077, 0.185096479000712, 0.392442307692309, 0.314410374290575, 0.668288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 570, '2021-05-23 00:00:00', 0.0559589719210556, 0.0854423076923079, 0.0854655418642748, 0.128173076923075, 0.108170428206887, 0.207692307692309, 0.176991647999384, 0.385788461538462, 0.314353855000773, 0.662615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 585, '2021-05-23 00:00:00', 0.0391971152784721, 0.0839230769230754, 0.0548054320721529, 0.136846153846154, 0.0898827205948878, 0.200788461538463, 0.148264711294981, 0.375769230769231, 0.285657129063176, 0.659346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 600, '2021-05-23 00:00:00', 0.0408448848129681, 0.110730769230771, 0.0696245646305953, 0.152500000000004, 0.0806620132690449, 0.201596153846157, 0.129099007920873, 0.371576923076925, 0.275565508754971, 0.657519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 615, '2021-05-23 00:00:00', 0.03996003773002, 0.0942692307692327, 0.0534869502416608, 0.132423076923078, 0.0619760127294912, 0.174384615384617, 0.124639265636721, 0.358557692307693, 0.266793544495768, 0.654653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 630, '2021-05-23 00:00:00', 0.0449137335515374, 0.0937115384615383, 0.0604608964538245, 0.1265, 0.0559644942386205, 0.16426923076923, 0.124872373307248, 0.353480769230769, 0.261060193471515, 0.65376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 645, '2021-05-23 00:00:00', 0.0301974527708251, 0.0811153846153844, 0.0316640781668097, 0.110923076923078, 0.0462810020834284, 0.168634615384615, 0.1274356564642, 0.342557692307693, 0.257545246211523, 0.660923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 660, '2021-05-23 00:00:00', 0.0242661286570405, 0.0867500000000005, 0.0305151412605924, 0.120423076923077, 0.0570548723733466, 0.177538461538463, 0.134058197752379, 0.344596153846154, 0.252696556397955, 0.665980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 675, '2021-05-23 00:00:00', 0.026309606318137, 0.0803461538461554, 0.0487655773928874, 0.121807692307692, 0.0796263123306927, 0.192519230769233, 0.137526603020878, 0.344057692307693, 0.238454443318764, 0.671807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 690, '2021-05-23 00:00:00', 0.036388042203238, 0.0909807692307686, 0.0451770236020335, 0.13121153846154, 0.0872242313721467, 0.212442307692308, 0.146288756863321, 0.350596153846153, 0.229546379593789, 0.673403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 705, '2021-05-23 00:00:00', 0.0460411354534844, 0.0943846153846157, 0.0679278378416831, 0.141365384615385, 0.0955431034422928, 0.214230769230767, 0.142939922829354, 0.34680769230769, 0.225707081276735, 0.671057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 720, '2021-05-23 00:00:00', 0.0427681990052642, 0.0898269230769251, 0.0629985714123772, 0.1405, 0.0818480322586655, 0.187403846153845, 0.140029322478709, 0.349365384615382, 0.20855248370983, 0.666538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 735, '2021-05-23 00:00:00', 0.0331835976627953, 0.0866346153846158, 0.0536400001434077, 0.124980769230767, 0.0640865910612064, 0.171365384615385, 0.151319641309892, 0.349423076923076, 0.193128801182409, 0.654423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 750, '2021-05-23 00:00:00', 0.0383496916044178, 0.0858269230769208, 0.038975574205077, 0.111846153846152, 0.0662232703697239, 0.163692307692306, 0.151058944175394, 0.34476923076923, 0.188536774621335, 0.653346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 765, '2021-05-23 00:00:00', 0.024102824603067, 0.0743846153846147, 0.0466759532884383, 0.112730769230771, 0.0516244016541952, 0.156326923076923, 0.138874837118232, 0.332596153846154, 0.186457424507168, 0.643134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 780, '2021-05-23 00:00:00', 0.0368496738321852, 0.0860384615384652, 0.0447366868894667, 0.119134615384616, 0.0417614516768019, 0.159673076923079, 0.130660534916308, 0.341346153846154, 0.187829776659613, 0.635250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 795, '2021-05-23 00:00:00', 0.0217201873486749, 0.0785576923076914, 0.0325336807726293, 0.104403846153847, 0.0429839370713508, 0.145173076923078, 0.131096783097306, 0.335057692307693, 0.197079815927847, 0.630076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 810, '2021-05-23 00:00:00', 0.0245861436898625, 0.0690384615384621, 0.0298704639298526, 0.101230769230769, 0.0554489404768022, 0.13975, 0.13210490732165, 0.333057692307692, 0.199667558321712, 0.631576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 825, '2021-05-23 00:00:00', 0.0221929389324962, 0.0734423076923075, 0.0450700992472155, 0.103576923076921, 0.0520666769263598, 0.142826923076924, 0.130696312701798, 0.331384615384616, 0.202619462388146, 0.628057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 840, '2021-05-23 00:00:00', 0.0338393319173935, 0.0700961538461519, 0.0372437914289084, 0.0959999999999998, 0.0621811899581818, 0.151596153846155, 0.137501962223764, 0.350519230769232, 0.212241670127386, 0.631057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 855, '2021-05-23 00:00:00', 0.0227745471963756, 0.0700000000000014, 0.0412384482659651, 0.105019230769232, 0.0686748778386527, 0.170173076923079, 0.132974584037704, 0.352000000000002, 0.21938981201365, 0.63298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 870, '2021-05-23 00:00:00', 0.037738171860659, 0.0780192307692316, 0.0553398173525658, 0.115846153846156, 0.0755434566733191, 0.174576923076924, 0.129002350902849, 0.354442307692308, 0.223851437685458, 0.637115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 885, '2021-05-23 00:00:00', 0.0436232339294282, 0.0824423076923084, 0.0490522641208801, 0.12523076923077, 0.0655807546816559, 0.174153846153846, 0.126637489892029, 0.353576923076922, 0.222168717073654, 0.635173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 900, '2021-05-23 00:00:00', 0.0287021050331378, 0.0865400000000022, 0.0450156269162881, 0.11686, 0.0545264691075184, 0.17086, 0.123804220445024, 0.334119999999999, 0.23362604021527, 0.62778 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 915, '2021-05-23 00:00:00', 0.0412878815957748, 0.083779999999997, 0.0358720875705156, 0.11984, 0.0621138269630815, 0.173260000000001, 0.129414714516291, 0.32178, 0.232923014821062, 0.63012 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 930, '2021-05-23 00:00:00', 0.0279473015990231, 0.0895200000000017, 0.0389430674189908, 0.122300000000001, 0.0542723302736621, 0.167060000000001, 0.130782940401261, 0.32564, 0.228228188077927, 0.63372 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 945, '2021-05-23 00:00:00', 0.0340327415880657, 0.0900399999999996, 0.0532730779412369, 0.121800000000002, 0.0525488820052345, 0.159979999999999, 0.13394653162114, 0.324060000000001, 0.236387746439334, 0.6448 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 960, '2021-05-23 00:00:00', 0.0384198624845696, 0.0867599999999999, 0.0448535301472096, 0.115879999999998, 0.0553584681868996, 0.176819999999998, 0.129754168205367, 0.31346, 0.221472048650239, 0.645079999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 975, '2021-05-23 00:00:00', 0.0280893218145265, 0.077519999999999, 0.036614864923054, 0.121759999999996, 0.0669561299160376, 0.18696, 0.131785596076859, 0.317619999999999, 0.227736025915973, 0.655019999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 990, '2021-05-23 00:00:00', 0.0356061792390031, 0.0969999999999991, 0.0600861176850485, 0.158692307692308, 0.0846898232011738, 0.198615384615383, 0.136726239673974, 0.321230769230769, 0.22345249796356, 0.659326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1005, '2021-05-23 00:00:00', 0.0341068964377514, 0.106903846153845, 0.0384217886901933, 0.134576923076923, 0.0717815409097951, 0.185019230769231, 0.104287149809481, 0.304019230769232, 0.208696206334621, 0.648557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1020, '2021-05-23 00:00:00', 0.0233375316735807, 0.0869038461538446, 0.0474952467257348, 0.124961538461537, 0.0648585798843574, 0.195846153846154, 0.0922860290284854, 0.283865384615385, 0.203210199055068, 0.63975 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1035, '2021-05-23 00:00:00', 0.0291408053845728, 0.0865576923076908, 0.0466793810518582, 0.12773076923077, 0.0580875069316838, 0.18696153846154, 0.0855390778893129, 0.269923076923078, 0.209870367498241, 0.640865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1050, '2021-05-23 00:00:00', 0.0364407896984442, 0.0963653846153856, 0.0507133156539338, 0.152596153846154, 0.0583087570939903, 0.181134615384616, 0.0845578477456973, 0.26048076923077, 0.212154708608167, 0.639903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1065, '2021-05-23 00:00:00', 0.0381164208506207, 0.113192307692307, 0.0423767216577864, 0.132442307692308, 0.0647073887113826, 0.165884615384615, 0.0979659359950402, 0.247269230769229, 0.204794836360687, 0.633749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1080, '2021-05-23 00:00:00', 0.0304444007735657, 0.0788076923076937, 0.0495939861428625, 0.106288461538461, 0.053248506660173, 0.13778846153846, 0.0930690810428144, 0.223576923076921, 0.196460463824542, 0.628576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1095, '2021-05-23 00:00:00', 0.0274462902074902, 0.0738269230769225, 0.037153175658863, 0.0984615384615375, 0.0356972741902682, 0.122846153846154, 0.0759100099814551, 0.207980769230768, 0.202610034682013, 0.626115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1110, '2021-05-23 00:00:00', 0.0249547359463848, 0.0708269230769229, 0.0304418487258255, 0.092384615384616, 0.0336901092538797, 0.122211538461539, 0.0720142934530258, 0.198961538461537, 0.201907210219106, 0.621307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1125, '2021-05-23 00:00:00', 0.023936558778442, 0.0571730769230755, 0.0231971152052604, 0.0763846153846145, 0.0362947813582914, 0.107865384615385, 0.0711122974326778, 0.181673076923076, 0.200801709500846, 0.619942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1140, '2021-05-23 00:00:00', 0.0167137552747627, 0.0575192307692321, 0.0274831696749975, 0.0812307692307696, 0.041383813260744, 0.114000000000001, 0.0675990782822916, 0.177153846153846, 0.202196208021967, 0.619942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1155, '2021-05-23 00:00:00', 0.0203219188221835, 0.0549038461538454, 0.0249270705489804, 0.0766730769230763, 0.0328703279803889, 0.11053846153846, 0.0617913735577529, 0.165076923076923, 0.200529794448454, 0.61903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1170, '2021-05-23 00:00:00', 0.0177689010958428, 0.0484230769230753, 0.0272463123828082, 0.0778076923076916, 0.0304027136946696, 0.0982499999999985, 0.0537342069821449, 0.156749999999999, 0.200058792320198, 0.618903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1185, '2021-05-23 00:00:00', 0.0240705453583029, 0.0566346153846163, 0.0220480245059585, 0.0731538461538457, 0.0259828049649411, 0.0896153846153851, 0.0535860199908674, 0.149307692307692, 0.197481711908881, 0.619942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1200, '2021-05-23 00:00:00', 0.0158512921094295, 0.0497115384615392, 0.023169052634925, 0.0637500000000005, 0.0275669255560977, 0.0878461538461535, 0.055333203969573, 0.15671153846154, 0.196287760698421, 0.61725 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1215, '2021-05-23 00:00:00', 0.0161321585183606, 0.0410576923076927, 0.0224485051755208, 0.0566538461538467, 0.0270472520998698, 0.0884230769230799, 0.0553523573259376, 0.158711538461539, 0.194370483870367, 0.62075 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1230, '2021-05-23 00:00:00', 0.0149788568938411, 0.039384615384616, 0.0225981959797344, 0.0614615384615379, 0.0272779144251288, 0.0877307692307711, 0.05602347378898, 0.160480769230771, 0.193723161912919, 0.620288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1245, '2021-05-23 00:00:00', 0.0113798235757592, 0.0419038461538446, 0.0198488906878563, 0.062461538461541, 0.0441253459345775, 0.0853846153846164, 0.0563319590941468, 0.162519230769232, 0.193720207635018, 0.620173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1260, '2021-05-23 00:00:00', 0.0220078744648742, 0.0469423076923088, 0.0306152802472141, 0.0643461538461566, 0.0560298443826009, 0.0972115384615397, 0.0567488427533649, 0.163365384615386, 0.19187896826265, 0.622461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1275, '2021-05-23 00:00:00', 0.0201012533095666, 0.0395961538461549, 0.0312464397971981, 0.0580000000000009, 0.042296321898644, 0.0841730769230771, 0.0501968624517506, 0.16475, 0.191575429009047, 0.620249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1290, '2021-05-23 00:00:00', 0.0185931025258971, 0.0417884615384632, 0.0301321001846605, 0.0672115384615402, 0.0285125141216701, 0.0752115384615418, 0.0520849638719128, 0.167288461538462, 0.192887269787703, 0.619326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1305, '2021-05-23 00:00:00', 0.0260207313797749, 0.0505384615384602, 0.0240545214045085, 0.0604999999999987, 0.0239578797058494, 0.0674999999999993, 0.0526493918439562, 0.167461538461539, 0.195781711253985, 0.627461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1320, '2021-05-23 00:00:00', 0.0135758410987486, 0.0397884615384619, 0.0149887778533959, 0.0477884615384623, 0.0220963710908514, 0.0670192307692316, 0.0542845246399441, 0.16448076923077, 0.196371692304319, 0.628692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1335, '2021-05-23 00:00:00', 0.0151737120857605, 0.0338076923076936, 0.0165458337772569, 0.0432307692307685, 0.0310241841149753, 0.0760000000000011, 0.052436426710388, 0.168326923076924, 0.197259084805902, 0.628057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1350, '2021-05-23 00:00:00', 0.0102232766085747, 0.0323461538461542, 0.0197333084286063, 0.0552115384615392, 0.0320040382067393, 0.0825384615384627, 0.0526726173204315, 0.169230769230769, 0.198440682863633, 0.629730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1365, '2021-05-23 00:00:00', 0.0196806034929372, 0.0473846153846143, 0.0317290269917956, 0.0646346153846157, 0.0310174950632677, 0.0807499999999991, 0.0528718370576068, 0.168134615384616, 0.198440682863633, 0.629730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1380, '2021-05-23 00:00:00', 0.0248354585220392, 0.0445000000000004, 0.0259058131284481, 0.0601346153846156, 0.0301261769639208, 0.0905576923076935, 0.0511789958418932, 0.171980769230769, 0.198390841910221, 0.629884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1395, '2021-05-23 00:00:00', 0.019575887837219, 0.041653846153845, 0.0180805462817404, 0.0508846153846135, 0.0440413835107215, 0.111788461538462, 0.0499190460029661, 0.174865384615386, 0.198390841910221, 0.629884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1410, '2021-05-23 00:00:00', 0.0127084617479857, 0.0322499999999988, 0.0268659421229513, 0.073326923076925, 0.0460760783921543, 0.114750000000001, 0.0510458165241327, 0.186153846153846, 0.198746274275675, 0.630307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1425, '2021-05-23 00:00:00', 0.0250881522758335, 0.0656538461538481, 0.0389762896367277, 0.104134615384616, 0.0434739754158914, 0.117057692307693, 0.0522349868015093, 0.192076923076924, 0.198713005265228, 0.632038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 0, '2021-05-23 00:00:00', 0.0381971404487497, 0.0878076923076913, 0.0431681194686719, 0.0984423076923071, 0.0420750062845654, 0.113115384615385, 0.0639429944439695, 0.199442307692308, 0.198583612500746, 0.631865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 15, '2021-05-23 00:00:00', 0.0311415132283886, 0.0530769230769235, 0.0297060794088735, 0.069634615384615, 0.0260148256547342, 0.099134615384616, 0.0654509828333091, 0.198634615384614, 0.198593276863506, 0.632519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 30, '2021-05-23 00:00:00', 0.0268227802149897, 0.0486923076923101, 0.0242350985143466, 0.0670000000000013, 0.03108487759964, 0.101519230769232, 0.065292186480349, 0.199980769230768, 0.198593276863506, 0.632519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 45, '2021-05-23 00:00:00', 0.0261090980311477, 0.0497499999999998, 0.0240190629420764, 0.0788461538461543, 0.0392110512287223, 0.100442307692309, 0.0677995915576529, 0.20173076923077, 0.198736563164562, 0.632692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 60, '2021-05-23 00:00:00', 0.0216687651843704, 0.0641538461538459, 0.0320000240384518, 0.0791923076923081, 0.0422331668788329, 0.0934038461538472, 0.0701293009102036, 0.201673076923078, 0.199646064709141, 0.631365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 75, '2021-05-23 00:00:00', 0.0328537083728179, 0.0441153846153854, 0.0392102665127398, 0.0612500000000017, 0.0423471413983929, 0.0879038461538477, 0.071623591407817, 0.194673076923078, 0.197984952808192, 0.629192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 90, '2021-05-23 00:00:00', 0.0167825458781986, 0.0429230769230747, 0.0232210779581487, 0.0560384615384607, 0.0321662807204158, 0.0885192307692288, 0.0675738371082955, 0.189711538461538, 0.196505436409433, 0.626557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 105, '2021-05-23 00:00:00', 0.0140474060019856, 0.0399807692307683, 0.0269881170432198, 0.0675384615384605, 0.0321378102264895, 0.0861730769230774, 0.0650551718514013, 0.189846153846154, 0.196505436409433, 0.626557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 120, '2021-05-23 00:00:00', 0.0259477581660954, 0.0566153846153844, 0.0292269633149822, 0.0691538461538457, 0.0404064160937157, 0.101961538461539, 0.0667995422600613, 0.189326923076925, 0.196856098360043, 0.626711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 135, '2021-05-23 00:00:00', 0.0165940791108879, 0.0452115384615395, 0.0206382859306144, 0.0611730769230771, 0.0337841849664359, 0.110134615384615, 0.0758417000174597, 0.190211538461538, 0.195515008276958, 0.631538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 150, '2021-05-23 00:00:00', 0.0151118012977126, 0.0445576923076919, 0.0388557143604604, 0.078942307692307, 0.0397639428860649, 0.118134615384614, 0.0726209574540182, 0.188211538461539, 0.193583292548316, 0.628865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 165, '2021-05-23 00:00:00', 0.03165922517153, 0.0624423076923074, 0.0273774261306378, 0.0927884615384613, 0.0431735896834389, 0.119826923076922, 0.0735231517697228, 0.187076923076923, 0.19397109717291, 0.627942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 180, '2021-05-23 00:00:00', 0.0273728950718642, 0.0681538461538453, 0.0393456526774595, 0.0899038461538442, 0.0613679351252632, 0.118288461538458, 0.0758346582020068, 0.182846153846153, 0.194112129569881, 0.628173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 195, '2021-05-23 00:00:00', 0.0298622736009066, 0.0578461538461557, 0.0311728000272438, 0.0767884615384614, 0.0541954298385459, 0.11676923076923, 0.0614254551343451, 0.171942307692309, 0.189837128572405, 0.626846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 210, '2021-05-23 00:00:00', 0.0217844775365039, 0.0532115384615351, 0.0418193780993383, 0.0804038461538431, 0.0503537524382786, 0.107403846153843, 0.059516801118546, 0.16751923076923, 0.188988196619628, 0.628038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 225, '2021-05-23 00:00:00', 0.0337600868117741, 0.0622884615384611, 0.044947854402459, 0.0875192307692294, 0.0449467591028112, 0.103865384615384, 0.0506069165233359, 0.162500000000001, 0.187689798296593, 0.626903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 240, '2021-05-23 00:00:00', 0.027206256350614, 0.0584038461538446, 0.0340431174564518, 0.0730769230769211, 0.035865882652759, 0.0908076923076919, 0.0472446863108991, 0.162903846153847, 0.187791893820302, 0.627653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 255, '2021-05-23 00:00:00', 0.0225863811927577, 0.0457307692307684, 0.0228935328456276, 0.0615769230769236, 0.0330292236570085, 0.0839807692307701, 0.0461188306276454, 0.160557692307694, 0.181015592188587, 0.628730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 270, '2021-05-23 00:00:00', 0.0184012123346435, 0.0467692307692311, 0.0209738756918824, 0.0607884615384627, 0.0306235015332008, 0.0838269230769238, 0.0453703266294332, 0.158942307692308, 0.181218104885968, 0.629807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 285, '2021-05-23 00:00:00', 0.0194298442133187, 0.0481730769230774, 0.025390519126998, 0.0674615384615376, 0.0317137194286634, 0.0874999999999997, 0.0466803368256246, 0.159923076923076, 0.181466182482069, 0.630846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 300, '2021-05-23 00:00:00', 0.0224571729161217, 0.0452692307692299, 0.0276166894913477, 0.0588076923076927, 0.0357641042645569, 0.0811346153846175, 0.0428027003102165, 0.157365384615386, 0.180891306080156, 0.63273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 315, '2021-05-23 00:00:00', 0.0158572963065535, 0.0384230769230767, 0.0216093373692581, 0.0577884615384614, 0.0440441954614455, 0.0806346153846156, 0.0430054021651322, 0.159769230769231, 0.182152439329938, 0.631365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 330, '2021-05-23 00:00:00', 0.0123950982867611, 0.0410384615384613, 0.0252835610929013, 0.0555384615384633, 0.0364479238619434, 0.0826346153846148, 0.0439604892532451, 0.160769230769232, 0.180762776971537, 0.631692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 345, '2021-05-23 00:00:00', 0.0240948845512576, 0.0437884615384624, 0.0360666903644624, 0.0613846153846144, 0.0389336121345816, 0.0898846153846133, 0.0561192583151827, 0.172865384615383, 0.178878352519248, 0.63275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 360, '2021-05-23 00:00:00', 0.0212826491266037, 0.0426346153846129, 0.0239352973981619, 0.0609615384615355, 0.0322080556096438, 0.0821730769230747, 0.0656495972218002, 0.187019230769231, 0.17737021690846, 0.633423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 375, '2021-05-23 00:00:00', 0.0153139956098498, 0.0415384615384593, 0.0202277132819169, 0.0574038461538437, 0.0277456926664042, 0.0777884615384613, 0.0805572801465824, 0.208653846153847, 0.177630814201383, 0.632384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 390, '2021-05-23 00:00:00', 0.0138322504982432, 0.0393653846153829, 0.0241266211093466, 0.0525769230769227, 0.0241474715988133, 0.0695961538461538, 0.0757953925938857, 0.224807692307693, 0.178079702337508, 0.632096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 405, '2021-05-23 00:00:00', 0.0173091349826091, 0.0363846153846153, 0.0205639340743776, 0.0528461538461553, 0.0195939943703309, 0.0667692307692309, 0.089913839099099, 0.252461538461539, 0.177845114117271, 0.63273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 420, '2021-05-23 00:00:00', 0.0161887425273039, 0.0393461538461548, 0.0167911721311664, 0.0477115384615384, 0.0186352127394917, 0.0673653846153843, 0.0957268570143517, 0.266134615384615, 0.17798758059526, 0.632826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 435, '2021-05-23 00:00:00', 0.012758963666621, 0.0346346153846157, 0.0157784175866414, 0.0469615384615381, 0.0251974128708621, 0.0734807692307686, 0.0941796666769679, 0.28198076923077, 0.178197652794696, 0.632288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 450, '2021-05-23 00:00:00', 0.0122206634592652, 0.0337692307692291, 0.0150671828820141, 0.0514999999999994, 0.0294677137532964, 0.0788846153846155, 0.104559478840444, 0.298269230769233, 0.179232200060319, 0.632307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 465, '2021-05-23 00:00:00', 0.0145329334219274, 0.0411153846153842, 0.0249135814057636, 0.0640576923076937, 0.0313687804132614, 0.0850961538461552, 0.107692803845013, 0.315000000000002, 0.17926868532586, 0.632692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 480, '2021-05-23 00:00:00', 0.0205095474952912, 0.050192307692308, 0.0241246442779688, 0.0654615384615395, 0.0309267869951959, 0.0883846153846171, 0.10174516620535, 0.332826923076926, 0.179824445373388, 0.631865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 495, '2021-05-23 00:00:00', 0.0194968340625238, 0.0434423076923085, 0.0299005080996198, 0.0605961538461562, 0.0400970553302108, 0.0990769230769239, 0.101672712094327, 0.340403846153848, 0.18064610110975, 0.633923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 510, '2021-05-23 00:00:00', 0.0190463503469419, 0.041288461538463, 0.0243526416194665, 0.062634615384616, 0.0417995077262146, 0.106673076923077, 0.09799415995158, 0.343653846153848, 0.180761675865043, 0.634711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 525, '2021-05-23 00:00:00', 0.0213236686842083, 0.0458269230769222, 0.0368775729219744, 0.0818461538461533, 0.0519121002642557, 0.120384615384615, 0.0967626199282805, 0.34573076923077, 0.180937154410459, 0.634076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 540, '2021-05-23 00:00:00', 0.0326863180033406, 0.0738461538461528, 0.0382112347554807, 0.0965384615384612, 0.0503292276301366, 0.141365384615386, 0.095295863176016, 0.344307692307693, 0.182478120922441, 0.631269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 555, '2021-05-23 00:00:00', 0.0189511111912919, 0.0622692307692302, 0.0329824253901288, 0.0879038461538461, 0.0520446406019338, 0.15723076923077, 0.0967511260121332, 0.339596153846154, 0.182569456751293, 0.626557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 570, '2021-05-23 00:00:00', 0.0263151316516988, 0.0706153846153829, 0.0355342954601047, 0.104884615384617, 0.0501721996267292, 0.16748076923077, 0.100412282806744, 0.345557692307693, 0.183281759762229, 0.624788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 585, '2021-05-23 00:00:00', 0.0227935635314331, 0.0760576923076947, 0.0356180215837196, 0.122288461538463, 0.0779293170863101, 0.192961538461541, 0.100064071781726, 0.337538461538462, 0.18044698347757, 0.622423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 600, '2021-05-23 00:00:00', 0.0297587802169382, 0.10025, 0.034836480657716, 0.130596153846154, 0.0845665714097487, 0.20325, 0.104212314715977, 0.342057692307692, 0.184881475545822, 0.628 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 615, '2021-05-23 00:00:00', 0.0330552742213143, 0.0866346153846153, 0.0795535064256476, 0.143596153846156, 0.0885554259294053, 0.200788461538461, 0.111762710514457, 0.336288461538461, 0.191075812581935, 0.638384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 630, '2021-05-23 00:00:00', 0.053125616738501, 0.100365384615387, 0.0643692742039111, 0.13728846153846, 0.0871895128662048, 0.195865384615385, 0.117668792019738, 0.32576923076923, 0.184676977866345, 0.642884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 645, '2021-05-23 00:00:00', 0.0439836508086967, 0.0883076923076898, 0.0551358741237014, 0.136269230769228, 0.063185161354423, 0.199769230769231, 0.11205958064969, 0.318480769230769, 0.166956641077856, 0.644 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 660, '2021-05-23 00:00:00', 0.0395576356530765, 0.0965576923076915, 0.0599076886037699, 0.142134615384615, 0.0665647082515627, 0.206403846153847, 0.120379012034746, 0.317057692307693, 0.173640000044301, 0.64798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 675, '2021-05-23 00:00:00', 0.0372882534607602, 0.0949230769230771, 0.0476941255857016, 0.139480769230771, 0.0546992652179612, 0.19398076923077, 0.127628693723387, 0.323211538461539, 0.164436816250077, 0.645557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 690, '2021-05-23 00:00:00', 0.0394466728635008, 0.0965000000000006, 0.0619581279202714, 0.139519230769232, 0.0568946259460276, 0.18146153846154, 0.117073198667132, 0.317423076923076, 0.162476909602091, 0.644115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 705, '2021-05-23 00:00:00', 0.0369477177394476, 0.100423076923079, 0.0422105892656545, 0.134576923076924, 0.0417849853416254, 0.16925, 0.123794687347175, 0.326269230769231, 0.17282420703843, 0.640942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 720, '2021-05-23 00:00:00', 0.0312064650599584, 0.0877884615384631, 0.0320827116156874, 0.124403846153848, 0.055299353174684, 0.161461538461539, 0.128287117885565, 0.32623076923077, 0.16765284186263, 0.631846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 735, '2021-05-23 00:00:00', 0.0304340459657636, 0.0876346153846168, 0.0398795108372103, 0.117653846153846, 0.0629744881189675, 0.161884615384616, 0.133536143191504, 0.328807692307692, 0.171943140199134, 0.628788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 750, '2021-05-23 00:00:00', 0.033138891862072, 0.0796153846153827, 0.0537062379989508, 0.115, 0.0750413116992146, 0.157961538461538, 0.126135734276766, 0.328288461538461, 0.167109914312523, 0.624711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 765, '2021-05-23 00:00:00', 0.045541173256061, 0.0824615384615392, 0.0552628404849201, 0.116307692307692, 0.0670281370309973, 0.152365384615385, 0.116264282828127, 0.336711538461539, 0.16852734541862, 0.621615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 780, '2021-05-23 00:00:00', 0.0262721042464906, 0.0797884615384616, 0.0380215778817168, 0.108096153846155, 0.0507011303166354, 0.152269230769232, 0.114620680440379, 0.334096153846155, 0.169233170961981, 0.617615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 795, '2021-05-23 00:00:00', 0.0303869405147356, 0.0693846153846155, 0.0343171408168868, 0.100115384615383, 0.0523073608586764, 0.1405, 0.127796949825166, 0.336096153846154, 0.168392887662707, 0.61873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 810, '2021-05-23 00:00:00', 0.02809714603629, 0.0779807692307688, 0.0407258989606604, 0.112673076923078, 0.0581550480645025, 0.145519230769233, 0.128114474051682, 0.330461538461539, 0.170168754476256, 0.617250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 825, '2021-05-23 00:00:00', 0.0372324506931167, 0.0798461538461547, 0.0397076237593656, 0.0991538461538468, 0.0560262472829959, 0.137403846153847, 0.127316764259618, 0.333961538461538, 0.16957293869737, 0.616307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 840, '2021-05-23 00:00:00', 0.0171937936029705, 0.0699423076923072, 0.0340243803990384, 0.102461538461539, 0.043236402931576, 0.133057692307693, 0.125443876509962, 0.36188461[...];
Date: 2021-05-23 17:44:22 Duration: 1s917ms Database: acaweb_fx User: pgperfstats
15 27s139ms 2 1s861ms 25s277ms 13s569ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = '?-05-23 ?:?:?[...];Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 23 17 2 27s139ms 13s569ms [ User: pgperfstats - Total duration: 27s139ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1035, '2021-05-23 00:00:00', 0.000724359690718936, 0.00140980769230768, 0.000762328038616898, 0.00195903846153846, 0.001566779352194, 0.00323653846153844, 0.00193151351575349, 0.00440730769230768, 0.00258147915261475, 0.00987115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1050, '2021-05-23 00:00:00', 0.000515762654119688, 0.00135865384615387, 0.00107994344581271, 0.00247461538461538, 0.00152214433764192, 0.00312576923076922, 0.00168974883204118, 0.00429134615384615, 0.00260227373951792, 0.00991884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1065, '2021-05-23 00:00:00', 0.00085038199561228, 0.00200846153846154, 0.00123409337634493, 0.00253269230769231, 0.00136656544496948, 0.00312865384615384, 0.0016155956748566, 0.00415923076923077, 0.00269742635887218, 0.0100001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1080, '2021-05-23 00:00:00', 0.000690563203813769, 0.00153846153846153, 0.000778616425758881, 0.00191346153846152, 0.0010428805521985, 0.00253538461538463, 0.00145195793539406, 0.00356538461538463, 0.00276878701572754, 0.0102515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1095, '2021-05-23 00:00:00', 0.000379367743245803, 0.00117673076923077, 0.000488491595077701, 0.00163903846153846, 0.000880460893291332, 0.00207423076923079, 0.00134292615353419, 0.0031594230769231, 0.002832470734454, 0.0102576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1110, '2021-05-23 00:00:00', 0.000378302941284609, 0.00121365384615385, 0.000759575286186025, 0.00159384615384616, 0.00101942427190732, 0.00194038461538462, 0.00132569919142835, 0.00307211538461539, 0.00290773840215802, 0.0102888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1125, '2021-05-23 00:00:00', 0.000501279324866369, 0.00101480769230769, 0.000596303097942115, 0.00128076923076924, 0.000819288082141078, 0.00168019230769232, 0.00126356181547972, 0.0029073076923077, 0.00312864116486077, 0.0103384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1140, '2021-05-23 00:00:00', 0.000385530603394657, 0.00089961538461542, 0.000611443342868683, 0.00125980769230772, 0.000674285148537624, 0.00162269230769231, 0.00127854365768843, 0.00287826923076923, 0.00315222246384012, 0.0103073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1155, '2021-05-23 00:00:00', 0.000434443454760877, 0.000923653846153859, 0.000489183621337198, 0.00118615384615385, 0.000717147367110701, 0.00164211538461536, 0.00125927970864909, 0.0027907692307692, 0.0031700562237188, 0.0103123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1170, '2021-05-23 00:00:00', 0.000348270728026329, 0.000812499999999994, 0.000505561721104488, 0.0011255769230769, 0.000853025137153281, 0.00163326923076921, 0.00126886636260632, 0.00266461538461537, 0.00319347936607368, 0.0102873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1185, '2021-05-23 00:00:00', 0.000434939474126958, 0.000812884615384586, 0.000556490825136882, 0.0011509615384615, 0.000888536155707808, 0.00166249999999996, 0.00125855651442436, 0.00260749999999996, 0.00315095262762524, 0.0103126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1200, '2021-05-23 00:00:00', 0.00031170282938424, 0.000725576923076902, 0.00055008366496515, 0.00105403846153847, 0.000752311540418023, 0.00154942307692308, 0.00110774205550682, 0.00247730769230766, 0.00303080614434761, 0.0102582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1215, '2021-05-23 00:00:00', 0.000351820321274297, 0.00072346153846153, 0.000514781843263572, 0.00106211538461539, 0.000663520824552915, 0.00143173076923078, 0.00102781936829688, 0.00250057692307691, 0.00305814068700875, 0.0102476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1230, '2021-05-23 00:00:00', 0.000304262854478493, 0.000713269230769232, 0.000560687078502799, 0.00105500000000002, 0.000718330784099244, 0.00136865384615386, 0.00100718312443858, 0.00247461538461538, 0.00309250926246978, 0.0102634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1245, '2021-05-23 00:00:00', 0.000437223451056631, 0.000737115384615371, 0.000445252564455119, 0.000939615384615383, 0.000695645826110281, 0.00125634615384614, 0.000925039396250453, 0.00247326923076922, 0.00309849899144731, 0.010235 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1260, '2021-05-23 00:00:00', 0.000287454946302624, 0.000667884615384635, 0.00047341265135348, 0.000921538461538486, 0.000676695733239545, 0.00134865384615386, 0.000821587768615415, 0.00248769230769228, 0.00313884452649991, 0.0102851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1275, '2021-05-23 00:00:00', 0.000339864452618762, 0.000640384615384617, 0.000479854505192839, 0.000857884615384625, 0.000654084827479191, 0.00136519230769234, 0.000799274599005488, 0.00249673076923075, 0.00317722590659501, 0.0102876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1290, '2021-05-23 00:00:00', 0.000312788512970298, 0.000625576923076931, 0.000411392616141055, 0.0010417307692308, 0.000670005510884348, 0.00142076923076927, 0.00097573004226815, 0.00263134615384613, 0.00320918086840767, 0.0103753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1305, '2021-05-23 00:00:00', 0.000379690157081538, 0.000848846153846155, 0.000525421625568831, 0.00110673076923079, 0.000782317956214329, 0.00150076923076923, 0.000977240699426374, 0.00267076923076919, 0.00334698608969554, 0.0104717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1320, '2021-05-23 00:00:00', 0.000421077783788222, 0.000757500000000009, 0.000532172073097245, 0.00105865384615387, 0.00073936230319417, 0.00143615384615383, 0.000883940587108887, 0.00262980769230765, 0.0033157788503782, 0.0104407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1335, '2021-05-23 00:00:00', 0.000348886801126104, 0.000750000000000011, 0.00049753129008672, 0.00099576923076923, 0.000475933778522207, 0.00137019230769227, 0.000848930730163157, 0.00262923076923073, 0.00334096032371165, 0.0104782692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1350, '2021-05-23 00:00:00', 0.000346044961507335, 0.000671346153846145, 0.000373063203554218, 0.00104307692307687, 0.000420853345551061, 0.00127846153846148, 0.000853570509908006, 0.00261884615384609, 0.00333584488778851, 0.0104986538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1365, '2021-05-23 00:00:00', 0.000308754570193497, 0.000825769230769226, 0.000336848801964024, 0.00102634615384614, 0.000344348660517219, 0.00124499999999998, 0.000939031170122449, 0.00272653846153842, 0.00331121581203133, 0.0104919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1380, '2021-05-23 00:00:00', 0.000334614129086943, 0.000681153846153842, 0.000341857651437184, 0.000855576923076917, 0.000389132170545988, 0.00122038461538461, 0.00101803052697165, 0.00279807692307689, 0.00336386732565592, 0.0105242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1395, '2021-05-23 00:00:00', 0.000201775579829151, 0.000559230769230761, 0.000251714199960091, 0.000769038461538435, 0.000675437749793542, 0.00159807692307689, 0.00109197247429382, 0.00289326923076922, 0.00335996147528282, 0.0105263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1410, '2021-05-23 00:00:00', 0.000305227594780313, 0.000593269230769232, 0.000310071021641053, 0.00099596153846153, 0.000693848575810207, 0.00170038461538459, 0.00107998539876169, 0.00299269230769229, 0.00335527988629633, 0.0105363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1425, '2021-05-23 00:00:00', 0.000222778002642851, 0.000800961538461542, 0.00069501079128314, 0.00149499999999997, 0.000785825117557721, 0.00176134615384611, 0.00131772164972494, 0.00321288461538461, 0.00335167191918395, 0.0105305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 0, '2021-05-23 00:00:00', 0.000761516225394084, 0.00131980769230767, 0.000762793575262353, 0.00151596153846154, 0.00079177784374541, 0.00187807692307688, 0.00132197732146265, 0.00334903846153844, 0.0033491484566402, 0.0105357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 15, '2021-05-23 00:00:00', 0.000424298735169732, 0.000937399999999995, 0.000486338359581042, 0.00120799999999996, 0.000591116739739267, 0.00174239999999992, 0.00117543254449871, 0.00324699999999998, 0.00338885735413381, 0.0106 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 30, '2021-05-23 00:00:00', 0.000394150246310544, 0.000902399999999979, 0.000589366750560835, 0.00139859999999996, 0.000646526101561255, 0.00185779999999995, 0.00122475534971958, 0.0033456, 0.00340407191218596, 0.0106058 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 45, '2021-05-23 00:00:00', 0.000585768430223173, 0.0011455769230769, 0.000510973919250097, 0.00138788461538459, 0.000716715800343139, 0.00181846153846152, 0.00124918399519293, 0.00342442307692308, 0.00335470766810784, 0.0105234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 60, '2021-05-23 00:00:00', 0.000374248786031615, 0.000986923076923069, 0.000690458515436259, 0.0013601923076923, 0.000751969107385081, 0.00165653846153844, 0.00133260779618819, 0.00354653846153848, 0.00335499774733388, 0.0105217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 75, '2021-05-23 00:00:00', 0.000561405242364076, 0.000815384615384611, 0.000631272097861524, 0.00108230769230768, 0.000660036828809299, 0.00149615384615383, 0.00133435944010026, 0.00354865384615384, 0.0033184405049082, 0.0104892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 90, '2021-05-23 00:00:00', 0.00039891897191517, 0.000717115384615385, 0.000558931707676507, 0.0010555769230769, 0.000562557074027586, 0.00143730769230769, 0.0013801660574561, 0.0037521153846154, 0.00332602410486663, 0.0104471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 105, '2021-05-23 00:00:00', 0.000392994470503288, 0.000770576923076941, 0.000470863568350789, 0.00116250000000002, 0.000695505488558791, 0.00156826923076925, 0.00155068054538845, 0.0039919230769231, 0.00340100053717227, 0.0104955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 120, '2021-05-23 00:00:00', 0.000384701132749119, 0.000935192307692302, 0.000462794189179666, 0.00114730769230768, 0.000773714343033258, 0.00160673076923077, 0.00155822714844591, 0.00401038461538461, 0.00342227299634886, 0.0105773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 135, '2021-05-23 00:00:00', 0.000331312773442473, 0.000761923076923098, 0.000461450597405778, 0.00118057692307694, 0.000712410777139576, 0.00173865384615389, 0.00157036997110677, 0.00398461538461539, 0.00330373266752346, 0.0105334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 150, '2021-05-23 00:00:00', 0.000459650243287033, 0.000907115384615366, 0.000556326031968785, 0.00122942307692304, 0.000558139905262242, 0.00178192307692306, 0.0016524999359944, 0.00397903846153844, 0.00325107989159578, 0.0104576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 165, '2021-05-23 00:00:00', 0.000428245795704346, 0.000857307692307689, 0.000552456924878456, 0.00132057692307696, 0.000757580790309616, 0.00199442307692311, 0.00169298790263295, 0.00394596153846156, 0.00321725999045055, 0.0104503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 180, '2021-05-23 00:00:00', 0.000551900388169445, 0.00110096153846156, 0.000540716085034828, 0.00143826923076922, 0.00072335181354157, 0.00209461538461537, 0.00170354273387955, 0.00397538461538461, 0.00319160100287278, 0.0104548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 195, '2021-05-23 00:00:00', 0.000350982193280481, 0.000967499999999984, 0.000768929450599979, 0.00150250000000002, 0.000671651609553173, 0.00195326923076924, 0.00171567358380137, 0.00380461538461539, 0.00294559331884089, 0.01053 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 210, '2021-05-23 00:00:00', 0.000538501660593115, 0.00108596153846156, 0.000537856715263308, 0.0013996153846154, 0.000604225919287225, 0.00193019230769233, 0.00185763568714476, 0.00380211538461539, 0.00290921665375089, 0.0105865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 225, '2021-05-23 00:00:00', 0.00029005523346691, 0.00093096153846154, 0.000411382472234225, 0.00139846153846155, 0.000540025497973519, 0.00194153846153848, 0.0017473839017228, 0.00385249999999999, 0.00290277824479611, 0.0105665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 240, '2021-05-23 00:00:00', 0.000444623609186644, 0.00109192307692306, 0.000571304310665168, 0.00147884615384615, 0.000728430768580911, 0.00202923076923076, 0.00175412556563092, 0.00386249999999997, 0.00289743361243386, 0.0105484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 255, '2021-05-23 00:00:00', 0.000340822760164501, 0.000996923076923092, 0.000484297786649744, 0.00143788461538462, 0.000760651264479197, 0.0018921153846154, 0.00183737149210494, 0.00374499999999998, 0.00282515459073276, 0.0104323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 270, '2021-05-23 00:00:00', 0.000387016845190935, 0.00101596153846156, 0.000561978681500969, 0.00132596153846154, 0.000798112219794089, 0.00196365384615385, 0.00177480889545453, 0.00372115384615384, 0.00303810338103333, 0.0106580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 285, '2021-05-23 00:00:00', 0.000481517513061188, 0.000968653846153847, 0.000612975121844276, 0.0012725, 0.00122116835606159, 0.00217807692307694, 0.0017213301207541, 0.00369076923076922, 0.0030368952832685, 0.0106548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 300, '2021-05-23 00:00:00', 0.000432416866176405, 0.000847115384615417, 0.000606843155506121, 0.00138384615384616, 0.00129540598031896, 0.00199942307692307, 0.0016757507158102, 0.0036876923076923, 0.00304578198244973, 0.0106132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 315, '2021-05-23 00:00:00', 0.000486752661878851, 0.00103307692307691, 0.00125379499305724, 0.00160826923076924, 0.00140534211547881, 0.00200230769230768, 0.00165112809920974, 0.00374500000000001, 0.00306549411251206, 0.0106019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 330, '2021-05-23 00:00:00', 0.0012942804505266, 0.00120326923076926, 0.00132332890265999, 0.00145076923076924, 0.00144443228134258, 0.00200615384615382, 0.00180419903387794, 0.00389692307692305, 0.00306549125815848, 0.0105994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 345, '2021-05-23 00:00:00', 0.000349420234102134, 0.000822500000000008, 0.000532209906536332, 0.00123423076923076, 0.00059403901063303, 0.00169788461538461, 0.00136722622066048, 0.00379846153846152, 0.00302716186576444, 0.0103748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 360, '2021-05-23 00:00:00', 0.000387633897461953, 0.000854038461538446, 0.00049284339843871, 0.00118615384615383, 0.000514277536564997, 0.00167423076923079, 0.00136106176031238, 0.00380365384615383, 0.00301159628002262, 0.0103869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 375, '2021-05-23 00:00:00', 0.000339435560894853, 0.000777500000000012, 0.000401213208234165, 0.00120596153846156, 0.000514181051621056, 0.00156807692307696, 0.00147959897113525, 0.00411134615384614, 0.0029787702418693, 0.0104069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 390, '2021-05-23 00:00:00', 0.000254375025987541, 0.000819423076923073, 0.000338228245647577, 0.00114711538461539, 0.000694849624019455, 0.00157000000000001, 0.0015890913707573, 0.00417576923076922, 0.00294327573265934, 0.0103959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 405, '2021-05-23 00:00:00', 0.000239499156895872, 0.000754615384615392, 0.000319953361986002, 0.00100807692307695, 0.000860984610780019, 0.0017475, 0.00157638495884143, 0.0042584615384615, 0.00286091209904489, 0.0104690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 420, '2021-05-23 00:00:00', 0.000290531343469985, 0.000767692307692307, 0.000488786920698745, 0.00114942307692307, 0.000766768970320382, 0.00179557692307692, 0.00154218372895262, 0.00437557692307687, 0.00282467062749732, 0.0104830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 435, '2021-05-23 00:00:00', 0.000331941839205876, 0.000825769230769226, 0.000675985320732773, 0.00130307692307689, 0.000705152902131621, 0.00180115384615383, 0.0014509704975, 0.00448576923076919, 0.00284552418450718, 0.0104817307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 450, '2021-05-23 00:00:00', 0.000510113599716173, 0.000943269230769219, 0.000533837378003675, 0.00124288461538463, 0.000696104794276982, 0.00175826923076922, 0.00148382027731953, 0.00456384615384613, 0.00292066781088476, 0.0104473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 465, '2021-05-23 00:00:00', 0.000366508526503795, 0.000822500000000017, 0.000492360249598428, 0.00115615384615382, 0.000677078679668433, 0.00170653846153842, 0.00145016843849259, 0.00469749999999998, 0.00292980739718763, 0.0104392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 480, '2021-05-23 00:00:00', 0.000438760360386127, 0.000959423076923043, 0.000588432631265878, 0.00135519230769227, 0.000719886208956767, 0.00197692307692304, 0.00145030750055079, 0.00488961538461536, 0.00297718995673127, 0.0105509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 495, '2021-05-23 00:00:00', 0.000382745798349013, 0.000867115384615369, 0.000489062407532565, 0.00121903846153843, 0.000766344795867916, 0.00202711538461538, 0.00146097180512996, 0.00493615384615383, 0.00303128233844764, 0.0106038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 510, '2021-05-23 00:00:00', 0.000266053276908699, 0.00082711538461538, 0.00063479945349209, 0.00130711538461538, 0.000732974760820622, 0.00219499999999999, 0.00146172570561705, 0.00506903846153844, 0.0031134945738733, 0.0106823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 525, '2021-05-23 00:00:00', 0.000425917110028908, 0.000910769230769245, 0.000459731401514463, 0.0015148076923077, 0.000758112433309503, 0.00226769230769229, 0.00155692232156414, 0.00519634615384615, 0.00309283114015919, 0.0106723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 540, '2021-05-23 00:00:00', 0.000284231216820694, 0.00117923076923077, 0.000540061250087575, 0.00166692307692306, 0.000835826444995527, 0.00230038461538459, 0.00175928732292805, 0.00532673076923075, 0.00306249320250422, 0.0106488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 555, '2021-05-23 00:00:00', 0.000398150532027604, 0.00112961538461537, 0.000489121701074024, 0.0017459615384615, 0.00108846193530841, 0.00264423076923075, 0.00176312503374416, 0.00537326923076921, 0.0030394691148291, 0.0106875 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 570, '2021-05-23 00:00:00', 0.000370309278223575, 0.00127019230769229, 0.000680212212361809, 0.00179442307692307, 0.00123335747204377, 0.00277942307692308, 0.00178700815718514, 0.00523192307692306, 0.00307996134466254, 0.0106517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 585, '2021-05-23 00:00:00', 0.000484205177426037, 0.00119442307692308, 0.000974191124037702, 0.00198288461538462, 0.00118358074697735, 0.00270576923076923, 0.00176257805064498, 0.00506076923076922, 0.00306049896007424, 0.0106417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 600, '2021-05-23 00:00:00', 0.000861719479609504, 0.00162269230769231, 0.00109884946823767, 0.00214192307692309, 0.00109360300770509, 0.00279346153846154, 0.00169011424283869, 0.00499807692307693, 0.00315013214008557, 0.0106825 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 615, '2021-05-23 00:00:00', 0.000542462937408202, 0.00131403846153846, 0.000613472869439606, 0.00172480769230768, 0.000626222281744964, 0.0024678846153846, 0.00162259788136665, 0.00479826923076922, 0.00313967266789686, 0.0106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 630, '2021-05-23 00:00:00', 0.000402773318572468, 0.00118711538461536, 0.000506626702202567, 0.00170384615384611, 0.000846383710036656, 0.00249076923076922, 0.00171690097604336, 0.00476480769230767, 0.00315121452166281, 0.0107201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 645, '2021-05-23 00:00:00', 0.000370176101543398, 0.00114288461538462, 0.000607165419102472, 0.00173038461538462, 0.00098441987992931, 0.00256749999999999, 0.00169804530156119, 0.00481038461538461, 0.00280481097676558, 0.0108711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 660, '2021-05-23 00:00:00', 0.000445112777411992, 0.00126923076923077, 0.000675359505403214, 0.00170769230769231, 0.000866012724191483, 0.00251903846153845, 0.00175466596645808, 0.00479442307692305, 0.00270944882984317, 0.0108548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 675, '2021-05-23 00:00:00', 0.000472534776904949, 0.00108634615384615, 0.000617401284541817, 0.00162288461538461, 0.000671039950662133, 0.00217884615384617, 0.00184720095945609, 0.00461576923076923, 0.00267608816113258, 0.0107696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 690, '2021-05-23 00:00:00', 0.000460007190579254, 0.00121115384615383, 0.000625118358023874, 0.00169980769230767, 0.000772749934673876, 0.00241769230769227, 0.00190045431815257, 0.00471115384615385, 0.00276708032743209, 0.0108834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 705, '2021-05-23 00:00:00', 0.000301523567136048, 0.00108230769230769, 0.000407394771689547, 0.00145250000000003, 0.000830287276512475, 0.0022048076923077, 0.00179651123441651, 0.00463115384615387, 0.00275789926323533, 0.0108421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 720, '2021-05-23 00:00:00', 0.000308726166940624, 0.00100538461538463, 0.000687475565999384, 0.00159442307692309, 0.00107163794474412, 0.00224173076923077, 0.00168477124674129, 0.00468307692307694, 0.0026764669090771, 0.0108836538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 735, '2021-05-23 00:00:00', 0.000522069292483142, 0.00115288461538461, 0.000617923445594529, 0.00154576923076923, 0.00100856556554346, 0.00211749999999999, 0.00156618665996303, 0.00480057692307692, 0.00281431749480022, 0.0108901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 750, '2021-05-23 00:00:00', 0.000317225714352023, 0.0010369230769231, 0.000608054653414033, 0.00151769230769232, 0.000801897677148022, 0.00202326923076927, 0.0014814699171379, 0.00467634615384616, 0.00295692787560649, 0.0108926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 765, '2021-05-23 00:00:00', 0.000491792013574233, 0.00113076923076923, 0.000487280877776007, 0.00150557692307691, 0.000753284704579792, 0.00207538461538462, 0.0015392849113993, 0.00478903846153848, 0.00303369488476453, 0.0109594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 780, '2021-05-23 00:00:00', 0.000277871649950377, 0.00104442307692305, 0.000561953324095114, 0.00142153846153847, 0.000651562766325362, 0.00206596153846154, 0.00153024066734614, 0.00493750000000002, 0.0032216085088998, 0.0110757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 795, '2021-05-23 00:00:00', 0.000380665005160492, 0.000890384615384633, 0.000469448121160926, 0.00131846153846153, 0.000693328232846138, 0.00192903846153845, 0.00142408264669413, 0.00494576923076926, 0.00329403463154933, 0.0110880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 810, '2021-05-23 00:00:00', 0.000345594916273137, 0.00105538461538459, 0.000463059225319869, 0.00150038461538461, 0.000851288819288832, 0.00211942307692308, 0.00139747845724416, 0.00495403846153851, 0.00329558403835289, 0.0110880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 825, '2021-05-23 00:00:00', 0.000403161735058506, 0.00109423076923077, 0.000656554760736793, 0.00145692307692307, 0.00100980815009586, 0.00228750000000001, 0.00154698023457116, 0.00499538461538464, 0.00334351259904913, 0.0110525 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 840, '2021-05-23 00:00:00', 0.00050289209731159, 0.00105730769230771, 0.000694729056207158, 0.00153730769230769, 0.00113461916687765, 0.00241442307692308, 0.00178387904902166, 0.00546269230769232, 0.00342505705735745, 0.0109896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 855, '2021-05-23 00:00:00', 0.000417779708237929, 0.00106326923076924, 0.000549420288892011, 0.00162557692307693, 0.000942618223558524, 0.00230365384615387, 0.0019478454369261, 0.00551461538461542, 0.00356999773755587, 0.0109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 870, '2021-05-23 00:00:00', 0.000474798904800782, 0.00116, 0.000823623326900968, 0.00168423076923076, 0.000977751423498774, 0.00232961538461539, 0.00200842285043609, 0.0054521153846154, 0.00351593008266007, 0.0109271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 885, '2021-05-23 00:00:00', 0.000566056432359352, 0.00110673076923078, 0.000561776748704177, 0.00152865384615386, 0.000658712643080327, 0.00222788461538464, 0.00212740296714452, 0.00544576923076925, 0.00350960480462053, 0.0108767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 900, '2021-05-23 00:00:00', 0.000323754922742513, 0.00108879999999998, 0.00047450386370043, 0.00169320000000003, 0.000690327518887452, 0.002419, 0.00214436373624749, 0.00549600000000001, 0.00366167738202046, 0.010945 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 915, '2021-05-23 00:00:00', 0.000463674952459641, 0.00125230769230771, 0.000557043845809154, 0.00170038461538461, 0.000766911914508679, 0.00259173076923076, 0.00210531799169478, 0.00540461538461539, 0.00359990826806208, 0.0110415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 930, '2021-05-23 00:00:00', 0.000425931377643795, 0.00116153846153844, 0.000492820961404859, 0.0017175, 0.000645500283024441, 0.00240884615384615, 0.0021448794479303, 0.00530461538461539, 0.00360010555400812, 0.011005 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 945, '2021-05-23 00:00:00', 0.000423681347967278, 0.00127326923076925, 0.000684690721870383, 0.00187923076923077, 0.000973680329787679, 0.00269923076923078, 0.00213964623244123, 0.005335, 0.00352678814438644, 0.0111738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 960, '2021-05-23 00:00:00', 0.000421426880235011, 0.00131615384615386, 0.000494485474625272, 0.00163326923076924, 0.00114610880138642, 0.00301076923076925, 0.00215403482758786, 0.00533096153846153, 0.00352213593412601, 0.0112665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 975, '2021-05-23 00:00:00', 0.000406672614500418, 0.00120884615384618, 0.000787111882380534, 0.00219365384615387, 0.00105076179324995, 0.0030071153846154, 0.00208905338334412, 0.00531596153846154, 0.00340878081633981, 0.0113244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 990, '2021-05-23 00:00:00', 0.000662077528576664, 0.00165942307692308, 0.00102783356928731, 0.00235961538461539, 0.000889667634569226, 0.0028475, 0.00211968499111034, 0.0052223076923077, 0.00335264644032834, 0.0113580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1005, '2021-05-23 00:00:00', 0.000628002480396894, 0.00157365384615384, 0.000687002435333268, 0.0020771153846154, 0.00113248414830135, 0.00294288461538462, 0.00187988486758754, 0.00502134615384616, 0.00323492768317697, 0.0113163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1020, '2021-05-23 00:00:00', 0.000479403956852874, 0.00148192307692308, 0.000713735676132717, 0.00205884615384617, 0.00171845203151422, 0.00354576923076924, 0.00182468366067614, 0.00490230769230771, 0.00320750692187037, 0.0112594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1035, '2021-05-23 00:00:00', 0.000512646714459533, 0.00153942307692309, 0.000920212935224136, 0.00222961538461542, 0.00171312225079057, 0.00360961538461541, 0.00179110766115447, 0.00474442307692308, 0.0033445384641923, 0.0112915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1050, '2021-05-23 00:00:00', 0.000562894716211181, 0.00145230769230773, 0.001392639883873, 0.00265961538461541, 0.00147835646789055, 0.00329961538461539, 0.00183713799155098, 0.004535, 0.00321980685039432, 0.0111280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1065, '2021-05-23 00:00:00', 0.00102574680111613, 0.00216750000000002, 0.00115312026526023, 0.00263788461538464, 0.00116873806040798, 0.00307057692307693, 0.00178779375208668, 0.00440249999999999, 0.0032754010265333, 0.0110867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1080, '2021-05-23 00:00:00', 0.000686400673524882, 0.00156826923076922, 0.00070121688184516, 0.00194865384615382, 0.000786166869153011, 0.00236211538461535, 0.00175637998560851, 0.00410942307692306, 0.0032237353155331, 0.0111292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1095, '2021-05-23 00:00:00', 0.000529138341660654, 0.00124423076923072, 0.000798538761642898, 0.00172692307692305, 0.000814981665673921, 0.00219634615384614, 0.00180473630078877, 0.00392365384615384, 0.00315582994082136, 0.0110538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1110, '2021-05-23 00:00:00', 0.000500500403442538, 0.00117057692307694, 0.000547417995263608, 0.00153730769230769, 0.000668645617302957, 0.00197980769230768, 0.00157084319591546, 0.00371211538461537, 0.00311042876712914, 0.0110413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1125, '2021-05-23 00:00:00', 0.00051991378723193, 0.00108711538461537, 0.000580762529253242, 0.00153865384615385, 0.000707217325971186, 0.00196711538461537, 0.00145796265911878, 0.00360365384615383, 0.00317665499567365, 0.0110951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1140, '2021-05-23 00:00:00', 0.000458714633933358, 0.00104365384615387, 0.000517078665343936, 0.00128211538461538, 0.000550269164905839, 0.00172807692307693, 0.00154153105709877, 0.00338, 0.00319576135144422, 0.0110488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1155, '2021-05-23 00:00:00', 0.000295377463855763, 0.000810384615384604, 0.000411646226005568, 0.00117384615384616, 0.000660773817929808, 0.00169096153846154, 0.00157899827056955, 0.00323153846153844, 0.00317384482316613, 0.0110198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1170, '2021-05-23 00:00:00', 0.000293275664494368, 0.000863846153846142, 0.000351076366884255, 0.00120115384615384, 0.000667922640615051, 0.00180057692307693, 0.00143507512534527, 0.00314615384615382, 0.00323469564018245, 0.0109817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1185, '2021-05-23 00:00:00', 0.000223200927072793, 0.00087557692307692, 0.000374923376787216, 0.00119846153846152, 0.00058058750085913, 0.00171461538461537, 0.00125785716750598, 0.00300557692307688, 0.00325859358525209, 0.0109380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1200, '2021-05-23 00:00:00', 0.000351686704982622, 0.000841538461538458, 0.000526952231085679, 0.00126057692307693, 0.000561036849194283, 0.00171288461538461, 0.00120825404868092, 0.00293038461538461, 0.00321115066843407, 0.0109638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1215, '2021-05-23 00:00:00', 0.000350094932180499, 0.000847307692307709, 0.000415639127868629, 0.00108826923076925, 0.000554936344235838, 0.00153711538461539, 0.00122229185737913, 0.00288576923076924, 0.00319407020297588, 0.0109726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1230, '2021-05-23 00:00:00', 0.000250574110026129, 0.000700769230769236, 0.000487617323160445, 0.00110442307692308, 0.000648991051259856, 0.00156923076923076, 0.00118784259835279, 0.00279903846153847, 0.00320772354578037, 0.0109178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1245, '2021-05-23 00:00:00', 0.000362485861793241, 0.000835000000000005, 0.000391767837451656, 0.00110596153846152, 0.000797317160135253, 0.00167942307692306, 0.00108781759288245, 0.00279365384615385, 0.0031939308792675, 0.0109026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1260, '2021-05-23 00:00:00', 0.000223311183363888, 0.000713269230769241, 0.000442334584466718, 0.00107326923076924, 0.000777262751336636, 0.00169076923076922, 0.000994492777558181, 0.00274326923076923, 0.00319904476127099, 0.0108642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1275, '2021-05-23 00:00:00', 0.000376784625278351, 0.000860576923076933, 0.000605229168294022, 0.00120711538461539, 0.000775921610830554, 0.00168288461538462, 0.000947199292651757, 0.0027375, 0.00321911500021595, 0.0109092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1290, '2021-05-23 00:00:00', 0.000418841442369523, 0.000888076923076934, 0.000562169321605029, 0.00126288461538462, 0.000585250899516309, 0.00157615384615386, 0.000904983127764519, 0.00275269230769231, 0.00322007453927102, 0.0109090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1305, '2021-05-23 00:00:00', 0.000378192868988609, 0.00094038461538461, 0.000432880335214469, 0.00120923076923076, 0.000464549078304802, 0.00145038461538459, 0.000939400320171536, 0.00276519230769228, 0.00313316262560076, 0.0109440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1320, '2021-05-23 00:00:00', 0.000261770010622951, 0.000863461538461525, 0.000325804153064151, 0.0010528846153846, 0.000385348992672658, 0.00131538461538461, 0.00107189194705147, 0.0028828846153846, 0.00316113261104548, 0.0109592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1335, '2021-05-23 00:00:00', 0.00022720339921617, 0.000615769230769225, 0.000268313321438807, 0.00086903846153845, 0.000422033219618492, 0.00126096153846152, 0.0010302963166002, 0.00288749999999998, 0.0031995590381272, 0.0109909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1350, '2021-05-23 00:00:00', 0.000223856839554622, 0.000636730769230782, 0.000335120644177367, 0.000954615384615404, 0.00052990670441563, 0.00132865384615385, 0.00099627336378354, 0.00288384615384615, 0.00325227219979178, 0.0110626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1365, '2021-05-23 00:00:00', 0.000263500401400977, 0.000742307692307705, 0.000346087416702792, 0.000957499999999987, 0.000528681705900509, 0.00124211538461538, 0.00112539053050653, 0.00298961538461538, 0.00324922873688746, 0.0110957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1380, '2021-05-23 00:00:00', 0.000300689783919958, 0.000697884615384635, 0.000519600290163966, 0.000977692307692316, 0.000540337252235888, 0.00149288461538463, 0.00112557301646075, 0.00309384615384614, 0.00319355787243872, 0.0111282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1395, '2021-05-23 00:00:00', 0.000390358858566774, 0.000634038461538465, 0.000328779561408591, 0.000810000000000003, 0.000600214961492938, 0.00176000000000002, 0.00127136201949536, 0.00322423076923074, 0.0032655600061622, 0.0111530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1410, '2021-05-23 00:00:00', 0.000169257200733062, 0.000530000000000005, 0.000388007583193127, 0.00116673076923079, 0.000637277291415448, 0.00178211538461541, 0.00136029664468396, 0.00329980769230767, 0.00328576763657115, 0.0111798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1425, '2021-05-23 00:00:00', 0.000360984977313639, 0.00101192307692307, 0.000634632449653979, 0.00160211538461541, 0.000566751743236408, 0.00182153846153847, 0.00126033245003665, 0.00353173076923074, 0.00328175143201589, 0.0111923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 0, '2021-05-23 00:00:00', 0.000635104019342206, 0.00134634615384616, 0.000593651542444006, 0.00150192307692307, 0.000593672436229312, 0.00179519230769231, 0.00116303230988919, 0.0036930769230769, 0.00326542922729332, 0.0112259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 15, '2021-05-23 00:00:00', 0.000548197044866198, 0.001025, 0.000475665202233019, 0.00131576923076924, 0.000633442274705913, 0.00170865384615384, 0.00116264188546868, 0.00371192307692305, 0.00326765020842429, 0.0112067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 30, '2021-05-23 00:00:00', 0.000429546093165583, 0.00102038461538461, 0.000472398300003439, 0.00129307692307692, 0.000738194392784507, 0.00179980769230771, 0.00123815994058181, 0.00385403846153843, 0.0032472585419799, 0.0112109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 45, '2021-05-23 00:00:00', 0.000392500269475637, 0.000952307692307705, 0.00051387730502073, 0.00128173076923077, 0.000847872541219391, 0.00180961538461539, 0.00143665032413814, 0.0041580769230769, 0.00323155816191602, 0.0111730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 60, '2021-05-23 00:00:00', 0.000476905086509324, 0.000937692307692285, 0.000635528641247736, 0.00127557692307693, 0.00087153597833854, 0.00177980769230769, 0.00130038451414011, 0.00414826923076921, 0.00318257099745568, 0.0111019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 75, '2021-05-23 00:00:00', 0.000394436111625032, 0.000829615384615397, 0.000518877486651562, 0.00113961538461537, 0.000667195537016996, 0.00168173076923078, 0.00126140086960734, 0.00417192307692307, 0.00316802911311408, 0.0110573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 90, '2021-05-23 00:00:00', 0.000416585386944096, 0.000824230769230754, 0.000530073470959818, 0.00117173076923076, 0.000546023245489963, 0.00162423076923075, 0.00124728832025564, 0.00413192307692307, 0.00317720264601522, 0.011100576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 105, '2021-05-23 00:00:00', 0.000397055363316578, 0.000824807692307673, 0.000530885472221076, 0.00133923076923076, 0.000691824010524703, 0.00178769230769229, 0.00129124728013713, 0.00420346153846153, 0.00319742182799732, 0.0111328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 120, '2021-05-23 00:00:00', 0.000371994416831578, 0.0010446153846154, 0.000444642985568638, 0.00127576923076923, 0.000814116604764843, 0.00205461538461539, 0.00128645943760981, 0.00424826923076924, 0.00320300311606754, 0.0111751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 135, '2021-05-23 00:00:00', 0.000381121422202349, 0.00080153846153846, 0.000625276830999356, 0.00124365384615383, 0.00109582943647546, 0.00208307692307693, 0.00137684445521131, 0.00412442307692308, 0.0032625975081214, 0.0112575 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 150, '2021-05-23 00:00:00', 0.000444368220493568, 0.000886346153846145, 0.000680415059978964, 0.00144057692307694, 0.00113462260753894, 0.0020573076923077, 0.00147905683304754, 0.00414634615384615, 0.00342586844688826, 0.0113661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 165, '2021-05-23 00:00:00', 0.000551345487107538, 0.00101961538461539, 0.000815567664504069, 0.00160384615384616, 0.000843019960526563, 0.00218442307692308, 0.00152360478420802, 0.00404846153846154, 0.0034072643718972, 0.0113425 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 180, '2021-05-23 00:00:00', 0.000787658262485431, 0.00121346153846154, 0.000904546210071054, 0.0014996153846154, 0.000900697763702413, 0.00226769230769231, 0.00161201694016677, 0.00406884615384616, 0.00348954268548849, 0.0113680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 195, '2021-05-23 00:00:00', 0.000490824463373769, 0.000995576923076938, 0.000598538251460627, 0.00164096153846152, 0.000679514079777141, 0.00225423076923075, 0.00175807184591094, 0.00403884615384614, 0.00342865785021577, 0.0113955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 210, '2021-05-23 00:00:00', 0.000462999418507692, 0.00114730769230768, 0.000541520224780336, 0.00164307692307692, 0.000653032570750901, 0.00223653846153844, 0.00165116788504845, 0.00398576923076919, 0.0033362778430691, 0.0113746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 225, '2021-05-23 00:00:00', 0.000310658419886146, 0.00102057692307693, 0.000312233640330166, 0.00145961538461539, 0.00108184749387331, 0.00214, 0.00165859319443176, 0.00370076923076921, 0.00339304975705428, 0.0112455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 240, '2021-05-23 00:00:00', 0.000326371956280167, 0.00113057692307692, 0.000492897087089729, 0.00149346153846154, 0.00107987777086114, 0.00217999999999999, 0.00164362190346153, 0.0037001923076923, 0.00335852536894487, 0.0111994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 255, '2021-05-23 00:00:00', 0.000455266827932119, 0.000996730769230783, 0.00112484727168419, 0.00162423076923077, 0.00109906967652018, 0.00202692307692307, 0.00160445552710619, 0.00360653846153847, 0.00335076432153348, 0.0111115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 270, '2021-05-23 00:00:00', 0.000926448803019012, 0.00120076923076924, 0.000894224889972415, 0.00154307692307691, 0.000853299748938482, 0.00190769230769229, 0.00167946686824675, 0.0035951923076923, 0.00334788625048012, 0.0111171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 285, '2021-05-23 00:00:00', 0.000381825372892684, 0.000898846153846133, 0.000432697487148506, 0.00130634615384614, 0.000558454873874237, 0.00174461538461537, 0.00150315372313836, 0.00338365384615385, 0.00332894174106197, 0.0109686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 300, '2021-05-23 00:00:00', 0.000287225722010791, 0.000941153846153837, 0.000420440657113308, 0.00128211538461536, 0.000684876883938917, 0.00173211538461538, 0.00145029207933598, 0.00334365384615385, 0.00331559857109022, 0.0109567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 315, '2021-05-23 00:00:00', 0.00036400063398085, 0.00083269230769228, 0.000548056706779665, 0.00122192307692305, 0.000699172285359932, 0.00161673076923075, 0.00127623490724141, 0.00335346153846155, 0.00329146967407946, 0.0108638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 330, '2021-05-23 00:00:00', 0.000370814488141152, 0.000875769230769221, 0.000510790526085281, 0.00116019230769231, 0.000914548059888654, 0.00164807692307693, 0.001073225924312, 0.00335673076923077, 0.00319718854861341, 0.0107761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 345, '2021-05-23 00:00:00', 0.000372304930854358, 0.000809807692307694, 0.000401709424258949, 0.00117730769230771, 0.000820757811181435, 0.00163576923076922, 0.000960210153279755, 0.00340653846153845, 0.00313287406140359, 0.0106767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 360, '2021-05-23 00:00:00', 0.000339193670568666, 0.000842115384615402, 0.000718805339006747, 0.00116634615384614, 0.00084667133301761, 0.00158211538461539, 0.00102498151953323, 0.00351365384615384, 0.00313272668772749, 0.0106725 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 375, '2021-05-23 00:00:00', 0.000601993259609561, 0.000736730769230736, 0.000604056193259644, 0.0010532692307692, 0.000704475609666744, 0.00151173076923077, 0.00119450255175694, 0.00372211538461537, 0.00309496860304692, 0.0106344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 390, '2021-05-23 00:00:00', 0.000356534872606602, 0.000761346153846137, 0.000504323957239937, 0.00102057692307692, 0.000559885153058537, 0.00157423076923075, 0.00139626578911257, 0.0038480769230769, 0.00313436436937381, 0.010575 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 405, '2021-05-23 00:00:00', 0.000295019751620375, 0.00064442307692308, 0.00034819601022764, 0.0010076923076923, 0.000519388730957954, 0.00153557692307691, 0.00148188051007961, 0.00415961538461537, 0.00313210330535003, 0.0105563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 420, '2021-05-23 00:00:00', 0.000269982335604486, 0.000732307692307673, 0.000409026094710144, 0.00111211538461537, 0.000662056731243343, 0.00156634615384615, 0.00154985310718343, 0.00438942307692305, 0.00308253654292395, 0.0105265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 435, '2021-05-23 00:00:00', 0.000419957919137293, 0.000845576923076903, 0.000410058391714367, 0.00114326923076921, 0.000610659920464354, 0.00168346153846154, 0.00158885110886888, 0.0045303846153846, 0.00307911315903684, 0.0105246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 450, '2021-05-23 00:00:00', 0.000323728815760732, 0.000817115384615357, 0.000554202996688453, 0.00112019230769231, 0.000780129698289863, 0.00164788461538462, 0.00166388600987152, 0.00477942307692308, 0.00303844844641774, 0.0105301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 465, '2021-05-23 00:00:00', 0.000366059894216576, 0.000739615384615405, 0.000492946400581404, 0.00114192307692311, 0.000565759972208948, 0.00155288461538462, 0.00158226260827286, 0.0048748076923077, 0.00319810211146932, 0.0106386538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 480, '2021-05-23 00:00:00', 0.000373706229749856, 0.000952884615384641, 0.000539236390292229, 0.00124173076923078, 0.00049201864411204, 0.00165788461538462, 0.00166192993696623, 0.00496634615384616, 0.00323621870992389, 0.0107084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 495, '2021-05-23 00:00:00', 0.000367102218001385, 0.000889038461538487, 0.000363444472533804, 0.00115826923076924, 0.000579347809709665, 0.00184173076923075, 0.00169326545013339, 0.00498826923076922, 0.00325434117756573, 0.0107075 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 510, '2021-05-23 00:00:00', 0.000279798347716024, 0.00081134615384614, 0.000326133349319668, 0.00114980769230768, 0.000646166000343581, 0.00185749999999999, 0.00169372021120558, 0.00492192307692307, 0.00331025409203675, 0.010653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 525, '2021-05-23 00:00:00', 0.00024085496753154, 0.000846346153846156, 0.000481448815076401, 0.00139980769230768, 0.000723100296267113, 0.00196403846153843, 0.00169661472894163, 0.00491153846153846, 0.00346577624227797, 0.0106551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 540, '2021-05-23 00:00:00', 0.000433969025835509, 0.00116634615384613, 0.00054639605950827, 0.00147442307692306, 0.00077269849329379, 0.00215519230769228, 0.00169622812326465, 0.0049853846153846, 0.00357514378946981, 0.0106286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 555, '2021-05-23 00:00:00', 0.000267566598467341, 0.000926730769230751, 0.000433206115447982, 0.00135653846153842, 0.000695695335617537, 0.00224499999999999, 0.00152988622000262, 0.00484461538461538, 0.0037376399433538, 0.0105471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 570, '2021-05-23 00:00:00', 0.000370440330500796, 0.000969038461538439, 0.000591940875425932, 0.00150999999999998, 0.000818757219580606, 0.00235576923076924, 0.00147564510013026, 0.00469269230769231, 0.00385678052266394, 0.010525 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 585, '2021-05-23 00:00:00', 0.000640939934783261, 0.00118999999999998, 0.000595840873181634, 0.00183711538461537, 0.00109405148592107, 0.00268057692307692, 0.00141239708951185, 0.00463653846153846, 0.00387665113705907, 0.0105140384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 600, '2021-05-23 00:00:00', 0.000523920905657177, 0.00137365384615384, 0.000771207170609809, 0.0018775, 0.00123142212970957, 0.0027776923076923, 0.00136951851449277, 0.00453480769230771, 0.00388425725995824, 0.0105373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 615, '2021-05-23 00:00:00', 0.000576801558997119, 0.00127596153846154, 0.000946754781020214, 0.00197384615384615, 0.00114131880532333, 0.00257615384615383, 0.00129757094070184, 0.00440711538461539, 0.00388326056991365, 0.0105555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 630, '2021-05-23 00:00:00', 0.000656111740014302, 0.00143884615384616, 0.000788924901368929, 0.00192250000000001, 0.00103255852879372, 0.00267134615384616, 0.00116291351619704, 0.00422538461538462, 0.00384639095576818, 0.0105592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 645, '2021-05-23 00:00:00', 0.000442939004309258, 0.0012651923076923, 0.000564079645222087, 0.00167538461538458, 0.000824854019718755, 0.00256307692307693, 0.00101268477896058, 0.0040126923076923, 0.0040131451554188, 0.0106309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 660, '2021-05-23 00:00:00', 0.000424083672803438, 0.00120519230769228, 0.000732489669131698, 0.00171365384615383, 0.000795958928202087, 0.00241115384615383, 0.00117510536352473, 0.00406384615384613, 0.00435817492235523, 0.0107494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 675, '2021-05-23 00:00:00', 0.000420091198889749, 0.00115884615384617, 0.000587705839554242, 0.00181307692307695, 0.000648525932107096, 0.00230173076923076, 0.00124915830123266, 0.0041173076923077, 0.00443134419613453, 0.0108457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 690, '2021-05-23 00:00:00', 0.000473764141254339, 0.0012473076923077, 0.00060500607117106, 0.00163211538461536, 0.000676606237038951, 0.00216499999999998, 0.00125708675730224, 0.00412134615384615, 0.00450771603859596, 0.0108317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 705, '2021-05-23 00:00:00', 0.000379745511949959, 0.00110057692307691, 0.000492178204124657, 0.00146923076923076, 0.000576194845516739, 0.0020625, 0.00142029736864665, 0.00424884615384616, 0.00471315372123592, 0.01094 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 720, '2021-05-23 00:00:00', 0.000295164426145039, 0.00101596153846157, 0.000405502205248698, 0.00138596153846152, 0.000691372464461401, 0.00218326923076921, 0.00163251382371339, 0.00433423076923076, 0.00469229316170512, 0.0109886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 735, '2021-05-23 00:00:00', 0.000325343132471175, 0.0010380769230769, 0.000428150270169433, 0.00151442307692307, 0.000696613677287913, 0.00230615384615382, 0.00166667288332173, 0.00451749999999997, 0.00468281089567104, 0.0110482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00[...];
Date: 2021-05-23 17:11:25 Duration: 25s277ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1050, '2021-05-23 00:00:00', 0.000380431536345472, 0.0012230769230769, 0.000774090533365533, 0.00160307692307694, 0.00103612764657642, 0.00195250000000001, 0.00131795926165592, 0.00311384615384616, 0.00293708739164398, 0.0103321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1065, '2021-05-23 00:00:00', 0.000508761580854734, 0.0010271153846154, 0.000598114119545755, 0.0012925, 0.000823108951569486, 0.0016971153846154, 0.00125457668312707, 0.00294557692307693, 0.00314323982785037, 0.0104011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1080, '2021-05-23 00:00:00', 0.000385824641315396, 0.000914423076923072, 0.00060821697166011, 0.00127326923076921, 0.000687187355485001, 0.00162769230769233, 0.00126765939674419, 0.00291288461538463, 0.00316788236111228, 0.0103694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1095, '2021-05-23 00:00:00', 0.000436312388089084, 0.000942499999999983, 0.000490867991027509, 0.00120923076923077, 0.000733343344919981, 0.00168269230769233, 0.00123658750351366, 0.00284557692307694, 0.00318633035251916, 0.0103763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1110, '2021-05-23 00:00:00', 0.000345019787615353, 0.00083057692307695, 0.000510821849120103, 0.00111980769230775, 0.000849565250810485, 0.00166134615384619, 0.00124327713662785, 0.00271596153846156, 0.00320567184845864, 0.01035 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1125, '2021-05-23 00:00:00', 0.000427031434620309, 0.000799615384615422, 0.000575303799342989, 0.00118730769230773, 0.000881721676825865, 0.00169865384615386, 0.00125236749644577, 0.00264711538461542, 0.00316241638381407, 0.0103742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1140, '2021-05-23 00:00:00', 0.000347793539551636, 0.0007628846153846, 0.00055530341671505, 0.00107826923076924, 0.000740010498886015, 0.00157846153846154, 0.00108236876980358, 0.00257307692307695, 0.00304003661415201, 0.0103211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1155, '2021-05-23 00:00:00', 0.000346903500215239, 0.000730961538461545, 0.000502942877931026, 0.00107846153846153, 0.000656969850613693, 0.00144076923076921, 0.00106727993588302, 0.00263730769230771, 0.00306978940019324, 0.0103098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1170, '2021-05-23 00:00:00', 0.0003062231463894, 0.000726153846153812, 0.000553707365089062, 0.00106461538461536, 0.000723209752529538, 0.00137288461538458, 0.00104989854821239, 0.00265019230769232, 0.00309915792533297, 0.0103296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1185, '2021-05-23 00:00:00', 0.00043375391818229, 0.000742692307692305, 0.000445066460032818, 0.000948076923076908, 0.000699160485593521, 0.00127076923076925, 0.000968872004724305, 0.00263519230769234, 0.00311903135851259, 0.0103111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1200, '2021-05-23 00:00:00', 0.000283798411661374, 0.000683461538461515, 0.000473811712034955, 0.00093346153846153, 0.00068015634514879, 0.00136557692307694, 0.000909574541285045, 0.00264961538461541, 0.00317408953026756, 0.0103428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1215, '2021-05-23 00:00:00', 0.000346018952348843, 0.00064365384615387, 0.000481537601375462, 0.000882692307692351, 0.000666176691738301, 0.00137423076923079, 0.000884130276686578, 0.00265288461538463, 0.00320370271957074, 0.0103586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1230, '2021-05-23 00:00:00', 0.000323466559917111, 0.000656153846153883, 0.000414709351418362, 0.00105038461538465, 0.000685435655960132, 0.00142596153846153, 0.00101747931371905, 0.00282307692307693, 0.00321156674561478, 0.0104701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1245, '2021-05-23 00:00:00', 0.000376876841748285, 0.000856923076923097, 0.000533248967686247, 0.00111769230769231, 0.000794309206408046, 0.00151365384615384, 0.000994572579244288, 0.00286884615384617, 0.00334428353256031, 0.0105628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1260, '2021-05-23 00:00:00', 0.000426261205582459, 0.000773846153846168, 0.000532650556542085, 0.00104884615384617, 0.000734214912993169, 0.00144346153846153, 0.000919161239726417, 0.00281423076923078, 0.00331465441405518, 0.0105317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1275, '2021-05-23 00:00:00', 0.000317942665368317, 0.00074153846153846, 0.000488896559768856, 0.000995384615384612, 0.000488452186464066, 0.00137653846153845, 0.000878235140232081, 0.0028198076923077, 0.00334234766064447, 0.0105767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1290, '2021-05-23 00:00:00', 0.000341098282700974, 0.000694038461538448, 0.000370662193295288, 0.00106269230769231, 0.000438748964495846, 0.00131442307692308, 0.000896398713657119, 0.0027994230769231, 0.00333701552519385, 0.0105961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1305, '2021-05-23 00:00:00', 0.000305014753741506, 0.00085, 0.000361469064534436, 0.00105826923076921, 0.000354916674944772, 0.00127038461538463, 0.00101352924894232, 0.00290346153846155, 0.00331289387788893, 0.0105896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1320, '2021-05-23 00:00:00', 0.000343847517636264, 0.000731346153846145, 0.000376949547736103, 0.000900192307692312, 0.000410840601693644, 0.001465, 0.00110464014328373, 0.00293538461538464, 0.00336222397208479, 0.0106190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1335, '2021-05-23 00:00:00', 0.000212897953164268, 0.000571538461538465, 0.000238195540228244, 0.000778653846153874, 0.000761365776847048, 0.00176538461538463, 0.00112024902794667, 0.00297326923076925, 0.00330434646162621, 0.0105715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1350, '2021-05-23 00:00:00', 0.000287520166516839, 0.000615384615384633, 0.000403079539774272, 0.00120134615384615, 0.00081262670018047, 0.00187807692307693, 0.00110709279716677, 0.00308769230769233, 0.00330248305766342, 0.0105771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1365, '2021-05-23 00:00:00', 0.00034991982598217, 0.000998269230769195, 0.000678489498813412, 0.00162000000000001, 0.000835384572885707, 0.00191423076923078, 0.00132800974567788, 0.00329673076923079, 0.00329903976705578, 0.0105657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1380, '2021-05-23 00:00:00', 0.000727162372090772, 0.00137865384615388, 0.00088312419633588, 0.00162288461538461, 0.000875427983243742, 0.00197692307692309, 0.00129508545901568, 0.00335788461538465, 0.0032990798484053, 0.0105653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1395, '2021-05-23 00:00:00', 0.000508591304865358, 0.000938653846153855, 0.000525633390813852, 0.00121230769230773, 0.000745185186070172, 0.0018248076923077, 0.00123719597664047, 0.0033517307692308, 0.00329843662268146, 0.0105569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1410, '2021-05-23 00:00:00', 0.000394836869917394, 0.000873076923076955, 0.000737521759783288, 0.00145211538461538, 0.000761050690720477, 0.00189192307692305, 0.00129825849328422, 0.00343365384615386, 0.0033185894420093, 0.0105367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1425, '2021-05-23 00:00:00', 0.000771841977649248, 0.00118596153846155, 0.000697436404600089, 0.00142346153846156, 0.000829741016128598, 0.00185692307692308, 0.00134019349923234, 0.00347384615384618, 0.00331888461917326, 0.0105313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 0, '2021-05-23 00:00:00', 0.000328907515642541, 0.000956923076923077, 0.000663201210911014, 0.0013203846153846, 0.000730887447927843, 0.00161230769230768, 0.0013049722219266, 0.0035425, 0.00331888461917326, 0.0105313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 15, '2021-05-23 00:00:00', 0.000552164830462765, 0.000809999999999995, 0.000636091551223927, 0.00107730769230769, 0.000652982742144426, 0.00149230769230771, 0.0013396829848886, 0.00355250000000001, 0.00328292192203135, 0.0104971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 30, '2021-05-23 00:00:00', 0.000410637777871679, 0.000729230769230773, 0.000572934148451243, 0.00105653846153847, 0.000564253625461238, 0.00144307692307695, 0.00137884059434562, 0.00375923076923077, 0.00331111735730499, 0.0104730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 45, '2021-05-23 00:00:00', 0.000397265654191241, 0.000780000000000011, 0.000465901813690383, 0.00117250000000001, 0.000696953839107118, 0.00158057692307694, 0.00155503669261681, 0.00400634615384616, 0.00338745118613711, 0.0105215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 60, '2021-05-23 00:00:00', 0.00038643299747623, 0.000952692307692323, 0.000470053843069737, 0.00115884615384618, 0.000782528249674408, 0.00162269230769231, 0.00156022449075078, 0.00403230769230769, 0.00340643723762032, 0.0106005769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 75, '2021-05-23 00:00:00', 0.000337309262341765, 0.00077346153846155, 0.000477334909036221, 0.00120115384615387, 0.000712567081862382, 0.00175461538461538, 0.00156442524466779, 0.00400211538461537, 0.00328534695509998, 0.0105561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 90, '2021-05-23 00:00:00', 0.0004747853361095, 0.000923653846153851, 0.000570988650028656, 0.00123903846153845, 0.000565767280235107, 0.00179884615384616, 0.00165445538331641, 0.00399615384615383, 0.00323686470452269, 0.0104813461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 105, '2021-05-23 00:00:00', 0.000429526438695533, 0.000860192307692306, 0.000551124759015623, 0.00133250000000003, 0.000754267882427403, 0.00201096153846157, 0.00169419158166501, 0.00396365384615384, 0.00320086574827213, 0.0104715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 120, '2021-05-23 00:00:00', 0.000548944756923561, 0.00111711538461539, 0.000542696968850943, 0.00145000000000001, 0.00072530473701641, 0.00211019230769232, 0.0017031418026694, 0.00398999999999999, 0.00316986561229338, 0.01048 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 135, '2021-05-23 00:00:00', 0.000364387209519683, 0.000975961538461536, 0.000776958072326852, 0.00150538461538461, 0.000682329860449862, 0.00196596153846152, 0.00171609458229568, 0.00381115384615383, 0.00290847642510382, 0.0105663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 150, '2021-05-23 00:00:00', 0.000545567735341981, 0.00108692307692309, 0.000546306373609294, 0.0014094230769231, 0.00060463657234358, 0.00193923076923077, 0.001853396756893, 0.00381153846153845, 0.00288363566593394, 0.0105855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 165, '2021-05-23 00:00:00', 0.000296091461960941, 0.000948076923076943, 0.00040312820064327, 0.00141288461538462, 0.000529056380592982, 0.00195442307692307, 0.00174287278321212, 0.00386346153846155, 0.00286608977797012, 0.0105961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 180, '2021-05-23 00:00:00', 0.000446429294944505, 0.00110634615384615, 0.000568326592185029, 0.00149365384615384, 0.000729520284950228, 0.00205461538461539, 0.00176313428303122, 0.0038825, 0.0028645636061792, 0.0105855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 195, '2021-05-23 00:00:00', 0.00034199983130901, 0.00101173076923076, 0.000478888978622536, 0.00144942307692306, 0.000750985608793749, 0.00190923076923077, 0.00183905749272241, 0.00376269230769233, 0.00278968347391161, 0.0104567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 210, '2021-05-23 00:00:00', 0.000383809247493521, 0.00103153846153845, 0.000555670212100112, 0.00135076923076922, 0.000794251873439094, 0.00196903846153847, 0.00178164535018794, 0.00373192307692308, 0.00284128503565664, 0.0104994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 225, '2021-05-23 00:00:00', 0.000482092434481823, 0.000981346153846161, 0.000607638429938757, 0.00128230769230771, 0.00123394453497094, 0.00218865384615385, 0.00172881110771361, 0.00370461538461541, 0.00299154815207011, 0.0106921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 240, '2021-05-23 00:00:00', 0.000437547887489036, 0.000856923076923088, 0.000603145377296263, 0.00138288461538461, 0.00130701416918933, 0.00201903846153847, 0.00167775619389527, 0.0036996153846154, 0.00300113322827335, 0.0106494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 255, '2021-05-23 00:00:00', 0.00047855523754796, 0.00103365384615386, 0.00126453586803163, 0.0016248076923077, 0.0014044805226352, 0.00201346153846154, 0.00165644411779714, 0.00375634615384616, 0.00302236868391974, 0.0106376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 270, '2021-05-23 00:00:00', 0.00129730252684325, 0.00121961538461539, 0.00133002968445765, 0.0014698076923077, 0.0014403950446372, 0.00202173076923079, 0.00180519366103645, 0.00390692307692309, 0.00302153109430407, 0.0106319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 285, '2021-05-23 00:00:00', 0.000346257185429474, 0.00083403846153846, 0.000527998433855483, 0.00123711538461538, 0.000586736639912112, 0.00170673076923077, 0.00136279567010669, 0.00380096153846152, 0.00297511781925719, 0.0104159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 300, '2021-05-23 00:00:00', 0.000387340885446482, 0.000860192307692281, 0.000490359522736604, 0.00119769230769231, 0.000508275364496283, 0.00168961538461538, 0.00136499536488364, 0.00381211538461536, 0.00295854415861276, 0.0104284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 315, '2021-05-23 00:00:00', 0.000335046495051299, 0.000786923076923083, 0.000403930877559692, 0.00121192307692308, 0.000516239807126033, 0.00157846153846155, 0.00147475647272561, 0.00412442307692308, 0.00292343752482221, 0.0104498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 330, '2021-05-23 00:00:00', 0.000252379445707003, 0.000819230769230773, 0.000339024392133563, 0.00115346153846154, 0.000684161165223482, 0.00156249999999998, 0.00158734679454548, 0.0041853846153846, 0.00288336299377069, 0.0104419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 345, '2021-05-23 00:00:00', 0.000242129336067775, 0.000768846153846152, 0.000320846776275164, 0.00102057692307691, 0.000859665319492675, 0.0017576923076923, 0.001576977049733, 0.00426884615384614, 0.00280718049760858, 0.0105171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 360, '2021-05-23 00:00:00', 0.000295011929354635, 0.000784038461538465, 0.00047625207449576, 0.00116096153846153, 0.000783074709079521, 0.00181500000000001, 0.00154605418354646, 0.00438846153846153, 0.00278811416828377, 0.0105288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 375, '2021-05-23 00:00:00', 0.000319864213979314, 0.00083865384615384, 0.000694626767518975, 0.00132288461538461, 0.000722716376968484, 0.0018198076923077, 0.00145558406199659, 0.00449980769230766, 0.00281366646238294, 0.0105248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 390, '2021-05-23 00:00:00', 0.00051055885669905, 0.000957884615384614, 0.000541615141533565, 0.00125519230769231, 0.000700936543819443, 0.00176596153846154, 0.00148760819903836, 0.00457807692307688, 0.00289081280159166, 0.0104955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 405, '2021-05-23 00:00:00', 0.000373842675672337, 0.00083788461538463, 0.000499424283935652, 0.00116615384615388, 0.000680664494333424, 0.00172192307692311, 0.00146067718752429, 0.00471538461538459, 0.00289632207091366, 0.0104865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 420, '2021-05-23 00:00:00', 0.000443962792966338, 0.000970192307692344, 0.000596317578012064, 0.00136557692307694, 0.000721315464966611, 0.00199500000000001, 0.00146151050681768, 0.00490980769230766, 0.00294099847644666, 0.0106059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 435, '2021-05-23 00:00:00', 0.000397190711797836, 0.000877692307692327, 0.000491788924391219, 0.00123288461538466, 0.000769687349113021, 0.00204115384615387, 0.00146958822071407, 0.00495846153846153, 0.00300054559782309, 0.0106532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 450, '2021-05-23 00:00:00', 0.000274548650585763, 0.000840192307692286, 0.000645531653278589, 0.00132365384615381, 0.000739804781942222, 0.00221134615384613, 0.00147714518061544, 0.00509173076923076, 0.00308191237458425, 0.0107267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 465, '2021-05-23 00:00:00', 0.00044132183442297, 0.000915192307692282, 0.000467322323291051, 0.00152192307692307, 0.000756596427328437, 0.00227692307692307, 0.00156238827292854, 0.00521634615384614, 0.00305856952486969, 0.0107165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 480, '2021-05-23 00:00:00', 0.000290675671761229, 0.00118711538461537, 0.000534561070843672, 0.00167846153846152, 0.000841739065177631, 0.00231557692307689, 0.00176461654147908, 0.00534346153846152, 0.00302890447953613, 0.0106878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 495, '2021-05-23 00:00:00', 0.000396357647353191, 0.00114576923076922, 0.000493055816780959, 0.00175903846153845, 0.00109229581792028, 0.00265692307692307, 0.00177002287034336, 0.00539019230769231, 0.00299950488222, 0.0107315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 510, '2021-05-23 00:00:00', 0.000379944732823067, 0.00127999999999998, 0.000686668434152559, 0.00181346153846152, 0.00124854181101242, 0.00279557692307691, 0.00179511212420328, 0.00525153846153847, 0.00304309483155657, 0.0106919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 525, '2021-05-23 00:00:00', 0.000492851358462627, 0.00121730769230771, 0.000978955114080637, 0.00200134615384616, 0.00119265921369017, 0.00272, 0.00176386277374841, 0.00508326923076924, 0.00302584023295757, 0.0106886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 540, '2021-05-23 00:00:00', 0.000885145533448914, 0.00164384615384615, 0.00112048143842105, 0.00216557692307693, 0.00111147767201353, 0.00281884615384615, 0.00169890548476184, 0.0050246153846154, 0.00311577512272383, 0.0107288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 555, '2021-05-23 00:00:00', 0.000547017261716094, 0.00133173076923078, 0.000615746326389018, 0.00173653846153845, 0.000629029686226228, 0.00248788461538459, 0.0016242885779982, 0.00481576923076925, 0.00311231586418563, 0.0107340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 570, '2021-05-23 00:00:00', 0.000406781220729846, 0.00119980769230768, 0.000509488468956845, 0.00172749999999999, 0.000843331694029026, 0.00250711538461535, 0.00171528324640119, 0.00478115384615386, 0.00312007297745027, 0.0107657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 585, '2021-05-23 00:00:00', 0.000368565671008802, 0.00116057692307694, 0.000611109961148868, 0.00174423076923076, 0.000984821576967911, 0.00258653846153845, 0.00169613456469067, 0.0048223076923077, 0.00276828747395598, 0.0109115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 600, '2021-05-23 00:00:00', 0.000454727010244743, 0.00127942307692306, 0.000671825784422859, 0.00172173076923074, 0.000874000638091635, 0.00253634615384613, 0.00175167130083069, 0.00481211538461538, 0.00267339393194955, 0.0108963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 615, '2021-05-23 00:00:00', 0.000473263627947971, 0.0010976923076923, 0.000620554218792789, 0.00164153846153845, 0.000679211307326378, 0.0022, 0.00184937017345407, 0.00463903846153848, 0.00264245416960475, 0.0108059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 630, '2021-05-23 00:00:00', 0.000458648725983329, 0.00123057692307691, 0.000636563006731027, 0.0017126923076923, 0.000773990856634508, 0.00244038461538466, 0.00190624233668067, 0.00472961538461539, 0.0027330206802111, 0.0109259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 645, '2021-05-23 00:00:00', 0.000303717986600446, 0.00109115384615383, 0.00039431971604467, 0.00147903846153845, 0.00082829714103462, 0.00222307692307695, 0.00179579328945775, 0.00463846153846154, 0.00272556122661003, 0.010885 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 660, '2021-05-23 00:00:00', 0.000267959885057422, 0.00105250000000001, 0.000679253351397398, 0.0016213461538462, 0.00106509113008446, 0.0022663461538462, 0.00173002992415201, 0.00466846153846154, 0.00264419760258918, 0.0109298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 675, '2021-05-23 00:00:00', 0.000527388376815407, 0.00116750000000006, 0.000621134724640202, 0.00155711538461543, 0.00101179393234914, 0.00212980769230772, 0.00158555601749526, 0.00481173076923077, 0.00278259193641741, 0.0109367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 690, '2021-05-23 00:00:00', 0.000314445543775091, 0.001055, 0.00060642448321795, 0.00153557692307695, 0.00080303146791489, 0.00204346153846155, 0.00149239827639429, 0.00469384615384613, 0.00292715730438514, 0.0109382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 705, '2021-05-23 00:00:00', 0.000501823137707368, 0.00114769230769231, 0.000493208217849085, 0.0015228846153846, 0.00075200235269679, 0.00209346153846152, 0.00156757132091458, 0.0047903846153846, 0.00300328023232033, 0.0110030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 720, '2021-05-23 00:00:00', 0.000278776516503529, 0.00106288461538461, 0.000566311412020446, 0.00144384615384616, 0.000651710913967665, 0.00208634615384616, 0.00154822057909668, 0.00495019230769229, 0.00318985650147461, 0.0111225 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 735, '2021-05-23 00:00:00', 0.000381195689700379, 0.000916923076923072, 0.000463813664508283, 0.00133865384615384, 0.000700440548182663, 0.00194480769230768, 0.00143375359968697, 0.00496923076923074, 0.00326450048010646, 0.0111357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 750, '2021-05-23 00:00:00', 0.000342943872958831, 0.00106749999999999, 0.000471525184905295, 0.00152, 0.000863387002093875, 0.00213365384615382, 0.00141432392111783, 0.0049630769230769, 0.00326860966090852, 0.0111363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 765, '2021-05-23 00:00:00', 0.00040767638938445, 0.00111096153846155, 0.000652976734183247, 0.00147115384615386, 0.00101470027783879, 0.00230057692307692, 0.00154963817116721, 0.00501730769230768, 0.00331968200516021, 0.0110988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 780, '2021-05-23 00:00:00', 0.000504878050774486, 0.0010696153846154, 0.000702713559107719, 0.00155788461538462, 0.0011434532717236, 0.00243576923076921, 0.00178213969278937, 0.00547826923076923, 0.00340161018433237, 0.0110353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 795, '2021-05-23 00:00:00', 0.000405908904141704, 0.00106403846153848, 0.000528648785548141, 0.00162346153846155, 0.000933828204427691, 0.00230134615384615, 0.0019271882268057, 0.00551269230769232, 0.00354996776258385, 0.0109813461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 810, '2021-05-23 00:00:00', 0.000444088565317928, 0.0011594230769231, 0.00079976092581567, 0.00168846153846153, 0.000955419621865771, 0.00233442307692311, 0.00199742122209151, 0.00545346153846156, 0.00349392488691221, 0.0109736538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 825, '2021-05-23 00:00:00', 0.000558796784308791, 0.00113961538461541, 0.000570641204799814, 0.00154423076923083, 0.000672218056425585, 0.00222134615384619, 0.00212896348922698, 0.00545846153846155, 0.00348874248889856, 0.0109230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 840, '2021-05-23 00:00:00', 0.000330159227320111, 0.00109865384615388, 0.000494520124814088, 0.00167692307692312, 0.000729410299224927, 0.0023792307692308, 0.00214194243261002, 0.00542923076923078, 0.00356767718011852, 0.0109923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 855, '2021-05-23 00:00:00', 0.000463381426207218, 0.0012621153846154, 0.000544647698411191, 0.00169634615384614, 0.000773239041554825, 0.00260384615384617, 0.00210820266140106, 0.00541769230769232, 0.00357335871415115, 0.0110875 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 870, '2021-05-23 00:00:00', 0.000394487447397064, 0.0011628846153846, 0.000493852204611871, 0.001715, 0.00064692589636266, 0.00241365384615383, 0.00214914459727586, 0.00531750000000001, 0.00357522417263804, 0.0110567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 885, '2021-05-23 00:00:00', 0.000413473280691961, 0.00128192307692309, 0.000684191381233244, 0.00189538461538462, 0.000977593454120096, 0.00271019230769231, 0.00213972097390147, 0.00535038461538462, 0.00351802674149105, 0.0112219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 900, '2021-05-23 00:00:00', 0.000434769081060474, 0.00133807692307694, 0.000499372991475692, 0.00164923076923074, 0.00114557852364915, 0.00302807692307691, 0.00215546700276298, 0.00534499999999999, 0.00351071540484928, 0.0113144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 915, '2021-05-23 00:00:00', 0.0004040818652775, 0.00122307692307691, 0.000787376974517298, 0.00220749999999999, 0.00104649225437246, 0.00302596153846152, 0.00208564124062973, 0.00533076923076923, 0.00339466108538325, 0.0113732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 930, '2021-05-23 00:00:00', 0.000673719783110033, 0.00168211538461538, 0.00102298576950776, 0.00238326923076922, 0.000882968354690373, 0.00287134615384615, 0.00212781311534781, 0.00524442307692309, 0.0033402323272491, 0.01142 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 945, '2021-05-23 00:00:00', 0.000623802976785269, 0.0015930769230769, 0.000685422525499054, 0.00209903846153845, 0.00112177510429467, 0.00296923076923077, 0.00187453243400954, 0.00504038461538463, 0.00323289396433215, 0.0113907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 960, '2021-05-23 00:00:00', 0.000488852187822074, 0.00150730769230769, 0.00071363999219603, 0.00208403846153846, 0.00171014191943692, 0.00356076923076923, 0.00181677966362291, 0.00491711538461538, 0.00320423623444867, 0.0113346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 975, '2021-05-23 00:00:00', 0.000507276589703837, 0.00155846153846154, 0.000916617359979273, 0.00225076923076924, 0.00172006784302694, 0.00362076923076927, 0.00179002054135183, 0.00475653846153847, 0.00334582470573975, 0.0113651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 990, '2021-05-23 00:00:00', 0.000565376967504542, 0.00147134615384613, 0.00139165280816068, 0.00267346153846155, 0.00148829924875548, 0.00331057692307695, 0.00183791948639258, 0.00454596153846154, 0.0032203755156097, 0.0112023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1005, '2021-05-23 00:00:00', 0.00102187792813032, 0.0021775, 0.00115200048410777, 0.00264865384615386, 0.00117376188451423, 0.00308019230769231, 0.00178889752254115, 0.00441711538461538, 0.00328607909919312, 0.0111646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1020, '2021-05-23 00:00:00', 0.000697201990376248, 0.00158384615384617, 0.000721456966038966, 0.00196307692307694, 0.000804174014846188, 0.00237538461538463, 0.00175378605834962, 0.00412153846153845, 0.00324190338203676, 0.0112065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1035, '2021-05-23 00:00:00', 0.000534271610556066, 0.00125807692307694, 0.000806524738520879, 0.00173692307692307, 0.000827582415138329, 0.00220557692307691, 0.00180669384618597, 0.00393057692307692, 0.00318441621868845, 0.0111294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1050, '2021-05-23 00:00:00', 0.000502380219172059, 0.00117826923076925, 0.000546911749314681, 0.00154269230769233, 0.000667751335568741, 0.00198961538461539, 0.00157000349093196, 0.00371480769230767, 0.00314945009241538, 0.0111132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1065, '2021-05-23 00:00:00', 0.000517356594771768, 0.00109461538461539, 0.000584022128137108, 0.00155038461538462, 0.000705436389761655, 0.00197749999999996, 0.00144517761751072, 0.00361211538461537, 0.00322367437871752, 0.0111625 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1080, '2021-05-23 00:00:00', 0.000459814218336734, 0.00106365384615387, 0.000510627404428945, 0.00130288461538463, 0.000536713109154669, 0.00174480769230769, 0.00151981204556557, 0.00339057692307691, 0.00324007208490558, 0.0111186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1095, '2021-05-23 00:00:00', 0.000293088067625787, 0.000823846153846154, 0.000415728137868238, 0.00118326923076921, 0.000651563120503322, 0.00170250000000002, 0.00152423746383359, 0.00323038461538461, 0.00322690840970351, 0.0110882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1110, '2021-05-23 00:00:00', 0.000295563932951147, 0.00088096153846152, 0.000348004862919191, 0.00122076923076922, 0.000676445034437674, 0.00182326923076924, 0.00139607340836306, 0.00314980769230768, 0.00329606311202644, 0.0110559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1125, '2021-05-23 00:00:00', 0.000223552781583792, 0.000900384615384613, 0.000386389848966861, 0.00121634615384618, 0.000590777974694905, 0.00173384615384617, 0.00121585753213997, 0.00301346153846152, 0.00331904321245652, 0.0110103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1140, '2021-05-23 00:00:00', 0.000349876901429419, 0.000850384615384635, 0.000535270025314323, 0.001275, 0.00056177383897242, 0.00172038461538459, 0.00118845544559053, 0.00295711538461537, 0.00327228703837826, 0.0110376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1155, '2021-05-23 00:00:00', 0.000355549033727576, 0.000863653846153842, 0.000410900371604388, 0.00109865384615384, 0.000545147263096424, 0.00155346153846152, 0.00117214210545673, 0.00297634615384615, 0.00325332504465104, 0.0110603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1170, '2021-05-23 00:00:00', 0.000240450298718563, 0.000707115384615397, 0.000494401619676202, 0.0011098076923077, 0.000640990219534157, 0.00158269230769231, 0.00113167744793019, 0.00289461538461537, 0.00326976576436998, 0.0110080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1185, '2021-05-23 00:00:00', 0.000364288400119392, 0.000844038461538448, 0.000393120650887032, 0.00112038461538459, 0.000800273799300092, 0.00169807692307692, 0.00101716069753767, 0.00290826923076922, 0.00325653709423886, 0.0109953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1200, '2021-05-23 00:00:00', 0.00022445146811383, 0.000727307692307683, 0.000441035887254252, 0.00108942307692307, 0.000781131944926458, 0.00170865384615385, 0.000951645073624499, 0.0028478846153846, 0.00326461314117589, 0.0109498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1215, '2021-05-23 00:00:00', 0.000373152938330388, 0.000873653846153839, 0.000600462001615925, 0.00122115384615386, 0.000771715272324244, 0.00169769230769229, 0.000901675129113317, 0.00286596153846153, 0.00326772092420105, 0.0109590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1230, '2021-05-23 00:00:00', 0.000411252495900781, 0.000901153846153849, 0.000561169657604, 0.00127423076923077, 0.00058450231953218, 0.00157980769230768, 0.000879673016173966, 0.00289115384615386, 0.00326890861580152, 0.0109884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1245, '2021-05-23 00:00:00', 0.000380754362569069, 0.000953269230769241, 0.000441055377649862, 0.00122038461538461, 0.000468708372510633, 0.00145846153846153, 0.000921689418738957, 0.00291423076923076, 0.00320562950136162, 0.0110275 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1260, '2021-05-23 00:00:00', 0.000272815590012465, 0.000882115384615382, 0.000333151386240309, 0.00106538461538461, 0.000391596142041168, 0.00132846153846155, 0.00103755216736315, 0.00300249999999999, 0.00322981902922414, 0.0110448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1275, '2021-05-23 00:00:00', 0.000233889191383773, 0.000621923076923069, 0.000270261696537629, 0.000875769230769246, 0.000482668742912364, 0.00130865384615385, 0.000983743888652675, 0.00300403846153847, 0.00328422450745751, 0.0110711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1290, '2021-05-23 00:00:00', 0.000218843463549798, 0.000647307692307714, 0.000342566108162408, 0.000981538461538478, 0.000530679861483929, 0.00134865384615384, 0.000945877126513531, 0.00299653846153847, 0.00334037796686817, 0.0111398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1305, '2021-05-23 00:00:00', 0.000280802216186737, 0.000766730769230788, 0.000459554675745956, 0.00101250000000001, 0.000531086984038729, 0.00126423076923078, 0.00105394781654499, 0.00313, 0.0033424607759047, 0.0111759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1320, '2021-05-23 00:00:00', 0.00045699928463162, 0.000772115384615379, 0.000518876782468242, 0.00101134615384615, 0.000611804801701142, 0.00161134615384614, 0.00107363632648045, 0.0032348076923077, 0.00334253788885951, 0.0111665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1335, '2021-05-23 00:00:00', 0.00041310829274957, 0.000652307692307687, 0.000352781093597707, 0.000832500000000022, 0.000658088636770269, 0.00190442307692306, 0.00123179076957086, 0.00334749999999999, 0.00335270437339538, 0.0112311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1350, '2021-05-23 00:00:00', 0.000176314077277295, 0.000550576923076926, 0.000482568608115419, 0.00128730769230766, 0.000681223785663577, 0.0019103846153846, 0.00131335214095604, 0.00340461538461537, 0.00337100932157621, 0.0112553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1365, '2021-05-23 00:00:00', 0.000444588184555282, 0.00113557692307691, 0.000661481321324758, 0.00176346153846153, 0.000608246534025335, 0.00196461538461537, 0.00123290407637351, 0.00363730769230769, 0.00336552551617127, 0.01127 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1380, '2021-05-23 00:00:00', 0.000649709195303183, 0.00151596153846156, 0.000645032527504167, 0.00163480769230772, 0.000632752594742856, 0.00192538461538464, 0.00112522013230916, 0.00379788461538461, 0.00335396548879083, 0.0112925 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1395, '2021-05-23 00:00:00', 0.000619651421861824, 0.00101326923076923, 0.000607874860603624, 0.00134461538461537, 0.000659639674367765, 0.00176750000000002, 0.00119016831388865, 0.00378884615384617, 0.00333657464267679, 0.0112678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1410, '2021-05-23 00:00:00', 0.000469288331904306, 0.00102653846153843, 0.000466259419372765, 0.00125961538461535, 0.000712438175455363, 0.00181692307692308, 0.00122134163304759, 0.0038992307692308, 0.00326094689528149, 0.0112344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1425, '2021-05-23 00:00:00', 0.000356281435860013, 0.000887692307692324, 0.000482838084024671, 0.00131115384615387, 0.000842509917768608, 0.0018198076923077, 0.00146922309401942, 0.00419250000000001, 0.00324549533969776, 0.011185 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 0, '2021-05-23 00:00:00', 0.000455161890049958, 0.000962115384615385, 0.000633159142712182, 0.00128750000000001, 0.000841943904581248, 0.00180346153846154, 0.00128762902266139, 0.00416750000000001, 0.00319094254823771, 0.0111071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 15, '2021-05-23 00:00:00', 0.00041036137919944, 0.000847692307692318, 0.000527092022326261, 0.00116000000000001, 0.000662203808970739, 0.00170173076923078, 0.00124416009667317, 0.00418788461538465, 0.00316618446058681, 0.0110609615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 30, '2021-05-23 00:00:00', 0.000426769303560525, 0.000845961538461529, 0.00053210279515841, 0.00118923076923076, 0.000528348515514281, 0.00162692307692309, 0.0012320174980026, 0.00414865384615388, 0.00317127797583243, 0.011105 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 45, '2021-05-23 00:00:00', 0.000390896996072433, 0.000832307692307696, 0.000535162699918995, 0.00135634615384617, 0.000697293448876535, 0.00180192307692308, 0.00127657841965875, 0.00421769230769232, 0.00318267997859567, 0.0111253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 60, '2021-05-23 00:00:00', 0.000383124452565771, 0.00106788461538462, 0.000442423613572052, 0.00127442307692308, 0.000805102764582553, 0.00206769230769231, 0.00127330357731373, 0.00426000000000002, 0.00318647338822186, 0.0111705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 75, '2021-05-23 00:00:00', 0.000350397795918601, 0.000791153846153862, 0.000617229168262373, 0.00124961538461538, 0.00109872305252682, 0.00209788461538462, 0.00136094159994523, 0.00413596153846154, 0.00318340060071228, 0.0112007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 90, '2021-05-23 00:00:00', 0.00046190758316422, 0.000913846153846145, 0.000680902596671403, 0.00146711538461539, 0.0011210651699989, 0.00206865384615385, 0.00147258925548999, 0.00415865384615386, 0.00327876902909519, 0.0112728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 105, '2021-05-23 00:00:00', 0.000551951642251906, 0.00103115384615386, 0.000823969939705579, 0.00161769230769231, 0.000833558913058, 0.00219269230769231, 0.00151943214342121, 0.00406596153846155, 0.00340763040271951, 0.0113601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 120, '2021-05-23 00:00:00', 0.000797319475589196, 0.00123288461538459, 0.000894389177036479, 0.00151999999999997, 0.000895649227354947, 0.00228153846153844, 0.00160812733900695, 0.00408153846153845, 0.0035021252283984, 0.0113813461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 135, '2021-05-23 00:00:00', 0.00048385598620316, 0.00101884615384617, 0.000586359203376772, 0.00166134615384615, 0.000672506791501328, 0.00228076923076924, 0.00175750239085077, 0.00404942307692309, 0.00349247864923818, 0.0113636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 150, '2021-05-23 00:00:00', 0.000458233061292552, 0.00116846153846154, 0.000540061428130016, 0.00166211538461538, 0.000655892257803201, 0.00225942307692309, 0.00165497428518252, 0.00400173076923075, 0.00335686328517926, 0.0113863461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 165, '2021-05-23 00:00:00', 0.000311790856924215, 0.00103346153846155, 0.00031719861528457, 0.0014798076923077, 0.00107886010000583, 0.00215365384615385, 0.00166066126773456, 0.00370538461538462, 0.00336353085999723, 0.0112496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 180, '2021-05-23 00:00:00', 0.000331891780323281, 0.00115307692307694, 0.000489725551084098, 0.00150134615384619, 0.00107700160702686, 0.00219730769230771, 0.00166070693936694, 0.00371346153846155, 0.00335476740567119, 0.0112171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 195, '2021-05-23 00:00:00', 0.000425622620856337, 0.000981153846153886, 0.00112351789551321, 0.00163269230769234, 0.00109824252961088, 0.00203942307692311, 0.00159958529481382, 0.00361634615384616, 0.00333405549420843, 0.0111259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 210, '2021-05-23 00:00:00', 0.00107845822999601, 0.00124192307692307, 0.00104136899541678, 0.00158076923076924, 0.000994182017849532, 0.00194826923076925, 0.00171437098803476, 0.00363173076923077, 0.0033163898351161, 0.0110915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 225, '2021-05-23 00:00:00', 0.000390000443786714, 0.000902884615384603, 0.000437007833057758, 0.00131461538461539, 0.000553506896628576, 0.0017532692307692, 0.00149652083693635, 0.00338884615384615, 0.00334161688178275, 0.0109607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 240, '2021-05-23 00:00:00', 0.000287074702151528, 0.000951730769230796, 0.000423699821172433, 0.00129153846153848, 0.0006846034225403, 0.00173961538461537, 0.00144293792179494, 0.00335038461538461, 0.00331820892373258, 0.0109823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 255, '2021-05-23 00:00:00', 0.000362000637483509, 0.000847307692307718, 0.000539234214846897, 0.00123653846153844, 0.000694492288266451, 0.00162653846153846, 0.00127029331864123, 0.00336134615384616, 0.00328187514411175, 0.0108826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 270, '2021-05-23 00:00:00', 0.000366748341719279, 0.000887884615384574, 0.000512709431879772, 0.00117480769230767, 0.000917207970712463, 0.00166730769230766, 0.00107248582561907, 0.0033653846153846, 0.00319739059474826, 0.0108011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 285, '2021-05-23 00:00:00', 0.000380918777936474, 0.00082365384615387, 0.000407654689846534, 0.00119711538461541, 0.000826906189451904, 0.0016596153846154, 0.000967914192795719, 0.00341673076923076, 0.00313407505678127, 0.0106676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 300, '2021-05-23 00:00:00', 0.000339711642426372, 0.000855000000000025, 0.000720753692058104, 0.00118173076923078, 0.000849401055948342, 0.00159192307692309, 0.00102442599312232, 0.00352115384615383, 0.00313514816850202, 0.0106959615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 315, '2021-05-23 00:00:00', 0.000605990003725645, 0.000751730769230766, 0.000613802931291109, 0.00107096153846154, 0.000710146463766455, 0.00152500000000001, 0.00119672098476825, 0.00373365384615384, 0.00309343893774202, 0.0106576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 330, '2021-05-23 00:00:00', 0.000376764566356146, 0.000783461538461538, 0.000516658345673277, 0.00103538461538461, 0.000566002616194006, 0.00158019230769229, 0.00139976180666023, 0.00385365384615385, 0.00313430399585963, 0.0105965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 345, '2021-05-23 00:00:00', 0.000291293468199004, 0.000643269230769226, 0.000348427677077834, 0.00101038461538462, 0.00051611227907828, 0.00153673076923077, 0.00148366636566831, 0.00416173076923077, 0.00312549698201989, 0.0105742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 360, '2021-05-23 00:00:00', 0.000253956386322229, 0.000754615384615375, 0.000412968987474102, 0.00111923076923075, 0.000681524112108029, 0.00157865384615382, 0.00154980079365059, 0.00439749999999996, 0.00308277455574334, 0.0105498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 375, '2021-05-23 00:00:00', 0.000426633377106778, 0.000854038461538446, 0.000410360863706016, 0.00115403846153846, 0.000607776812527587, 0.00169557692307691, 0.00158023401382883, 0.00453346153846153, 0.00307868516515638, 0.0105428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 390, '2021-05-23 00:00:00', 0.000320287431007748, 0.000835961538461532, 0.000576959837290355, 0.00113442307692308, 0.000777799682536454, 0.0016578846153846, 0.00165989426215601, 0.00478980769230766, 0.00303965178294136, 0.0105498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 405, '2021-05-23 00:00:00', 0.000389818350201523, 0.000752115384615384, 0.000497594714602177, 0.00116250000000001, 0.000564654727721712, 0.0015648076923077, 0.00157183979659311, 0.00488211538461536, 0.00305145712986185, 0.0105111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 420, '2021-05-23 00:00:00', 0.000375476364103, 0.000972500000000009, 0.000535707619738726, 0.0012555769230769, 0.000489675245600419, 0.00166538461538459, 0.00165440922525697, 0.00498173076923074, 0.00318530185141307, 0.0107032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 435, '2021-05-23 00:00:00', 0.000364199860600626, 0.000898461538461523, 0.000358376681933742, 0.0011646153846154, 0.000581186617718791, 0.00184826923076923, 0.00168570196517196, 0.00500365384615383, 0.00323374629731288, 0.0107163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 450, '2021-05-23 00:00:00', 0.000282740979588144, 0.000807692307692296, 0.000338136294777962, 0.0011430769230769, 0.000647653427025938, 0.00186019230769228, 0.00168480873144061, 0.00494230769230768, 0.00331334166085216, 0.0106801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 465, '2021-05-23 00:00:00', 0.000246912706468079, 0.000851730769230738, 0.000486949689393067, 0.00141499999999999, 0.00073081948207788, 0.00197634615384612, 0.00169192226817263, 0.0049301923076923, 0.0034046944966303, 0.0106538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 480, '2021-05-23 00:00:00', 0.000446911624373343, 0.00119, 0.000551647183791034, 0.00149115384615381, 0.00078001659252567, 0.00217173076923073, 0.00168270566236458, 0.00501211538461537, 0.00351560834543062, 0.0106309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 495, '2021-05-23 00:00:00', 0.000258431065053337, 0.00093615384615383, 0.000429927364169273, 0.00136846153846152, 0.000690438990787757, 0.00226499999999999, 0.00152223005690791, 0.00486288461538459, 0.00374624573611832, 0.0105686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 510, '2021-05-23 00:00:00', 0.000376767628856112, 0.00101038461538461, 0.000578115772275655, 0.00154038461538459, 0.000833349797273281, 0.00238326923076922, 0.00147910712411759, 0.00473826923076922, 0.00386209755682862, 0.0105515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 525, '2021-05-23 00:00:00', 0.000642889301393456, 0.0012055769230769, 0.000595234407607632, 0.00186499999999999, 0.00109230053627126, 0.00270230769230771, 0.00141339875423093, 0.00466596153846152, 0.0038828314856756, 0.0105421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 540, '2021-05-23 00:00:00', 0.000508608357715915, 0.00142230769230769, 0.000775482504886231, 0.00188134615384616, 0.00121992807165011, 0.0028275, 0.00136068965828137, 0.0045878846153846, 0.00389063633810519, 0.0105613461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 555, '2021-05-23 00:00:00', 0.000550756263276637, 0.00125269230769233, 0.00098963833720281, 0.00199596153846159, 0.0011762270352536, 0.0025990384615385, 0.0013066017579378, 0.00444307692307693, 0.00388806177242001, 0.0105821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 570, '2021-05-23 00:00:00', 0.000781644322024954, 0.00150038461538464, 0.000889068419102866, 0.00199057692307692, 0.00107972938204973, 0.00273653846153845, 0.00113470614630464, 0.00429596153846153, 0.00385482909927474, 0.0105807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 585, '2021-05-23 00:00:00', 0.000446831107311816, 0.00128903846153841, 0.000566961978103796, 0.00168673076923075, 0.000820747618848901, 0.00257442307692302, 0.00101274867791341, 0.0040332692307692, 0.00402113465139076, 0.0106567307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 600, '2021-05-23 00:00:00', 0.000422492421415879, 0.00121538461538463, 0.000737546165439042, 0.00172711538461537, 0.000800092422545902, 0.00243173076923075, 0.00117526743274093, 0.00408153846153846, 0.00436409439015174, 0.0107696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 615, '2021-05-23 00:00:00', 0.000421181123106835, 0.00117153846153845, 0.000586992202804992, 0.00182461538461536, 0.000647824792315368, 0.0023251923076923, 0.00124765239550121, 0.00413249999999997, 0.00443533346677997, 0.0108601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 630, '2021-05-23 00:00:00', 0.000470756347234495, 0.00126153846153845, 0.000608777747748614, 0.00165711538461539, 0.000681529981280827, 0.00218865384615384, 0.00125404559173649, 0.00414288461538461, 0.00451561912017185, 0.0108459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 645, '2021-05-23 00:00:00', 0.000386122539337744, 0.00111884615384616, 0.000498092206477753, 0.00148961538461539, 0.000577655506868427, 0.00208173076923079, 0.00141782310114972, 0.00426788461538462, 0.00471778804102092, 0.010955 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 660, '2021-05-23 00:00:00', 0.000293938834558396, 0.00103096153846154, 0.000410276689002023, 0.00139980769230767, 0.000699345518214107, 0.00220692307692305, 0.00164697238545808, 0.00435596153846151, 0.00469694229914936, 0.0110051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 675, '2021-05-23 00:00:00', 0.000326572880309821, 0.00106038461538459, 0.000430606727590458, 0.00153307692307691, 0.000703692131108922, 0.00232884615384614, 0.00168146062878493, 0.00454038461538459, 0.00468724037639994, 0.0110621153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 690, '2021-05-23 00:00:00', 0.000335612643018514, 0.00106961538461537, 0.000621971833396392, 0.00164019230769229, 0.000528267414799032, 0.0021273076923077, 0.00171915512568057, 0.0045928846153846, 0.00471820862763042, 0.0110844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 705, '2021-05-23 00:00:00', 0.00043403704202076, 0.00115692307692306, 0.000511334641291396, 0.00156634615384615, 0.000512038948338263, 0.00204673076923077, 0.00176178419179576, 0.00464153846153847, 0.00465396152177409, 0.0110903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 720, '2021-05-23 00:00:00', 0.00034335253244803, 0.00104980769230769, 0.000416580078182393, 0.00144519230769232, 0.000684815780955852, 0.00202442307692307, 0.00183490993281372, 0.00475269230769231, 0.00480799216049535, 0.0112461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 735, '2021-05-23 00:00:00', 0.000307412839429583, 0.00103942307692311, 0.000468375958458099, 0.00142596153846159, 0.000855269840459719, 0.00211250000000006, 0.00184536875614438, 0.00497538461538462, 0.00478168839267214, 0.0113067307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 750, '2021-05-23 00:00:00', 0.000385213427356017, 0.000950769230769234, 0.000556000449640118, 0.00134249999999998, 0.000835824443289347, 0.00191250000000003, 0.00173602890130142, 0.00501288461538458, 0.00472711776309347, 0.0113421153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:0[...];
Date: 2021-05-23 17:22:27 Duration: 1s861ms Database: acaweb_fx User: pgperfstats
16 26s886ms 2 1s961ms 24s924ms 13s443ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 23 17 2 26s886ms 13s443ms [ User: pgperfstats - Total duration: 26s886ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1035, '2021-05-23 00:00:00', 0.00134069442396895, 0.00296153846153853, 0.00184627691897462, 0.00400769230769236, 0.00262607340690653, 0.00598846153846135, 0.00323289165632541, 0.00813269230769221, 0.0100410612755059, 0.0244365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1050, '2021-05-23 00:00:00', 0.00105536176808645, 0.00278269230769231, 0.00209844264597845, 0.00451153846153843, 0.00216720752618167, 0.00561730769230751, 0.00293163711155491, 0.00775192307692301, 0.00993777331506114, 0.0244576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1065, '2021-05-23 00:00:00', 0.00151959002568244, 0.00341538461538468, 0.00150843780627001, 0.00434615384615376, 0.00174911516091823, 0.00515961538461538, 0.00304210263823195, 0.0073326923076923, 0.00976086081481321, 0.0245903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1080, '2021-05-23 00:00:00', 0.0011656906173529, 0.00297115384615372, 0.00164505435963485, 0.00375961538461537, 0.00214289882743329, 0.00493076923076925, 0.00313939239589195, 0.00725384615384616, 0.00972151143677702, 0.0245961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1095, '2021-05-23 00:00:00', 0.00115826793764853, 0.00235384615384617, 0.00141198305720939, 0.00324807692307697, 0.00222885275767263, 0.00449615384615396, 0.00275261623802629, 0.00690192307692312, 0.00970313113619288, 0.0246346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1110, '2021-05-23 00:00:00', 0.0011616169102392, 0.00231538461538472, 0.00156403324772836, 0.00315000000000007, 0.00199037684873983, 0.004, 0.0026246355058296, 0.00663653846153847, 0.00970255814800337, 0.0246211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1125, '2021-05-23 00:00:00', 0.00108954648292833, 0.00213653846153847, 0.00160826351648654, 0.00288653846153853, 0.00156324612954538, 0.00365769230769229, 0.00265090478023001, 0.00639807692307694, 0.00968647193056069, 0.0245923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1140, '2021-05-23 00:00:00', 0.00115328293946525, 0.00176153846153846, 0.00154950116042346, 0.00251538461538453, 0.00175852320034574, 0.00349038461538454, 0.00266296899083591, 0.00645961538461533, 0.009694312567369, 0.0245480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1155, '2021-05-23 00:00:00', 0.00148986447499296, 0.00199807692307688, 0.00136280395339335, 0.00272884615384611, 0.00197750814449358, 0.00370769230769224, 0.00272154438621769, 0.00650961538461535, 0.00969759069999438, 0.0245057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1170, '2021-05-23 00:00:00', 0.000540982013066557, 0.00161153846153846, 0.000896763411042567, 0.00215384615384616, 0.00119535157364485, 0.00319423076923074, 0.00218117822782499, 0.00614230769230769, 0.00911815285781409, 0.0242634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1185, '2021-05-23 00:00:00', 0.000890568098722223, 0.00146346153846161, 0.00105007692025949, 0.00228846153846157, 0.00153199342235981, 0.00324038461538465, 0.00223690720553029, 0.00593461538461549, 0.00910506536959611, 0.0242192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1200, '2021-05-23 00:00:00', 0.000894659367924784, 0.00173076923076916, 0.00116016577064857, 0.00235384615384613, 0.00197818973189744, 0.00342115384615387, 0.00225469851302007, 0.00589423076923073, 0.0089623245610982, 0.0241615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1215, '2021-05-23 00:00:00', 0.000779657222512109, 0.00164423076923066, 0.00118863205149706, 0.00247307692307686, 0.00171442858836858, 0.00325576923076923, 0.00208786696452102, 0.00581730769230766, 0.00894769609366664, 0.0242057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1230, '2021-05-23 00:00:00', 0.00112456487311584, 0.00182692307692309, 0.00145120771985054, 0.00250961538461541, 0.00166466097264467, 0.00344807692307698, 0.00196299222146657, 0.0055576923076923, 0.00897737926465964, 0.0242423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1245, '2021-05-23 00:00:00', 0.000967908132957943, 0.00182307692307705, 0.00120227508691453, 0.00220576923076928, 0.00162490354743329, 0.0032134615384616, 0.00191324633501844, 0.00521346153846151, 0.00901322297857656, 0.0242673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1260, '2021-05-23 00:00:00', 0.000714993275923143, 0.0014692307692308, 0.00129507350548739, 0.00233076923076926, 0.00144457739361857, 0.00310961538461535, 0.00181726336942288, 0.00492307692307693, 0.00900881021769598, 0.0242615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1275, '2021-05-23 00:00:00', 0.0009072295104412, 0.00154423076923086, 0.00105377161443287, 0.00202115384615385, 0.0013547139919555, 0.00302499999999995, 0.00183275853460127, 0.00474038461538464, 0.0090705864452934, 0.0242576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1290, '2021-05-23 00:00:00', 0.000795274505099673, 0.00126153846153846, 0.000995947558088056, 0.00191346153846142, 0.0013030673871233, 0.00280384615384604, 0.00198253625439731, 0.00472499999999999, 0.00914900015554462, 0.0243403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1305, '2021-05-23 00:00:00', 0.000800117779791378, 0.00136730769230758, 0.00120076898437881, 0.00217307692307678, 0.00146304345589804, 0.00284807692307684, 0.00200019614422798, 0.00475384615384614, 0.00922478455032971, 0.024425 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1320, '2021-05-23 00:00:00', 0.000809653297120714, 0.00155769230769226, 0.000855599205235646, 0.00197499999999994, 0.0013194360683494, 0.0029634615384615, 0.00192058985330432, 0.00469423076923073, 0.00924832978684017, 0.0244596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1335, '2021-05-23 00:00:00', 0.000570994409241076, 0.00117884615384628, 0.000804707304648023, 0.00178461538461553, 0.00147563415311712, 0.00285192307692323, 0.00182947764718197, 0.00528269230769219, 0.0092520268049764, 0.02445 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1350, '2021-05-23 00:00:00', 0.000727228669994144, 0.00113846153846148, 0.00123596272037382, 0.00215961538461537, 0.00153982516490075, 0.0025615384615385, 0.00205505100067727, 0.005678846153846, 0.00926516137930779, 0.0245192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1365, '2021-05-23 00:00:00', 0.00115731785408528, 0.00175384615384623, 0.00140300227534214, 0.00213076923076935, 0.00148770473704148, 0.00239423076923096, 0.00239619249258868, 0.00599230769230763, 0.00928893220658129, 0.0245115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1380, '2021-05-23 00:00:00', 0.000587226204613253, 0.00107115384615384, 0.000618981794189715, 0.00129230769230769, 0.00098703908425456, 0.00242307692307691, 0.00257748013496775, 0.00620961538461529, 0.00939063711281708, 0.0246942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1395, '2021-05-23 00:00:00', 0.000498694449383657, 0.000601923076923109, 0.000566745092612176, 0.000950000000000075, 0.00137639579504419, 0.00285576923076917, 0.00244136153689828, 0.00702307692307688, 0.0093736110766015, 0.0247538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1410, '2021-05-23 00:00:00', 0.000503820022810425, 0.000621153846153936, 0.000865130048027514, 0.00202499999999999, 0.00143952583005123, 0.00287115384615382, 0.00266000289184343, 0.00756923076923069, 0.00940484654109469, 0.0248076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1425, '2021-05-23 00:00:00', 0.000963593035706285, 0.00178653846153843, 0.0014746642381859, 0.00252115384615374, 0.0014704800367436, 0.00283653846153841, 0.00390131979640825, 0.00879807692307681, 0.00943825134553753, 0.0248326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 0, '2021-05-23 00:00:00', 0.00120121252843175, 0.00133653846153842, 0.00132981346291659, 0.00160961538461536, 0.00126175092019602, 0.0020692307692307, 0.00389491779314855, 0.00934615384615376, 0.00940865579379738, 0.0246903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 15, '2021-05-23 00:00:00', 0.000911157688511506, 0.000600000000000058, 0.000944907402870904, 0.000958000000000041, 0.000988066293322388, 0.00177599999999995, 0.00398206604666481, 0.00963199999999993, 0.00957875774826793, 0.024648 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 30, '2021-05-23 00:00:00', 0.000602584710504121, 0.000696000000000048, 0.000814068997894713, 0.00114000000000008, 0.00145771796540565, 0.00226599999999991, 0.00466456768271916, 0.0104939999999999, 0.00956697095915609, 0.024638 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 45, '2021-05-23 00:00:00', 0.00078997809122493, 0.000805769230769232, 0.000853132237923585, 0.00142115384615378, 0.00152432078190707, 0.00243461538461531, 0.00571108234386988, 0.0113384615384614, 0.0093737327348617, 0.0246442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 60, '2021-05-23 00:00:00', 0.000817594972135645, 0.00113846153846145, 0.00142112225425481, 0.00186730769230758, 0.00152957007534299, 0.00260384615384603, 0.00649697592375457, 0.0124980769230769, 0.00939514952597282, 0.0246288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 75, '2021-05-23 00:00:00', 0.00138515897449177, 0.00140576923076917, 0.00142793691952886, 0.00180961538461533, 0.00141154034793402, 0.00337692307692296, 0.0080438674682117, 0.0129096153846153, 0.00939110237651343, 0.0246096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 90, '2021-05-23 00:00:00', 0.000845397039175068, 0.00105192307692315, 0.000947279505498937, 0.00189230769230765, 0.00176693128158575, 0.00382307692307683, 0.00849369472020287, 0.0130750000000001, 0.00939695613565301, 0.0245038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 105, '2021-05-23 00:00:00', 0.000666298616352893, 0.00141538461538456, 0.00114542064829404, 0.00281730769230769, 0.00190013461061624, 0.00418653846153841, 0.00851559655076415, 0.0132038461538462, 0.00944071155238772, 0.0244711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 120, '2021-05-23 00:00:00', 0.0011976081932817, 0.00229423076923079, 0.00164542255503426, 0.00323076923076918, 0.00225848485630384, 0.00448461538461539, 0.00852509801432499, 0.0132519230769231, 0.00952494962635587, 0.0247557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 135, '2021-05-23 00:00:00', 0.00118004074245174, 0.00220192307692307, 0.00152949463750402, 0.0032346153846154, 0.00210449793025833, 0.00501346153846164, 0.00868962976107829, 0.0135557692307693, 0.0097826811253358, 0.024975 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 150, '2021-05-23 00:00:00', 0.0012225399159757, 0.0023403846153847, 0.00186545931650583, 0.00325769230769233, 0.00263199251810954, 0.00574615384615391, 0.00864283006534687, 0.0138134615384616, 0.00977893674415347, 0.0249596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 165, '2021-05-23 00:00:00', 0.0012344167105902, 0.00209615384615385, 0.0019373296451163, 0.00397307692307699, 0.00409725048519884, 0.00698846153846151, 0.00857733417434949, 0.0137884615384616, 0.0100391681006868, 0.0249519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 180, '2021-05-23 00:00:00', 0.00165160527972039, 0.00335000000000015, 0.00234179089915922, 0.00495384615384626, 0.00395092588953724, 0.00758076923076929, 0.00838820508901562, 0.0137461538461539, 0.00990916747259837, 0.02485 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 195, '2021-05-23 00:00:00', 0.00182342977760209, 0.00345192307692313, 0.0038052130234517, 0.00547692307692305, 0.00367585311918832, 0.00725192307692305, 0.00795850705945445, 0.0133788461538462, 0.00983990619092245, 0.0243846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 210, '2021-05-23 00:00:00', 0.00279864321523012, 0.00425961538461523, 0.00294442955164749, 0.00580576923076912, 0.00436666744959871, 0.0077461538461538, 0.00787211143604691, 0.0132423076923077, 0.00990345413712584, 0.0242596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 225, '2021-05-23 00:00:00', 0.0016685657129587, 0.00391346153846157, 0.00282842984438636, 0.00516923076923078, 0.00486960944572, 0.00744807692307692, 0.00752595917730514, 0.0127615384615385, 0.0089974810577526, 0.0243057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 240, '2021-05-23 00:00:00', 0.00194460694070712, 0.00364807692307696, 0.0029193894250998, 0.00517884615384621, 0.0055644824902783, 0.00790576923076925, 0.0071180291135636, 0.0126576923076924, 0.00849790947142984, 0.0240942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 255, '2021-05-23 00:00:00', 0.0019784813523353, 0.00323269230769226, 0.0037746915309526, 0.00485192307692297, 0.00619332301757297, 0.00722499999999993, 0.0064991895944507, 0.0117057692307692, 0.0079868642156982, 0.0235499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 270, '2021-05-23 00:00:00', 0.00242425246210038, 0.00344999999999992, 0.003824674948481, 0.00535769230769229, 0.00515837668263974, 0.0067750000000001, 0.00644055539888873, 0.0116653846153846, 0.00788406206313629, 0.0235211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 285, '2021-05-23 00:00:00', 0.00266852018916842, 0.00364999999999997, 0.00334297944032879, 0.00476346153846154, 0.00354824604558357, 0.00577500000000007, 0.00632182696329519, 0.0111019230769231, 0.00764125669285845, 0.0234596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 300, '2021-05-23 00:00:00', 0.00202119157543645, 0.00281923076923079, 0.00239327262261402, 0.00366538461538475, 0.00451878685217453, 0.005121153846154, 0.0061589409679063, 0.0108846153846154, 0.00749873425216657, 0.0234192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 315, '2021-05-23 00:00:00', 0.00150042173558501, 0.00255576923076918, 0.00204797085315807, 0.00350384615384612, 0.00618044932396944, 0.00563461538461544, 0.00632672475723785, 0.0111730769230769, 0.00743736434911854, 0.0234173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 330, '2021-05-23 00:00:00', 0.00187759256660048, 0.0026153846153846, 0.00450397431335759, 0.00404615384615388, 0.00627042662025476, 0.00587500000000001, 0.0062901342164963, 0.0112826923076923, 0.00752921285087932, 0.0234730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 345, '2021-05-23 00:00:00', 0.00306148028549288, 0.00281153846153847, 0.00478940015515022, 0.00401538461538462, 0.00482837924710202, 0.00547307692307698, 0.00501304145358727, 0.0107461538461538, 0.00679113109418909, 0.0231615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 360, '2021-05-23 00:00:00', 0.00305082838687354, 0.00263461538461543, 0.00308569466060094, 0.00361346153846152, 0.00297772499634298, 0.00472692307692309, 0.00443619769622585, 0.010425, 0.00659376628689209, 0.0229153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 375, '2021-05-23 00:00:00', 0.00113371581027235, 0.0021134615384615, 0.00154472800692703, 0.00304615384615389, 0.00164718407733174, 0.00413076923076917, 0.00440988095077409, 0.0102749999999999, 0.00660168655607153, 0.0228057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 390, '2021-05-23 00:00:00', 0.00111581119163796, 0.00217115384615394, 0.00135499219413017, 0.00299038461538461, 0.0014044215891249, 0.00395000000000005, 0.00440631190627545, 0.0105461538461538, 0.00659632881580002, 0.0230346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 405, '2021-05-23 00:00:00', 0.000943750700458288, 0.0019057692307693, 0.00106357343965452, 0.00248269230769229, 0.00265077129559272, 0.00428269230769227, 0.0043560537010182, 0.0111903846153846, 0.00656978661402683, 0.023101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 420, '2021-05-23 00:00:00', 0.000896179926989318, 0.0018423076923076, 0.00104241767798944, 0.00272115384615389, 0.00350948166236288, 0.00463846153846159, 0.00475239372883249, 0.011576923076923, 0.0065665542421718, 0.0231211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 435, '2021-05-23 00:00:00', 0.00091475932101536, 0.0021461538461539, 0.00260053618731565, 0.00338269230769232, 0.0032104588696705, 0.00487307692307691, 0.00495212619448994, 0.0118346153846154, 0.00645757783835869, 0.0230134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 450, '2021-05-23 00:00:00', 0.00220243309511578, 0.0024634615384614, 0.00293565416638523, 0.00355576923076928, 0.002832810509832, 0.00526923076923072, 0.00488172140193943, 0.0120096153846153, 0.00633281229300709, 0.0229365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 465, '2021-05-23 00:00:00', 0.00192572164295722, 0.00250961538461551, 0.00204022340405693, 0.00368653846153848, 0.00193948843374106, 0.00553076923076922, 0.00475354644935269, 0.0123096153846153, 0.00619462577251752, 0.0227673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 480, '2021-05-23 00:00:00', 0.00154657562176773, 0.00284807692307691, 0.00168766224291293, 0.00395961538461535, 0.00201383006692768, 0.00551346153846157, 0.00473026954834493, 0.012825, 0.00633084391020537, 0.0227538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 495, '2021-05-23 00:00:00', 0.00133611520691668, 0.00250961538461541, 0.00174058787593335, 0.00387692307692309, 0.00233959315989908, 0.00559807692307699, 0.00488028845301327, 0.0129807692307691, 0.00668383468929678, 0.0227730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 510, '2021-05-23 00:00:00', 0.00121526350418962, 0.00270576923076931, 0.00154849803159254, 0.00382692307692314, 0.0021701586258931, 0.00593269230769242, 0.0046962788051162, 0.0131711538461538, 0.00691076223114243, 0.0228288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 525, '2021-05-23 00:00:00', 0.00118118747290778, 0.00274038461538448, 0.001987959912922, 0.00445384615384619, 0.00248767191133834, 0.00633653846153845, 0.00470763904570165, 0.0132057692307692, 0.00697522649204925, 0.0228038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 540, '2021-05-23 00:00:00', 0.00147588825926849, 0.0034730769230771, 0.0018137986064101, 0.00489423076923091, 0.00325059047890364, 0.00645769230769236, 0.00458218456466073, 0.0128807692307692, 0.00688277895575961, 0.0226230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 555, '2021-05-23 00:00:00', 0.00115875430461399, 0.00301346153846148, 0.00132812331447853, 0.0040865384615384, 0.00300660874638629, 0.00625192307692302, 0.00450029956267871, 0.0123980769230769, 0.00667239808118843, 0.0224480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 570, '2021-05-23 00:00:00', 0.00113501609612447, 0.00306153846153843, 0.00223527059108835, 0.00427884615384619, 0.00263992205595899, 0.00646730769230762, 0.00438122085198245, 0.0120980769230768, 0.00641183791003928, 0.0226057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 585, '2021-05-23 00:00:00', 0.00157313014767955, 0.00289230769230768, 0.00182535981700554, 0.00449230769230771, 0.00286779800275683, 0.00700576923076916, 0.00434102655353096, 0.0117134615384615, 0.00616570072129818, 0.0224557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 600, '2021-05-23 00:00:00', 0.00152002024278023, 0.00346153846153849, 0.00166570844249076, 0.00499615384615378, 0.00355539730550615, 0.00722499999999987, 0.00427682529633653, 0.0115788461538461, 0.00629951890714997, 0.0224923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 615, '2021-05-23 00:00:00', 0.00145878242169497, 0.00372307692307685, 0.00307214345117801, 0.00545576923076915, 0.0042694716841243, 0.00721730769230764, 0.00455229485661223, 0.0113326923076923, 0.00625367461208581, 0.0224730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 630, '2021-05-23 00:00:00', 0.00235113720438559, 0.00337307692307688, 0.00297036969985987, 0.0045980769230768, 0.00349539532264053, 0.00633269230769224, 0.00382720072436949, 0.0103442307692308, 0.00632765845621128, 0.0220115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 645, '2021-05-23 00:00:00', 0.00137156283683419, 0.00305384615384601, 0.0019121554491041, 0.00460769230769236, 0.00223128800333926, 0.00607692307692306, 0.002811153609354, 0.00975384615384628, 0.0064150484139909, 0.0218230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 660, '2021-05-23 00:00:00', 0.00114789439342717, 0.00308846153846169, 0.00150857166271218, 0.0041173076923078, 0.00251351424228189, 0.00621538461538482, 0.00261814085535162, 0.00938846153846176, 0.00671717545951027, 0.0220269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 675, '2021-05-23 00:00:00', 0.000880655350380537, 0.00286538461538467, 0.00145762187773843, 0.00403846153846159, 0.00190390691433733, 0.00591153846153859, 0.00246750574779171, 0.00899615384615399, 0.00672369975991933, 0.0219923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 690, '2021-05-23 00:00:00', 0.00130430647649061, 0.00281923076923079, 0.00169255837304172, 0.00438461538461552, 0.00197780472708031, 0.00571346153846161, 0.0025582874379915, 0.00892884615384625, 0.00665647544760859, 0.0223442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 705, '2021-05-23 00:00:00', 0.00124737879016517, 0.00341538461538482, 0.00132817544021865, 0.00417500000000018, 0.0015680070643483, 0.00537307692307704, 0.00278656667714122, 0.00906538461538474, 0.00663701856141866, 0.0224307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 720, '2021-05-23 00:00:00', 0.00094406649048755, 0.00251153846153845, 0.00123695656288381, 0.00386153846153848, 0.00161840852501647, 0.00487692307692302, 0.00335103887450766, 0.00883846153846157, 0.00650355790199607, 0.0223942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 735, '2021-05-23 00:00:00', 0.00101618630938656, 0.00267115384615391, 0.00123470488532532, 0.00334807692307705, 0.00199744548399655, 0.00473269230769231, 0.00419664334732124, 0.0091192307692308, 0.00662575162644845, 0.0224961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 750, '2021-05-23 00:00:00', 0.000720408537941073, 0.00206730769230773, 0.00112988767311, 0.00302307692307688, 0.0020010458803797, 0.00430384615384617, 0.00446778899026556, 0.00915769230769228, 0.00662575162644845, 0.0224961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 765, '2021-05-23 00:00:00', 0.00108712747819466, 0.00227692307692303, 0.00149018842381125, 0.0033115384615384, 0.0019757306340849, 0.00438653846153835, 0.00424565841591326, 0.00961923076923079, 0.00663189728045161, 0.0224884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 780, '2021-05-23 00:00:00', 0.000807331787671274, 0.00220384615384614, 0.00105127761099753, 0.00294615384615385, 0.00162254311309326, 0.00407307692307689, 0.00400380011796487, 0.00976923076923079, 0.00666727051752412, 0.0224480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 795, '2021-05-23 00:00:00', 0.000709867268199969, 0.00196346153846154, 0.00115196988475606, 0.00297115384615375, 0.00166467830110033, 0.00388461538461542, 0.00384367862660437, 0.00994423076923072, 0.00660255894448389, 0.0223538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 810, '2021-05-23 00:00:00', 0.00118723985004655, 0.00230769230769226, 0.00135151766544132, 0.00294999999999996, 0.00177060615435688, 0.00382692307692307, 0.00390525139543389, 0.0100326923076923, 0.00663718574513202, 0.0222711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 825, '2021-05-23 00:00:00', 0.00085686369080225, 0.0019192307692307, 0.00107529602364255, 0.00266153846153848, 0.00145725373958636, 0.00376730769230769, 0.0037354167721338, 0.0102576923076923, 0.00654796885712245, 0.0223480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 840, '2021-05-23 00:00:00', 0.000935449295587757, 0.00210576923076931, 0.00122182713116952, 0.00286153846153852, 0.00148783399611664, 0.00387500000000002, 0.00379489332980725, 0.0105192307692307, 0.00644831641712655, 0.0224038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 855, '2021-05-23 00:00:00', 0.000860205699907846, 0.00201538461538477, 0.00102295386767186, 0.0029288461538463, 0.00122635796004024, 0.00413461538461548, 0.00356758267652569, 0.0107230769230769, 0.0063804063048825, 0.0224038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 870, '2021-05-23 00:00:00', 0.00074368365896772, 0.00224423076923083, 0.0013524465011459, 0.00296346153846157, 0.00135194446859103, 0.0044653846153847, 0.00351252922243529, 0.0107384615384615, 0.00628165460809365, 0.0223961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 885, '2021-05-23 00:00:00', 0.00141518685909456, 0.0022346153846154, 0.00134247332017616, 0.00337115384615391, 0.00151627707027651, 0.00494807692307704, 0.00349460463263898, 0.0107384615384616, 0.00621736773389356, 0.0223615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 900, '2021-05-23 00:00:00', 0.000844679426370181, 0.0026840000000001, 0.00109782739991294, 0.00347800000000007, 0.00159231749346667, 0.00506200000000007, 0.00315625437293419, 0.010706, 0.005692435038423, 0.0226439999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 915, '2021-05-23 00:00:00', 0.000779773142552349, 0.00232307692307684, 0.00115481100684846, 0.00363269230769224, 0.0023278456530912, 0.00525576923076925, 0.00298747191811709, 0.0103326923076922, 0.00623778714461605, 0.0219326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 930, '2021-05-23 00:00:00', 0.000953199067109511, 0.0024826923076924, 0.00139326539522748, 0.00356730769230775, 0.00261198421481862, 0.00538846153846159, 0.00293462879319445, 0.010026923076923, 0.00622570879498863, 0.021625 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 945, '2021-05-23 00:00:00', 0.00122206162503563, 0.00262115384615382, 0.00205006191276121, 0.00378461538461545, 0.00279993955978723, 0.00586153846153853, 0.0029217546098193, 0.00977499999999993, 0.00633250831333533, 0.0216115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 960, '2021-05-23 00:00:00', 0.00107780581953131, 0.00280576923076925, 0.001768271646378, 0.00384615384615376, 0.00236055078318618, 0.00589999999999998, 0.00290641796454253, 0.0096557692307691, 0.00635414704074304, 0.0214961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 975, '2021-05-23 00:00:00', 0.00106773123959156, 0.00247499999999997, 0.00172511872501137, 0.00417115384615393, 0.00241550201821484, 0.00607500000000002, 0.00297385013330948, 0.00950384615384614, 0.00648629324036451, 0.0217499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 990, '2021-05-23 00:00:00', 0.00126199628184276, 0.00317884615384636, 0.00193361359595487, 0.0045115384615386, 0.00220467335797938, 0.00594615384615393, 0.00330049937946461, 0.00934807692307693, 0.00655998387662174, 0.0217673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1005, '2021-05-23 00:00:00', 0.00143612191468769, 0.00297307692307686, 0.00205038082766622, 0.00441153846153843, 0.00246010396903493, 0.0058634615384615, 0.00361015448209836, 0.00908076923076918, 0.00691255741386638, 0.0219749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1020, '2021-05-23 00:00:00', 0.00205333968114218, 0.00330961538461546, 0.00202316963812093, 0.00426923076923086, 0.00265110136764671, 0.00620769230769239, 0.00333040595816088, 0.00894038461538458, 0.00681769671234634, 0.0218173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1035, '2021-05-23 00:00:00', 0.00115820982554976, 0.0029750000000001, 0.00178924135191001, 0.00429615384615391, 0.00250877536781462, 0.00623461538461541, 0.00318778980582995, 0.00860961538461541, 0.00655766756142408, 0.0218596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1050, '2021-05-23 00:00:00', 0.00125984736560242, 0.00283076923076929, 0.0021506287095066, 0.00449038461538471, 0.00234355827420933, 0.00574423076923084, 0.00296313243817308, 0.00826538461538462, 0.0061264458262143, 0.0217076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1065, '2021-05-23 00:00:00', 0.00187141760335688, 0.00360961538461551, 0.00205849833242946, 0.00461923076923087, 0.00212234630683909, 0.00548461538461545, 0.00296076913084314, 0.00793461538461544, 0.0061701427486292, 0.0218884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1080, '2021-05-23 00:00:00', 0.00140440515740784, 0.00306538461538468, 0.00151190786247544, 0.00384423076923083, 0.00165204884450032, 0.00464423076923084, 0.00274940063398442, 0.00740961538461547, 0.0063601245754611, 0.021953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1095, '2021-05-23 00:00:00', 0.00109508166186534, 0.00235961538461542, 0.00105283682715565, 0.00325576923076933, 0.0014646619457692, 0.00417115384615383, 0.00276630898213039, 0.00710576923076931, 0.0065644813492473, 0.022080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1110, '2021-05-23 00:00:00', 0.000920018812516682, 0.00232884615384626, 0.00135375830134529, 0.0030615384615386, 0.00164852848135723, 0.00407692307692304, 0.00297316976668639, 0.00699230769230776, 0.00685492551718497, 0.0222096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1125, '2021-05-23 00:00:00', 0.00115697217571747, 0.00224615384615391, 0.00144118540952073, 0.00313076923076914, 0.00170782475231376, 0.00399423076923075, 0.00298400092802617, 0.00686153846153846, 0.00695379282229383, 0.0223711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1140, '2021-05-23 00:00:00', 0.00129455219462769, 0.00235576923076917, 0.00143267367050342, 0.00296538461538454, 0.00171084437092865, 0.00381730769230771, 0.00306467026711736, 0.00685961538461539, 0.00701427802085482, 0.0223519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1155, '2021-05-23 00:00:00', 0.00103238335157803, 0.00186923076923072, 0.00146286862547006, 0.00284615384615391, 0.00160994147050797, 0.00388653846153852, 0.00303484190438558, 0.00659423076923077, 0.00705272369644966, 0.0223634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1170, '2021-05-23 00:00:00', 0.00138152229303546, 0.00200961538461552, 0.00148698067857703, 0.00253653846153849, 0.00149654987837407, 0.00398846153846153, 0.00277088155924867, 0.00635384615384621, 0.00707522872693614, 0.0223384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1185, '2021-05-23 00:00:00', 0.000724388336141967, 0.00160769230769235, 0.00107419558454036, 0.00260192307692306, 0.00188852812039916, 0.00389230769230764, 0.00288899569986636, 0.00605192307692308, 0.00720101622101942, 0.022278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1200, '2021-05-23 00:00:00', 0.00110769337606787, 0.0020038461538462, 0.00126279908871579, 0.0028115384615385, 0.00178876945240181, 0.00369807692307695, 0.00272836101829529, 0.00591538461538473, 0.00735889963555387, 0.0222403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1215, '2021-05-23 00:00:00', 0.000844513970372138, 0.00165961538461545, 0.00150252607810459, 0.0023961538461539, 0.00156092797843026, 0.00320192307692303, 0.00253442528760699, 0.00543653846153843, 0.00745345867056671, 0.022826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1230, '2021-05-23 00:00:00', 0.000971596624119195, 0.0016000000000001, 0.000868484533319576, 0.00229423076923075, 0.00141433322153539, 0.00304230769230764, 0.0019951219357377, 0.00518653846153847, 0.00764593129609568, 0.0229442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1245, '2021-05-23 00:00:00', 0.000606021070971513, 0.00163846153846151, 0.000735788431129982, 0.00209615384615385, 0.00112097485046929, 0.00275384615384619, 0.00158244698538017, 0.00500769230769232, 0.00771816139923334, 0.0232307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1260, '2021-05-23 00:00:00', 0.000607327056738095, 0.00147307692307704, 0.000895518758125196, 0.00211538461538471, 0.00115636698992354, 0.00260384615384634, 0.00168031247094116, 0.00487500000000008, 0.00778885199401143, 0.0232807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1275, '2021-05-23 00:00:00', 0.000605347960966501, 0.00152307692307693, 0.000685700091428194, 0.00185384615384624, 0.000795748317381494, 0.00236923076923092, 0.00144371449340302, 0.0048365384615385, 0.00797259922870438, 0.0233576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1290, '2021-05-23 00:00:00', 0.000518759615295539, 0.00118653846153843, 0.000595654132994878, 0.0015903846153848, 0.000939263213702923, 0.0023307692307694, 0.00137739023016508, 0.00474038461538467, 0.00792003399371097, 0.0234076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1305, '2021-05-23 00:00:00', 0.00054520638294149, 0.00112500000000011, 0.000788194138521862, 0.00157500000000009, 0.00100214577474848, 0.00240192307692315, 0.00137278492909079, 0.00479230769230776, 0.00778569422822292, 0.0235711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1320, '2021-05-23 00:00:00', 0.000487031826475451, 0.00105000000000005, 0.000696673414272401, 0.00156538461538472, 0.00102645206714883, 0.0025403846153846, 0.00183171735307016, 0.00518269230769236, 0.0078182734666932, 0.0235999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1335, '2021-05-23 00:00:00', 0.000627525666039805, 0.000967307692307795, 0.000771534435145594, 0.00149423076923084, 0.00106150292582668, 0.00253269230769228, 0.00267722086097909, 0.00568653846153846, 0.00776655650851771, 0.0236999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1350, '2021-05-23 00:00:00', 0.000749042979150949, 0.00110576923076918, 0.000861664310863325, 0.00189423076923073, 0.000998400644107405, 0.00259038461538459, 0.00266737626776691, 0.00590192307692305, 0.00785090097720288, 0.0237730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1365, '2021-05-23 00:00:00', 0.00085781475497123, 0.00147307692307691, 0.000939633725693974, 0.00201346153846153, 0.00118077712350163, 0.00267115384615394, 0.00269348287538646, 0.00617499999999992, 0.00785453935387285, 0.0237673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1380, '2021-05-23 00:00:00', 0.000698308395613628, 0.00122884615384616, 0.000788825807036059, 0.00167307692307692, 0.00101673686180525, 0.0029846153846154, 0.00273308222736502, 0.00650769230769227, 0.00782874289938134, 0.0237692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1395, '2021-05-23 00:00:00', 0.000471841727049047, 0.000821153846153743, 0.000798113159510949, 0.00145384615384615, 0.00095882941452263, 0.0030846153846153, 0.00281077391477874, 0.00692499999999988, 0.00784268424417591, 0.0237480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1410, '2021-05-23 00:00:00', 0.000743662971637429, 0.000928846153846141, 0.00074863979219747, 0.00223846153846158, 0.00102627219361377, 0.00297884615384611, 0.00276465883275653, 0.00739230769230765, 0.00783857522375465, 0.0237615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1425, '2021-05-23 00:00:00', 0.000730742509632918, 0.00199615384615381, 0.000892018023274333, 0.00264807692307683, 0.000953721455868934, 0.00290384615384608, 0.00350537444504866, 0.00872499999999996, 0.0078446691845726, 0.023778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 0, '2021-05-23 00:00:00', 0.00121314118653248, 0.00153653846153836, 0.00130793583705239, 0.001951923076923, 0.00138450352112224, 0.00232500000000001, 0.00349025070732744, 0.00887499999999998, 0.00782567274080332, 0.0237653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 15, '2021-05-23 00:00:00', 0.000965943142139267, 0.000826923076923063, 0.000910420443869355, 0.0011442307692308, 0.00131523615896379, 0.00222307692307707, 0.00353481203939414, 0.00909807692307687, 0.00787348617928443, 0.023753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 30, '2021-05-23 00:00:00', 0.000740563714601676, 0.000778846153846149, 0.00111485252560422, 0.00124807692307692, 0.00121251328303578, 0.00228269230769239, 0.00370405806566863, 0.00937307692307681, 0.00787632504114986, 0.023751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 45, '2021-05-23 00:00:00', 0.00109124487839139, 0.000880769230769228, 0.00121260685492675, 0.00181923076923087, 0.00134113184116431, 0.00257884615384619, 0.00352262631481763, 0.010051923076923, 0.00786101481019797, 0.0237653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 60, '2021-05-23 00:00:00', 0.00111525264471257, 0.00151730769230781, 0.00114678312616704, 0.0018634615384616, 0.00177497562280119, 0.00314230769230778, 0.0039064739166592, 0.0104423076923076, 0.0078694347856852, 0.0237596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 75, '2021-05-23 00:00:00', 0.000846996957582325, 0.00114038461538466, 0.0010940134298149, 0.00174423076923074, 0.00199818764037669, 0.00358461538461533, 0.00372511073660898, 0.010625, 0.00787788750481118, 0.0236865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 90, '2021-05-23 00:00:00', 0.000799865373287794, 0.00114615384615374, 0.00138738824913794, 0.00227307692307689, 0.00183010823555496, 0.003801923076923, 0.00370624421130683, 0.0107769230769231, 0.00789134969444381, 0.0236499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 105, '2021-05-23 00:00:00', 0.00121754481831882, 0.00163076923076932, 0.00175101399194874, 0.00287499999999996, 0.00171331886654573, 0.0039884615384614, 0.00403584706579187, 0.0110384615384615, 0.008072955802221, 0.0237692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 120, '2021-05-23 00:00:00', 0.0011890267513326, 0.00220384615384611, 0.00132995662161768, 0.00294615384615378, 0.00238239052537247, 0.00449615384615375, 0.00396896275928798, 0.0109557692307692, 0.00814236688325552, 0.0238076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 135, '2021-05-23 00:00:00', 0.00110862354018223, 0.0020269230769231, 0.00136036194278742, 0.00290384615384608, 0.00252166687850594, 0.00504038461538452, 0.00399988076745365, 0.0108769230769231, 0.00820993699029502, 0.0239057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 150, '2021-05-23 00:00:00', 0.00114500419885011, 0.00202115384615388, 0.00235359381503131, 0.0034096153846154, 0.00274783271240895, 0.00539615384615381, 0.00422000045570535, 0.0111596153846154, 0.00887692514331393, 0.0241499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 165, '2021-05-23 00:00:00', 0.00230290118028403, 0.00266538461538465, 0.00253897314191877, 0.00424615384615379, 0.00378680096367128, 0.00696153846153857, 0.00456396799355052, 0.0113403846153847, 0.00901606962808415, 0.0242134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 180, '2021-05-23 00:00:00', 0.00164084992047992, 0.0033326923076923, 0.00224885611948705, 0.00438461538461538, 0.00377133979457624, 0.00719038461538466, 0.00466882335695636, 0.0112365384615385, 0.00896852466213837, 0.024128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 195, '2021-05-23 00:00:00', 0.0020787986545487, 0.00314038461538464, 0.00364700773026539, 0.00619423076923085, 0.00358482699936616, 0.00750384615384622, 0.00441235154468066, 0.0111769230769232, 0.00885217226708522, 0.0241346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 210, '2021-05-23 00:00:00', 0.00336585856003398, 0.00490961538461545, 0.00312003451657439, 0.00593076923076924, 0.00320094457212951, 0.00707307692307687, 0.00425335930584462, 0.0106442307692307, 0.00884249181726851, 0.0240884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 225, '2021-05-23 00:00:00', 0.00132786120683426, 0.00338076923076924, 0.00181235078961422, 0.00456923076923078, 0.00213673726832433, 0.00637692307692304, 0.00381376252739785, 0.00970384615384602, 0.00857589555763029, 0.024253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 240, '2021-05-23 00:00:00', 0.00139068328529537, 0.0033, 0.00171355231564769, 0.00431153846153852, 0.00210248936702711, 0.00613846153846144, 0.00402587830837512, 0.00965192307692292, 0.00859648407557045, 0.0245923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 255, '2021-05-23 00:00:00', 0.001030317352156, 0.00283461538461541, 0.00166712673137403, 0.00453653846153838, 0.00206075508939364, 0.00611346153846147, 0.00393552264147188, 0.00925769230769215, 0.0085113962065347, 0.0244942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 270, '2021-05-23 00:00:00', 0.00154883703269468, 0.00335192307692295, 0.00173190979512846, 0.00431346153846136, 0.00195142255803309, 0.00597499999999991, 0.00373142579472491, 0.0089923076923075, 0.00848345652522499, 0.024278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 285, '2021-05-23 00:00:00', 0.000999894225175174, 0.00293269230769217, 0.00146006849154414, 0.00434999999999994, 0.00218226857967706, 0.00570192307692297, 0.00340146800887268, 0.00839615384615375, 0.0081732888117329, 0.0243749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 300, '2021-05-23 00:00:00', 0.00118604222262362, 0.00290192307692311, 0.00161401672853771, 0.00392499999999997, 0.0022227919034748, 0.00494038461538458, 0.00347929535306299, 0.00840192307692307, 0.00812682263580575, 0.024376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 315, '2021-05-23 00:00:00', 0.00121013826292052, 0.00262884615384624, 0.0021825250020595, 0.0036192307692307, 0.00218723218140733, 0.00439615384615388, 0.00353535766877322, 0.00896538461538463, 0.00813851361405462, 0.0243403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 330, '2021-05-23 00:00:00', 0.00121858682339569, 0.00248461538461533, 0.00125431716023556, 0.00323653846153847, 0.00176310477894492, 0.00435769230769226, 0.00385230600270299, 0.00918846153846154, 0.00810032691647963, 0.0242980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 345, '2021-05-23 00:00:00', 0.000835162351789324, 0.00235192307692303, 0.000891664390124211, 0.0028442307692308, 0.00186294225518507, 0.00406538461538464, 0.00386945682930384, 0.00955192307692302, 0.00809405408546668, 0.0242865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 360, '2021-05-23 00:00:00', 0.000621044405695821, 0.00185192307692317, 0.0015347362589759, 0.00311923076923078, 0.00181169385255473, 0.00372884615384617, 0.00381332532050439, 0.00987499999999994, 0.00805536801432137, 0.0241653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 375, '2021-05-23 00:00:00', 0.00123270184803688, 0.00221538461538461, 0.00144257248851319, 0.00273076923076925, 0.00131746405585179, 0.00351346153846158, 0.00426550745470613, 0.0106346153846154, 0.00804985069140069, 0.0240980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 390, '2021-05-23 00:00:00', 0.000876876010882614, 0.00186346153846167, 0.000911617328623205, 0.00232307692307694, 0.00201729064303119, 0.00388846153846146, 0.00434377184554554, 0.0116153846153846, 0.00804160455668842, 0.0240903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 405, '2021-05-23 00:00:00', 0.000616144962962847, 0.00162115384615393, 0.000945509630590015, 0.00271730769230775, 0.00198633795249907, 0.00394230769230763, 0.00429461245677022, 0.0122519230769231, 0.00775204513958429, 0.0241596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 420, '2021-05-23 00:00:00', 0.000986666883229384, 0.00208653846153852, 0.00172495261919319, 0.00296153846153843, 0.0021427202337216, 0.00457499999999996, 0.00459467584861497, 0.0129269230769232, 0.00775173752234834, 0.0241788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 435, '2021-05-23 00:00:00', 0.00164784357920847, 0.00211730769230764, 0.00195491982916478, 0.00293653846153831, 0.00222694772139943, 0.00449807692307683, 0.00446101445861811, 0.0132250000000001, 0.00775173752234834, 0.0241788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 450, '2021-05-23 00:00:00', 0.00127548633258665, 0.00209423076923081, 0.00184907045254137, 0.00353846153846159, 0.00233323479645425, 0.00469615384615383, 0.00425581999691637, 0.0136596153846154, 0.00776288928170424, 0.0241749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 465, '2021-05-23 00:00:00', 0.00150510924724868, 0.00258461538461541, 0.00162162430439829, 0.00325576923076916, 0.0019368263096742, 0.00485192307692304, 0.00406800130474218, 0.0136788461538461, 0.00779663635560471, 0.0242076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 480, '2021-05-23 00:00:00', 0.00129883971889703, 0.00235384615384603, 0.00179944863350285, 0.0035307692307692, 0.00190609952117287, 0.00536923076923069, 0.0040857392702686, 0.0136057692307692, 0.00774291934608638, 0.0241999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 495, '2021-05-23 00:00:00', 0.00113964231905653, 0.00244615384615399, 0.00139900514102538, 0.00363076923076928, 0.00242158323924978, 0.00575576923076921, 0.00427699076454453, 0.013775, 0.00766336640226629, 0.0241038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 510, '2021-05-23 00:00:00', 0.000968458330782314, 0.00253653846153846, 0.0014768834129289, 0.00374615384615383, 0.00318097711161461, 0.00621923076923069, 0.0043056550470997, 0.0135057692307692, 0.00738172717958645, 0.0239019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 525, '2021-05-23 00:00:00', 0.000990027194653658, 0.00268461538461545, 0.0014618494608385, 0.00424038461538457, 0.00277173924847538, 0.00655769230769223, 0.00418468085356015, 0.0130846153846154, 0.00744826386585375, 0.0238711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 540, '2021-05-23 00:00:00', 0.00132138039710228, 0.00362692307692299, 0.00250105285522225, 0.00499423076923064, 0.00291170317591194, 0.00681923076923059, 0.00419029097576025, 0.0130576923076922, 0.00743575561314787, 0.0238115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 555, '2021-05-23 00:00:00', 0.00161275802944484, 0.00311730769230757, 0.00181434879184293, 0.0043384615384614, 0.00298949249616308, 0.00670576923076915, 0.00418779178087913, 0.0122499999999999, 0.00712963911051271, 0.0238153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 570, '2021-05-23 00:00:00', 0.00148190625676735, 0.00302692307692303, 0.00228995885082271, 0.00436346153846148, 0.00361015714552485, 0.00742115384615384, 0.00405783003776445, 0.0118961538461538, 0.00682929014218555, 0.0236596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 585, '2021-05-23 00:00:00', 0.00176085315860062, 0.00314038461538454, 0.00243680118187756, 0.00495000000000001, 0.00325682537733619, 0.00778653846153852, 0.00342961536304887, 0.0113884615384614, 0.00649776884784292, 0.0232499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 600, '2021-05-23 00:00:00', 0.00150319147662047, 0.00365384615384621, 0.00242903035418209, 0.00558269230769235, 0.00331271733684692, 0.00800192307692328, 0.00310327432536364, 0.0107634615384616, 0.00642879968459235, 0.0230942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 615, '2021-05-23 00:00:00', 0.00233472449371197, 0.00424230769230775, 0.00271951070259678, 0.00584230769230791, 0.00317500575408322, 0.00758846153846172, 0.0029133406677136, 0.0103153846153847, 0.00650319950840764, 0.0231596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 630, '2021-05-23 00:00:00', 0.00161114865856628, 0.00375000000000014, 0.00223855121416986, 0.00513653846153865, 0.0026490114266384, 0.00703846153846157, 0.00249451089702657, 0.00930384615384613, 0.00655132517422709, 0.0228384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 645, '2021-05-23 00:00:00', 0.00134009184530246, 0.00337307692307695, 0.00212964424620276, 0.00459615384615389, 0.00267371248670047, 0.00630769230769233, 0.00273043036900778, 0.00862499999999992, 0.00663896568635626, 0.0228557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 660, '2021-05-23 00:00:00', 0.00198730973932105, 0.00325000000000011, 0.00249391335979293, 0.0046403846153846, 0.00269093135149557, 0.00576346153846153, 0.00283784926688125, 0.00838269230769228, 0.00664914569411281, 0.0228423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 675, '2021-05-23 00:00:00', 0.00132263140978645, 0.00321538461538453, 0.0013435601386442, 0.00411538461538466, 0.0017095939688891, 0.00538653846153841, 0.00259061100603996, 0.00824423076923065, 0.00697386439611389, 0.0229038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 690, '2021-05-23 00:00:00', 0.000833555867722963, 0.00268076923076927, 0.00125005384499418, 0.00377884615384599, 0.00177925221976505, 0.00509230769230768, 0.00288076979562485, 0.00822884615384611, 0.00696187088029119, 0.0229730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 705, '2021-05-23 00:00:00', 0.00104673301275924, 0.002875, 0.00166105272458358, 0.00389807692307699, 0.0018930764542243, 0.0047923076923078, 0.00299586638297087, 0.00856923076923071, 0.00682403444846573, 0.023026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 720, '2021-05-23 00:00:00', 0.00116859547518176, 0.00256923076923076, 0.00146250180801994, 0.00338653846153843, 0.00190191907131879, 0.00439807692307685, 0.00315791800936085, 0.00867692307692294, 0.00672141268347203, 0.0229173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 735, '2021-05-23 00:00:00', 0.000762629560241333, 0.00234038461538466, 0.00104813570759635, 0.0030826923076923, 0.00148218134466116, 0.00431153846153842, 0.00357739269042942, 0.00895769230769227, 0.00693129164342076, 0.0228403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 750, '2021-05-23 00:00:00', 0.000813655096084767, 0.00197884615384612, 0.00108390497738494, 0.00287499999999989, 0.00164953140199086, 0.00378461538461541, 0.00358991589787908, 0.00910192307692308, 0.00704992307650339, 0.02293076923[...];
Date: 2021-05-23 17:10:08 Duration: 24s924ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1080, '2021-05-23 00:00:00', 0.0014405191371917, 0.00357076923076912, 0.00196559722769916, 0.00471730769230763, 0.00340779922214643, 0.00602653846153844, 0.00421564069407467, 0.00773230769230769, 0.0166625741893438, 0.026588846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1095, '2021-05-23 00:00:00', 0.00212308512818931, 0.00309769230769234, 0.00246884089900827, 0.00401076923076927, 0.00349720450997873, 0.00533076923076938, 0.00459033622029854, 0.00727884615384624, 0.0166556753136535, 0.026511923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1110, '2021-05-23 00:00:00', 0.00224498689391423, 0.00284692307692311, 0.00328572204920261, 0.00399576923076929, 0.00317019933855193, 0.0046096153846154, 0.00444980015108731, 0.00695576923076931, 0.016686848935153, 0.0264807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1125, '2021-05-23 00:00:00', 0.00224090641001839, 0.0026784615384616, 0.0022047517913676, 0.00328230769230778, 0.002760314809248, 0.00398538461538469, 0.00353381521871198, 0.00629500000000009, 0.0167191690629004, 0.0265130769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1140, '2021-05-23 00:00:00', 0.00138826560305127, 0.00211576923076924, 0.00141371828332788, 0.00257923076923079, 0.00256222706614027, 0.00378346153846164, 0.00363215206391269, 0.00677384615384619, 0.0167582104240097, 0.0266638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1155, '2021-05-23 00:00:00', 0.00100540546738434, 0.0017419230769231, 0.00213491127540376, 0.00279307692307708, 0.00257002499239567, 0.00356730769230778, 0.00366241526024312, 0.00661846153846151, 0.0167175113716588, 0.0267123076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1170, '2021-05-23 00:00:00', 0.00191362744545542, 0.00206500000000005, 0.00232031950717669, 0.0026788461538462, 0.00240030151952112, 0.00361076923076921, 0.00360106900794758, 0.00652499999999986, 0.0167172853197384, 0.0266726923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1185, '2021-05-23 00:00:00', 0.00182727051595039, 0.00187846153846155, 0.0018690667765986, 0.00231884615384619, 0.00223866735770661, 0.0031934615384615, 0.00358093114233629, 0.00641961538461527, 0.016758689084954, 0.0266296153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1200, '2021-05-23 00:00:00', 0.00176702670738615, 0.00176076923076919, 0.00216779718040791, 0.00259615384615374, 0.00233302220636341, 0.00312384615384609, 0.00349900550706366, 0.00652346153846139, 0.0168190393441938, 0.0267026923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1215, '2021-05-23 00:00:00', 0.00206770195739491, 0.00196076923076916, 0.00212169427943421, 0.00233115384615387, 0.00240855603087114, 0.0033030769230768, 0.00342973208193385, 0.007356923076923, 0.0168674949533119, 0.0267949999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1230, '2021-05-23 00:00:00', 0.00119527634397301, 0.0015684615384616, 0.00148456577438042, 0.00209346153846154, 0.00182309778631374, 0.00299153846153849, 0.00322639241258725, 0.00714999999999997, 0.0170123942510702, 0.0272230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1245, '2021-05-23 00:00:00', 0.000987717259450066, 0.00143576923076923, 0.00156749466935669, 0.00231346153846141, 0.00167793022684324, 0.00269461538461544, 0.00322512571013198, 0.00712961538461531, 0.0170118731931102, 0.0272315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1260, '2021-05-23 00:00:00', 0.00150608677858057, 0.00183423076923068, 0.00177131489621085, 0.00219269230769238, 0.00182032101987102, 0.003016153846154, 0.00332918035650736, 0.00719461538461531, 0.0170109760629831, 0.0272788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1275, '2021-05-23 00:00:00', 0.00107871433446704, 0.00134384615384628, 0.00129460519672409, 0.00189115384615392, 0.00250567408403107, 0.00312884615384627, 0.0032711673051775, 0.00718653846153842, 0.0170113459332746, 0.0272923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1290, '2021-05-23 00:00:00', 0.00104811948819709, 0.00144230769230771, 0.00151254304452414, 0.00227230769230779, 0.00244760655460673, 0.00303461538461542, 0.00324031384994636, 0.00715538461538455, 0.0170450251348056, 0.0273846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1305, '2021-05-23 00:00:00', 0.00144839077812371, 0.00194961538461547, 0.00248610105617986, 0.00266230769230768, 0.00272646979415898, 0.00337153846153852, 0.00324867736400291, 0.00710384615384606, 0.0170499529076724, 0.027376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1320, '2021-05-23 00:00:00', 0.00244710444277444, 0.00162807692307688, 0.0024343550401572, 0.00194269230769234, 0.00367694934171508, 0.00437269230769231, 0.00317767926928787, 0.00701153846153842, 0.0170726063487231, 0.0273434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1335, '2021-05-23 00:00:00', 0.000674259137584049, 0.00104576923076927, 0.00172647831860575, 0.00217923076923094, 0.00312815462926883, 0.00408923076923074, 0.00297493363856177, 0.00674692307692304, 0.0170886915194275, 0.0273253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1350, '2021-05-23 00:00:00', 0.00173365585263756, 0.0018388461538463, 0.00321502590012302, 0.0037265384615385, 0.00314685261564883, 0.00410423076923065, 0.00299932802730626, 0.00672615384615388, 0.0171391929663699, 0.0274065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1365, '2021-05-23 00:00:00', 0.00313641490583417, 0.00310769230769227, 0.0030727875593044, 0.00341076923076913, 0.0028536078109057, 0.00397846153846137, 0.00308280653850452, 0.00673192307692309, 0.01716794313203, 0.0274807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1380, '2021-05-23 00:00:00', 0.00252780099021931, 0.00231538461538462, 0.00248233550078576, 0.00274153846153842, 0.00243364784760521, 0.00402538461538444, 0.00273688067809932, 0.00643038461538464, 0.0172207770440245, 0.0274949999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1395, '2021-05-23 00:00:00', 0.0013014337655655, 0.00171538461538448, 0.00111681697419333, 0.00237807692307684, 0.00178477509895399, 0.00484692307692303, 0.00229247236372907, 0.00594153846153848, 0.0172701722587285, 0.0274553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1410, '2021-05-23 00:00:00', 0.00075020694580801, 0.00170769230769232, 0.00140405002102428, 0.00292269230769227, 0.00187234990155314, 0.00475692307692305, 0.00230131774959809, 0.00586923076923079, 0.0172818850868141, 0.027511923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1425, '2021-05-23 00:00:00', 0.00152077758450683, 0.00238269230769236, 0.00190618313754111, 0.0044030769230769, 0.00228547022598115, 0.00473307692307691, 0.0026130304540602, 0.00602192307692316, 0.0172818850868141, 0.027511923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 0, '2021-05-23 00:00:00', 0.0017711286275661, 0.00340615384615382, 0.00186141683010128, 0.0037038461538461, 0.00255676878410706, 0.00430884615384608, 0.00272216669924192, 0.00585653846153852, 0.0172846164595529, 0.0275030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 15, '2021-05-23 00:00:00', 0.00149991732863971, 0.00107291666666668, 0.00251912334504216, 0.00198541666666667, 0.00275877490007346, 0.00359708333333342, 0.00293324692107568, 0.00510625000000009, 0.0179182855958837, 0.0279325 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 30, '2021-05-23 00:00:00', 0.00247012752707219, 0.00146500000000002, 0.00280340257544279, 0.00193499999999999, 0.00261795810038743, 0.00342615384615388, 0.00279587795485809, 0.00506153846153852, 0.0174205135533239, 0.0272073076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 45, '2021-05-23 00:00:00', 0.00127620037008896, 0.00108076923076917, 0.00173462161690855, 0.00280807692307703, 0.00180787150666617, 0.00310923076923078, 0.00249349504480385, 0.00505153846153856, 0.0174501942550352, 0.0271565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 60, '2021-05-23 00:00:00', 0.00156976450953158, 0.00248615384615401, 0.00147836005815183, 0.00267269230769245, 0.00164350493200923, 0.00305730769230779, 0.0023234112851581, 0.00506000000000008, 0.0174253249478586, 0.0270415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 75, '2021-05-23 00:00:00', 0.000821764049983898, 0.000968076923076928, 0.00109882398674488, 0.00145307692307691, 0.00139560171748454, 0.00237807692307701, 0.00258335217528277, 0.00456269230769236, 0.0174536626660864, 0.0267773076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 90, '2021-05-23 00:00:00', 0.000984746160185454, 0.00117999999999995, 0.00134800185459809, 0.00172560000000004, 0.00154897471466338, 0.00257680000000001, 0.00258028499717893, 0.00461960000000012, 0.0177430415186724, 0.0270816 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 105, '2021-05-23 00:00:00', 0.00130326265137206, 0.00138846153846158, 0.00131940965820085, 0.00208538461538475, 0.00180102466561498, 0.0026153846153847, 0.00256992092066305, 0.00453846153846162, 0.0174536626660864, 0.0267773076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 120, '2021-05-23 00:00:00', 0.00109376161092734, 0.00166230769230782, 0.00138200211510463, 0.00205461538461539, 0.0016158006826814, 0.00248038461538466, 0.00253924228552835, 0.00441076923076933, 0.0174536626660864, 0.0267773076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 135, '2021-05-23 00:00:00', 0.00102647269600908, 0.00114124999999991, 0.00115447302740881, 0.00148916666666676, 0.00150438682197943, 0.00218333333333339, 0.00221355601998757, 0.00393708333333342, 0.0179211590946876, 0.0259795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 150, '2021-05-23 00:00:00', 0.00113069182361948, 0.00129840000000019, 0.00145676010379201, 0.0017120000000001, 0.00173341647236522, 0.00227920000000008, 0.00271053192811545, 0.00420800000000018, 0.0174881174134516, 0.0264744 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 165, '2021-05-23 00:00:00', 0.0011802107373751, 0.00133423076923085, 0.00160117500124613, 0.00190576923076933, 0.00187385361878016, 0.0024607692307693, 0.00255662785715872, 0.00416500000000011, 0.0172238915508037, 0.027141923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 180, '2021-05-23 00:00:00', 0.00134263850452988, 0.00142307692307702, 0.00133111312586357, 0.00158692307692312, 0.00188093810473555, 0.00265192307692318, 0.00257975049479298, 0.00409384615384623, 0.0171218840623967, 0.0273453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 195, '2021-05-23 00:00:00', 0.000743717998665028, 0.0010573076923077, 0.00143772598223719, 0.00171, 0.00198920320344992, 0.00273576923076924, 0.00249495518689523, 0.00397576923076923, 0.0171164858003578, 0.027336923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 210, '2021-05-23 00:00:00', 0.00123329053286784, 0.00138846153846148, 0.00152248041543545, 0.00212115384615389, 0.00191784947672773, 0.00275884615384614, 0.0024655915189791, 0.00384846153846154, 0.017128156450261, 0.0273207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 225, '2021-05-23 00:00:00', 0.00132689319029885, 0.00159846153846163, 0.00184860446324748, 0.00210769230769235, 0.00195607759009243, 0.0026465384615385, 0.00237688820487244, 0.00367846153846155, 0.017128156450261, 0.0273207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 240, '2021-05-23 00:00:00', 0.00119330388160188, 0.00142692307692303, 0.00121879259294408, 0.00181076923076917, 0.00150390977634456, 0.00237384615384613, 0.00168802205599876, 0.00333769230769228, 0.0171273300851638, 0.0273196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 255, '2021-05-23 00:00:00', 0.000744311452593302, 0.00125653846153841, 0.000950685987144989, 0.0017003846153846, 0.0011767478652888, 0.00215346153846145, 0.00173430797548934, 0.00318807692307689, 0.0171130358948511, 0.0272615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 270, '2021-05-23 00:00:00', 0.000921160472113638, 0.00135384615384618, 0.00119990589374596, 0.00166692307692303, 0.00130196868685021, 0.00206769230769233, 0.0016811104846316, 0.00325730769230766, 0.0171733188584905, 0.0273361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 285, '2021-05-23 00:00:00', 0.00100709704673306, 0.00115730769230764, 0.00104601698765449, 0.00142346153846145, 0.00125767459408841, 0.00185423076923084, 0.00176055222979784, 0.00362807692307693, 0.017175345250141, 0.0272926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 300, '2021-05-23 00:00:00', 0.000857234282670064, 0.00110884615384616, 0.00111318973432899, 0.00147923076923079, 0.0014207900835586, 0.00185730769230775, 0.00209118001285245, 0.00401538461538465, 0.0171840639099585, 0.0273026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 315, '2021-05-23 00:00:00', 0.000915135719232703, 0.00116423076923069, 0.000956478235708868, 0.00142115384615388, 0.00127137581443827, 0.00184730769230765, 0.00350405813088402, 0.00564923076923085, 0.0171840639099585, 0.0273026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 330, '2021-05-23 00:00:00', 0.000857260484602916, 0.00116346153846156, 0.00123138952157555, 0.001458076923077, 0.00133196904560943, 0.00184153846153854, 0.00395317650270484, 0.00726269230769228, 0.0171896956969531, 0.027286923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 345, '2021-05-23 00:00:00', 0.00123507109729951, 0.00117384615384609, 0.00126372367963161, 0.00145153846153844, 0.00149575337333619, 0.00201692307692307, 0.00402366927835007, 0.00811230769230761, 0.0171919988769374, 0.0272842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 360, '2021-05-23 00:00:00', 0.000840324113294766, 0.00107615384615379, 0.000963605409187576, 0.00139923076923085, 0.00123230765389422, 0.00183307692307687, 0.00409669517838651, 0.00891076923076912, 0.0172094265581843, 0.0272876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 375, '2021-05-23 00:00:00', 0.000942166406990629, 0.00112846153846172, 0.00121412843066701, 0.0015696153846155, 0.00118948288699815, 0.00185846153846152, 0.00621739574469519, 0.0113853846153845, 0.0172353861441646, 0.0273165384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 390, '2021-05-23 00:00:00', 0.00108453981733478, 0.00128884615384614, 0.00110852445238628, 0.00145230769230761, 0.00101741210166539, 0.00176076923076912, 0.00641438082628521, 0.0121142307692307, 0.0172432709372493, 0.0273238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 405, '2021-05-23 00:00:00', 0.000808447039319544, 0.000998846153846156, 0.000805078878123086, 0.00126999999999988, 0.000800126624594148, 0.00160115384615383, 0.0063303274432261, 0.0129915384615383, 0.0172432709372493, 0.0273238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 420, '2021-05-23 00:00:00', 0.000683745810468442, 0.0010499999999999, 0.000695022301800253, 0.00130679999999987, 0.000745691401765173, 0.00169159999999994, 0.00630904752452112, 0.0131283999999999, 0.0173041633911226, 0.0266996 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 435, '2021-05-23 00:00:00', 0.000648442235926309, 0.000997599999999928, 0.000748481796705708, 0.00126199999999997, 0.00133076694678907, 0.00189639999999994, 0.00631576078816578, 0.0134251999999999, 0.0173058817361805, 0.0266548 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 450, '2021-05-23 00:00:00', 0.000711565176213667, 0.00105000000000004, 0.000770070343107238, 0.00137399999999996, 0.00135825660314968, 0.00212119999999999, 0.00687186939631427, 0.0143315999999999, 0.0173079947615738, 0.0266308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 465, '2021-05-23 00:00:00', 0.000653189217490898, 0.00100807692307681, 0.00123857958348065, 0.00153923076923078, 0.00134428568392276, 0.00234999999999995, 0.00690013909558793, 0.0148734615384615, 0.0172583083937965, 0.0272438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 480, '2021-05-23 00:00:00', 0.00126280061158329, 0.00134576923076918, 0.0013778743941861, 0.00178461538461532, 0.00178386374091568, 0.00278538461538455, 0.00728657138957581, 0.0156011538461538, 0.0172664627351585, 0.0272092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 495, '2021-05-23 00:00:00', 0.000865387418798895, 0.0012207692307693, 0.00104485413041544, 0.00182192307692304, 0.00327795452167261, 0.00458538461538463, 0.00746319450060406, 0.0157019230769231, 0.0172079061659281, 0.0270611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 510, '2021-05-23 00:00:00', 0.000931879903124038, 0.00144192307692294, 0.00126614113929509, 0.00220576923076915, 0.00353857539783369, 0.00598038461538459, 0.00736746268816739, 0.0158623076923077, 0.0171969436685262, 0.0270165384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 525, '2021-05-23 00:00:00', 0.00116189765205304, 0.00169307692307674, 0.00321752348625705, 0.00406576923076924, 0.00358027951207942, 0.00703576923076919, 0.0091342411499049, 0.0168442307692307, 0.0172267535983558, 0.0269865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 540, '2021-05-23 00:00:00', 0.00309269205609721, 0.00345192307692313, 0.0034927949575354, 0.00532384615384619, 0.00357064251921143, 0.00780999999999996, 0.0113952238307918, 0.0178569230769231, 0.0172499806242924, 0.0269365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 555, '2021-05-23 00:00:00', 0.0030485114652639, 0.00384307692307696, 0.00307647143031402, 0.00565269230769229, 0.0055475297343815, 0.00994307692307692, 0.0113115022262909, 0.0177288461538462, 0.0172544435302465, 0.0268184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 570, '2021-05-23 00:00:00', 0.00274697786387442, 0.00334076923076922, 0.00299306901922536, 0.00477692307692305, 0.00539343532596666, 0.00911384615384615, 0.0112695474552509, 0.0171496153846154, 0.0170749367923147, 0.0265523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 585, '2021-05-23 00:00:00', 0.0014870021468093, 0.00298076923076922, 0.00454204528649991, 0.00670076923076923, 0.00488297054922671, 0.00896576923076919, 0.011283183320595, 0.0163753846153846, 0.0168505445198482, 0.0260511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 600, '2021-05-23 00:00:00', 0.00394687085403903, 0.00536846153846156, 0.00414870315233027, 0.00659461538461534, 0.00462883073788623, 0.00863499999999995, 0.0116402823650659, 0.0160484615384616, 0.0167890941204289, 0.0259042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 615, '2021-05-23 00:00:00', 0.0020491131289865, 0.00331615384615367, 0.00293451062621768, 0.00520615384615372, 0.0039789806966879, 0.0075507692307691, 0.0132384486018797, 0.0156657692307692, 0.0157232441945038, 0.0254899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 630, '2021-05-23 00:00:00', 0.00229765432226321, 0.00344076923076923, 0.00281360792195015, 0.00545153846153844, 0.00467694522261959, 0.00791615384615375, 0.0132291572613735, 0.0158753846153845, 0.0161376482320547, 0.0258423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 645, '2021-05-23 00:00:00', 0.00237329854843407, 0.00382499999999997, 0.00331857281650726, 0.0053615384615384, 0.0047385490801104, 0.00817923076923069, 0.0131649134386122, 0.0157346153846154, 0.0160773117586435, 0.0262457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 660, '2021-05-23 00:00:00', 0.00299934751878833, 0.00390846153846152, 0.00453282545609078, 0.00596884615384613, 0.00485223241246903, 0.00893076923076929, 0.0122316219693056, 0.0157500000000001, 0.0153835229585225, 0.0262011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 675, '2021-05-23 00:00:00', 0.00416791770552162, 0.003695, 0.00418017901714572, 0.00545384615384618, 0.00420302074520404, 0.00799923076923087, 0.0122130927539008, 0.0152388461538463, 0.0148383859167831, 0.0259761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 690, '2021-05-23 00:00:00', 0.00246792547574805, 0.00365807692307692, 0.00309652996855419, 0.00594461538461532, 0.00308178010496922, 0.0070938461538461, 0.0119432994796888, 0.0148423076923077, 0.0146652541953893, 0.0258438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 705, '2021-05-23 00:00:00', 0.00150386517398965, 0.00409230769230772, 0.00216037592882499, 0.005078076923077, 0.00424863909432718, 0.00737692307692303, 0.0105926133406546, 0.0147542307692308, 0.013401769113987, 0.0254407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 720, '2021-05-23 00:00:00', 0.00229608402419292, 0.00341461538461541, 0.00230217930197925, 0.00475846153846146, 0.00754383221324139, 0.00841730769230768, 0.0106597197899382, 0.014775, 0.0135337944647976, 0.0255038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 735, '2021-05-23 00:00:00', 0.00166519303570299, 0.00304961538461536, 0.00432083647528501, 0.00524961538461529, 0.00741953371953951, 0.00790615384615385, 0.0106791355167267, 0.0143907692307692, 0.0136672682769399, 0.0253569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 750, '2021-05-23 00:00:00', 0.00418329542530572, 0.00393384615384613, 0.00752121562392254, 0.00620269230769238, 0.00737308873800254, 0.00807153846153846, 0.0108453374597281, 0.0148061538461538, 0.0139451243864602, 0.025403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 765, '2021-05-23 00:00:00', 0.00411373723030521, 0.00433499999999996, 0.00400690859161249, 0.00559269230769234, 0.00477880366425931, 0.00744730769230768, 0.00915671335057592, 0.0144107692307692, 0.0122075731349911, 0.0250653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 780, '2021-05-23 00:00:00', 0.00255796989818092, 0.00355500000000004, 0.00257940067576824, 0.00497961538461533, 0.00382012468584272, 0.0067761538461539, 0.0109786178477145, 0.0144753846153846, 0.0128846770772347, 0.0252092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 795, '2021-05-23 00:00:00', 0.00171583919813183, 0.00328192307692307, 0.00337984696968091, 0.0047615384615385, 0.0066742442384022, 0.00697807692307695, 0.0109073543079888, 0.014315, 0.0132624472274743, 0.0252723076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 810, '2021-05-23 00:00:00', 0.00318379386653956, 0.00326076923076928, 0.00372080181598619, 0.00443307692307696, 0.00669053960109691, 0.00721192307692296, 0.0110227215960767, 0.0142807692307692, 0.0131525124362085, 0.0252992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 825, '2021-05-23 00:00:00', 0.00176115119693375, 0.00270153846153853, 0.00467496994642738, 0.00475999999999996, 0.00584023903620379, 0.00726000000000004, 0.01119875707389, 0.01465, 0.0130743353353637, 0.0252873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 840, '2021-05-23 00:00:00', 0.00472561641074875, 0.00362230769230758, 0.00502801525302134, 0.00532576923076906, 0.0062285454037161, 0.00754538461538451, 0.0113117733357772, 0.0148, 0.0127759543132944, 0.0254861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 855, '2021-05-23 00:00:00', 0.00343574273685432, 0.00360192307692295, 0.00506160012705015, 0.00503038461538459, 0.00540534101962695, 0.00731346153846157, 0.0111261349706273, 0.0148792307692308, 0.0122893256308693, 0.0255526923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 870, '2021-05-23 00:00:00', 0.00228633334267912, 0.00292192307692304, 0.0026785819727265, 0.00460423076923072, 0.0029282462328159, 0.00642499999999995, 0.011159930741445, 0.014646923076923, 0.0122387345813956, 0.0255019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 885, '2021-05-23 00:00:00', 0.00210983852827286, 0.00336884615384617, 0.002552167977351, 0.00486423076923075, 0.00318161470857914, 0.00663192307692299, 0.0111671349124942, 0.014556923076923, 0.0122144521965392, 0.0253823076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 900, '2021-05-23 00:00:00', 0.0015990229709228, 0.00303230769230764, 0.00229162488540005, 0.00433615384615373, 0.00358117627860759, 0.00664346153846145, 0.0114956760366001, 0.0142934615384614, 0.0122124247198688, 0.0252915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 915, '2021-05-23 00:00:00', 0.00162221467800598, 0.0027026923076922, 0.0024666316179076, 0.00446653846153833, 0.00333698214651405, 0.00623538461538454, 0.0109160352692724, 0.0138649999999999, 0.0119085034970169, 0.0250865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 930, '2021-05-23 00:00:00', 0.00201629168372194, 0.00330807692307689, 0.00223102901405129, 0.00456769230769227, 0.00789220897224208, 0.00790230769230761, 0.0107288565309421, 0.0136476923076922, 0.0119478010335987, 0.0250515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 945, '2021-05-23 00:00:00', 0.00152964108409578, 0.00320461538461544, 0.0024450837330322, 0.00453769230769225, 0.00888095466975001, 0.00830038461538449, 0.0104172918081133, 0.013233846153846, 0.011635211756362, 0.0251361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 960, '2021-05-23 00:00:00', 0.00195671907499811, 0.00311153846153855, 0.00794223604437791, 0.00606576923076926, 0.010760044302168, 0.00853423076923071, 0.0103050410666147, 0.0128792307692307, 0.0114733349722135, 0.0257207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 975, '2021-05-23 00:00:00', 0.00784050904940787, 0.00480692307692304, 0.00870978940838769, 0.00658346153846151, 0.0105195868667051, 0.0085003846153845, 0.0103229942659765, 0.0125511538461537, 0.0129973087450974, 0.0260388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 990, '2021-05-23 00:00:00', 0.00333014513428234, 0.00425115384615384, 0.00521382022941097, 0.00559423076923071, 0.0055986614334279, 0.00710538461538443, 0.00684568283945883, 0.0116515384615384, 0.0126309366301096, 0.025781923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1005, '2021-05-23 00:00:00', 0.00392455324258014, 0.00357307692307693, 0.00377550396024773, 0.00488307692307694, 0.00580050030998644, 0.00699961538461535, 0.00683195897123324, 0.0111507692307692, 0.0124907104681838, 0.02606 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1020, '2021-05-23 00:00:00', 0.00289233097371958, 0.0037276923076922, 0.00506173968269634, 0.00538384615384603, 0.00504968192448391, 0.00722653846153837, 0.00643101500542477, 0.0108749999999999, 0.0123937820638476, 0.0259053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1035, '2021-05-23 00:00:00', 0.00268817046735102, 0.00339269230769231, 0.00306345860350432, 0.00467115384615379, 0.00380932927671808, 0.00707153846153847, 0.00496841892510931, 0.0100488461538461, 0.0142803306199606, 0.0264088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1050, '2021-05-23 00:00:00', 0.00234868699817251, 0.00319884615384622, 0.00256508164512434, 0.00476038461538466, 0.00352699665219787, 0.00680423076923085, 0.00460078160583767, 0.00954923076923078, 0.0141132371034593, 0.0270384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1065, '2021-05-23 00:00:00', 0.00135933269828084, 0.00360576923076923, 0.00299321201284614, 0.00563307692307697, 0.00316410806486666, 0.00680038461538471, 0.00434019356179485, 0.00916807692307691, 0.0153243695315162, 0.0274684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1080, '2021-05-23 00:00:00', 0.00269469247567543, 0.00437346153846161, 0.00267194037819248, 0.00527576923076934, 0.00288828714212849, 0.00638884615384625, 0.00415986051911128, 0.00871346153846159, 0.0156793708468753, 0.0279830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1095, '2021-05-23 00:00:00', 0.00157774898071712, 0.00288038461538444, 0.00207858209808075, 0.00423346153846152, 0.0021980181632903, 0.00519038461538465, 0.00339379590066712, 0.0074411538461538, 0.0156897385574138, 0.02742 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1110, '2021-05-23 00:00:00', 0.00204393602188007, 0.0031923076923077, 0.00217543746263745, 0.00401807692307696, 0.00228902249879728, 0.00495000000000004, 0.00348250228339422, 0.0069630769230769, 0.0157043348106869, 0.0273796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1125, '2021-05-23 00:00:00', 0.00130880497460025, 0.00259230769230773, 0.00152712021591162, 0.00353192307692304, 0.0019302192780973, 0.00425230769230757, 0.0032438484266969, 0.00628615384615373, 0.0158146407921462, 0.0272492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1140, '2021-05-23 00:00:00', 0.00139689639503489, 0.00226653846153836, 0.00169696271660236, 0.00301769230769223, 0.00212049620462902, 0.00394807692307681, 0.00302350120530164, 0.0062134615384614, 0.0159124223993515, 0.0273811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1155, '2021-05-23 00:00:00', 0.00134919833747517, 0.00210192307692306, 0.00158994571750581, 0.00289076923076921, 0.00214869452315713, 0.00372807692307687, 0.00302462254479146, 0.00611846153846152, 0.0159398241714074, 0.0273788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1170, '2021-05-23 00:00:00', 0.00129785462028088, 0.00188115384615386, 0.00145206886889015, 0.00251999999999994, 0.00296480817903314, 0.00346346153846153, 0.00283850426484408, 0.00590769230769227, 0.0159398241714074, 0.0273788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1185, '2021-05-23 00:00:00', 0.000765623024330185, 0.00167115384615388, 0.0013342660904032, 0.00221499999999998, 0.00257919641629825, 0.00306692307692301, 0.00271084934178296, 0.0055780769230769, 0.0159456991838406, 0.0273576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1200, '2021-05-23 00:00:00', 0.00135470808663711, 0.00147499999999994, 0.00276979135565223, 0.00217192307692318, 0.00270795605577339, 0.00299499999999996, 0.00294715716998857, 0.00561923076923072, 0.0159498988904439, 0.0273511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1215, '2021-05-23 00:00:00', 0.00193670302715323, 0.00149115384615407, 0.00188845740873739, 0.00190923076923084, 0.0020227148549944, 0.00301076923076931, 0.00266927555715017, 0.00625999999999998, 0.015953973529645, 0.0273307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1230, '2021-05-23 00:00:00', 0.0011124731284569, 0.00131730769230759, 0.00142266580755991, 0.002135, 0.00160403994770879, 0.00288192307692315, 0.00266326118768805, 0.00619192307692301, 0.0159547828372753, 0.0273292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1245, '2021-05-23 00:00:00', 0.00151638786392086, 0.0019180769230769, 0.00164163562901803, 0.0024734615384615, 0.00154408369641611, 0.00298230769230772, 0.00277512691324471, 0.00628576923076926, 0.0159547828372753, 0.0273292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1260, '2021-05-23 00:00:00', 0.00130086503763978, 0.00157538461538462, 0.00130801552566633, 0.00200615384615387, 0.00137697125828888, 0.00273538461538467, 0.00296847614364412, 0.00647115384615379, 0.0159547828372753, 0.0273292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1275, '2021-05-23 00:00:00', 0.00106126347051319, 0.00132807692307703, 0.00110736916226617, 0.00182230769230774, 0.00127784722813844, 0.00260153846153842, 0.00326001021706742, 0.00646884615384616, 0.0159405397071066, 0.0273830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1290, '2021-05-23 00:00:00', 0.000821595165141934, 0.00131884615384627, 0.00106720166070682, 0.00210076923076929, 0.00120393208344093, 0.00266730769230759, 0.00322451704195308, 0.00647692307692308, 0.0159319558555946, 0.0273757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1305, '2021-05-23 00:00:00', 0.000931463364819041, 0.00170999999999996, 0.000996630091087713, 0.00213346153846142, 0.000993811930823037, 0.00255692307692288, 0.00315854311596098, 0.0064188461538461, 0.015890212333383, 0.02734 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1320, '2021-05-23 00:00:00', 0.000652997820705504, 0.0012630769230769, 0.000828069952452042, 0.00157038461538454, 0.00151285954404233, 0.00261999999999991, 0.00320558512599491, 0.00630999999999994, 0.0158508067302582, 0.027385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1335, '2021-05-23 00:00:00', 0.000525374738053276, 0.00107884615384606, 0.000835027866877131, 0.00148346153846147, 0.00201900432429902, 0.00300230769230775, 0.00331717470145895, 0.00638999999999995, 0.0158508067302582, 0.027385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1350, '2021-05-23 00:00:00', 0.000764302396859971, 0.00107307692307698, 0.00143241635545826, 0.00219384615384618, 0.00199105047650723, 0.00319500000000001, 0.0033904524998657, 0.00662192307692302, 0.0158508067302582, 0.027385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1365, '2021-05-23 00:00:00', 0.00143175760733214, 0.00191461538461542, 0.00193265003398082, 0.00263192307692319, 0.00192336855942491, 0.00311115384615385, 0.00381232577912133, 0.00680038461538447, 0.0157813729586984, 0.0273426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1380, '2021-05-23 00:00:00', 0.00140041202728129, 0.00185538461538461, 0.00148639517470445, 0.00239884615384604, 0.00212825088891189, 0.00355961538461532, 0.00404073527200939, 0.00680846153846139, 0.0157317229336629, 0.0274276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1395, '2021-05-23 00:00:00', 0.000941704836984488, 0.00145, 0.000834959602891963, 0.00175846153846155, 0.00262099476124255, 0.00449846153846149, 0.00406494236878422, 0.00654730769230759, 0.015760838366026, 0.027335 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1410, '2021-05-23 00:00:00', 0.000556872033360021, 0.00115230769230762, 0.00202887767383468, 0.00279615384615385, 0.00243497190001158, 0.00435192307692301, 0.00407624263262125, 0.00644499999999985, 0.0156507421500116, 0.0274853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1425, '2021-05-23 00:00:00', 0.0020745472907453, 0.00258769230769232, 0.00251513461942817, 0.00410692307692303, 0.0028579401942389, 0.00457692307692303, 0.00409606377654663, 0.00641769230769216, 0.0156496554103129, 0.0274876923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 0, '2021-05-23 00:00:00', 0.00189737243414314, 0.00271307692307683, 0.00180781010745475, 0.00285423076923066, 0.00337952106301831, 0.00417884615384612, 0.00418129580577404, 0.0062011538461537, 0.0157190535289549, 0.0275103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 15, '2021-05-23 00:00:00', 0.000692960082464553, 0.000711304347826074, 0.00269092994196604, 0.00218695652173921, 0.00329202545867334, 0.00344956521739135, 0.00425495697901651, 0.00555956521739114, 0.0167073847604463, 0.0275634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 30, '2021-05-23 00:00:00', 0.00272552822633604, 0.00185772727272731, 0.00318190704885182, 0.00258909090909091, 0.00328088653418812, 0.00361454545454548, 0.00346308476081751, 0.00500681818181806, 0.0171313925156073, 0.0276300000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 45, '2021-05-23 00:00:00', 0.00235086612581457, 0.0016547826086956, 0.00243931525090151, 0.00277043478260866, 0.00263976021488601, 0.0033360869565218, 0.00383596404546539, 0.00510260869565201, 0.0162303931090502, 0.0268982608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 60, '2021-05-23 00:00:00', 0.00176212865155043, 0.00191423076923069, 0.00214360634302245, 0.00248192307692309, 0.00216946870489942, 0.00294769230769235, 0.00356421343140605, 0.0049357692307691, 0.0159104876732298, 0.027185 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 75, '2021-05-23 00:00:00', 0.000957577472262488, 0.00104115384615389, 0.000976119554468377, 0.00144423076923075, 0.00156039625144975, 0.00266269230769228, 0.00327619603527297, 0.00474730769230759, 0.0159899518881269, 0.0272142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 90, '2021-05-23 00:00:00', 0.000874927337642326, 0.000985384615384546, 0.00113833893830503, 0.00145653846153842, 0.00149012487860791, 0.00265192307692294, 0.00324960695848208, 0.00466423076923063, 0.0159919192286411, 0.0272061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 105, '2021-05-23 00:00:00', 0.000681372878826247, 0.00095240000000004, 0.00136338524758528, 0.00204119999999993, 0.00204255052977082, 0.00278279999999985, 0.00315751880437788, 0.0046759999999999, 0.0157406704431545, 0.0263768 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 120, '2021-05-23 00:00:00', 0.00139256059114132, 0.00188599999999983, 0.00148221422203402, 0.00219439999999985, 0.0029699748596017, 0.00342439999999993, 0.00305220614201152, 0.00467959999999984, 0.0159935115698001, 0.0265804000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 135, '2021-05-23 00:00:00', 0.00103875221003191, 0.00105307692307689, 0.00175026644125545, 0.00167384615384609, 0.00299570690257814, 0.00282961538461532, 0.00302319985852995, 0.0041842307692307, 0.0159961369230679, 0.0271873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 150, '2021-05-23 00:00:00', 0.00151997401293586, 0.00110279999999999, 0.0029603934423204, 0.00210280000000004, 0.00297234194982117, 0.00267999999999994, 0.0030486725526585, 0.00413719999999994, 0.0161987489023071, 0.0275792000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 165, '2021-05-23 00:00:00', 0.00253972439449644, 0.00165800000000008, 0.00277660914306158, 0.00217999999999996, 0.00286583803915485, 0.00253119999999996, 0.002918940047346, 0.00402119999999993, 0.0161976979537216, 0.0276024000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 180, '2021-05-23 00:00:00', 0.0014910320638351, 0.0013838461538461, 0.00174553619709943, 0.00171384615384614, 0.00186203152084355, 0.00209576923076918, 0.00206692800663582, 0.0036707692307692, 0.0160501925988923, 0.0269923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 195, '2021-05-23 00:00:00', 0.000850185500120645, 0.000950769230769174, 0.00117050133900622, 0.00129423076923072, 0.00119196831398247, 0.00175269230769219, 0.00186401304056188, 0.00352615384615382, 0.0161328528642165, 0.0268215384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 210, '2021-05-23 00:00:00', 0.000742284622997462, 0.000892307692307731, 0.0007747957547241, 0.00122730769230762, 0.00106182288831694, 0.00163961538461531, 0.00202456863401716, 0.00353692307692309, 0.0161328528642165, 0.0268215384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 225, '2021-05-23 00:00:00', 0.000662517808178697, 0.000954615384615353, 0.000781672467312053, 0.00126961538461535, 0.0012186962138033, 0.00182730769230772, 0.00206574155059297, 0.00350192307692305, 0.0161481883146733, 0.0268053846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 240, '2021-05-23 00:00:00', 0.000650181986358081, 0.000963846153846148, 0.000958227289562053, 0.0013165384615385, 0.00133029852057582, 0.00188307692307703, 0.00203959471841454, 0.00352884615384613, 0.0161485583876703, 0.0268050000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 255, '2021-05-23 00:00:00', 0.000929745374572196, 0.00102769230769231, 0.0012585596773847, 0.00144730769230766, 0.00156786817538486, 0.00199884615384615, 0.00200867782767289, 0.00357884615384605, 0.0161485583876703, 0.0268050000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 285, '2021-05-23 00:00:00', 0.000841428547174368, 0.00109500000000002, 0.00123931345758597, 0.00145461538461535, 0.00149902963484832, 0.00186461538461537, 0.00204820705834291, 0.00366192307692307, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 315, '2021-05-23 00:00:00', 0.000557603664042774, 0.000824615384615458, 0.00108504859869879, 0.00120230769230775, 0.0012754896495674, 0.00143461538461546, 0.00294789189343571, 0.00541884615384604, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 330, '2021-05-23 00:00:00', 0.00108211303262848, 0.00091615384615387, 0.00105761909676689, 0.00111307692307687, 0.00124031143731657, 0.00146730769230772, 0.00289156473477318, 0.00651884615384604, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 345, '2021-05-23 00:00:00', 0.000606518437794474, 0.000843846153846046, 0.00102327776513293, 0.00107423076923082, 0.00118680936191891, 0.00175730769230774, 0.00327355870810108, 0.00732115384615376, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 360, '2021-05-23 00:00:00', 0.0010688115614299, 0.000893076923076966, 0.000990882124480697, 0.00117923076923088, 0.00147418295493324, 0.00206923076923083, 0.0030946230539686, 0.0081303846153845, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 375, '2021-05-23 00:00:00', 0.000572959389082919, 0.000892307692307696, 0.000950291291374038, 0.00145153846153847, 0.00137807273448774, 0.00218269230769234, 0.00291998124335395, 0.00892769230769224, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 390, '2021-05-23 00:00:00', 0.000912641221948664, 0.00118499999999996, 0.00125411820078434, 0.00170269230769221, 0.00148640236813591, 0.00219999999999993, 0.0039400718462798, 0.0109030769230769, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 405, '2021-05-23 00:00:00', 0.00107007922064755, 0.00117153846153859, 0.00121738711370522, 0.0016007692307693, 0.00145943914411821, 0.0020811538461538, 0.00418567483760435, 0.0120053846153847, 0.0161339931820984, 0.0267600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 420, '2021-05-23 00:00:00', 0.000902441474769734, 0.00118615384615386, 0.00118319541269194, 0.00153076923076918, 0.00129613247186202, 0.00188076923076915, 0.00394963195948498, 0.0126338461538462, 0.0161325378612961, 0.0267546153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 435, '2021-05-23 00:00:00', 0.000770635701622559, 0.000910769230769185, 0.00101912209580291, 0.00138538461538457, 0.000991027516500659, 0.00182346153846144, 0.00426242107077841, 0.0134557692307693, 0.0161293864254514, 0.0267423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 450, '2021-05-23 00:00:00', 0.00101851664387296, 0.00115807692307691, 0.000968661249036342, 0.00141384615384616, 0.00158449060001572, 0.00222769230769242, 0.00530520516532143, 0.0142153846153847, 0.0161293864254514, 0.0267423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 465, '2021-05-23 00:00:00', 0.000675727755830607, 0.000920000000000049, 0.000806275005575158, 0.00131923076923077, 0.00178489904907377, 0.00235615384615384, 0.00503814491195372, 0.014918076923077, 0.0161293864254514, 0.0267423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 480, '2021-05-23 00:00:00', 0.000765015133083024, 0.00110807692307699, 0.00157987574973956, 0.00177923076923091, 0.0026259934969747, 0.00308538461538461, 0.00521163262475236, 0.0153311538461538, 0.0161293864254514, 0.0267423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 495, '2021-05-23 00:00:00', 0.00152128083686594, 0.0014492307692309, 0.00176016017627771, 0.00198038461538463, 0.00303386050082417, 0.00469846153846154, 0.00519552898024974, 0.0155457692307692, 0.0161261322560141, 0.0267284615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 510, '2021-05-23 00:00:00', 0.0016137545805215, 0.0015896153846154, 0.0026034684852799, 0.00273807692307705, 0.00273753802924046, 0.0058623076923077, 0.00559064592387621, 0.0160753846153846, 0.0161211582567277, 0.0267434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 525, '2021-05-23 00:00:00', 0.00210398321871043, 0.00195576923076928, 0.00239696336739112, 0.00390576923076921, 0.00316300587319178, 0.00655692307692302, 0.00562820824063929, 0.01594, 0.0161274155352354, 0.0267296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 540, '2021-05-23 00:00:00', 0.00229054487975101, 0.00321961538461531, 0.00238157982472515, 0.00474769230769222, 0.00307447076121056, 0.00720230769230756, 0.0065947311836507, 0.0163892307692307, 0.0161275134045947, 0.0267361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 555, '2021-05-23 00:00:00', 0.00201962235616919, 0.00326230769230778, 0.00342144728710838, 0.0050215384615385, 0.00301842353147875, 0.00743384615384611, 0.00707392185859717, 0.0163776923076924, 0.0162407293744888, 0.0266111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 570, '2021-05-23 00:00:00', 0.00287900570443227, 0.00338461538461542, 0.00262832596620264, 0.00504423076923073, 0.00410612293270205, 0.00905846153846158, 0.0068375729949697, 0.0162373076923078, 0.0160076044284727, 0.0264234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 585, '2021-05-23 00:00:00', 0.00196456207686238, 0.00316192307692304, 0.0025475953065889, 0.00541538461538457, 0.00433204448091384, 0.00905423076923083, 0.00617785444458367, 0.0157184615384617, 0.0156040646036167, 0.026208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 600, '2021-05-23 00:00:00', 0.00261065249727695, 0.00406769230769231, 0.00406170187899689, 0.00671692307692318, 0.00406820716513583, 0.00887153846153861, 0.00620267510527012, 0.0158676923076924, 0.0157026347029848, 0.0265538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 615, '2021-05-23 00:00:00', 0.00315180085274841, 0.00470615384615383, 0.00327316595738988, 0.00648076923076923, 0.00288294019255462, 0.00901807692307699, 0.00552636952744254, 0.015208076923077, 0.0156461293173545, 0.0260711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 630, '2021-05-23 00:00:00', 0.00250003289209137, 0.00421730769230774, 0.00243348322685506, 0.0056538461538462, 0.00313482110886975, 0.00861076923076924, 0.00511019704572668, 0.0143346153846155, 0.0174434934045289, 0.0262969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 645, '2021-05-23 00:00:00', 0.00148599953411317, 0.0031611538461538, 0.00197180421090783, 0.00558038461538467, 0.00304753865375874, 0.00830038461538473, 0.00518699232548257, 0.0137242307692309, 0.0172250306106682, 0.0260965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 660, '2021-05-23 00:00:00', 0.00215559825713283, 0.00417961538461542, 0.00354837661690305, 0.00608615384615385, 0.0032518739922602, 0.00815730769230765, 0.00537480717364312, 0.0135619230769232, 0.0179222127411337, 0.0264115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 675, '2021-05-23 00:00:00', 0.00205345760945931, 0.00371192307692299, 0.00201578783987417, 0.0051438461538462, 0.00253873027015776, 0.00722923076923068, 0.00819737497382779, 0.0140873076923077, 0.0188906716132591, 0.027085 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 690, '2021-05-23 00:00:00', 0.00149019441168432, 0.00356923076923075, 0.00224955315220939, 0.00558423076923068, 0.00406089563823246, 0.00771576923076924, 0.00808635896956197, 0.0138557692307693, 0.0187893195725656, 0.027235 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 705, '2021-05-23 00:00:00', 0.00173628573508106, 0.00393192307692292, 0.00197416299693354, 0.00503346153846143, 0.00363218865995954, 0.00697769230769224, 0.00801323067471254, 0.0136146153846154, 0.0190675096998493, 0.027046923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 720, '2021-05-23 00:00:00', 0.00163216345335306, 0.00314846153846146, 0.00334131867105466, 0.0052623076923076, 0.004192745236165, 0.0066238461538461, 0.00789497625075595, 0.014435, 0.0189765234272407, 0.0271642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 735, '2021-05-23 00:00:00', 0.00312477612736558, 0.00389461538461531, 0.00308096420971402, 0.00472730769230763, 0.00475166976319505, 0.00688153846153845, 0.0118946407841773, 0.0154207692307692, 0.0189556184323764, 0.0273569230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 750, '2021-05-23 00:00:00', 0.00168020291814816, 0.00282538461538458, 0.00250036120467535, 0.00459692307692306, 0.00328142623775787, 0.00619692307692309, 0.0118647554611902, 0.0156830769230769, 0.0189518420618805, 0.0270184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 765, '2021-05-23 00:00:00', 0.00206489504296494, 0.00313346153846159, 0.00281448680934909, 0.00477000000000006, 0.00291088841844126, 0.00624923076923078, 0.0121235243416069, 0.0160323076923077, 0.0189456353244264, 0.0270946153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 780, '2021-05-23 00:00:00', 0.0014145209572366, 0.00296846153846148, 0.00173945561775904, 0.00392538461538461, 0.00272400429232685, 0.00654923076923077, 0.0120600156652532, 0.0156746153846154, 0.0189236831550797, 0.0270419230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 795, '2021-05-23 00:00:00', 0.00137511375753189, 0.00252461538461539, 0.00220591219575594, 0.00409384615384605, 0.00275783114337776, 0.00610615384615381, 0.0144269877020065, 0.0161569230769231, 0.0189566816351224, 0.0270511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 810, '2021-05-23 00:00:00', 0.00196896380401932, 0.00301769230769223, 0.00266279474352671, 0.0047396153846153, 0.00263820536320828, 0.00612346153846143, 0.0143769395962369, 0.0168319230769231, 0.0189566452606589, 0.0272065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 825, '2021-05-23 00:00:00', 0.00244941025869173, 0.00333115384615382, 0.00226668555044917, 0.00426923076923073, 0.00245347994614871, 0.00605961538461534, 0.0155815671424727, 0.0171811538461539, 0.0189682016665139, 0.02[...];
Date: 2021-05-23 17:50:37 Duration: 1s961ms Database: acaweb_fx User: pgperfstats
17 26s521ms 1 26s521ms 26s521ms 26s521ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 23 17 1 26s521ms 26s521ms [ User: pgperfstats - Total duration: 26s521ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1050, '2021-05-23 00:00:00', 0.00061737437214756, 0.00119634615384614, 0.000796523310779643, 0.00160576923076923, 0.00097785575859396, 0.00211326923076921, 0.00335012452696221, 0.00378711538461536, 0.00341559813998167, 0.0100555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1065, '2021-05-23 00:00:00', 0.000340607376043714, 0.000939230769230773, 0.000556285344598779, 0.00137923076923077, 0.000671330739306982, 0.00181519230769229, 0.00338213078603506, 0.00346057692307689, 0.00339784432228165, 0.00991596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1080, '2021-05-23 00:00:00', 0.00053592755681514, 0.00101788461538462, 0.00061663332203681, 0.00139942307692306, 0.000814978432937849, 0.00187961538461536, 0.00338759597650014, 0.00342249999999998, 0.00341005991375295, 0.00992115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1095, '2021-05-23 00:00:00', 0.000488415845833801, 0.000914038461538437, 0.000571581914178002, 0.00123326923076921, 0.00104213067614085, 0.00180288461538455, 0.00341671255066125, 0.00329942307692305, 0.00341590600663338, 0.00996961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1110, '2021-05-23 00:00:00', 0.000418871055980822, 0.000845192307692302, 0.000778373081398755, 0.00124057692307689, 0.00110673907702557, 0.0017107692307692, 0.00342766671591399, 0.00321365384615383, 0.00342346875933664, 0.0099471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1125, '2021-05-23 00:00:00', 0.000663698610932591, 0.000890384615384564, 0.000878095929576283, 0.00129230769230763, 0.00158756107090282, 0.00162807692307688, 0.00345340454646403, 0.00308480769230767, 0.00339804199276811, 0.00992923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1140, '2021-05-23 00:00:00', 0.000561478302889236, 0.000853269230769201, 0.000735788117494533, 0.00100307692307693, 0.00135247164053873, 0.00147153846153846, 0.00311162594152962, 0.00296999999999999, 0.00340497525123731, 0.0099223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1155, '2021-05-23 00:00:00', 0.000320954106472461, 0.000648461538461534, 0.000927079637272935, 0.00106057692307692, 0.00276016140135652, 0.00194519230769233, 0.00306289953123857, 0.00299153846153847, 0.00341345140020165, 0.00996269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1170, '2021-05-23 00:00:00', 0.000737369336534651, 0.000783461538461513, 0.00111684467964956, 0.00110096153846154, 0.00300000741024724, 0.00199230769230771, 0.00299085077296643, 0.00287788461538462, 0.00341607545854328, 0.00999846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1185, '2021-05-23 00:00:00', 0.00089126012778795, 0.000863846153846177, 0.00251812400409511, 0.00158750000000003, 0.00293908112275824, 0.00195461538461541, 0.00279633387051415, 0.00277365384615386, 0.00346610233325785, 0.0100507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1200, '2021-05-23 00:00:00', 0.00213457350270765, 0.00119596153846154, 0.00244657600614535, 0.00150692307692307, 0.00255219760508168, 0.00189884615384618, 0.0024304975828007, 0.00262250000000001, 0.00345054881365048, 0.0100663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1215, '2021-05-23 00:00:00', 0.00102076443828218, 0.00084403846153844, 0.00116059301817915, 0.00111192307692309, 0.00116623331878581, 0.00159692307692308, 0.00129281887897962, 0.00231942307692307, 0.00345687324259723, 0.0101088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1230, '2021-05-23 00:00:00', 0.000712929951246699, 0.000761346153846163, 0.000752526820375599, 0.00109115384615385, 0.000946952460020272, 0.00154480769230771, 0.00129446674497499, 0.00228192307692308, 0.00345300139232302, 0.0100961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1245, '2021-05-23 00:00:00', 0.000561132680045772, 0.00086673076923076, 0.000729157153051462, 0.00125192307692307, 0.000792856568656331, 0.00144153846153847, 0.00111701919617136, 0.00219673076923075, 0.00340161757901238, 0.0101569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1260, '2021-05-23 00:00:00', 0.00063251293693063, 0.00093615384615383, 0.0007265344769203, 0.00111711538461538, 0.000721351535980566, 0.00128903846153847, 0.00105617109627909, 0.00211423076923075, 0.00331220336262504, 0.0101686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1275, '2021-05-23 00:00:00', 0.000537666754097311, 0.000666538461538498, 0.000518661294547353, 0.000801538461538495, 0.000914061014627298, 0.00120153846153848, 0.000920576658739178, 0.00200076923076922, 0.00334521980420741, 0.0101315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1290, '2021-05-23 00:00:00', 0.000278840456175241, 0.000519999999999999, 0.000388661856195789, 0.000785961538461538, 0.00070160818015578, 0.00108403846153846, 0.00075099708080965, 0.00205884615384617, 0.00325639688211467, 0.0100855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1305, '2021-05-23 00:00:00', 0.000403781357439121, 0.000655769230769248, 0.000710608514963344, 0.000932692307692295, 0.000731060452093645, 0.00113423076923075, 0.000882222455811755, 0.00225730769230769, 0.00325730285429761, 0.0100832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1320, '2021-05-23 00:00:00', 0.000439890370957909, 0.000651538461538434, 0.000439062813098673, 0.000771923076923061, 0.000762342467964044, 0.00121903846153845, 0.000977219761127714, 0.00235769230769233, 0.00325011669021282, 0.0100675 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1335, '2021-05-23 00:00:00', 0.000305692719019509, 0.000480961538461555, 0.000669326642115926, 0.000851923076923064, 0.000732157848680615, 0.00130634615384616, 0.000944572369667085, 0.00240519230769233, 0.00328594281049537, 0.0100830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1350, '2021-05-23 00:00:00', 0.000600641195851455, 0.000620384615384623, 0.000683986195317295, 0.000936346153846156, 0.000665161894694712, 0.00120711538461539, 0.000927076795424939, 0.00256076923076924, 0.0032839925337215, 0.0100848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1365, '2021-05-23 00:00:00', 0.000379809111973991, 0.00069519230769231, 0.000471438061842512, 0.000999615384615392, 0.00046193889039736, 0.00111653846153846, 0.00099756225947981, 0.00270269230769232, 0.00338656477297254, 0.0101048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1380, '2021-05-23 00:00:00', 0.000397961536602965, 0.000699230769230755, 0.000381687195730496, 0.000798653846153835, 0.000469602982889257, 0.0010501923076923, 0.0011214247119693, 0.00270076923076922, 0.00342921500324222, 0.0101334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1395, '2021-05-23 00:00:00', 0.000205068562643354, 0.000483653846153829, 0.000276263252379642, 0.000679230769230753, 0.000410072085595443, 0.00104365384615383, 0.00104800875289947, 0.00270711538461537, 0.00344055825635676, 0.0101136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1410, '2021-05-23 00:00:00', 0.000275943765174126, 0.000470192307692288, 0.000338727710024528, 0.000722307692307693, 0.000424842459488945, 0.00110634615384615, 0.00104309541196461, 0.00283903846153846, 0.00344306118826748, 0.0101078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1425, '2021-05-23 00:00:00', 0.000247955641194167, 0.000559999999999988, 0.000398614523646003, 0.000881538461538455, 0.000472418206188616, 0.00114980769230769, 0.00109088772954032, 0.00296403846153845, 0.00344826910872018, 0.0101003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 0, '2021-05-23 00:00:00', 0.000405127900032357, 0.00071884615384614, 0.000439721633973854, 0.000911346153846155, 0.000491133735507793, 0.00112288461538461, 0.00124766242969066, 0.00311346153846153, 0.00346670277841152, 0.0100819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 15, '2021-05-23 00:00:00', 0.000374013831500735, 0.000527884615384606, 0.000435389657486449, 0.000708076923076907, 0.00044413234340853, 0.00105653846153842, 0.00127447793233153, 0.00310999999999998, 0.00347626154743194, 0.0100628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 30, '2021-05-23 00:00:00', 0.000225420717770129, 0.00045250000000001, 0.000270403117870067, 0.00066538461538461, 0.000419833849919782, 0.00114769230769232, 0.00110119754742807, 0.00310596153846153, 0.00339231457177045, 0.0100469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 45, '2021-05-23 00:00:00', 0.000211821042028765, 0.000473076923076931, 0.000341675059309065, 0.000809615384615359, 0.000635093209391683, 0.00133576923076922, 0.00109229307140813, 0.00308692307692307, 0.00341134871252729, 0.0100459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 60, '2021-05-23 00:00:00', 0.000298828739221322, 0.000691153846153822, 0.000407099685391861, 0.000941923076923073, 0.000751618663541968, 0.00146115384615384, 0.00110484250530946, 0.0031101923076923, 0.00345105290510683, 0.0100580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 75, '2021-05-23 00:00:00', 0.000329429109918276, 0.000586538461538469, 0.000531177827676733, 0.000958269230769232, 0.0006404861134626, 0.00143769230769231, 0.00107959059191612, 0.00303961538461539, 0.00348001306916202, 0.0100048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 90, '2021-05-23 00:00:00', 0.000276532095786376, 0.000610000000000017, 0.000448694730901159, 0.000920192307692332, 0.000512837806118683, 0.00147115384615384, 0.0010342378092846, 0.00287538461538462, 0.00356145614126494, 0.00999461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 105, '2021-05-23 00:00:00', 0.000299100510505423, 0.000646346153846144, 0.000374062366252111, 0.00103557692307691, 0.000610607515890128, 0.00157153846153846, 0.000960126113511191, 0.00284192307692309, 0.00355112820642418, 0.00999653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 120, '2021-05-23 00:00:00', 0.000302333234387767, 0.000840769230769247, 0.000403660796290109, 0.00120596153846154, 0.000550227819949292, 0.00165557692307692, 0.0009770495814519, 0.00288173076923078, 0.0035319318368281, 0.0100375 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 135, '2021-05-23 00:00:00', 0.000330814670403049, 0.000827115384615372, 0.000479647145947297, 0.00117076923076923, 0.000516663296101487, 0.00155480769230769, 0.00103335326076731, 0.00274480769230771, 0.00349403628178951, 0.0102015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 150, '2021-05-23 00:00:00', 0.000346736044586319, 0.000768269230769234, 0.000497117730986844, 0.00108096153846154, 0.000529460138689886, 0.00157596153846155, 0.000994993544625356, 0.00264307692307693, 0.00384258608832045, 0.0104646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 165, '2021-05-23 00:00:00', 0.000273750588337959, 0.000719230769230758, 0.00042676047145909, 0.00111249999999999, 0.000623164628205209, 0.00155307692307692, 0.000918913572566059, 0.00263192307692308, 0.0037384936960472, 0.0104663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 180, '2021-05-23 00:00:00', 0.000365212898921246, 0.000797307692307698, 0.000440682381697365, 0.00113480769230769, 0.000768053709059452, 0.0016225, 0.000877505292554718, 0.00261346153846154, 0.00374911349521461, 0.010435 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 195, '2021-05-23 00:00:00', 0.000245073693783322, 0.000728653846153871, 0.000350669305098771, 0.00105019230769232, 0.000691572928464214, 0.00145365384615387, 0.0007940183344134, 0.00249634615384616, 0.00380542224989556, 0.0103175 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 210, '2021-05-23 00:00:00', 0.00027841039160535, 0.000677115384615371, 0.000560753373733769, 0.000992115384615376, 0.000587147733997532, 0.0012823076923077, 0.000743366665919314, 0.00238000000000001, 0.00382173345687331, 0.0103261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 225, '2021-05-23 00:00:00', 0.000543817029467124, 0.000714807692307695, 0.000555575273581693, 0.000941730769230764, 0.000527153787224006, 0.00124365384615384, 0.000828728335370606, 0.00237557692307693, 0.00380533156849099, 0.0103321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 240, '2021-05-23 00:00:00', 0.000268730061872212, 0.00060538461538461, 0.000298129811685069, 0.00081576923076922, 0.000363402722143804, 0.00113846153846153, 0.000835957304761825, 0.00245115384615387, 0.00377012932342976, 0.0103586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 255, '2021-05-23 00:00:00', 0.000234037143666094, 0.000559230769230786, 0.000302475682430124, 0.000791538461538472, 0.000343345979353863, 0.00108230769230769, 0.000863949361942024, 0.00270250000000004, 0.00377329523911642, 0.0103751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 270, '2021-05-23 00:00:00', 0.00024905150841977, 0.000580576923076926, 0.000280697277397644, 0.000810192307692303, 0.000383581101644031, 0.00102730769230768, 0.000891892370188274, 0.00294500000000002, 0.0038045991399075, 0.0104088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 285, '2021-05-23 00:00:00', 0.000208503827671934, 0.000550384615384609, 0.000288328138385064, 0.000733653846153844, 0.000411405517707307, 0.00112750000000001, 0.00110549376368138, 0.00319730769230768, 0.00379528655551353, 0.0104259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 300, '2021-05-23 00:00:00', 0.000231693846404085, 0.000540961538461521, 0.000296429846415885, 0.000759423076923065, 0.000581747268678893, 0.00121673076923076, 0.00140106532269612, 0.00355096153846152, 0.00379867719891263, 0.0104176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 315, '2021-05-23 00:00:00', 0.000175537416568047, 0.000474230769230776, 0.000285996772440086, 0.000813076923076946, 0.000532090543191508, 0.00120288461538463, 0.00138160464121088, 0.00394923076923076, 0.00380189479581719, 0.0104109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 330, '2021-05-23 00:00:00', 0.000229321071526705, 0.000608076923076953, 0.000407615580588438, 0.000857307692307706, 0.000416322545075889, 0.00118730769230771, 0.00125444066604021, 0.00417076923076923, 0.00379883889649702, 0.0104201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 345, '2021-05-23 00:00:00', 0.000246646508185306, 0.000552499999999981, 0.000392410352329537, 0.000826730769230805, 0.000449340071660673, 0.0011725, 0.00126712739933829, 0.00437538461538461, 0.00382262318813425, 0.0104540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 360, '2021-05-23 00:00:00', 0.000308034026591963, 0.00062019230769234, 0.000266998775566211, 0.000797115384615363, 0.000509698893012823, 0.00122980769230768, 0.00134178256865203, 0.00445730769230769, 0.00383159131934262, 0.0104709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 375, '2021-05-23 00:00:00', 0.000181510436233138, 0.00054596153846152, 0.0003473853989226, 0.00084884615384613, 0.000503982753062703, 0.00129384615384612, 0.00131100114416425, 0.00456499999999998, 0.00379816905282614, 0.0105069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 390, '2021-05-23 00:00:00', 0.000314898335242426, 0.000615192307692298, 0.000446373593098182, 0.000899230769230759, 0.000636267753266017, 0.0013755769230769, 0.00155922629975449, 0.00484942307692305, 0.0037809653020604, 0.0105238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 405, '2021-05-23 00:00:00', 0.000354384189610883, 0.000623076923076931, 0.000460567709880604, 0.00096615384615383, 0.000637066836247346, 0.00143807692307692, 0.00165286428546139, 0.00495288461538459, 0.00371598902871614, 0.0105073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 420, '2021-05-23 00:00:00', 0.000361129424913698, 0.000787692307692284, 0.000585746860525444, 0.00111423076923074, 0.000634583691516327, 0.00170769230769231, 0.00161692977108326, 0.00506173076923073, 0.00368883633934358, 0.0105134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 435, '2021-05-23 00:00:00', 0.000415268634093089, 0.00069596153846152, 0.000422059100856008, 0.00105173076923078, 0.00078222001626533, 0.00196307692307694, 0.00171000053981097, 0.00527038461538459, 0.0036808818184694, 0.0105251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 450, '2021-05-23 00:00:00', 0.000392993638625384, 0.00081000000000002, 0.000574675025223308, 0.0013342307692308, 0.000903169206397466, 0.00219884615384619, 0.00192290146353409, 0.00536096153846153, 0.00367668347626166, 0.0105442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 465, '2021-05-23 00:00:00', 0.00040730767051646, 0.000883461538461519, 0.000667125665707889, 0.00159557692307694, 0.000918024048620826, 0.00248307692307691, 0.00197416160393761, 0.00535403846153845, 0.00366000309478644, 0.0105694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 480, '2021-05-23 00:00:00', 0.00061513900868016, 0.00131500000000003, 0.000752652642325796, 0.00179500000000002, 0.00116495057670012, 0.00287961538461538, 0.00197715491008205, 0.00530653846153846, 0.00365637287696219, 0.0105938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 495, '2021-05-23 00:00:00', 0.000458232599652866, 0.00111134615384614, 0.000676330625792286, 0.00178134615384613, 0.00104009468873679, 0.00300980769230767, 0.00195484373760705, 0.00515096153846152, 0.00378894464705697, 0.0106434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 510, '2021-05-23 00:00:00', 0.000588039931925064, 0.0013951923076923, 0.00098679888450562, 0.00212903846153845, 0.00100077892740526, 0.0031126923076923, 0.00198094519980119, 0.00520173076923076, 0.00395514502311182, 0.010753076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 525, '2021-05-23 00:00:00', 0.000666049894180957, 0.0014026923076923, 0.000845403249252183, 0.00227057692307691, 0.000901671865950236, 0.00302807692307692, 0.00190207903459505, 0.00531057692307692, 0.00408734600744975, 0.0108492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 540, '2021-05-23 00:00:00', 0.000771373998883704, 0.00187961538461537, 0.000843604468930785, 0.00235249999999997, 0.00092015377059407, 0.00301480769230769, 0.00204052166218497, 0.00546442307692309, 0.00412198242540948, 0.0108763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 555, '2021-05-23 00:00:00', 0.000616721262309481, 0.00144634615384613, 0.000925953500244656, 0.00207673076923078, 0.000993118243792658, 0.00277538461538462, 0.00209676692516397, 0.00549346153846156, 0.00412828349503574, 0.0109138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 570, '2021-05-23 00:00:00', 0.000801043166031723, 0.00139692307692307, 0.000920541897262343, 0.00202076923076923, 0.00108558833747491, 0.00293903846153846, 0.00202204595549999, 0.00547038461538462, 0.00413151170415121, 0.0108851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 585, '2021-05-23 00:00:00', 0.000599768416846149, 0.00148192307692309, 0.000730029109008667, 0.00206250000000002, 0.00122409376212016, 0.00296346153846155, 0.00217219496397963, 0.00549480769230769, 0.00423994381312556, 0.0109684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 600, '2021-05-23 00:00:00', 0.000416053482139026, 0.00140250000000003, 0.00090389373524512, 0.00212173076923079, 0.00126455642876798, 0.0030098076923077, 0.00201596902639514, 0.00548865384615386, 0.00404189394391371, 0.0109494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 615, '2021-05-23 00:00:00', 0.000759756438705088, 0.00147461538461538, 0.000833869294314139, 0.00200999999999998, 0.00150850533514264, 0.00306288461538464, 0.00188041813067034, 0.00533788461538462, 0.00393244009685905, 0.0108886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 630, '2021-05-23 00:00:00', 0.000594444148893591, 0.00140538461538462, 0.000883340882889834, 0.00213634615384613, 0.00135702610371128, 0.00305038461538462, 0.00217278711477993, 0.00533038461538461, 0.00390971787788013, 0.0108067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 645, '2021-05-23 00:00:00', 0.000637355503986213, 0.00149596153846151, 0.00132061506649218, 0.0021069230769231, 0.0012732676315443, 0.00270730769230771, 0.00203777636162554, 0.00528749999999999, 0.00387015768412607, 0.0108275 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 660, '2021-05-23 00:00:00', 0.000933098663263734, 0.00152365384615387, 0.000996117018921262, 0.00209865384615385, 0.00141249904016303, 0.00261846153846156, 0.00201471353184131, 0.00526115384615385, 0.00386091603817621, 0.0107705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 675, '2021-05-23 00:00:00', 0.000723796853140048, 0.00139673076923074, 0.00070978894479546, 0.00172211538461538, 0.0012282215410284, 0.00253692307692309, 0.00206631408179282, 0.00532326923076923, 0.00391435767399968, 0.010765 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 690, '2021-05-23 00:00:00', 0.000292540661210612, 0.00111903846153844, 0.0011709916244856, 0.00166576923076921, 0.00117886359881685, 0.00251076923076921, 0.00192595083410366, 0.00510615384615384, 0.00372976332513723, 0.0106373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 705, '2021-05-23 00:00:00', 0.000931186525973095, 0.00118788461538462, 0.000895922150635868, 0.00177250000000001, 0.00103935381182437, 0.00260288461538462, 0.00191988060526209, 0.00517846153846154, 0.00368944736845718, 0.0106567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 720, '2021-05-23 00:00:00', 0.000633342810320465, 0.00130865384615385, 0.000782255048905704, 0.0018398076923077, 0.00105247071949043, 0.00268115384615386, 0.00208409504434086, 0.0052419230769231, 0.00372441733181699, 0.0106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 735, '2021-05-23 00:00:00', 0.000556621850644904, 0.00124326923076925, 0.000530728236989926, 0.00177769230769234, 0.000843654253826782, 0.00253750000000002, 0.00213419547983632, 0.00517211538461539, 0.00358788944281264, 0.0106355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 750, '2021-05-23 00:00:00', 0.000410334572682415, 0.00126730769230771, 0.000814447996167711, 0.00186653846153848, 0.000789309752008325, 0.00247326923076925, 0.00206050318723737, 0.00519423076923077, 0.00352655513431803, 0.0105213461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 765, '2021-05-23 00:00:00', 0.000610337895066228, 0.0013471153846154, 0.000648846787651907, 0.00173307692307693, 0.000827597751604975, 0.00231596153846155, 0.00209883180877803, 0.00512480769230769, 0.00365519693776495, 0.0105744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 780, '2021-05-23 00:00:00', 0.000370628364558625, 0.00122076923076923, 0.000671383989635218, 0.00174230769230767, 0.000669919426842912, 0.00232096153846152, 0.00226319465324164, 0.00538903846153846, 0.00367798667751802, 0.010585 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 795, '2021-05-23 00:00:00', 0.000550074400562212, 0.00116461538461538, 0.000540136200772194, 0.00158365384615385, 0.00066798606618354, 0.00231576923076923, 0.00274150798621154, 0.00592403846153846, 0.00367844632754312, 0.0106507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 810, '2021-05-23 00:00:00', 0.000451898899516933, 0.00114384615384617, 0.000626684806065863, 0.0017046153846154, 0.00174031337805754, 0.00253057692307692, 0.00273146359752704, 0.00597076923076926, 0.00371879655885528, 0.0106003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 825, '2021-05-23 00:00:00', 0.000533379645425117, 0.00118461538461537, 0.000563163864662421, 0.00175153846153845, 0.00170834909060898, 0.00278615384615383, 0.00273300395451317, 0.00595384615384617, 0.00375393871102791, 0.0105696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 840, '2021-05-23 00:00:00', 0.000419107338922223, 0.0012851923076923, 0.00177348536677182, 0.00202711538461538, 0.00165757084777229, 0.00288365384615385, 0.00272889944003918, 0.00590192307692309, 0.00379561727016022, 0.0105176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 855, '2021-05-23 00:00:00', 0.00183544666540286, 0.00154230769230768, 0.00179112363744533, 0.00217173076923078, 0.00179784366566001, 0.0029696153846154, 0.00274643548706599, 0.00600826923076926, 0.00384116006615793, 0.0105344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 870, '2021-05-23 00:00:00', 0.000575128112818216, 0.00137788461538461, 0.000588122305438087, 0.00192038461538458, 0.00107870870096537, 0.00272230769230769, 0.00243896138046188, 0.00580615384615387, 0.00391930205717611, 0.0105638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 885, '2021-05-23 00:00:00', 0.000556717474266632, 0.00148711538461539, 0.000994722632387842, 0.00205865384615386, 0.00114356461927671, 0.00293403846153848, 0.00230436972861427, 0.00572038461538465, 0.00380267958661545, 0.0106709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 900, '2021-05-23 00:00:00', 0.000726362406897427, 0.00154788461538462, 0.000940532766369873, 0.00199173076923079, 0.00145814312898815, 0.00311076923076923, 0.00226774686553722, 0.00566038461538464, 0.00395536526077607, 0.0108871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 915, '2021-05-23 00:00:00', 0.000608481590644999, 0.00121461538461537, 0.000800231817374499, 0.00206019230769228, 0.00123478377116743, 0.00299980769230768, 0.00210808076221003, 0.00540250000000003, 0.00403617302080157, 0.0110005769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 930, '2021-05-23 00:00:00', 0.000579267740673155, 0.00154865384615382, 0.000815928069982036, 0.0022211538461538, 0.00104051549724163, 0.00298749999999999, 0.0021594155192124, 0.00522576923076925, 0.00439649468764173, 0.0111365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 945, '2021-05-23 00:00:00', 0.000583145482573745, 0.00155442307692303, 0.000773786817192908, 0.00214596153846153, 0.000997124172500407, 0.00297615384615385, 0.0020733573386771, 0.00512442307692311, 0.00448643672640107, 0.0113275 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 960, '2021-05-23 00:00:00', 0.000655324464556436, 0.00165192307692308, 0.000947623363188958, 0.00234096153846154, 0.00135765907128638, 0.00354307692307693, 0.00202641670291334, 0.00500057692307696, 0.00445354403817907, 0.0112975 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 975, '2021-05-23 00:00:00', 0.000858541988579382, 0.0016228846153846, 0.000924525907612184, 0.00215192307692307, 0.00210964652525928, 0.00383269230769233, 0.00196158382828385, 0.00477865384615387, 0.00475728766048634, 0.0112682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 990, '2021-05-23 00:00:00', 0.000551102670875545, 0.00132692307692306, 0.00126011612712723, 0.00263442307692309, 0.00205546013003264, 0.00351288461538466, 0.00185077602227157, 0.00441326923076925, 0.00459333997803845, 0.0110430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1005, '2021-05-23 00:00:00', 0.00120522254568001, 0.00211076923076922, 0.00198940377616398, 0.00294076923076925, 0.00190571138544519, 0.0032867307692308, 0.00174032716862266, 0.00430057692307695, 0.00456239935610809, 0.0109967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1020, '2021-05-23 00:00:00', 0.00183376711884414, 0.00202038461538463, 0.00179326243306609, 0.00239807692307695, 0.00166694184523173, 0.00277865384615387, 0.00156613011543149, 0.00383846153846156, 0.00447004619232717, 0.0108298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1035, '2021-05-23 00:00:00', 0.00070749525684739, 0.00127153846153848, 0.000959805208603059, 0.00173403846153848, 0.0010444347017185, 0.00232461538461541, 0.00124899541170554, 0.00333653846153844, 0.00418639097369266, 0.0105492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1050, '2021-05-23 00:00:00', 0.000701660996383685, 0.00123307692307692, 0.000841932301316411, 0.00159999999999998, 0.0010105017793917, 0.00218538461538463, 0.00116921961153579, 0.00313249999999997, 0.00426322424481031, 0.0104951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1065, '2021-05-23 00:00:00', 0.000579238392533338, 0.00111865384615381, 0.000734462964453511, 0.00156538461538462, 0.000922490108348061, 0.00211999999999999, 0.00112213863465464, 0.0030186538461538, 0.00424743241898516, 0.0104380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1080, '2021-05-23 00:00:00', 0.000539493637233456, 0.00109923076923081, 0.000608792657642986, 0.00145250000000003, 0.000895649678252539, 0.00195288461538461, 0.00100818130237644, 0.00285346153846152, 0.004047476307718, 0.0103226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1095, '2021-05-23 00:00:00', 0.000456769635593253, 0.0010025, 0.000674780078133739, 0.00143192307692304, 0.000858726068975712, 0.00191230769230765, 0.00102481810768845, 0.0027880769230769, 0.00404421512780912, 0.01035 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1110, '2021-05-23 00:00:00', 0.000391336614890345, 0.00100711538461534, 0.000695460666365482, 0.00139153846153841, 0.000743634629060846, 0.00176769230769227, 0.00100835069067494, 0.0026786538461538, 0.00401325278105124, 0.0103632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1125, '2021-05-23 00:00:00', 0.000523156727509514, 0.000875192307692302, 0.000543217232365182, 0.00117519230769229, 0.000637125183931722, 0.00154249999999999, 0.00114764782858747, 0.00253153846153844, 0.00402525930363978, 0.0103076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1140, '2021-05-23 00:00:00', 0.000342439719568965, 0.000889807692307689, 0.000347649027258599, 0.00113038461538462, 0.000518947010782402, 0.001415, 0.00118513569492468, 0.00259384615384615, 0.00399909666722952, 0.0103519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1155, '2021-05-23 00:00:00', 0.000290446870555346, 0.000695769230769228, 0.00048016087047827, 0.0010173076923077, 0.000479609777278894, 0.00138346153846152, 0.00117011835364565, 0.00250980769230768, 0.00401591564422592, 0.0103173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1170, '2021-05-23 00:00:00', 0.000355189223675743, 0.000739230769230778, 0.000388177199821794, 0.000988461538461541, 0.000590964433395443, 0.00136519230769228, 0.0011337362500226, 0.00247673076923076, 0.00401636600002464, 0.0103153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1185, '2021-05-23 00:00:00', 0.000259427253772591, 0.000747500000000003, 0.000342876968291267, 0.00102884615384614, 0.000650361792803393, 0.00141230769230769, 0.00110960562987311, 0.00240942307692306, 0.00399349365073511, 0.0103665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1200, '2021-05-23 00:00:00', 0.000309355720067448, 0.000695192307692302, 0.000456611432182764, 0.000929999999999986, 0.000601450426373236, 0.00138384615384613, 0.00112820129136873, 0.00229192307692307, 0.00402772740369325, 0.0103009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1215, '2021-05-23 00:00:00', 0.000424823040082116, 0.00068884615384614, 0.000483490991086225, 0.000976538461538462, 0.000632157021633066, 0.00142749999999998, 0.0011385835498548, 0.00228250000000001, 0.00400125992176696, 0.0103448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1230, '2021-05-23 00:00:00', 0.000391145703719807, 0.000704807692307715, 0.000465262250283072, 0.00103019230769229, 0.000660862402762211, 0.00139634615384615, 0.00113864156580756, 0.00229884615384617, 0.00393782943432626, 0.0102894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1245, '2021-05-23 00:00:00', 0.000256866397478994, 0.000807884615384613, 0.000355643728383448, 0.0011073076923077, 0.000530824213985996, 0.00131788461538459, 0.0010382119985081, 0.00222307692307695, 0.00383759468437439, 0.0103898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1260, '2021-05-23 00:00:00', 0.000305578895767479, 0.000732307692307707, 0.000459120731566163, 0.000880384615384627, 0.000553970562950229, 0.00124076923076925, 0.00122691440676948, 0.00222480769230772, 0.00382812547519622, 0.0103805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1275, '2021-05-23 00:00:00', 0.00031170554398958, 0.000587115384615388, 0.000365100829065876, 0.000756153846153847, 0.000596687522912963, 0.00126, 0.00120374645937655, 0.00219346153846156, 0.00381390847879383, 0.0103682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1290, '2021-05-23 00:00:00', 0.000195934054840259, 0.000491923076923071, 0.000416510088528674, 0.000915576923076935, 0.000635023712458528, 0.00120634615384615, 0.00114089433542964, 0.00215673076923078, 0.00380740596126106, 0.010373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1305, '2021-05-23 00:00:00', 0.000416748771397772, 0.000781538461538475, 0.000504902427740723, 0.000997692307692302, 0.000679048315942689, 0.00120615384615384, 0.00119642263242746, 0.00216634615384614, 0.00380522620878182, 0.0103775 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1320, '2021-05-23 00:00:00', 0.000320989156299004, 0.000694038461538448, 0.000404950756740393, 0.000878653846153829, 0.000529454472510669, 0.00115096153846153, 0.00102628697815887, 0.00220019230769228, 0.00361305611636465, 0.0103175 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1335, '2021-05-23 00:00:00', 0.000315156127364473, 0.000490769230769226, 0.000361456029882552, 0.000677692307692315, 0.000480043587764504, 0.00118961538461538, 0.00133968051587509, 0.00237326923076922, 0.00361384807160115, 0.0103082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1350, '2021-05-23 00:00:00', 0.000241615715230092, 0.000463076923076942, 0.000358902011482457, 0.000820576923076927, 0.000476411465663219, 0.00117673076923076, 0.00234068412090273, 0.00273692307692306, 0.00360818571498837, 0.0103030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1365, '2021-05-23 00:00:00', 0.000287246610745179, 0.000686153846153849, 0.000419627169685703, 0.0010251923076923, 0.000452856107219655, 0.00118557692307692, 0.00234139057958168, 0.00296961538461538, 0.00360413853998214, 0.0103061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1380, '2021-05-23 00:00:00', 0.000337683966954969, 0.000772307692307696, 0.000411580677202098, 0.00087557692307692, 0.000401350269043801, 0.000999038461538473, 0.00231530454052693, 0.00302865384615383, 0.00360072129526208, 0.0103003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1395, '2021-05-23 00:00:00', 0.000396673523965718, 0.000513269230769254, 0.000406320070880083, 0.000730000000000017, 0.00053898298103572, 0.0010344230769231, 0.00226715338288758, 0.00300230769230773, 0.00357637450714892, 0.0102761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1410, '2021-05-23 00:00:00', 0.000350859877794769, 0.000544423076923082, 0.000353158114512694, 0.000664423076923074, 0.000679566858656776, 0.00114134615384616, 0.00225086072425643, 0.00300000000000002, 0.00370109159053632, 0.0103751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1425, '2021-05-23 00:00:00', 0.00024905027296017, 0.000444038461538492, 0.000469992962304128, 0.000805769230769257, 0.000637789119959341, 0.0010948076923077, 0.00222923123175133, 0.00304173076923079, 0.00369510566102703, 0.0103696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 0, '2021-05-23 00:00:00', 0.000409590649307348, 0.000652499999999988, 0.000582740607289916, 0.000876153846153821, 0.00077586507550257, 0.00112884615384614, 0.00224827781098885, 0.00306134615384615, 0.00364535791742785, 0.0103278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 15, '2021-05-23 00:00:00', 0.000336489170016616, 0.000535192307692304, 0.000339849797138972, 0.000678269230769233, 0.000490157117667397, 0.00101000000000003, 0.00224962100226823, 0.00293442307692309, 0.00359188063019061, 0.0102773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 30, '2021-05-23 00:00:00', 0.000211677548680518, 0.000474230769230759, 0.000395014361958964, 0.00070211538461539, 0.000478349405608652, 0.00102192307692308, 0.00224795561823151, 0.0029773076923077, 0.00360154356331582, 0.0102809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 45, '2021-05-23 00:00:00', 0.000346826990787127, 0.000499807692307704, 0.000362598315580114, 0.00076153846153848, 0.000478401022638464, 0.00107846153846153, 0.00212180867150214, 0.00299096153846153, 0.00360111487544537, 0.0102821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 60, '2021-05-23 00:00:00', 0.000266511437191448, 0.000607115384615416, 0.000366014501604237, 0.000831153846153868, 0.000536630692376059, 0.00128250000000001, 0.0021173787132643, 0.00299615384615385, 0.00359700752228637, 0.0103086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 75, '2021-05-23 00:00:00', 0.00026411950966298, 0.000498653846153851, 0.000269925060825281, 0.000721538461538457, 0.00092950443785924, 0.00145749999999999, 0.00206594575101913, 0.00296038461538459, 0.00357643217681877, 0.0102863461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 90, '2021-05-23 00:00:00', 0.000202983136851672, 0.000533076923076922, 0.000424914516289856, 0.000967115384615392, 0.00206983488750639, 0.0018126923076923, 0.00199754500286268, 0.00296903846153845, 0.00361481653965794, 0.0103438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 105, '2021-05-23 00:00:00', 0.000390587328952749, 0.000732307692307707, 0.000829805074423171, 0.00117730769230768, 0.00210441119117404, 0.00194730769230768, 0.00191937542926381, 0.00299903846153843, 0.00364070289071513, 0.0103634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 120, '2021-05-23 00:00:00', 0.000761280601254325, 0.00092192307692307, 0.00199545341868808, 0.0015128846153846, 0.00199028536801986, 0.0019753846153846, 0.0018589032022633, 0.00298134615384612, 0.00361556219694808, 0.01034 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 135, '2021-05-23 00:00:00', 0.00137868634520747, 0.00101903846153843, 0.00142224486694045, 0.00135769230769229, 0.00133372729596422, 0.00175249999999999, 0.00140749706926874, 0.00278499999999998, 0.00351014534544566, 0.0102871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 150, '2021-05-23 00:00:00', 0.000425934673575488, 0.000802115384615404, 0.000424834809525594, 0.00108384615384615, 0.000493737395165322, 0.00145615384615385, 0.000768465103556842, 0.00246884615384613, 0.00330444191145099, 0.0101378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 165, '2021-05-23 00:00:00', 0.000275024264663768, 0.000712884615384597, 0.000371136715427701, 0.000997692307692328, 0.000462004870104216, 0.00132750000000001, 0.000745899560159502, 0.00233192307692306, 0.00333048019753217, 0.0100928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 180, '2021-05-23 00:00:00', 0.000242985358849856, 0.000703269230769252, 0.000306910974313174, 0.000927884615384631, 0.000396825673797237, 0.00124615384615385, 0.000627197429351112, 0.00227615384615385, 0.00332751557240766, 0.0101017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 195, '2021-05-23 00:00:00', 0.000269689921662189, 0.000619423076923078, 0.000329403189933641, 0.000877692307692319, 0.000354878364860629, 0.00120942307692308, 0.00069676118853321, 0.00233307692307691, 0.00333247872634449, 0.0100973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 210, '2021-05-23 00:00:00', 0.000266608038426901, 0.000630384615384629, 0.000356082801520209, 0.000919807692307697, 0.00043517971530782, 0.00124076923076923, 0.00077620806588085, 0.0024048076923077, 0.00332786561304114, 0.0100965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 225, '2021-05-23 00:00:00', 0.000279066369277187, 0.000694038461538473, 0.000304135850212721, 0.000933846153846165, 0.0005015582257786, 0.00122557692307692, 0.000720362729143113, 0.00247230769230769, 0.00335540661298474, 0.0101065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 240, '2021-05-23 00:00:00', 0.000201000956752416, 0.000589230769230761, 0.000401046323815795, 0.000856923076923063, 0.000466811937096093, 0.00109923076923075, 0.000718436255937973, 0.00255057692307691, 0.00332343231406237, 0.0100671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 255, '2021-05-23 00:00:00', 0.000317575430167619, 0.000573076923076937, 0.000386261619192934, 0.000805961538461498, 0.000415047402297431, 0.00098788461538458, 0.0011501019352816, 0.00291269230769233, 0.00328957659188023, 0.0100530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 270, '2021-05-23 00:00:00', 0.000202115446827178, 0.000529423076923001, 0.000231503862735661, 0.000679038461538392, 0.000337205484032405, 0.000943461538461502, 0.00125620956115549, 0.0032323076923077, 0.00328775644802633, 0.0100523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 285, '2021-05-23 00:00:00', 0.000203372715816217, 0.000522692307692282, 0.000240204800438794, 0.000722115384615367, 0.000440995900905432, 0.00101923076923074, 0.00125622317039855, 0.00357557692307695, 0.00325704965598295, 0.0100773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 300, '2021-05-23 00:00:00', 0.000194055107161297, 0.000510769230769238, 0.000324187267818112, 0.00074576923076924, 0.000577929893272924, 0.00108480769230769, 0.00158174416875317, 0.00400615384615384, 0.00323126513089751, 0.0101021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 315, '2021-05-23 00:00:00', 0.00028918326635278, 0.000525192307692315, 0.000400996690951248, 0.00073711538461538, 0.000568330788023477, 0.00103326923076923, 0.00161991306746808, 0.00418288461538461, 0.00321489268274055, 0.0100901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 330, '2021-05-23 00:00:00', 0.000297432603872118, 0.0005230769230769, 0.000493710441453271, 0.000744999999999987, 0.000490925695458615, 0.00110596153846151, 0.00164414168629574, 0.00426826923076922, 0.00321322304643703, 0.0100821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 345, '2021-05-23 00:00:00', 0.000253338630174034, 0.00047769230769232, 0.000336767667002727, 0.000687307692307694, 0.000333371414491404, 0.00101750000000001, 0.00165908950933938, 0.004445, 0.00321296477631586, 0.0100805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 360, '2021-05-23 00:00:00', 0.000314450925607472, 0.000544230769230765, 0.000308080159399119, 0.00078576923076922, 0.000374860435567484, 0.00105211538461539, 0.00172395030492361, 0.00465557692307692, 0.00321250149356449, 0.0100803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 375, '2021-05-23 00:00:00', 0.000191367146123319, 0.000570769230769221, 0.000274885500638967, 0.000754038461538482, 0.000481732809760773, 0.0012925, 0.00161793405779861, 0.00479884615384616, 0.0031732050104684, 0.0100990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 390, '2021-05-23 00:00:00', 0.000256774144996079, 0.000585192307692332, 0.000344042931131471, 0.000788461538461563, 0.000528191107605798, 0.00147538461538462, 0.00165133555505374, 0.00489365384615383, 0.00316146215563916, 0.0101048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 405, '2021-05-23 00:00:00', 0.000261438623478141, 0.00056807692307693, 0.000397203300009534, 0.00101269230769231, 0.000526215223590544, 0.00155269230769232, 0.0017435229146318, 0.00504192307692308, 0.00315430972578061, 0.0101096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 420, '2021-05-23 00:00:00', 0.000379885002842492, 0.000858846153846127, 0.000457287529477232, 0.00122673076923079, 0.000710698681147353, 0.00178884615384616, 0.00177618724108262, 0.00512134615384614, 0.00313127993613821, 0.0101240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 435, '2021-05-23 00:00:00', 0.000299119798485721, 0.000734423076923114, 0.000493412957018617, 0.00113711538461538, 0.00110857649540025, 0.00218538461538462, 0.00191564792212415, 0.00523519230769228, 0.00313780475075272, 0.0101394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 450, '2021-05-23 00:00:00', 0.000298889547389089, 0.00076519230769229, 0.000473639468534694, 0.00122288461538461, 0.00106086809518653, 0.00244134615384613, 0.00192527461577665, 0.00535788461538461, 0.00314177531880406, 0.0101119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 465, '2021-05-23 00:00:00', 0.000323813811650111, 0.000819230769230764, 0.000782627846523419, 0.00174788461538462, 0.00102670840740991, 0.00267192307692309, 0.00192600455307395, 0.00537653846153845, 0.00316916800535314, 0.0101246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 480, '2021-05-23 00:00:00', 0.000761485718841813, 0.00149749999999999, 0.000936445160413341, 0.00205846153846151, 0.00147316734910247, 0.00304096153846152, 0.00198947408009873, 0.00552365384615383, 0.00319734411420097, 0.0101642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 495, '2021-05-23 00:00:00', 0.00076840426559502, 0.00124634615384612, 0.000774142428755848, 0.00181750000000001, 0.00159968386299873, 0.00289230769230769, 0.00200229991797894, 0.0054351923076923, 0.00324358674333501, 0.0102301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 510, '2021-05-23 00:00:00', 0.00042215928455792, 0.0011973076923077, 0.00147090249637636, 0.00196192307692306, 0.00167196245817259, 0.0029673076923077, 0.00191360565827566, 0.00539384615384614, 0.00335432400618392, 0.0102465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 525, '2021-05-23 00:00:00', 0.00152775125089637, 0.00148673076923074, 0.00163992407188215, 0.00218480769230768, 0.00165559048262361, 0.00306038461538462, 0.00186426550807964, 0.00558326923076921, 0.00351633447695839, 0.0103619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 540, '2021-05-23 00:00:00', 0.00065766243971767, 0.00173673076923075, 0.000930779842596862, 0.00227634615384617, 0.00107278953416568, 0.00315923076923077, 0.00162593623916993, 0.0053905769230769, 0.00342924116409717, 0.0102701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 555, '2021-05-23 00:00:00', 0.000515961574299714, 0.00144788461538466, 0.000778158501750207, 0.00197557692307693, 0.000892217376065885, 0.00294038461538461, 0.00153665110398702, 0.00534115384615383, 0.00346505185331389, 0.0102571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 570, '2021-05-23 00:00:00', 0.000531234302935493, 0.00143326923076921, 0.000821961654542616, 0.00227019230769231, 0.000849182774563491, 0.00294923076923076, 0.00142297851218975, 0.00526038461538459, 0.00352176291627668, 0.0102809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 585, '2021-05-23 00:00:00', 0.000682646349482305, 0.00168403846153848, 0.000755432021072399, 0.00220346153846155, 0.000878992627080289, 0.00294903846153846, 0.00137230554177993, 0.00504749999999999, 0.00348347336057651, 0.0102805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 600, '2021-05-23 00:00:00', 0.000554713543538134, 0.00147865384615385, 0.000730518677695179, 0.00203346153846152, 0.000855676542949397, 0.00270288461538458, 0.00129893277199163, 0.00488211538461536, 0.00366483697297187, 0.0103740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 615, '2021-05-23 00:00:00', 0.00044488857723462, 0.0013546153846154, 0.000649566008962897, 0.00191500000000001, 0.000780286264037847, 0.00253942307692305, 0.00134619115113148, 0.00474884615384614, 0.00372188581232688, 0.010395 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 630, '2021-05-23 00:00:00', 0.000389453265686482, 0.00135461538461538, 0.000574298669281476, 0.00176480769230768, 0.000666470843034722, 0.00247423076923075, 0.00133150090268322, 0.00478057692307692, 0.00375896453111146, 0.0104521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 645, '2021-05-23 00:00:00', 0.000508132213261342, 0.0012428846153846, 0.000617004083018547, 0.00171096153846151, 0.000669920890852055, 0.00244, 0.00132790235102067, 0.00487057692307692, 0.00379847131701083, 0.0104071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 660, '2021-05-23 00:00:00', 0.000436106770624608, 0.00120634615384611, 0.000525615975638276, 0.0017330769230769, 0.000685905942195047, 0.00244980769230769, 0.00183735466196545, 0.00522692307692306, 0.00391273039134883, 0.0104186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 675, '2021-05-23 00:00:00', 0.000439130434451473, 0.00123153846153846, 0.000435212459168379, 0.00172673076923081, 0.000681102499910723, 0.00225884615384617, 0.00226827369125983, 0.00548653846153846, 0.00394087301924919, 0.0104180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 690, '2021-05-23 00:00:00', 0.000330693734675816, 0.00111788461538465, 0.000546424883992432, 0.00161807692307693, 0.000599282391377727, 0.00209423076923075, 0.00266278437267922, 0.00563884615384616, 0.00409072952399223, 0.0104940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 705, '2021-05-23 00:00:00', 0.000424975112393466, 0.00115538461538463, 0.000574325591120043, 0.00159826923076921, 0.000917055090199911, 0.00245096153846151, 0.00279732240104435, 0.00590384615384614, 0.00407365585665526, 0.0105409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 720, '2021-05-23 00:00:00', 0.000407756007360372, 0.00116980769230767, 0.000489275131031794, 0.00160692307692306, 0.000940409812467222, 0.00244615384615384, 0.00278173902442339, 0.00603, 0.0041082223228358, 0.0105844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 735, '2021-05-23 00:00:00', 0.000355865791469868, 0.00113269230769229, 0.000886867868052858, 0.00178115384615383, 0.000990411355874984, 0.00258057692307694, 0.0030913252572568, 0.00627538461538461, 0.0042300683937006, 0.0107038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 750, '2021-05-23 00:00:00', 0.000734347250703215, 0.00124326923076925, 0.000741451175839534, 0.00172538461538464, 0.00094316433432273, 0.00243980769230771, 0.00299322560767837, 0.00634153846153846, 0.0043171180023430[...];
Date: 2021-05-23 17:20:54 Duration: 26s521ms Database: acaweb_fx User: pgperfstats
18 26s505ms 2 1s924ms 24s581ms 13s252ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 23 17 2 26s505ms 13s252ms [ User: pgperfstats - Total duration: 26s505ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1035, '2021-05-23 00:00:00', 0.000409724109802991, 0.000730384615384601, 0.000479791461109751, 0.000994615384615384, 0.000679881692196976, 0.00143134615384613, 0.000963324132686095, 0.00201923076923075, 0.00174964163363637, 0.00504961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1050, '2021-05-23 00:00:00', 0.00031594163287643, 0.00068365384615385, 0.000516531181574184, 0.00105730769230768, 0.000620352412250174, 0.00133134615384613, 0.000830373711048222, 0.00189249999999998, 0.00178989828890228, 0.00504173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1065, '2021-05-23 00:00:00', 0.000405049522138475, 0.00075865384615382, 0.000482423529213157, 0.00100230769230767, 0.000548149193615725, 0.00121153846153845, 0.000728941276520541, 0.00177923076923077, 0.00179971746714266, 0.00503980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1080, '2021-05-23 00:00:00', 0.000336752648324922, 0.000692115384615358, 0.000361867432164815, 0.000910961538461511, 0.000514855468890217, 0.00117807692307689, 0.000665454616148884, 0.0017196153846154, 0.00181729305244406, 0.00501596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1095, '2021-05-23 00:00:00', 0.000274619807118024, 0.000554038461538453, 0.00033720114973798, 0.000736153846153818, 0.00052590727465822, 0.00101730769230767, 0.000605422674983863, 0.00159384615384615, 0.00192935534271464, 0.00505596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1110, '2021-05-23 00:00:00', 0.000180498028968551, 0.000478461538461522, 0.00035687274180883, 0.000693076923076912, 0.000403886932007147, 0.000880576923076936, 0.000519951920854235, 0.00149500000000001, 0.00193836506246491, 0.00504865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1125, '2021-05-23 00:00:00', 0.000223244605413325, 0.000423076923076936, 0.000221933808565986, 0.000568846153846174, 0.000332835371640969, 0.000830769230769242, 0.000528421197094213, 0.00144519230769231, 0.00193236395679965, 0.0050423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1140, '2021-05-23 00:00:00', 0.000181638694623745, 0.000376153846153859, 0.000237287556806913, 0.000535769230769256, 0.000398656976127817, 0.000815769230769237, 0.000559290518975062, 0.00149326923076923, 0.00193167210348562, 0.00504365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1155, '2021-05-23 00:00:00', 0.000206256002243683, 0.000383461538461548, 0.000222180886112741, 0.000572115384615375, 0.000379469873132757, 0.00078576923076922, 0.000564652003109352, 0.00146826923076923, 0.00193878360953855, 0.00504673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1170, '2021-05-23 00:00:00', 0.000148386190524775, 0.000357307692307667, 0.000271548621514002, 0.000500576923076889, 0.000366860537324667, 0.000700576923076901, 0.000564881369438299, 0.0014801923076923, 0.00194820735154535, 0.00503326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1185, '2021-05-23 00:00:00', 0.00024253794310611, 0.000330576923076911, 0.000310381960716872, 0.000494807692307663, 0.00035090191485109, 0.000683076923076915, 0.000637952976323485, 0.00151, 0.00196375104171738, 0.00503692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1200, '2021-05-23 00:00:00', 0.000307022737819944, 0.000389807692307658, 0.000329657164572301, 0.000510384615384586, 0.000388487402033148, 0.000707692307692298, 0.000601820986672963, 0.00160749999999999, 0.00196544754151859, 0.00504596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1215, '2021-05-23 00:00:00', 0.000133575821165345, 0.000267499999999976, 0.000212400927131121, 0.000431923076923071, 0.000366650588225538, 0.000664423076923083, 0.000639650655857145, 0.00159480769230767, 0.00195640963344748, 0.00505442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1230, '2021-05-23 00:00:00', 0.000167170226462106, 0.000316730769230769, 0.000314715011496965, 0.000501538461538459, 0.000334045597992936, 0.00074269230769228, 0.000642361628320449, 0.0016126923076923, 0.00196719848632906, 0.00508173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1245, '2021-05-23 00:00:00', 0.000261889583309736, 0.000373076923076925, 0.000282775325329808, 0.000503269230769223, 0.000315470344821072, 0.00071653846153845, 0.000624550915581637, 0.00158961538461538, 0.00197664832870812, 0.00509384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1260, '2021-05-23 00:00:00', 0.000155119432894583, 0.000310961538461535, 0.000212762417155496, 0.00049538461538459, 0.000332980306647987, 0.000693269230769229, 0.00060097305712041, 0.00157384615384616, 0.00197871295582215, 0.0051101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1275, '2021-05-23 00:00:00', 0.000189581015764931, 0.000330192307692285, 0.000226322523438108, 0.000438269230769215, 0.00036311478371702, 0.000732884615384626, 0.000592758350036913, 0.0015623076923077, 0.00201110563735855, 0.00514673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1290, '2021-05-23 00:00:00', 0.000138877505516403, 0.000260192307692296, 0.000323667267421347, 0.000477500000000002, 0.000399573041363698, 0.000716153846153858, 0.000567585981287312, 0.0015346153846154, 0.0020266509699122, 0.00515807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1305, '2021-05-23 00:00:00', 0.000274288450077918, 0.000398076923076926, 0.000320293375132617, 0.000564615384615394, 0.000467619873565959, 0.000757115384615374, 0.000567151756926348, 0.00151865384615385, 0.00210091793124959, 0.00522307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1320, '2021-05-23 00:00:00', 0.000219746444794931, 0.000362500000000018, 0.000286454184818463, 0.000505000000000003, 0.000458757561245626, 0.00085749999999999, 0.00055460481425969, 0.0014875, 0.00210203125205486, 0.00522423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1335, '2021-05-23 00:00:00', 0.0001675474674418, 0.000308076923076926, 0.000260703559917848, 0.000442884615384622, 0.000408928289745114, 0.000812115384615376, 0.000527382360196258, 0.00156192307692306, 0.00210291955477285, 0.00522942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1350, '2021-05-23 00:00:00', 0.000182264495044548, 0.000277115384615415, 0.000356683279028431, 0.000594807692307703, 0.000414691405190052, 0.000794807692307698, 0.000516358439905427, 0.00158596153846153, 0.00209911172605496, 0.00523403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1365, '2021-05-23 00:00:00', 0.000372577353868161, 0.000481730769230748, 0.000428948849380261, 0.000638653846153837, 0.000455945720453682, 0.0008225, 0.000579882879421482, 0.0016930769230769, 0.00209599060479395, 0.00524115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1380, '2021-05-23 00:00:00', 0.000418453563272421, 0.000425769230769236, 0.000445552034429905, 0.000551153846153861, 0.000444006929952898, 0.00110692307692308, 0.000593431999863119, 0.00175653846153846, 0.00207441135302003, 0.00524230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1395, '2021-05-23 00:00:00', 0.000309384251998402, 0.000281153846153835, 0.000410857639578467, 0.000480000000000002, 0.000515889970379819, 0.00118269230769228, 0.000575189199641812, 0.00184115384615383, 0.00207857069974684, 0.00523807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1410, '2021-05-23 00:00:00', 0.00039589645110812, 0.00035500000000002, 0.000419648250140749, 0.000929423076923077, 0.000559611953465589, 0.00120653846153842, 0.000587833865855094, 0.00194442307692306, 0.00208657953451243, 0.00523692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1425, '2021-05-23 00:00:00', 0.000443941610852352, 0.000821923076923064, 0.000537027001183384, 0.00109499999999996, 0.000577620982998401, 0.00117499999999994, 0.000730678188660792, 0.00211115384615382, 0.00209233755917596, 0.00525269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 0, '2021-05-23 00:00:00', 0.000609546647422985, 0.000626346153846141, 0.000663787964291652, 0.000787307692307658, 0.000620228865946965, 0.000925384615384589, 0.000748784373809655, 0.00216596153846153, 0.00208999835296217, 0.00523365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 15, '2021-05-23 00:00:00', 0.00059701340018465, 0.00038599999999998, 0.000590508820143011, 0.000535600000000001, 0.000505468182315482, 0.000947800000000019, 0.00073826502693816, 0.00213959999999998, 0.00214000584111352, 0.00514800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 30, '2021-05-23 00:00:00', 0.000312958729973564, 0.000206599999999995, 0.000363710278472677, 0.000448200000000005, 0.00036740645067824, 0.000866000000000007, 0.000708801100450608, 0.0021986, 0.00220658744822557, 0.00513860000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 45, '2021-05-23 00:00:00', 0.000314759981817656, 0.000360384615384619, 0.000331543302659611, 0.000764807692307707, 0.000374216514868076, 0.000869999999999986, 0.000772376552247363, 0.00232346153846152, 0.00220556111820865, 0.00522538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 60, '2021-05-23 00:00:00', 0.000340142560610186, 0.000604807692307709, 0.000359503985213829, 0.00068134615384616, 0.000474529767243324, 0.000832499999999988, 0.000859517216903662, 0.0023903846153846, 0.00222701525848801, 0.00522480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 75, '2021-05-23 00:00:00', 0.000235869993526411, 0.000319423076923077, 0.000316471410787989, 0.000483076923076902, 0.00042318390255845, 0.000838846153846166, 0.000964541660782246, 0.00237615384615384, 0.00230318966118394, 0.00520615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 90, '2021-05-23 00:00:00', 0.00023921023903992, 0.000278461538461518, 0.000351658761607596, 0.00044326923076924, 0.000431331034749961, 0.000877692307692327, 0.000960769823550942, 0.00244057692307692, 0.00230123773552074, 0.00517365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 105, '2021-05-23 00:00:00', 0.000219660314681937, 0.000305576923076927, 0.000328146836269761, 0.000657884615384647, 0.00041269862350893, 0.000961923076923085, 0.0010065813429624, 0.00241500000000001, 0.00230693823897857, 0.00515096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 120, '2021-05-23 00:00:00', 0.000312273302388482, 0.000563846153846184, 0.000377588349315035, 0.000729807692307717, 0.000397796478694224, 0.00103596153846155, 0.00102356956473224, 0.00241942307692308, 0.00232321037823493, 0.00517730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 135, '2021-05-23 00:00:00', 0.000326938773378827, 0.000484807692307717, 0.000360571768168276, 0.000719999999999986, 0.000342581433328657, 0.00109903846153845, 0.00105871620371087, 0.00238499999999999, 0.00233761897270245, 0.0051526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 150, '2021-05-23 00:00:00', 0.000246563145290175, 0.000449230769230749, 0.000366933288843551, 0.000699038461538455, 0.000442997178320593, 0.00109249999999998, 0.00104356666515144, 0.00242576923076925, 0.00233293496232998, 0.00513346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 165, '2021-05-23 00:00:00', 0.000311883854121281, 0.000503461538461515, 0.000319966164076526, 0.000822884615384626, 0.000641177912427275, 0.00123134615384616, 0.00104321551722765, 0.00243384615384619, 0.00232476500880279, 0.00513288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 180, '2021-05-23 00:00:00', 0.000282543189346605, 0.000664423076923091, 0.000347577993461128, 0.000857692307692282, 0.000626222128199011, 0.00129192307692307, 0.00102264257986542, 0.00240538461538464, 0.00227547097407243, 0.00513692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 195, '2021-05-23 00:00:00', 0.000284886009592483, 0.000544038461538422, 0.000539275011901633, 0.000883461538461519, 0.000556851727261198, 0.0012053846153846, 0.00105774309808118, 0.00231269230769232, 0.00223700931018316, 0.0052244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 210, '2021-05-23 00:00:00', 0.000349912351662744, 0.000625576923076931, 0.000406266727466251, 0.000904423076923084, 0.000632510048567184, 0.00124980769230772, 0.00107621401932169, 0.00230884615384618, 0.00220975753107752, 0.00525288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 225, '2021-05-23 00:00:00', 0.000259249211852489, 0.000558076923076933, 0.000423528447868423, 0.00084788461538461, 0.000588610782984936, 0.00119442307692308, 0.00098137652540467, 0.00227326923076926, 0.0021725370847503, 0.0052542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 240, '2021-05-23 00:00:00', 0.000331328154785925, 0.000607884615384592, 0.000474160351001165, 0.000905961538461547, 0.000658683068414043, 0.00119923076923075, 0.000899439740145934, 0.00222461538461541, 0.00206227955465266, 0.00523519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 255, '2021-05-23 00:00:00', 0.000270898292012685, 0.000533269230769248, 0.000365794814279603, 0.000750384615384604, 0.000565102339267987, 0.00110942307692306, 0.000853817400763263, 0.00208192307692309, 0.00190140123431278, 0.00513442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 270, '2021-05-23 00:00:00', 0.000284029250931351, 0.000521153846153844, 0.000414164404368794, 0.000731923076923047, 0.00053759779074638, 0.00108076923076922, 0.000843567789442304, 0.00202615384615387, 0.0018315692410104, 0.00515826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 285, '2021-05-23 00:00:00', 0.000356318137883277, 0.000498846153846142, 0.000452573708403889, 0.00073480769230769, 0.00048198455928027, 0.000988653846153858, 0.000846632719388037, 0.00198480769230771, 0.00182525152112925, 0.00516634615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 300, '2021-05-23 00:00:00', 0.000274098803073165, 0.000463076923076916, 0.000318781815908372, 0.000654615384615395, 0.000372427638815727, 0.000897884615384622, 0.000878533240034862, 0.00195557692307697, 0.00184363688440499, 0.00517519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 315, '2021-05-23 00:00:00', 0.000243789947416932, 0.00045653846153848, 0.00030238411639198, 0.000626923076923093, 0.000514997087370435, 0.00092000000000004, 0.000769516331610573, 0.00205423076923078, 0.00184532669611229, 0.00516884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 330, '2021-05-23 00:00:00', 0.000179021270760241, 0.000358846153846165, 0.000322056433181902, 0.000587884615384641, 0.000545895629641375, 0.000970961538461571, 0.000770694816383228, 0.00218750000000003, 0.00183711420858494, 0.00516615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 345, '2021-05-23 00:00:00', 0.00027412125335051, 0.000427307692307708, 0.000450926780684481, 0.000660192307692329, 0.000530021806518012, 0.00103634615384616, 0.000793114527572225, 0.0022144230769231, 0.00183476010798311, 0.00518057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 360, '2021-05-23 00:00:00', 0.000312028598294858, 0.000410384615384597, 0.000421393110819533, 0.000696923076923065, 0.000501707430833782, 0.000987115384615361, 0.000948563630727231, 0.00224980769230769, 0.00180336889864928, 0.00517576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 375, '2021-05-23 00:00:00', 0.000266425339520197, 0.000412692307692313, 0.000359006749454435, 0.000630384615384612, 0.000459080561054845, 0.000874807692307693, 0.000884309835190913, 0.00225326923076924, 0.00178637188177604, 0.0051375 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 390, '2021-05-23 00:00:00', 0.000196815024442119, 0.000378076923076923, 0.000295052342162158, 0.000541730769230748, 0.000341530548245123, 0.000828653846153843, 0.00091688269948526, 0.00232173076923077, 0.00176740927304957, 0.00514653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 405, '2021-05-23 00:00:00', 0.000184035218201459, 0.000355192307692278, 0.000239375469471314, 0.000501153846153824, 0.000403273003540549, 0.000823653846153819, 0.000954493522563333, 0.0023932692307692, 0.00172481554197724, 0.00514557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 420, '2021-05-23 00:00:00', 0.000165438345476037, 0.000334615384615365, 0.000176493299066505, 0.000538269230769213, 0.000385217670734526, 0.000789423076923056, 0.00102486224214993, 0.00246884615384613, 0.00170188778668326, 0.00516596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 435, '2021-05-23 00:00:00', 0.000167415190929187, 0.000390384615384602, 0.000338998751983191, 0.000586923076923079, 0.000381287747185594, 0.000837115384615343, 0.00100680018642459, 0.00251115384615383, 0.00169587835195083, 0.00516076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 450, '2021-05-23 00:00:00', 0.000296663756828166, 0.000404230769230753, 0.000297885625960496, 0.000564615384615334, 0.000342606356310868, 0.000861346153846092, 0.00101124327515115, 0.00248480769230764, 0.00168524757368628, 0.00512076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 465, '2021-05-23 00:00:00', 0.000178113727713499, 0.000372499999999972, 0.000229141877447126, 0.000574999999999967, 0.00029776274757959, 0.000884423076923047, 0.000999754912273694, 0.00253673076923072, 0.00163466850320937, 0.00509365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 480, '2021-05-23 00:00:00', 0.000235104968373359, 0.000467115384615362, 0.00032338117541898, 0.000665769230769194, 0.000346335597583992, 0.000962115384615376, 0.00102742817454368, 0.00265442307692304, 0.00161170498588873, 0.00507519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 495, '2021-05-23 00:00:00', 0.000193479078574798, 0.000403076923076899, 0.000247480302246471, 0.00061749999999998, 0.000318901298933606, 0.00106596153846149, 0.000996061938142098, 0.00268076923076922, 0.00159482110161422, 0.00505788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 510, '2021-05-23 00:00:00', 0.000200966128030044, 0.000450769230769212, 0.000299035951015972, 0.000687499999999986, 0.000513053453505441, 0.00122038461538461, 0.000972962170187192, 0.0026957692307692, 0.00158562668998732, 0.00504999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 525, '2021-05-23 00:00:00', 0.000223871958597225, 0.000465576923076924, 0.000237619686441625, 0.000823653846153811, 0.000597647439163317, 0.0012723076923077, 0.000966929736529293, 0.00271365384615382, 0.00160229212020207, 0.00505596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 540, '2021-05-23 00:00:00', 0.000245025273421685, 0.00065923076923075, 0.000451846638380113, 0.00101423076923078, 0.000817124154957733, 0.00144673076923078, 0.00102509213469588, 0.00274173076923075, 0.00159908209247106, 0.00507846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 555, '2021-05-23 00:00:00', 0.000289382366163116, 0.000633076923076946, 0.000424316101327936, 0.000891923076923104, 0.000619582613849513, 0.00146384615384617, 0.000917830657248152, 0.00265865384615384, 0.00158565692525698, 0.00500826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 570, '2021-05-23 00:00:00', 0.000328715448608443, 0.000654615384615403, 0.000573395285859726, 0.00100807692307693, 0.000550048983832675, 0.00153326923076923, 0.000851481717586827, 0.00265865384615384, 0.00158104328992455, 0.00500173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 585, '2021-05-23 00:00:00', 0.000311406548520649, 0.00061596153846156, 0.000354330191509822, 0.00102826923076925, 0.000524082384891776, 0.00150211538461538, 0.000728447770156609, 0.00255192307692309, 0.00153631658646459, 0.00494557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 600, '2021-05-23 00:00:00', 0.000339266913302111, 0.000819038461538455, 0.000435486465390652, 0.00113769230769231, 0.000645582176143251, 0.00155711538461537, 0.000738949566302341, 0.00255269230769231, 0.00152862704864405, 0.00493557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 615, '2021-05-23 00:00:00', 0.000259684497923045, 0.000700961538461562, 0.000408980909842239, 0.00102923076923077, 0.000636283711514363, 0.0013851923076923, 0.000763760332927698, 0.00243038461538464, 0.00150905238987409, 0.00487865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 630, '2021-05-23 00:00:00', 0.000270308086335659, 0.000682307692307679, 0.000360873299734889, 0.000981538461538444, 0.000479838113726508, 0.00123384615384612, 0.00069079842323098, 0.00236269230769231, 0.00150857477313984, 0.0048603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 645, '2021-05-23 00:00:00', 0.000259571540457332, 0.000690769230769213, 0.000342431801183139, 0.000888461538461526, 0.000412070942361223, 0.00126230769230764, 0.000648800698330234, 0.00229788461538463, 0.00151354006833702, 0.00484346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 660, '2021-05-23 00:00:00', 0.000177727211024263, 0.000565192307692321, 0.000295300108103884, 0.000788076923076919, 0.000557684395169359, 0.00125826923076922, 0.000653296257451376, 0.00227000000000003, 0.00148366589904873, 0.00482750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 675, '2021-05-23 00:00:00', 0.000281844542529802, 0.000577884615384618, 0.000350733297754648, 0.000875384615384586, 0.000500260893473046, 0.00124019230769232, 0.000690986947444368, 0.00221980769230771, 0.00141487933706784, 0.00479153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 690, '2021-05-23 00:00:00', 0.000238633288025472, 0.000629615384615359, 0.000400197643479015, 0.00093807692307692, 0.000399312486078806, 0.00118769230769231, 0.000716861669951829, 0.0021644230769231, 0.00133735985606547, 0.00480923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 705, '2021-05-23 00:00:00', 0.000244645426312001, 0.000625769230769214, 0.000274565741041813, 0.000792115384615373, 0.000372958236474067, 0.0011203846153846, 0.000755836368127798, 0.00215115384615386, 0.00135706651954191, 0.00480153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 720, '2021-05-23 00:00:00', 0.000228885678551849, 0.000530576923076932, 0.00029823977189244, 0.000804807692307713, 0.000449700413095718, 0.00114230769230771, 0.000702658249353562, 0.00213115384615386, 0.00136776900040235, 0.00481096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 735, '2021-05-23 00:00:00', 0.000216197559226221, 0.000544230769230799, 0.00030987962923589, 0.000774230769230777, 0.000410378436980389, 0.0010773076923077, 0.000776227390355725, 0.0021298076923077, 0.00137272300976509, 0.00481269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 750, '2021-05-23 00:00:00', 0.000205961254758097, 0.000474038461538467, 0.000290038724204985, 0.000662692307692319, 0.000366619536598082, 0.00098173076923077, 0.000785498592272155, 0.00204403846153848, 0.00137775772404073, 0.00478788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 765, '2021-05-23 00:00:00', 0.000213203045150715, 0.00049846153846155, 0.000234785008039284, 0.000720000000000003, 0.000261545186565143, 0.000963269230769247, 0.000825633300051463, 0.00211288461538464, 0.00134182827343317, 0.00482634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 780, '2021-05-23 00:00:00', 0.000182547359503067, 0.000548461538461536, 0.000282053459199076, 0.000718076923076922, 0.00029731490686837, 0.000943076923076927, 0.000832458730785809, 0.00214153846153849, 0.00135018762228983, 0.00481884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 795, '2021-05-23 00:00:00', 0.000151610837850889, 0.000445384615384664, 0.000219495663177761, 0.000652115384615412, 0.000347747698106635, 0.000952692307692332, 0.000820499871091702, 0.00213403846153847, 0.00137740921800537, 0.00479307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 810, '2021-05-23 00:00:00', 0.00018847852356739, 0.0004819230769231, 0.000241968211516734, 0.000656153846153866, 0.000383291212847563, 0.000983076923076924, 0.000825272099650479, 0.00218096153846153, 0.00134761658550882, 0.00480230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 825, '2021-05-23 00:00:00', 0.00016780987410206, 0.000456923076923064, 0.000277500381150119, 0.000687307692307677, 0.000373824105079462, 0.000937692307692293, 0.000821909596376263, 0.00219576923076923, 0.00132764448728394, 0.00481326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 840, '2021-05-23 00:00:00', 0.000222860080284962, 0.000481153846153847, 0.000320059189237522, 0.000693269230769221, 0.000325838150007044, 0.000992500000000003, 0.000821443312337867, 0.00223365384615385, 0.00131283775141429, 0.00482480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 855, '2021-05-23 00:00:00', 0.000301979367608975, 0.000483461538461546, 0.000288722118200987, 0.000717307692307694, 0.000374318097961535, 0.00104596153846155, 0.000856259037010139, 0.00232153846153845, 0.0012833651228164, 0.00486903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 870, '2021-05-23 00:00:00', 0.000254819468523245, 0.00052480769230768, 0.000277703771338068, 0.000745769230769223, 0.000446403448084278, 0.00109096153846155, 0.000827198050882966, 0.00231615384615384, 0.00125460015082956, 0.00486846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 885, '2021-05-23 00:00:00', 0.000209487377993183, 0.000494807692307706, 0.000260573110957083, 0.000752884615384637, 0.000497417677765741, 0.00121788461538463, 0.000716935814099443, 0.00231019230769232, 0.00122648222728508, 0.00487942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 900, '2021-05-23 00:00:00', 0.000193721449509336, 0.000549999999999991, 0.000288103346841962, 0.00078346153846153, 0.000442546173166849, 0.00122365384615386, 0.000675035155779629, 0.0022873076923077, 0.00119122395039724, 0.0048675 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 915, '2021-05-23 00:00:00', 0.000268212889038099, 0.000591923076923069, 0.000403013838281212, 0.000966923076923075, 0.000505967770332659, 0.00127576923076923, 0.000643507217101348, 0.00228653846153844, 0.001153103037627, 0.00482884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 930, '2021-05-23 00:00:00', 0.000354139748599971, 0.000669807692307674, 0.000370346667118986, 0.00087557692307692, 0.000531891110892231, 0.00124807692307691, 0.000637078578657751, 0.00224865384615383, 0.00114365581159045, 0.00479384615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 945, '2021-05-23 00:00:00', 0.000265251767194874, 0.000567499999999977, 0.000400312233906707, 0.000851730769230755, 0.000540049997685392, 0.00128499999999998, 0.00061657369014953, 0.00218365384615382, 0.00118874634999035, 0.00489173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 960, '2021-05-23 00:00:00', 0.000296439707191875, 0.000632499999999993, 0.000443033424681077, 0.000871153846153823, 0.000529915414150076, 0.00130211538461537, 0.000610935379939279, 0.00218596153846152, 0.00118024893071824, 0.00496153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 975, '2021-05-23 00:00:00', 0.000283206909954822, 0.00057307692307692, 0.000372843336867038, 0.000951923076923079, 0.000460652087972969, 0.00128211538461537, 0.00055639180992702, 0.00212461538461539, 0.00119486441136158, 0.0049751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 990, '2021-05-23 00:00:00', 0.00028573044047735, 0.000741730769230761, 0.000426495062646152, 0.000990961538461531, 0.000471147412828928, 0.00129826923076921, 0.000643637619018188, 0.00209576923076922, 0.00118917262769606, 0.00498846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1005, '2021-05-23 00:00:00', 0.000295411837687902, 0.000681923076923086, 0.000357309605029244, 0.00097307692307691, 0.000466998270462955, 0.00131576923076922, 0.000709533541246548, 0.00205038461538461, 0.00128791142791493, 0.0051253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1020, '2021-05-23 00:00:00', 0.000284599921617377, 0.000718653846153814, 0.00037070333359501, 0.000934807692307659, 0.000507479025712871, 0.0013501923076923, 0.000689796318878605, 0.00200480769230769, 0.00133081445565662, 0.00510865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1035, '2021-05-23 00:00:00', 0.000281120081104142, 0.000652499999999979, 0.000322298714763891, 0.000942307692307708, 0.000496493550969067, 0.00135538461538461, 0.000750229400814281, 0.00194192307692307, 0.00136221805833776, 0.00513096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1050, '2021-05-23 00:00:00', 0.000223144658151467, 0.000601538461538457, 0.000396416302156442, 0.000968269230769229, 0.000479741957883464, 0.00128711538461537, 0.000752286079994754, 0.00189211538461537, 0.00136256241917713, 0.00513288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1065, '2021-05-23 00:00:00', 0.000360470472491804, 0.000760192307692326, 0.000460115035783297, 0.00100538461538463, 0.000473267203759016, 0.0011896153846154, 0.000848100615402526, 0.00186442307692308, 0.00137818576396653, 0.00515999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1080, '2021-05-23 00:00:00', 0.000418944323453459, 0.000672884615384617, 0.000421099704985043, 0.000844807692307693, 0.00043301168042517, 0.00107134615384614, 0.000777497167939418, 0.0017353846153846, 0.00137960864015852, 0.005175 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1095, '2021-05-23 00:00:00', 0.00031826772716353, 0.000507115384615385, 0.000381960126795338, 0.000756538461538447, 0.000443707847402027, 0.00101442307692306, 0.0008147735881826, 0.00164999999999999, 0.00137973716839337, 0.00517057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1110, '2021-05-23 00:00:00', 0.000188228277937681, 0.000511730769230774, 0.00023976053758826, 0.000711346153846142, 0.000259889695536675, 0.000954423076923078, 0.000788769075107618, 0.00155442307692309, 0.00139337233413703, 0.00516730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1125, '2021-05-23 00:00:00', 0.000251761486637328, 0.000474615384615368, 0.000292504043364555, 0.000681153846153816, 0.000291696101078858, 0.000846153846153821, 0.000810119673020823, 0.00148173076923077, 0.00141179667309209, 0.00515461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1140, '2021-05-23 00:00:00', 0.000263982298357591, 0.000450576923076894, 0.000290624261785644, 0.000622307692307687, 0.000332650659909842, 0.000777692307692313, 0.00084070913290735, 0.00145461538461538, 0.00141973778727461, 0.00514076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1155, '2021-05-23 00:00:00', 0.000266684558694598, 0.000444423076923068, 0.000300530300532987, 0.000582692307692273, 0.00035758963373374, 0.000782115384615376, 0.000831747488493545, 0.00143826923076922, 0.00151461495487745, 0.0051723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1170, '2021-05-23 00:00:00', 0.00017300867030298, 0.000369999999999981, 0.000169429926518305, 0.000497500000000022, 0.000288114293560448, 0.000714615384615386, 0.000704250638294672, 0.00136519230769231, 0.00150041855698796, 0.00515038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1185, '2021-05-23 00:00:00', 0.000134903526782891, 0.000324807692307753, 0.000209864150198312, 0.000494807692307731, 0.000331930541853891, 0.000716730769230776, 0.000648498650731059, 0.0013525, 0.00149702737501305, 0.0051648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1200, '2021-05-23 00:00:00', 0.000224859699847212, 0.000386730769230775, 0.000267620353945924, 0.000535576923076913, 0.000335780663299956, 0.000710576923076915, 0.000639362061866221, 0.00144961538461539, 0.00149515897019473, 0.00517788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1215, '2021-05-23 00:00:00', 0.000184125375345579, 0.000301923076923065, 0.000245316122584741, 0.000444999999999986, 0.000329330381228316, 0.000657500000000003, 0.000613162671351109, 0.00145769230769232, 0.0014166278079135, 0.00522788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1230, '2021-05-23 00:00:00', 0.000154332807220702, 0.00030384615384618, 0.000167927182021071, 0.000426538461538472, 0.000310444656284143, 0.000643269230769235, 0.000554279851560682, 0.00143307692307694, 0.00141955080923508, 0.00524750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1245, '2021-05-23 00:00:00', 0.000137453208821679, 0.000310769230769209, 0.000214099635324632, 0.000490576923076926, 0.000390697404059001, 0.000702692307692299, 0.000541191314103928, 0.00141596153846153, 0.00148329022265211, 0.00530826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1260, '2021-05-23 00:00:00', 0.000206085213891257, 0.000336346153846162, 0.000225784529687367, 0.000470576923076897, 0.000350236842941787, 0.000655384615384605, 0.000521036097966929, 0.00142384615384616, 0.00148523798921768, 0.00532173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1275, '2021-05-23 00:00:00', 0.000147647839860199, 0.000313269230769208, 0.000253673093688584, 0.000474038461538458, 0.0003004668802944, 0.000642884615384634, 0.000541577468000785, 0.00149807692307694, 0.00154188841509864, 0.00540673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1290, '2021-05-23 00:00:00', 0.000178140825882645, 0.000321923076923068, 0.000181240278253869, 0.000454038461538455, 0.000227025667813481, 0.000605576923076945, 0.000543395485669647, 0.0014594230769231, 0.00153369959951044, 0.00539769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1305, '2021-05-23 00:00:00', 0.000150364684888274, 0.000323461538461522, 0.000248449964007638, 0.000440769230769257, 0.000288919538972388, 0.000572500000000019, 0.000547385709883445, 0.00144634615384618, 0.00151835316911246, 0.00542288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1320, '2021-05-23 00:00:00', 0.00018056844003997, 0.000280192307692316, 0.000181697974248913, 0.000381923076923085, 0.000423883873792738, 0.000686538461538441, 0.000613173836563604, 0.00145807692307693, 0.00152138944591905, 0.00542461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1335, '2021-05-23 00:00:00', 0.000116952324277235, 0.000229615384615386, 0.000179667748914517, 0.000317499999999988, 0.000427455665717328, 0.000667115384615374, 0.000637271105212219, 0.00148769230769234, 0.00154391466733107, 0.0054425 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1350, '2021-05-23 00:00:00', 0.000130404695526585, 0.000235769230769221, 0.000422871002334497, 0.000538269230769204, 0.000439425324013769, 0.000661153846153814, 0.000672178891024134, 0.00156269230769231, 0.00153766262429502, 0.00544788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1365, '2021-05-23 00:00:00', 0.000422230341802253, 0.000422307692307675, 0.000412177706260841, 0.000522692307692299, 0.000433715300097245, 0.000609807692307665, 0.000693611535038485, 0.00158019230769233, 0.00153766262429502, 0.00544788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1380, '2021-05-23 00:00:00', 0.000153635933296871, 0.000215000000000025, 0.000194303588786684, 0.000308269230769243, 0.000467159542834703, 0.00092096153846156, 0.000656408878203668, 0.00165384615384619, 0.00155162303362045, 0.00544403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1395, '2021-05-23 00:00:00', 0.000163735715759831, 0.000180769230769228, 0.000308776057760564, 0.000304423076923064, 0.000434234826580478, 0.00106326923076923, 0.000669875763452865, 0.00180846153846155, 0.00154734661225645, 0.00543153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1410, '2021-05-23 00:00:00', 0.000234431554715152, 0.0001880769230769, 0.000456335234398828, 0.00086038461538465, 0.000434216580131994, 0.00107403846153847, 0.000683264561892739, 0.00188730769230771, 0.00154734661225645, 0.00543153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1425, '2021-05-23 00:00:00', 0.000489118241170937, 0.00080942307692311, 0.000449326675747664, 0.00100230769230769, 0.000453852568403156, 0.00104692307692309, 0.000713048816971622, 0.00205884615384617, 0.00155386006943502, 0.00544865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 0, '2021-05-23 00:00:00', 0.000429902493416991, 0.000628076923076913, 0.000444189322075776, 0.000701923076923072, 0.000432883178414034, 0.000900384615384613, 0.00066632900743841, 0.00206211538461539, 0.0015936984199798, 0.00548942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 15, '2021-05-23 00:00:00', 0.000276094256480522, 0.00021096153846152, 0.000260991673901986, 0.000384423076923067, 0.000482153382872503, 0.000886730769230762, 0.000774309344860643, 0.00208519230769232, 0.0016190047868984, 0.0054625 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 30, '2021-05-23 00:00:00', 0.000203084010657207, 0.000251346153846144, 0.000259546942545302, 0.00053115384615385, 0.0004298026828137, 0.000872884615384612, 0.00079762553870852, 0.0021475, 0.00167670928859523, 0.00547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 45, '2021-05-23 00:00:00', 0.000268882588045129, 0.000395384615384652, 0.000450817206688207, 0.000758076923076928, 0.000455803137330142, 0.000872500000000003, 0.000819436110054705, 0.00219653846153846, 0.00165593065861884, 0.00546211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 60, '2021-05-23 00:00:00', 0.000438088329695518, 0.000619230769230735, 0.000449656963268002, 0.00069423076923074, 0.000490978144586432, 0.0008584615384615, 0.000764259747427838, 0.00220480769230767, 0.00163398794835965, 0.00542115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 75, '2021-05-23 00:00:00', 0.000268872574909505, 0.000292307692307703, 0.000279622341464623, 0.00041557692307693, 0.000353474403381848, 0.000691923076923092, 0.000678392925625295, 0.00207480769230767, 0.0016239151763562, 0.0053875 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 90, '2021-05-23 00:00:00', 0.000155573010314956, 0.000250192307692298, 0.000247462196025004, 0.000441538461538468, 0.000409059333668755, 0.000753461538461521, 0.000667219604028533, 0.00208999999999998, 0.00161155471994736, 0.00542884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 105, '2021-05-23 00:00:00', 0.000229375489938675, 0.00034865384615385, 0.000303608553644542, 0.000566923076923093, 0.00043722147177901, 0.000823846153846171, 0.000717777043806338, 0.00217826923076923, 0.00161073542687327, 0.00543115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 120, '2021-05-23 00:00:00', 0.000231959877167099, 0.00044576923076923, 0.000348153204561068, 0.000619423076923078, 0.000366193780142963, 0.000908269230769254, 0.000689635020527845, 0.00219730769230769, 0.00160666985982233, 0.00543403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 135, '2021-05-23 00:00:00', 0.000265793442067636, 0.000408076923076923, 0.000308704489015742, 0.000567307692307685, 0.000455532148658628, 0.000981538461538435, 0.000684419349634294, 0.00216961538461536, 0.00162187883688593, 0.00539480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 150, '2021-05-23 00:00:00', 0.000209046553519698, 0.000382307692307678, 0.000253445563871544, 0.000585576923076933, 0.00049624575177409, 0.00105461538461536, 0.00073006617192182, 0.00217384615384613, 0.00165667350898859, 0.00541865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 165, '2021-05-23 00:00:00', 0.000199054399213277, 0.000444423076923102, 0.000402558739144427, 0.000798461538461526, 0.000537907627185755, 0.00120615384615383, 0.000741862754257036, 0.00216288461538461, 0.00163145471895483, 0.0054275 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 180, '2021-05-23 00:00:00', 0.000286807627835492, 0.000626153846153823, 0.000376798303523855, 0.00084480769230765, 0.000467942345232321, 0.00126403846153844, 0.000758372954727112, 0.00212846153846151, 0.00161433968401468, 0.00541384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 195, '2021-05-23 00:00:00', 0.000256565556174977, 0.000513269230769228, 0.000447480339061001, 0.000834423076923078, 0.000501825628618639, 0.00121019230769231, 0.000708568871849333, 0.00206538461538462, 0.00158531433427619, 0.00538346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 210, '2021-05-23 00:00:00', 0.000302129111473887, 0.000539999999999994, 0.000304421519506206, 0.000852307692307674, 0.000370953293763294, 0.00120211538461539, 0.000606482925119531, 0.00203153846153847, 0.00156321571915567, 0.00537423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 225, '2021-05-23 00:00:00', 0.000219187397869041, 0.000578653846153837, 0.000308137394430072, 0.000844423076923075, 0.000345192755517178, 0.00120903846153846, 0.000584250374411519, 0.00193750000000002, 0.00156153647214726, 0.00535807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 240, '2021-05-23 00:00:00', 0.000284796350992214, 0.000619807692307662, 0.000347365967510665, 0.000836346153846142, 0.000371563639853976, 0.00116653846153843, 0.000593823627013972, 0.00191749999999999, 0.00152181647533971, 0.00539076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 255, '2021-05-23 00:00:00', 0.000234028022648165, 0.000521346153846162, 0.000276592730312175, 0.000791538461538438, 0.000235192556135452, 0.00101346153846153, 0.000565266615106408, 0.00186788461538462, 0.00155655142740413, 0.00539788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 270, '2021-05-23 00:00:00', 0.000187284234828724, 0.000544230769230748, 0.000192577257224245, 0.00070999999999998, 0.000256842139485259, 0.000973269230769219, 0.000584175059378624, 0.00187249999999999, 0.00156079231605173, 0.00537442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 285, '2021-05-23 00:00:00', 0.000179129519106671, 0.000455769230769236, 0.000237753346656065, 0.000680576923076941, 0.000356994559320753, 0.00104134615384618, 0.000601485756593318, 0.00186634615384617, 0.00155710762436194, 0.0053969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 300, '2021-05-23 00:00:00', 0.000171918585382718, 0.000474999999999995, 0.000263556226667827, 0.000701730769230763, 0.000367042231902561, 0.00106000000000002, 0.000623092195919206, 0.00186673076923079, 0.00151139884264163, 0.0053973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 315, '2021-05-23 00:00:00', 0.000219557597139167, 0.000451538461538456, 0.000308975478240337, 0.000710384615384615, 0.000366219196656888, 0.000992499999999986, 0.000629485504201681, 0.00187499999999999, 0.00151654282954559, 0.00537807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 330, '2021-05-23 00:00:00', 0.00023029846854762, 0.00045423076923079, 0.000292996783915142, 0.000696346153846164, 0.000401742023998178, 0.000905576923076912, 0.000588030905781219, 0.00191711538461538, 0.00150713779932488, 0.00538288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 345, '2021-05-23 00:00:00', 0.000250742589429582, 0.000440384615384605, 0.000311654209266996, 0.000587115384615362, 0.00034705757669074, 0.000769807692307671, 0.000595889380544885, 0.0019280769230769, 0.00152492774103714, 0.00535884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 360, '2021-05-23 00:00:00', 0.000140946389153426, 0.000341730769230753, 0.000329237171936314, 0.000571346153846156, 0.000330161498943507, 0.000716153846153841, 0.000634255954157817, 0.00194884615384614, 0.00152713080644718, 0.00536749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 375, '2021-05-23 00:00:00', 0.000226134830440726, 0.000384807692307677, 0.000205015946846907, 0.000476538461538458, 0.000226582299532713, 0.000641538461538454, 0.00076946027537787, 0.00198365384615383, 0.00154544941185902, 0.00532326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 390, '2021-05-23 00:00:00', 0.000117652192761291, 0.000289038461538476, 0.000190689437406643, 0.000427307692307708, 0.000330027038519349, 0.000685384615384622, 0.00076326968719096, 0.00197615384615384, 0.00153812369463578, 0.0053475 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 405, '2021-05-23 00:00:00', 0.000136457516634865, 0.000309423076923097, 0.000173580395915384, 0.000441923076923085, 0.000304596391210511, 0.000704807692307698, 0.000740620945298851, 0.00208076923076922, 0.00153865845662833, 0.00534538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 420, '2021-05-23 00:00:00', 0.00015954165118092, 0.000326538461538449, 0.000285972026604012, 0.000549999999999982, 0.00034593996811363, 0.00079230769230769, 0.000774725360766857, 0.00217423076923076, 0.00153911089469013, 0.00534288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 435, '2021-05-23 00:00:00', 0.000216796341865263, 0.000385576923076921, 0.000188917666234223, 0.000508269230769247, 0.000319001627678516, 0.000854038461538471, 0.000765842045373275, 0.00229903846153844, 0.0015396446143385, 0.00534153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 450, '2021-05-23 00:00:00', 0.000159204754470935, 0.000318076923076897, 0.000292281476557209, 0.000572692307692293, 0.000430292968175794, 0.000920961538461525, 0.000926820121955449, 0.0025234615384615, 0.00154152776366625, 0.00534461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 465, '2021-05-23 00:00:00', 0.000216785253543304, 0.000429615384615381, 0.000290615791830952, 0.000658461538461522, 0.00047340306456385, 0.000977692307692291, 0.000925090515321847, 0.00256769230769229, 0.00153487344755194, 0.00535250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 480, '2021-05-23 00:00:00', 0.000243943641032094, 0.000467499999999997, 0.000325049818666858, 0.000685769230769248, 0.000372441477075463, 0.0010655769230769, 0.000906275047399206, 0.00258769230769228, 0.00152949931475831, 0.00534692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 495, '2021-05-23 00:00:00', 0.000228825176801988, 0.000435192307692315, 0.000335958845922912, 0.000657884615384595, 0.000365335251726213, 0.00106461538461536, 0.000921389919966242, 0.0025607692307692, 0.00151585756383842, 0.00532307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 510, '2021-05-23 00:00:00', 0.000240407666587099, 0.000400384615384625, 0.000274066317072818, 0.000672884615384625, 0.000381329707935059, 0.0010821153846154, 0.000966952250034169, 0.00254057692307691, 0.00148659172658081, 0.00531480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 525, '2021-05-23 00:00:00', 0.000208537766363797, 0.000439999999999987, 0.000263299186361179, 0.000742307692307687, 0.000402606364350313, 0.00109673076923079, 0.000971085752372843, 0.00255653846153845, 0.00147723030858949, 0.00528923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 540, '2021-05-23 00:00:00', 0.000251518465448448, 0.000603461538461504, 0.000393484483126752, 0.000834038461538451, 0.000437984544862568, 0.0011276923076923, 0.000967726280435831, 0.00254692307692307, 0.00149995712759246, 0.00529576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 555, '2021-05-23 00:00:00', 0.000283834187781948, 0.000505384615384621, 0.000286880570165453, 0.000727307692307726, 0.000439539094261945, 0.00116884615384616, 0.000938785139668048, 0.00248653846153847, 0.00154744753856647, 0.00528826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 570, '2021-05-23 00:00:00', 0.000205808069663138, 0.00047980769230771, 0.000297601501753888, 0.000719423076923093, 0.000417766220971261, 0.00119884615384616, 0.000910975913723641, 0.00246865384615384, 0.0015766284865546, 0.00530423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 585, '2021-05-23 00:00:00', 0.000199321252099394, 0.000534807692307703, 0.000344699199972283, 0.000913461538461536, 0.000367732187248338, 0.00133980769230769, 0.000844074641249239, 0.00247499999999999, 0.00159029132551241, 0.00529750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 600, '2021-05-23 00:00:00', 0.0002516667515707, 0.000718076923076913, 0.000263362648481813, 0.000966730769230774, 0.00051340930589988, 0.00140634615384617, 0.000806367758245881, 0.00240519230769231, 0.00159071513912649, 0.0052894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 615, '2021-05-23 00:00:00', 0.000291338885413218, 0.000677115384615388, 0.000323216050629596, 0.000981153846153843, 0.000464047287046688, 0.00139673076923077, 0.000841029520199014, 0.00230557692307693, 0.00157877849569264, 0.00529153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 630, '2021-05-23 00:00:00', 0.000267786367206268, 0.000656538461538476, 0.000411767344690962, 0.000927884615384631, 0.00076925708416529, 0.00143230769230771, 0.000773136892048342, 0.00217557692307693, 0.0016239816335642, 0.00527288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 645, '2021-05-23 00:00:00', 0.000272753833788187, 0.000629423076923084, 0.000371380584389585, 0.000903461538461547, 0.000829513782516389, 0.00138634615384616, 0.000814731952145104, 0.00210307692307692, 0.00165751305830799, 0.00527153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 660, '2021-05-23 00:00:00', 0.000248641230568215, 0.00061730769230768, 0.000727025473048607, 0.00100903846153845, 0.000767763610454725, 0.00129519230769227, 0.000751694316962589, 0.00202288461538459, 0.00173483818797649, 0.00522846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 675, '2021-05-23 00:00:00', 0.000616430419056757, 0.000697692307692335, 0.00063055412138853, 0.000917499999999998, 0.000606793241937951, 0.00115096153846151, 0.000730965141755426, 0.00199096153846152, 0.00176138284835, 0.00518153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 690, '2021-05-23 00:00:00', 0.000314405727585335, 0.00057980769230769, 0.000319064256851152, 0.00079499999999999, 0.000315741435111323, 0.00103057692307693, 0.000561331932515461, 0.0018584615384615, 0.00182413230162896, 0.00511057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 705, '2021-05-23 00:00:00', 0.000220437327566395, 0.000523846153846135, 0.000226374774348948, 0.000681538461538434, 0.000286919782410427, 0.000965192307692294, 0.000760976119103707, 0.00203057692307691, 0.001799330003512, 0.0050976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 720, '2021-05-23 00:00:00', 0.000206915813426999, 0.000428076923076918, 0.000286884391081422, 0.000650576923076941, 0.000298[...];
Date: 2021-05-23 17:05:20 Duration: 24s581ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1065, '2021-05-23 00:00:00', 0.000887412595912732, 0.00178365384615386, 0.00118692712497439, 0.00230500000000002, 0.00114662487997803, 0.00257115384615387, 0.00143748182597209, 0.00376499999999999, 0.00185503547550569, 0.00776615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1080, '2021-05-23 00:00:00', 0.000707949829817371, 0.00144519230769232, 0.000695329390676435, 0.00167019230769233, 0.000974428214982425, 0.00210788461538462, 0.00126983701255773, 0.00334903846153846, 0.00207978641654894, 0.0078334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1095, '2021-05-23 00:00:00', 0.000367804138931829, 0.00106173076923077, 0.000502026853403756, 0.00133480769230769, 0.000838954110783177, 0.00195999999999999, 0.00116436897733693, 0.00313365384615384, 0.00203694934984795, 0.00785557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1110, '2021-05-23 00:00:00', 0.000337601779525061, 0.000959807692307695, 0.000505039221629984, 0.00138384615384614, 0.000733814690504347, 0.00187000000000003, 0.0011210265384905, 0.00297750000000002, 0.00212341894123603, 0.00789999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1125, '2021-05-23 00:00:00', 0.000438729283972917, 0.000989230769230742, 0.000607220274314404, 0.0013976923076923, 0.000752424389250146, 0.00187769230769228, 0.00106324454456091, 0.00290980769230769, 0.00213167930370543, 0.00788442307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1140, '2021-05-23 00:00:00', 0.000297856767333145, 0.000905576923076929, 0.000436411458990765, 0.00119019230769232, 0.000702857355043268, 0.00168769230769231, 0.00101105885090833, 0.00279, 0.00220500078492921, 0.00783769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1155, '2021-05-23 00:00:00', 0.000320619112631531, 0.000841153846153848, 0.000546426467711241, 0.00125826923076921, 0.000681990553735598, 0.00165365384615384, 0.000926431055178996, 0.00276249999999999, 0.0022158274110103, 0.00784634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1170, '2021-05-23 00:00:00', 0.000351047060180732, 0.000855961538461527, 0.000395797733891727, 0.00116538461538464, 0.00055332227359969, 0.00146346153846154, 0.000881418546347982, 0.00266557692307694, 0.00236901297200722, 0.00791230769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1185, '2021-05-23 00:00:00', 0.000280596959794907, 0.000840576923076939, 0.000358418588546108, 0.00108673076923077, 0.000551637875923935, 0.00142211538461538, 0.00085575403097999, 0.0026548076923077, 0.00239726408962063, 0.00790634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1200, '2021-05-23 00:00:00', 0.000361519655812058, 0.000767307692307697, 0.000464488469675522, 0.00101846153846155, 0.000677129489945502, 0.00147711538461538, 0.000978325669388583, 0.00273634615384616, 0.00239182940123566, 0.00793173076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1215, '2021-05-23 00:00:00', 0.000282371005266759, 0.000710769230769216, 0.000501721996267303, 0.0010151923076923, 0.000605508432260433, 0.00143269230769228, 0.000958277380752316, 0.00272346153846153, 0.00248998365765413, 0.00809115384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1230, '2021-05-23 00:00:00', 0.000359629135895033, 0.000711346153846168, 0.000520160921845745, 0.00105423076923076, 0.000539449862217239, 0.00138192307692304, 0.000915205420404887, 0.00264019230769229, 0.00252218910564126, 0.00811173076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1245, '2021-05-23 00:00:00', 0.00031382534338999, 0.000717884615384587, 0.000318455889953616, 0.000956923076923043, 0.000410750579380656, 0.0013209615384615, 0.000933100950924057, 0.00255076923076921, 0.00254870356938884, 0.00815173076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1260, '2021-05-23 00:00:00', 0.000283707663734237, 0.000725961538461512, 0.000383262111555323, 0.00099461538461535, 0.000576292794172689, 0.00147423076923074, 0.000952673404365111, 0.00249615384615383, 0.00261932469276985, 0.00824038461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1275, '2021-05-23 00:00:00', 0.000290055432367932, 0.000646923076923062, 0.000376380791220789, 0.000917499999999981, 0.000632977578895657, 0.00146384615384614, 0.000974113423343734, 0.00246980769230767, 0.00266972666419963, 0.00827769230769226 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1290, '2021-05-23 00:00:00', 0.000242035915961623, 0.000699230769230773, 0.00046253066426412, 0.00117115384615385, 0.000574281390421649, 0.00143134615384616, 0.000931174857577576, 0.00240384615384616, 0.00273744990821748, 0.00829999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1305, '2021-05-23 00:00:00', 0.000372444575122858, 0.000899807692307694, 0.000455761450761256, 0.0010825, 0.000527154480350715, 0.00141038461538462, 0.000880809090465223, 0.00229942307692309, 0.00287112484657413, 0.00837326923076919 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1320, '2021-05-23 00:00:00', 0.000292668689029854, 0.000720192307692295, 0.000338075378486009, 0.000920192307692281, 0.000413154888072798, 0.00133480769230768, 0.00079523022791176, 0.00218865384615385, 0.00292431857282763, 0.00845365384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1335, '2021-05-23 00:00:00', 0.000241305105304802, 0.000636923076923065, 0.000286772289724517, 0.000967884615384602, 0.000428192084861959, 0.00132769230769229, 0.000766554052487238, 0.00215134615384615, 0.00294545157175236, 0.00849480769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1350, '2021-05-23 00:00:00', 0.000314229460500046, 0.000723076923076946, 0.000367715452280906, 0.00104057692307693, 0.000451873195283123, 0.00137923076923077, 0.000767034775061635, 0.00210788461538461, 0.00295156308002804, 0.0085261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1365, '2021-05-23 00:00:00', 0.00031693053109234, 0.000779807692307685, 0.000428288588903103, 0.00101365384615383, 0.000441420826597308, 0.00135788461538463, 0.000733738818549351, 0.00206557692307692, 0.00292774744733638, 0.00852634615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1380, '2021-05-23 00:00:00', 0.000438762069744107, 0.000781923076923067, 0.000483247507853015, 0.00109192307692307, 0.000784346788490515, 0.00163673076923078, 0.000764217674387482, 0.00206557692307692, 0.00296774485737262, 0.00854846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1395, '2021-05-23 00:00:00', 0.000356218817798637, 0.000784615384615384, 0.000363942514480195, 0.00101192307692309, 0.000685367868654941, 0.00161634615384618, 0.000703819251272357, 0.00200153846153846, 0.0029431613889725, 0.00857480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1410, '2021-05-23 00:00:00', 0.000215602286986602, 0.000617115384615388, 0.000625015969026778, 0.0011751923076923, 0.000613222917179254, 0.00149288461538463, 0.000656547877450408, 0.00191634615384615, 0.00284970987052259, 0.00855788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1425, '2021-05-23 00:00:00', 0.0005382045650551, 0.00101807692307692, 0.000562807386097728, 0.00134807692307695, 0.000621654739694461, 0.00145615384615385, 0.000628244471033867, 0.00194634615384616, 0.00282971860520008, 0.00854923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 0, '2021-05-23 00:00:00', 0.000567484801558578, 0.00099840000000003, 0.000620824384722955, 0.001201, 0.000675167695218506, 0.0013558, 0.000617297335163532, 0.00188679999999997, 0.00283057220363659, 0.00849659999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 15, '2021-05-23 00:00:00', 0.000300565716607832, 0.000697199999999985, 0.000322906333167985, 0.000891799999999963, 0.000419626520451994, 0.00115019999999997, 0.000491271140342406, 0.00176159999999997, 0.00283576250768643, 0.00848859999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 30, '2021-05-23 00:00:00', 0.000350217194514118, 0.000716999999999981, 0.000466148492078071, 0.000979400000000004, 0.00043418026210319, 0.00115799999999997, 0.00050854367232977, 0.00181999999999997, 0.00283576250768643, 0.00848859999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 45, '2021-05-23 00:00:00', 0.000431888741014841, 0.000723269230769229, 0.000392061857364345, 0.000922499999999997, 0.000397591450534888, 0.00102519230769231, 0.00061228701163374, 0.00185076923076919, 0.00282219211715891, 0.00857211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 60, '2021-05-23 00:00:00', 0.00030313388765715, 0.00066307692307692, 0.000361678565324733, 0.000799230769230753, 0.00034204767998715, 0.000891153846153843, 0.000630069349052455, 0.00185076923076919, 0.00282021477632741, 0.00857423076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 75, '2021-05-23 00:00:00', 0.000127610585526681, 0.000412307692307669, 0.000177933868441208, 0.000527307692307671, 0.00035481398159943, 0.000855192307692316, 0.000655651877611426, 0.00183576923076921, 0.00281965042159485, 0.00856749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 90, '2021-05-23 00:00:00', 0.000171847427858342, 0.000398461538461536, 0.000258453983406056, 0.000592307692307678, 0.000385755053808039, 0.000894807692307687, 0.000650344169237756, 0.00187346153846151, 0.0028201137183836, 0.00856576923076919 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 105, '2021-05-23 00:00:00', 0.000221387321574328, 0.00046211538461538, 0.000319943504628285, 0.000710384615384649, 0.000370410427249803, 0.00088173076923079, 0.000658736932434981, 0.0019028846153846, 0.00281938875672343, 0.00855980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 120, '2021-05-23 00:00:00', 0.000209325014125064, 0.000565192307692338, 0.000247757014959272, 0.000681538461538468, 0.0003172240775613, 0.000913653846153845, 0.000619289822793334, 0.00189673076923074, 0.00281725729280201, 0.00855942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 135, '2021-05-23 00:00:00', 0.000113674467737421, 0.000398269230769227, 0.000170099518382196, 0.000575384615384627, 0.000266673020757647, 0.000897499999999987, 0.000594320296965032, 0.00185115384615384, 0.00281884000282714, 0.00855480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 150, '2021-05-23 00:00:00', 0.00015843173730228, 0.000388846153846165, 0.000245736569395862, 0.000652692307692305, 0.000325164396291142, 0.000966730769230757, 0.000568362695684844, 0.00186192307692305, 0.00281824686367527, 0.00855576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 165, '2021-05-23 00:00:00', 0.000250230662820098, 0.000525769230769216, 0.00025331623592776, 0.000733653846153827, 0.000462998961620384, 0.00109403846153848, 0.000574712637223692, 0.00186384615384613, 0.00283533281183113, 0.00856692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 180, '2021-05-23 00:00:00', 0.000211225817914931, 0.000577884615384609, 0.000293323135020837, 0.000772692307692305, 0.000454157419336573, 0.00109480769230768, 0.000547226292665673, 0.00184615384615384, 0.00282071873001301, 0.00858692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 195, '2021-05-23 00:00:00', 0.000146733274502251, 0.000519423076923098, 0.000343168494160844, 0.000796153846153878, 0.000380196153826701, 0.00102634615384618, 0.000548493355965652, 0.00175519230769234, 0.0028188470092466, 0.0085826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 210, '2021-05-23 00:00:00', 0.000305413716885031, 0.000571538461538491, 0.000307464882297387, 0.000715576923076922, 0.000403180623771276, 0.000986153846153842, 0.000435312487230083, 0.0016751923076923, 0.00278045331804837, 0.0086505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 225, '2021-05-23 00:00:00', 0.000121574921503049, 0.000467692307692306, 0.0002688760795494, 0.000712884615384648, 0.000363432778674927, 0.000990769230769257, 0.000400587117193669, 0.00167096153846155, 0.0027533765564373, 0.00868230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 240, '2021-05-23 00:00:00', 0.000234047332491012, 0.000533076923076939, 0.000278893969375186, 0.000689615384615393, 0.000377158250809723, 0.000927884615384639, 0.000431565709409875, 0.00168019230769231, 0.00280072836680308, 0.00872076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 255, '2021-05-23 00:00:00', 0.000216925456888199, 0.000474423076923076, 0.000344064841831609, 0.000711153846153834, 0.000423970971430114, 0.000925769230769224, 0.000458310442318813, 0.00171730769230767, 0.00287961803690379, 0.00874403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 270, '2021-05-23 00:00:00', 0.000213427072754623, 0.000518653846153853, 0.000334515263535825, 0.000647692307692324, 0.00040081090880287, 0.000940769230769202, 0.000448680672810669, 0.00168211538461538, 0.00289422916534585, 0.00873769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 285, '2021-05-23 00:00:00', 0.000320467026985023, 0.000483653846153855, 0.000388402645954732, 0.000691153846153839, 0.000384144654244488, 0.000933653846153831, 0.000467476572839588, 0.00166788461538462, 0.00288980715353385, 0.0087357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 300, '2021-05-23 00:00:00', 0.000252693261911316, 0.000498269230769224, 0.000268190517815491, 0.000658076923076887, 0.000359288238690794, 0.000914038461538429, 0.000481654999415057, 0.00167153846153846, 0.00291177929346409, 0.0087605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 315, '2021-05-23 00:00:00', 0.000149843123093662, 0.000435192307692264, 0.000247947575104074, 0.000639999999999982, 0.000429935997025665, 0.000899807692307669, 0.000592442272423079, 0.00178538461538462, 0.00291856306187717, 0.00874711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 330, '2021-05-23 00:00:00', 0.00017749799565499, 0.000458461538461536, 0.000284443383578415, 0.000619038461538452, 0.000401106402534089, 0.000847115384615383, 0.00068785597776991, 0.00180461538461538, 0.0029262082382917, 0.0087505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 345, '2021-05-23 00:00:00', 0.000212006168270224, 0.000446153846153823, 0.000364587227085446, 0.000619615384615379, 0.000341621078884881, 0.000770192307692298, 0.000681873437388045, 0.00195923076923076, 0.00289619594667531, 0.00872980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 360, '2021-05-23 00:00:00', 0.000253245168531632, 0.000426346153846171, 0.000222175692778382, 0.00053096153846155, 0.000223434468107486, 0.000734807692307732, 0.000767516699893468, 0.00211673076923078, 0.00287575909042358, 0.00872788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 375, '2021-05-23 00:00:00', 0.000118154559793516, 0.000362499999999984, 0.000236130342102731, 0.000516538461538455, 0.000269055041552116, 0.000738846153846177, 0.000810282571794473, 0.00234961538461537, 0.00287150866940386, 0.00871403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 390, '2021-05-23 00:00:00', 0.000141402453465829, 0.000370576923076908, 0.000187959079016192, 0.000531153846153876, 0.000273065292276693, 0.000724423076923091, 0.000976452842612563, 0.00257307692307692, 0.00287077939698506, 0.0087128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 405, '2021-05-23 00:00:00', 0.000132598874574609, 0.000372307692307749, 0.000170418489426609, 0.000512692307692361, 0.000339237890209563, 0.000767115384615406, 0.000963117853639959, 0.00273500000000002, 0.0028750607552109, 0.0087078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 420, '2021-05-23 00:00:00', 0.000155552118399144, 0.000362307692307709, 0.00016744884408262, 0.000506346153846166, 0.000346953111440776, 0.000812692307692286, 0.000896867540172681, 0.00289923076923079, 0.00287295755544433, 0.00869134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 435, '2021-05-23 00:00:00', 0.000137332975478762, 0.000367115384615364, 0.000239051008396514, 0.000590769230769207, 0.000299079678089548, 0.000870576923076887, 0.000958364552445812, 0.00302615384615387, 0.00288096440183065, 0.00868326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 450, '2021-05-23 00:00:00', 0.000211458033661528, 0.000457499999999991, 0.000267939143492278, 0.000615769230769217, 0.000239062672825485, 0.000884807692307699, 0.000937446777976473, 0.00309769230769233, 0.00284452467301386, 0.00866384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 465, '2021-05-23 00:00:00', 0.000196246313047191, 0.000433846153846152, 0.0002083794615599, 0.000659999999999985, 0.000214253623970799, 0.000873846153846174, 0.00095438568642952, 0.00320096153846155, 0.00287552205962407, 0.00865634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 480, '2021-05-23 00:00:00', 0.000168810430775063, 0.000495192307692315, 0.000188270774724585, 0.00067173076923078, 0.000262492563997227, 0.00091788461538465, 0.000998715347911438, 0.00339288461538463, 0.00288117690296065, 0.00865711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 495, '2021-05-23 00:00:00', 0.000129354759657899, 0.000414423076923068, 0.000161703075466693, 0.000586730769230796, 0.000323318668713169, 0.00106519230769232, 0.00110637446713961, 0.00344269230769232, 0.0028740125862901, 0.0086528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 510, '2021-05-23 00:00:00', 0.000140948435743238, 0.000457307692307708, 0.000200090364201145, 0.000646923076923096, 0.000436515045119147, 0.00117076923076921, 0.00142076176750362, 0.00361999999999998, 0.002852158325792, 0.00866634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 525, '2021-05-23 00:00:00', 0.000134374476743168, 0.0004575, 0.000278744713644262, 0.00089884615384615, 0.000513509942979147, 0.00136269230769231, 0.00141896111780631, 0.00376557692307691, 0.00282008617571547, 0.00867403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 540, '2021-05-23 00:00:00', 0.000255633225840941, 0.000772115384615387, 0.000373102996709814, 0.0009753846153846, 0.000666667948716701, 0.00160192307692308, 0.00140416946435084, 0.00383173076923075, 0.00284605165097193, 0.00867499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 555, '2021-05-23 00:00:00', 0.00024550489576818, 0.000719423076923059, 0.000402865553064671, 0.00109942307692308, 0.000563464591748084, 0.00182211538461537, 0.00141265353147897, 0.00390499999999999, 0.00296516617772739, 0.00868769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 570, '2021-05-23 00:00:00', 0.000299328993172788, 0.000810384615384612, 0.000555346184478994, 0.00127576923076923, 0.000647214059227366, 0.00198596153846152, 0.00139366059216505, 0.00386461538461538, 0.0031092532123424, 0.00871153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 585, '2021-05-23 00:00:00', 0.000293442498626219, 0.00093750000000001, 0.000361093265173751, 0.00136788461538461, 0.000570926911663479, 0.00206346153846155, 0.00139064773231204, 0.00383634615384614, 0.00319101455412151, 0.00869326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 600, '2021-05-23 00:00:00', 0.000272485144266843, 0.00109807692307695, 0.000527929773884593, 0.00157461538461541, 0.000551671585693454, 0.00215346153846157, 0.0013742667555408, 0.00384134615384615, 0.00315231353990147, 0.00865057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 615, '2021-05-23 00:00:00', 0.000511220259620244, 0.00115192307692308, 0.000492781742918592, 0.00152038461538464, 0.000642198986655644, 0.00205846153846156, 0.00128236890168159, 0.00376, 0.00320693609468361, 0.00862634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 630, '2021-05-23 00:00:00', 0.000247646227199541, 0.000924423076923078, 0.000455596987901173, 0.00142615384615386, 0.000641716328414539, 0.0019946153846154, 0.00115399820023859, 0.00360038461538461, 0.00320860314682979, 0.00863307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 645, '2021-05-23 00:00:00', 0.000338125147518802, 0.00105384615384614, 0.000411708821676377, 0.00141192307692309, 0.000554804608710259, 0.00204692307692309, 0.000941090611185526, 0.00370653846153846, 0.00307899839483304, 0.00859865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 660, '2021-05-23 00:00:00', 0.00032587875281839, 0.000940192307692335, 0.000382143146759685, 0.00138923076923078, 0.000697636008244985, 0.00204000000000003, 0.00092547503394826, 0.00382096153846156, 0.00306816833983051, 0.00858480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 675, '2021-05-23 00:00:00', 0.000389772961528199, 0.00101019230769231, 0.000433283527709774, 0.00149884615384616, 0.000680297107039373, 0.00196692307692308, 0.000929559283498614, 0.00379730769230771, 0.00308992947392752, 0.00869692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 690, '2021-05-23 00:00:00', 0.000363136814649634, 0.000987884615384622, 0.000558343187819657, 0.00147634615384618, 0.000749638810463975, 0.00188711538461539, 0.00104755532257065, 0.00376307692307692, 0.003035517754595, 0.00877096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 705, '2021-05-23 00:00:00', 0.000381046786951612, 0.000975576923076943, 0.000392022173627179, 0.00119923076923079, 0.000603215869001625, 0.00172423076923077, 0.00112598621729504, 0.00390980769230768, 0.00299937195990195, 0.00876307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 720, '2021-05-23 00:00:00', 0.000260200218766528, 0.000803076923076941, 0.00063025541220635, 0.00122173076923075, 0.000620477266675839, 0.00167903846153846, 0.00125291002807925, 0.00407153846153846, 0.0028461411662919, 0.00873653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 735, '2021-05-23 00:00:00', 0.000395172795700229, 0.000903461538461522, 0.000401335319230132, 0.00122096153846154, 0.000439788410663415, 0.00165461538461539, 0.00147044399365008, 0.00423346153846154, 0.00283672511615335, 0.00876576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 750, '2021-05-23 00:00:00', 0.000324414265075721, 0.000906153846153839, 0.000346952446309286, 0.00121, 0.000458012932299776, 0.00158961538461538, 0.00146816148765938, 0.00417807692307691, 0.00285244921076605, 0.00877249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 765, '2021-05-23 00:00:00', 0.000307105657087918, 0.00086173076923077, 0.000346431978005263, 0.00121134615384615, 0.000470844413302805, 0.00152730769230769, 0.00128959969937007, 0.00436076923076923, 0.00290408232559719, 0.00883807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 780, '2021-05-23 00:00:00', 0.000299639013583899, 0.000853461538461553, 0.000410212187119684, 0.00111903846153849, 0.000564684970036044, 0.00163134615384616, 0.00121043795316471, 0.00460903846153845, 0.00292797207321694, 0.0088676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 795, '2021-05-23 00:00:00', 0.000226106509959697, 0.000731923076923124, 0.000334027693462707, 0.00106750000000002, 0.000508287925672691, 0.00164615384615388, 0.00137470657008912, 0.00469192307692307, 0.00292683037404995, 0.00881096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 810, '2021-05-23 00:00:00', 0.000268598141353324, 0.000810192307692329, 0.000372672727119236, 0.00119480769230771, 0.000633738237639297, 0.00171692307692309, 0.00144468512672648, 0.00485634615384614, 0.00289821516029857, 0.00882865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 825, '2021-05-23 00:00:00', 0.00024394387753052, 0.000953846153846177, 0.000430507392950031, 0.00138115384615388, 0.000684434409960852, 0.00197730769230773, 0.0014937161711651, 0.00488, 0.00285369138135152, 0.0087975 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 840, '2021-05-23 00:00:00', 0.000337810370110003, 0.000990384615384647, 0.000451564630351647, 0.00131115384615386, 0.00104200607188548, 0.0022044230769231, 0.00153384178303524, 0.00511115384615384, 0.00277652096225583, 0.00881057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 855, '2021-05-23 00:00:00', 0.000225256435065581, 0.000877692307692319, 0.000563820757115105, 0.0013346153846154, 0.000926760279352022, 0.00204115384615387, 0.00150194444483963, 0.00515634615384615, 0.00269249561816655, 0.00876442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 870, '2021-05-23 00:00:00', 0.000563047613781132, 0.000988846153846167, 0.000900180516084694, 0.0015898076923077, 0.000895665974826272, 0.00206153846153845, 0.00162202434061218, 0.00526019230769228, 0.00265656516953753, 0.00877249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 885, '2021-05-23 00:00:00', 0.000616308239563514, 0.00113538461538463, 0.000547128447863527, 0.00148346153846156, 0.000567868247178714, 0.00224211538461539, 0.00166826198136309, 0.00524403846153846, 0.00263136098888885, 0.00878557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 900, '2021-05-23 00:00:00', 0.000295296461204683, 0.00102299999999999, 0.000378056102538584, 0.0014708, 0.000653420487384126, 0.00245100000000003, 0.00163342686807009, 0.00537199999999999, 0.00262167031680184, 0.0089636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 915, '2021-05-23 00:00:00', 0.000358578443300773, 0.00113580000000001, 0.000432600855292719, 0.00176680000000001, 0.000847436084118846, 0.00257100000000004, 0.00166448002391136, 0.00543900000000002, 0.00262266205409693, 0.00902200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 930, '2021-05-23 00:00:00', 0.000457896731443502, 0.00126560000000002, 0.000590673838368809, 0.00185180000000002, 0.00072885315164765, 0.00239040000000002, 0.00174904967053539, 0.00545180000000001, 0.00269324605881697, 0.0090442 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 945, '2021-05-23 00:00:00', 0.000484155192061405, 0.001351, 0.000669952237103493, 0.00179880000000001, 0.000959085415035213, 0.0026764, 0.00181538735535969, 0.00538, 0.00266480935840944, 0.0091262 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 960, '2021-05-23 00:00:00', 0.000476308023586987, 0.00126120000000001, 0.000633564782270419, 0.00164720000000002, 0.000957820311958339, 0.00278980000000001, 0.00174053930818389, 0.00530799999999999, 0.00270609578852385, 0.0091274 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 975, '2021-05-23 00:00:00', 0.000590600541821632, 0.00115560000000001, 0.000794080862800924, 0.00201540000000001, 0.000870527857107415, 0.002934, 0.00174392517041296, 0.00541900000000001, 0.00273159217917559, 0.00911900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 990, '2021-05-23 00:00:00', 0.000557051475317906, 0.00153288461538461, 0.000845972835534042, 0.00217596153846153, 0.0010627563763086, 0.00289634615384615, 0.00180719175475695, 0.00522096153846153, 0.00283257410114218, 0.00895096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1005, '2021-05-23 00:00:00', 0.000526236273345579, 0.00145115384615385, 0.000616366898726875, 0.00197807692307691, 0.00107212692991372, 0.00276307692307691, 0.00168328507800853, 0.0050705769230769, 0.0029482870711391, 0.00891557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1020, '2021-05-23 00:00:00', 0.000513526008629061, 0.00137480769230767, 0.000838355441417246, 0.00196538461538459, 0.00121598976779603, 0.00296865384615384, 0.00165104513519816, 0.00490403846153846, 0.00320994112095531, 0.00900500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1035, '2021-05-23 00:00:00', 0.000510854036055155, 0.00133038461538461, 0.000786890081269325, 0.00188, 0.00118732874068705, 0.00282846153846153, 0.00171359855275382, 0.00458, 0.00410309807903172, 0.00972461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1050, '2021-05-23 00:00:00', 0.000459996153830072, 0.00126730769230769, 0.000862418178950697, 0.00210865384615382, 0.000997478995344659, 0.00267711538461536, 0.00172579614849315, 0.00432711538461537, 0.00432310305665519, 0.00974903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1065, '2021-05-23 00:00:00', 0.000680241953561107, 0.00169634615384613, 0.000755475092497811, 0.00206384615384615, 0.000859485288727191, 0.00260480769230768, 0.00178335090813289, 0.00421230769230769, 0.00435103704702861, 0.00980076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1080, '2021-05-23 00:00:00', 0.000487840650212725, 0.0013075, 0.000474158242005279, 0.00175903846153846, 0.000748928465311498, 0.00232461538461538, 0.00173731167213999, 0.00401538461538461, 0.00423730415022788, 0.00966769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1095, '2021-05-23 00:00:00', 0.000360873992498113, 0.00115096153846155, 0.000525563873011995, 0.00164423076923078, 0.000783031510319878, 0.00222788461538462, 0.00173046125465036, 0.00382807692307691, 0.00434122981955042, 0.00961211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1110, '2021-05-23 00:00:00', 0.000396123912237278, 0.00112307692307694, 0.000472682728199852, 0.00151980769230772, 0.000926787524400625, 0.00215865384615385, 0.00169745519936348, 0.00371307692307693, 0.00429747088413637, 0.00958000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1125, '2021-05-23 00:00:00', 0.0003711043809206, 0.00105230769230767, 0.000690714151050619, 0.00149596153846153, 0.00101200463665707, 0.00200423076923076, 0.00171347478713689, 0.00355961538461539, 0.00432741529268737, 0.00952634615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1140, '2021-05-23 00:00:00', 0.000454858388782891, 0.00102307692307692, 0.000864375185633242, 0.00150230769230768, 0.00082122432052113, 0.00196076923076921, 0.00164915992600427, 0.0034073076923077, 0.00430128085127422, 0.00953480769230774 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1155, '2021-05-23 00:00:00', 0.000838620020308072, 0.00100846153846156, 0.00080926179561755, 0.00131557692307693, 0.000913381818383675, 0.00197211538461537, 0.00156711331876357, 0.00329692307692309, 0.00426827466944738, 0.00949442307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1170, '2021-05-23 00:00:00', 0.00041686227203496, 0.000908076923076937, 0.000571912984236655, 0.00139269230769231, 0.000880683759709119, 0.00190673076923079, 0.00150207852145466, 0.0031917307692308, 0.00423524715925764, 0.00955250000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1185, '2021-05-23 00:00:00', 0.00033112819966804, 0.000891730769230753, 0.000488555523968367, 0.00125249999999999, 0.000811171067038249, 0.00166749999999998, 0.00125494241363438, 0.00290269230769232, 0.00412412196715857, 0.00950500000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1200, '2021-05-23 00:00:00', 0.000411531333511249, 0.000949038461538462, 0.000513709173934652, 0.00123865384615386, 0.00070310074231663, 0.00170442307692308, 0.00124364643751289, 0.00282230769230774, 0.00404899123239356, 0.00953000000000006 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1215, '2021-05-23 00:00:00', 0.000263666237154837, 0.000748269230769197, 0.000449829027349462, 0.00105807692307687, 0.000487725371968233, 0.00151903846153844, 0.00104581409217156, 0.00259365384615388, 0.00394438893093232, 0.0094890384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1230, '2021-05-23 00:00:00', 0.000222783440898237, 0.000732692307692283, 0.000337982475649493, 0.00110192307692309, 0.000455616108650201, 0.00148096153846154, 0.0010214205229069, 0.00246673076923081, 0.00388110040402896, 0.00942211538461544 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1245, '2021-05-23 00:00:00', 0.000252584563143649, 0.00077980769230772, 0.000349539037106783, 0.00101153846153849, 0.000536615640988827, 0.00152288461538464, 0.00100837891611317, 0.00243096153846158, 0.00386680962213632, 0.00945557692307698 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1260, '2021-05-23 00:00:00', 0.000242788290175111, 0.000691923076923075, 0.000381063693444472, 0.000996538461538448, 0.000600535914509202, 0.00157423076923078, 0.00098020251047347, 0.00235980769230773, 0.00386444563145368, 0.0094459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1275, '2021-05-23 00:00:00', 0.000328499385317295, 0.000760384615384584, 0.000368729419243127, 0.00110576923076923, 0.000580643939618244, 0.00153423076923078, 0.000898290256328889, 0.00224423076923081, 0.00385774286338526, 0.00946500000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1290, '2021-05-23 00:00:00', 0.000324324149341583, 0.000753076923076929, 0.00050165989858285, 0.00118057692307692, 0.000660675062690819, 0.00148346153846156, 0.000852894190389437, 0.00216250000000003, 0.00384895750121429, 0.00944961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1305, '2021-05-23 00:00:00', 0.000267202386562315, 0.000893653846153851, 0.000422271877422001, 0.00112846153846155, 0.000483100562870843, 0.00136307692307694, 0.000817771761462934, 0.00204557692307694, 0.00380953954415248, 0.0093415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1320, '2021-05-23 00:00:00', 0.000273111980414893, 0.000723076923076946, 0.000336467909088158, 0.000935576923076946, 0.000520177965108706, 0.00132365384615388, 0.000739025970190109, 0.00200076923076926, 0.0037751644946331, 0.00939480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1335, '2021-05-23 00:00:00', 0.00027856976753521, 0.000636346153846155, 0.000311463295775561, 0.000870769230769265, 0.000545060652941168, 0.00133365384615386, 0.000621095093672969, 0.00195365384615388, 0.0037751644946331, 0.00939480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1350, '2021-05-23 00:00:00', 0.000213845828721374, 0.000629038461538483, 0.000391892057351765, 0.000970769230769262, 0.000537284804864711, 0.0012648076923077, 0.000557144919691892, 0.00190769230769235, 0.00374655903668747, 0.00941115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1365, '2021-05-23 00:00:00', 0.000363965129352548, 0.000813846153846182, 0.00050816517605389, 0.00108461538461538, 0.000491396322894138, 0.0012528846153846, 0.000539730987123731, 0.00187653846153848, 0.00373165049068309, 0.00942076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1380, '2021-05-23 00:00:00', 0.000348549356399029, 0.000765576923076925, 0.000349273586836386, 0.000890961538461534, 0.000452446554429798, 0.00127326923076925, 0.000607095987848338, 0.00188846153846155, 0.00372098963263186, 0.00941961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1395, '2021-05-23 00:00:00', 0.000215328818322121, 0.000602500000000002, 0.000275824149665069, 0.000869807692307686, 0.000400752561295145, 0.00136384615384616, 0.000601577062011588, 0.00191519230769229, 0.00372117587391611, 0.0094267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1410, '2021-05-23 00:00:00', 0.000220698889893004, 0.000609999999999999, 0.000318293103915231, 0.000997500000000019, 0.000372101309612559, 0.00131923076923078, 0.000668667791496385, 0.00198615384615386, 0.003729746557692, 0.00943923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1425, '2021-05-23 00:00:00', 0.000264861937910779, 0.000835384615384631, 0.000307803446274513, 0.00115519230769232, 0.000380448571274251, 0.00129365384615385, 0.000745431315517318, 0.0020146153846154, 0.00374674844159777, 0.00942326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 0, '2021-05-23 00:00:00', 0.000386098433045238, 0.000894999999999996, 0.000434570920121646, 0.00104673076923077, 0.000381908567390355, 0.00122692307692308, 0.000784766599304945, 0.00207384615384616, 0.00376000407119255, 0.00940384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 15, '2021-05-23 00:00:00', 0.000372106684454065, 0.000634230769230774, 0.000384131437841905, 0.000854807692307699, 0.000390776199968169, 0.00104403846153847, 0.000862087359485489, 0.00209384615384618, 0.00377267251224053, 0.00937826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 30, '2021-05-23 00:00:00', 0.000362385684893019, 0.000649230769230769, 0.000401734173495183, 0.000857115384615389, 0.000357787485269358, 0.00100826923076924, 0.000821599659201508, 0.00210500000000001, 0.00378083963507496, 0.00936288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 45, '2021-05-23 00:00:00', 0.00035258741414773, 0.000673269230769209, 0.000327707421103259, 0.000816923076923066, 0.000298459377470375, 0.000934999999999985, 0.000809095696536512, 0.00209538461538463, 0.0037532256280944, 0.00934115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 60, '2021-05-23 00:00:00', 0.000200602553860533, 0.000535769230769214, 0.000200081617961631, 0.000624423076923085, 0.000249412232134795, 0.000862692307692314, 0.000778081195090783, 0.0021221153846154, 0.00375676430435309, 0.0093090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 75, '2021-05-23 00:00:00', 0.000190511154529104, 0.000417500000000011, 0.000233996055193567, 0.000571923076923092, 0.000240714321583475, 0.000894230769230777, 0.000801226583721219, 0.00212096153846157, 0.00375434632741225, 0.00928788461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 90, '2021-05-23 00:00:00', 0.00016674346948348, 0.000410769230769257, 0.000192689167792646, 0.00063365384615389, 0.000251137489159898, 0.000880961538461554, 0.000819189303753806, 0.00209365384615388, 0.00378343527254511, 0.00925269230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 105, '2021-05-23 00:00:00', 0.000194548095694756, 0.000504807692307711, 0.000234905218201836, 0.000742692307692305, 0.000345152641817889, 0.000897884615384613, 0.000830649537317762, 0.00209557692307694, 0.00379300285444741, 0.00922442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 120, '2021-05-23 00:00:00', 0.000247325462933716, 0.000578269230769219, 0.000286107295634661, 0.000685769230769197, 0.000646637099509133, 0.000971538461538447, 0.000838193226300147, 0.00211673076923078, 0.00379394833913168, 0.00922000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 135, '2021-05-23 00:00:00', 0.000207637998597397, 0.000443461538461514, 0.000300536251493155, 0.000604038461538448, 0.000702630688637665, 0.00110173076923076, 0.000865390885447396, 0.00217923076923079, 0.00379261982215259, 0.00920865384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 150, '2021-05-23 00:00:00', 0.000175816775256357, 0.000418461538461547, 0.000680726111194199, 0.000779038461538484, 0.000803752353747055, 0.00122038461538463, 0.000895525286332874, 0.00220346153846157, 0.00378597125532589, 0.00919788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 165, '2021-05-23 00:00:00', 0.000634928342413555, 0.000635000000000009, 0.000654979506432205, 0.000931923076923067, 0.000814982420763707, 0.00129288461538461, 0.000861303953317293, 0.0021525, 0.00377213659105001, 0.0091923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 180, '2021-05-23 00:00:00', 0.00036128941094574, 0.000670961538461536, 0.000552736687902878, 0.000919615384615371, 0.0006794237377253, 0.00131615384615383, 0.000811583352750384, 0.00206846153846154, 0.00377976326588767, 0.00917711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 195, '2021-05-23 00:00:00', 0.00033947923919756, 0.000641923076923089, 0.000474369743814002, 0.000914423076923064, 0.000676361561251414, 0.00127480769230771, 0.000831450562848781, 0.00204096153846156, 0.00378120322730133, 0.00916461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 210, '2021-05-23 00:00:00', 0.000273846742652787, 0.000620961538461516, 0.000375620973036142, 0.000863653846153825, 0.000517875430522124, 0.00117480769230767, 0.000915698157355721, 0.00198134615384617, 0.00376321683690144, 0.00913519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 225, '2021-05-23 00:00:00', 0.000220551494074426, 0.00056019230769228, 0.000319421592642328, 0.000833076923076898, 0.000381676111180882, 0.00107557692307689, 0.000894545716250193, 0.00187903846153847, 0.00377000346867827, 0.00911807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 240, '2021-05-23 00:00:00', 0.000197683118613131, 0.000591153846153842, 0.000267789311557829, 0.000778653846153832, 0.000311924053873104, 0.00101615384615384, 0.00092272281028238, 0.00181423076923078, 0.00373252107006265, 0.00909346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 255, '2021-05-23 00:00:00', 0.000188503009565864, 0.000459230769230746, 0.000238503346211018, 0.000639615384615365, 0.000273051488522979, 0.000913653846153854, 0.000902552704619196, 0.00175923076923078, 0.00373331807460252, 0.0090546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 270, '2021-05-23 00:00:00', 0.000156308496742332, 0.000467884615384615, 0.000214514926860933, 0.000679423076923079, 0.000276890494878094, 0.00090211538461541, 0.000922129141631578, 0.0018019230769231, 0.00371329610992715, 0.00903500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 285, '2021-05-23 00:00:00', 0.000127429014930456, 0.000458076923076926, 0.000238620796695022, 0.000656730769230793, 0.00027588737947547, 0.000844615384615418, 0.000875491356544803, 0.00177865384615388, 0.0037072806745646, 0.00900000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 300, '2021-05-23 00:00:00', 0.000197602261743503, 0.000515576923076944, 0.000179030401371874, 0.00066826923076927, 0.000347916435590292, 0.000865384615384623, 0.000890102154897907, 0.00183961538461541, 0.00371004352555851, 0.00899519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 315, '2021-05-23 00:00:00', 0.000134220398541398, 0.000411346153846193, 0.000238838535738773, 0.000580384615384634, 0.000519170825599653, 0.00088211538461539, 0.000957322488064422, 0.00199711538461538, 0.00370975208066524, 0.00898250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 330, '2021-05-23 00:00:00', 0.000188939143641544, 0.000425000000000034, 0.00028568601645864, 0.000612499999999999, 0.0005628836469467, 0.00088, 0.000972923113414108, 0.0021392307692308, 0.00370508098634627, 0.00896865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 345, '2021-05-23 00:00:00', 0.000241558401920652, 0.000472692307692296, 0.000419204007614439, 0.000685000000000004, 0.000488482894748167, 0.000876538461538465, 0.0010795566932061, 0.00227057692307696, 0.00369480398147703, 0.00895730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 360, '2021-05-23 00:00:00', 0.000252626510576707, 0.000471923076923077, 0.000343835213214372, 0.000630576923076912, 0.000375880965200436, 0.000817500000000001, 0.00100887654577522, 0.00235326923076925, 0.00366388610420895, 0.00891423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 375, '2021-05-23 00:00:00', 0.000225143373123744, 0.000388461538461504, 0.000215518783761056, 0.000562884615384579, 0.000341537530317504, 0.000751730769230749, 0.00104326440339185, 0.00259615384615382, 0.00365019832970126, 0.00889538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 390, '2021-05-23 00:00:00', 0.000151378791320118, 0.000406538461538443, 0.000191749937318231, 0.000525961538461542, 0.000373486741603854, 0.000782884615384637, 0.00108790893284034, 0.00284961538461538, 0.00365671465094852, 0.00890096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 405, '2021-05-23 00:00:00', 0.000176819007853968, 0.00039019230769231, 0.000258669376142341, 0.000559615384615378, 0.000373722644998443, 0.000783846153846156, 0.00122753268795578, 0.00314250000000001, 0.0036559989742887, 0.00889250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 420, '2021-05-23 00:00:00', 0.000176348976573362, 0.0003948076923077, 0.000304868193461729, 0.000611153846153853, 0.000321452712158174, 0.000844615384615367, 0.00125943639714815, 0.00333596153846153, 0.00365887454848326, 0.00889980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 435, '2021-05-23 00:00:00', 0.000225813827334341, 0.000416730769230784, 0.000211050121644497, 0.000556923076923053, 0.000235037231093282, 0.00085749999999999, 0.00122982625414512, 0.00363384615384615, 0.00365953509552575, 0.00888634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 450, '2021-05-23 00:00:00', 0.000140312289061021, 0.000398461538461527, 0.000227057515587177, 0.000626346153846149, 0.000298197727381358, 0.000898269230769248, 0.00123532580566983, 0.00386038461538463, 0.00365678916011554, 0.00887480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 465, '2021-05-23 00:00:00', 0.000205080847097318, 0.000441923076923077, 0.000185989660589392, 0.000636923076923065, 0.000307113922736305, 0.000949807692307715, 0.00125616883970512, 0.00392307692307695, 0.00365019097498285, 0.00886807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 480, '2021-05-23 00:00:00', 0.00014790381489851, 0.000443461538461549, 0.00026306718942858, 0.000662884615384654, 0.000453789556444931, 0.00103480769230772, 0.001298091735528, 0.00394192307692312, 0.00365787486117282, 0.00888250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 495, '2021-05-23 00:00:00', 0.000207339928990647, 0.000475384615384647, 0.000282790286526699, 0.000737115384615423, 0.000579238757734289, 0.00127846153846154, 0.00126237060266051, 0.00396153846153849, 0.00365542837645394, 0.00886384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 510, '2021-05-23 00:00:00', 0.000259514635721844, 0.000535384615384664, 0.00039853042543825, 0.000787500000000018, 0.000688487444721011, 0.00140019230769233, 0.00123858330982801, 0.00399384615384617, 0.00364660172679252, 0.0088819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 525, '2021-05-23 00:00:00', 0.000268618402485479, 0.000609615384615364, 0.000441595925636185, 0.00101519230769229, 0.000727992418599568, 0.00155480769230771, 0.00142266452340451, 0.0040078846153846, 0.00365148745244794, 0.00883884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 540, '2021-05-23 00:00:00', 0.000356383166743985, 0.000819807692307666, 0.000512194824711808, 0.00113346153846155, 0.000622859040727033, 0.00168423076923077, 0.00154786767721074, 0.00399288461538461, 0.00366380076402384, 0.00879096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 555, '2021-05-23 00:00:00', 0.000271060949717104, 0.000760961538461545, 0.000439475211517631, 0.00114769230769233, 0.00058672339833507, 0.00177211538461541, 0.00153467731511819, 0.00391230769230769, 0.00367716814117354, 0.0086815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 570, '2021-05-23 00:00:00', 0.000393906275459209, 0.000846923076923066, 0.000402052044086152, 0.00118461538461537, 0.000583959034390387, 0.00192192307692307, 0.00153122325408351, 0.00391942307692307, 0.00371773817197833, 0.00868865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 585, '2021-05-23 00:00:00', 0.000361404152630332, 0.00088480769230769, 0.000531128406899299, 0.00143076923076922, 0.000835124610692684, 0.00220134615384617, 0.00150859674991234, 0.00392192307692306, 0.00370905602753378, 0.00865384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 600, '2021-05-23 00:00:00', 0.000430620348584897, 0.00117326923076924, 0.000498510126430584, 0.00159788461538461, 0.000843536237879195, 0.00228076923076921, 0.00155322063666236, 0.0039678846153846, 0.00370234425216491, 0.00861980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 615, '2021-05-23 00:00:00', 0.000353300917719658, 0.000993461538461522, 0.000714984157974066, 0.00152211538461538, 0.000898392667276058, 0.00225576923076923, 0.00145248133842108, 0.00378903846153845, 0.00363459626897701, 0.00856096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 630, '2021-05-23 00:00:00', 0.000502611640870446, 0.0010126923076923, 0.00047927641775427, 0.00141326923076921, 0.000792660490907745, 0.00217557692307693, 0.00126596726473658, 0.00354634615384614, 0.00360688002828784, 0.00847846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 645, '2021-05-23 00:00:00', 0.000348433472294713, 0.00100826923076923, 0.000633464254349397, 0.00152980769230768, 0.000727546482786747, 0.00210173076923078, 0.00129240705661956, 0.00345999999999998, 0.00358151637417194, 0.00849653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 660, '2021-05-23 00:00:00', 0.000493516463757806, 0.0010525, 0.000660165159987656, 0.00147096153846155, 0.000588240923954953, 0.0019442307692308, 0.00124423958860269, 0.00354807692307694, 0.00361039026230601, 0.00858038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 675, '2021-05-23 00:00:00', 0.000322173925794016, 0.00096903846153849, 0.000407617892337717, 0.00135288461538467, 0.000487335771153876, 0.00182307692307696, 0.00120460528166508, 0.0035217307692308, 0.00365651516001026, 0.00857134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 690, '2021-05-23 00:00:00', 0.00041084322295268, 0.000991923076923127, 0.000381869943627618, 0.00131057692307693, 0.000516399107727307, 0.00178403846153849, 0.00117211388590807, 0.00370519230769231, 0.00374481196508535, 0.00861942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 705, '2021-05-23 00:00:00', 0.000263166589532461, 0.000904423076923058, 0.00034970581042666, 0.00123692307692306, 0.00057426732584959, 0.00167519230769232, 0.00105163727660182, 0.0039948076923077, 0.00379277073979111, 0.00864673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 720, '2021-05-23 00:00:00', 0.000335708722189099, 0.00089211538461537, 0.000436564560385511, 0.00121115384615386, 0.00066139851829281, 0.00173000000000001, 0.00115927923562611, 0.0041171153846154, 0.00375934916625821, 0.0086669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 735, '2021-05-23 00:00:00', 0.000236871354244332, 0.000860961538461568, 0.000469946314446192, 0.00119153846153848, 0.000719760964594393, 0.00176961538461538, 0.00126884988807248, 0.00426903846153849, 0.00372956805088123, 0.00863461538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 750, '2021-05-23 00:00:00', 0.000393116199302242, 0.000857884615384625, 0.000607632986393788, 0.00130461538461539, 0.0[...];
Date: 2021-05-23 17:44:25 Duration: 1s924ms Database: acaweb_fx User: pgperfstats
19 26s481ms 2 1s899ms 24s582ms 13s240ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 23 17 2 26s481ms 13s240ms [ User: pgperfstats - Total duration: 26s481ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1035, '2021-05-23 00:00:00', 0.0320469427318989, 0.070942307692307, 0.0317943209733116, 0.0996730769230779, 0.0898019466124475, 0.155980769230772, 0.0891608572274772, 0.203538461538462, 0.156823163516695, 0.521769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1050, '2021-05-23 00:00:00', 0.0231908138312114, 0.0715769230769232, 0.0532787625462664, 0.118557692307693, 0.0812890592505909, 0.147134615384617, 0.0807896318557308, 0.189269230769232, 0.155538178592908, 0.512750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1065, '2021-05-23 00:00:00', 0.0482507911453672, 0.0923269230769245, 0.0748952601971584, 0.113500000000002, 0.0740916687935659, 0.130846153846156, 0.0759148130877891, 0.171826923076925, 0.156169567605707, 0.513423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1080, '2021-05-23 00:00:00', 0.0376239745579658, 0.0667115384615394, 0.0393459654856759, 0.0832500000000001, 0.0434064555638369, 0.108403846153848, 0.069363579448051, 0.151884615384616, 0.156497192159622, 0.509134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1095, '2021-05-23 00:00:00', 0.0218494939212636, 0.0505961538461533, 0.0231161282358288, 0.0688461538461541, 0.040698710053267, 0.0912500000000017, 0.0583354919014541, 0.14048076923077, 0.156653278342281, 0.505019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1110, '2021-05-23 00:00:00', 0.0198979028659193, 0.0484423076923073, 0.0299137028029732, 0.0675192307692301, 0.0435726846333089, 0.0858269230769235, 0.0576529404147054, 0.133192307692309, 0.157112781637414, 0.506884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1125, '2021-05-23 00:00:00', 0.0130684587991303, 0.040769230769232, 0.0188762060236186, 0.0551346153846179, 0.0359203231525631, 0.0755192307692328, 0.0552364045228823, 0.125403846153846, 0.158169524439879, 0.508961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1140, '2021-05-23 00:00:00', 0.0190829867844463, 0.0405961538461558, 0.0240893928141372, 0.0561730769230773, 0.0338919380021042, 0.0737115384615379, 0.0550802247076587, 0.122365384615384, 0.159486195447947, 0.510057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1155, '2021-05-23 00:00:00', 0.0170479076090332, 0.0406346153846137, 0.0272990560558123, 0.0530384615384617, 0.0362889260497757, 0.0738846153846151, 0.0554340252358249, 0.120865384615384, 0.164054029561556, 0.51473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1170, '2021-05-23 00:00:00', 0.0170151064103011, 0.0334230769230775, 0.0207939062819264, 0.0479423076923076, 0.0258476602125126, 0.0696923076923082, 0.0522655387273619, 0.115557692307692, 0.168488890297982, 0.516115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1185, '2021-05-23 00:00:00', 0.0149617460930823, 0.0344230769230757, 0.0179448728482123, 0.0515384615384628, 0.0233787625519737, 0.0695576923076916, 0.0460302241843492, 0.114807692307692, 0.170389070613742, 0.518346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1200, '2021-05-23 00:00:00', 0.0173938539101074, 0.0403846153846164, 0.0214700148686834, 0.0521923076923082, 0.0272045245105677, 0.066615384615384, 0.0470607177361981, 0.116634615384615, 0.169901614063957, 0.519538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1215, '2021-05-23 00:00:00', 0.0131842563455286, 0.0307692307692312, 0.0210660591035397, 0.0426730769230768, 0.0305588524250899, 0.0622115384615371, 0.0464682728817771, 0.122903846153847, 0.170774967765724, 0.525519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1230, '2021-05-23 00:00:00', 0.0157055722595515, 0.0312499999999984, 0.0184870536821334, 0.043365384615384, 0.0310765803484524, 0.0674230769230753, 0.0445673259065583, 0.120942307692306, 0.170072631543113, 0.528500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1245, '2021-05-23 00:00:00', 0.0137282415255786, 0.0312307692307691, 0.0194024185645465, 0.0480769230769214, 0.031562617859645, 0.0651730769230771, 0.0430265436857105, 0.11828846153846, 0.169217775025601, 0.531153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1260, '2021-05-23 00:00:00', 0.0160904773558292, 0.0337884615384594, 0.0189979857231897, 0.0472115384615382, 0.0275765577703514, 0.0600576923076921, 0.041413932995476, 0.116423076923075, 0.169747622618447, 0.532153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1275, '2021-05-23 00:00:00', 0.0124179150981393, 0.0302692307692321, 0.0221399829754639, 0.0438269230769246, 0.025606609723634, 0.0635384615384616, 0.0410891526018535, 0.116038461538459, 0.170933302332089, 0.534923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1290, '2021-05-23 00:00:00', 0.0195634765669251, 0.0329807692307704, 0.0212836882286734, 0.0441538461538466, 0.0244953998821142, 0.0627692307692304, 0.0433590066945551, 0.117788461538459, 0.170819828609425, 0.535423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1305, '2021-05-23 00:00:00', 0.0163138096291268, 0.0320961538461535, 0.0241011729685828, 0.0494423076923066, 0.0227641164994375, 0.0592499999999998, 0.043104916728303, 0.121076923076921, 0.170725105179235, 0.53769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1320, '2021-05-23 00:00:00', 0.0175039885564584, 0.0365192307692291, 0.0163033856795259, 0.0444038461538445, 0.0221499782948303, 0.0613076923076904, 0.0427733966565487, 0.121711538461536, 0.171067359652451, 0.53819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1335, '2021-05-23 00:00:00', 0.00898913874543308, 0.0257692307692314, 0.0170393774714743, 0.0364038461538473, 0.0200919520819048, 0.0595576923076925, 0.0510000339366386, 0.127288461538459, 0.171376293127589, 0.540076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1350, '2021-05-23 00:00:00', 0.0141565016321658, 0.0255576923076919, 0.0167842531512756, 0.0421346153846138, 0.0199691396525125, 0.0549423076923077, 0.0584969558708294, 0.132923076923075, 0.171096366233947, 0.54094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1365, '2021-05-23 00:00:00', 0.0156544046394429, 0.0365961538461526, 0.0187564552990359, 0.0487692307692308, 0.0216751275393316, 0.0573653846153863, 0.0657082859779013, 0.14082692307692, 0.170979442084082, 0.541480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1380, '2021-05-23 00:00:00', 0.0144805572565965, 0.0325576923076931, 0.0151321994944062, 0.0362884615384615, 0.0273978733032047, 0.0617884615384625, 0.0647126221191682, 0.145711538461536, 0.173384540389716, 0.542826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1395, '2021-05-23 00:00:00', 0.0127297501335097, 0.0219423076923059, 0.0194521602517983, 0.0329423076923076, 0.0409458601269813, 0.0877115384615386, 0.0604771539826901, 0.157615384615382, 0.174339222825456, 0.543769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1410, '2021-05-23 00:00:00', 0.0129688532201651, 0.0221346153846172, 0.0238389145338835, 0.0489230769230766, 0.0366801560268445, 0.0880769230769222, 0.0615152920325184, 0.162634615384613, 0.176247378594797, 0.545038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1425, '2021-05-23 00:00:00', 0.0213555253163761, 0.0414615384615375, 0.0372667928074537, 0.0794230769230763, 0.0346840242541347, 0.0858076923076905, 0.0595888864186549, 0.174846153846151, 0.176895040587956, 0.545653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 0, '2021-05-23 00:00:00', 0.0386236276828629, 0.070230769230769, 0.0363328840245068, 0.0775384615384607, 0.034386787489472, 0.0828653846153813, 0.0616547958082233, 0.183076923076922, 0.182120948822477, 0.548500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 15, '2021-05-23 00:00:00', 0.0255098347048079, 0.041219999999999, 0.0241689711544915, 0.0459199999999976, 0.0240064748210435, 0.0599599999999958, 0.056600853939379, 0.185359999999999, 0.184271070708343, 0.550840000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 30, '2021-05-23 00:00:00', 0.0152794251637075, 0.02774, 0.0171168046083362, 0.0373799999999989, 0.0290479775543835, 0.0600799999999992, 0.0578145959079564, 0.19044, 0.184086087198352, 0.550600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 45, '2021-05-23 00:00:00', 0.0157784175866392, 0.0280384615384599, 0.0177126638747082, 0.0419615384615366, 0.0358441927492615, 0.0673846153846147, 0.0615017448157754, 0.195230769230767, 0.181412462467331, 0.546692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 60, '2021-05-23 00:00:00', 0.0158513891650393, 0.0310576923076925, 0.0197118082533138, 0.0463461538461543, 0.0309536937027916, 0.0666346153846171, 0.0799681402906089, 0.205211538461537, 0.185649172862726, 0.547153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 75, '2021-05-23 00:00:00', 0.0151683374678464, 0.029538461538461, 0.0245275120253549, 0.0468269230769231, 0.0347652346239967, 0.0756923076923073, 0.0832946969408107, 0.206442307692307, 0.195251684716457, 0.550903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 90, '2021-05-23 00:00:00', 0.017849682177735, 0.0373653846153854, 0.0203936358851353, 0.0504038461538469, 0.0424984162600841, 0.0843461538461538, 0.0827939704233439, 0.209807692307691, 0.195251684716457, 0.550903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 105, '2021-05-23 00:00:00', 0.016023876415668, 0.0307692307692307, 0.0322990890559793, 0.0623653846153823, 0.0511488514045016, 0.0902499999999986, 0.0822059538364091, 0.212173076923074, 0.1937384438241, 0.548230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 120, '2021-05-23 00:00:00', 0.0242488064734043, 0.051230769230769, 0.0391236697979822, 0.0653076923076937, 0.0466406062765685, 0.100615384615385, 0.0800543565335448, 0.212999999999999, 0.193434417429147, 0.547923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 135, '2021-05-23 00:00:00', 0.0316805205862445, 0.0426538461538459, 0.0436172381236861, 0.068788461538462, 0.0373446165412797, 0.112596153846154, 0.0793275585056122, 0.210307692307692, 0.195751105704705, 0.551153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 150, '2021-05-23 00:00:00', 0.0198120010250206, 0.0481538461538471, 0.026262147372507, 0.0730961538461553, 0.030958340494182, 0.107673076923077, 0.0798404008969414, 0.207980769230769, 0.195332076218934, 0.550000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 165, '2021-05-23 00:00:00', 0.0200654793498293, 0.0577884615384614, 0.0279680380764566, 0.0906346153846158, 0.037738105614677, 0.114230769230769, 0.0812022072454813, 0.204461538461539, 0.196651571019951, 0.548903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 180, '2021-05-23 00:00:00', 0.0287585438809734, 0.0679230769230777, 0.0317589296951979, 0.0805192307692315, 0.0441322313751963, 0.11192307692308, 0.0815350443768696, 0.195788461538463, 0.201921355597058, 0.552576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 195, '2021-05-23 00:00:00', 0.0178224145821619, 0.048538461538461, 0.0349762996679404, 0.0751923076923054, 0.0484490057054443, 0.109615384615385, 0.0742876426207863, 0.185423076923077, 0.211379295434679, 0.555942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 210, '2021-05-23 00:00:00', 0.0255984675022059, 0.0558076923076888, 0.0283923608360801, 0.0781153846153843, 0.0416366009475036, 0.108557692307692, 0.0671798418712493, 0.180365384615385, 0.215908509826232, 0.563269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 225, '2021-05-23 00:00:00', 0.0220714660905104, 0.0515192307692314, 0.0320101005693759, 0.0769423076923083, 0.0458063818193989, 0.10326923076923, 0.0653637543644423, 0.177903846153846, 0.223191643247197, 0.568519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 240, '2021-05-23 00:00:00', 0.0221475471814349, 0.0525769230769227, 0.0315476440666159, 0.0705769230769234, 0.0547087146763511, 0.100788461538462, 0.0575114303020233, 0.169230769230768, 0.230108503670633, 0.571788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 255, '2021-05-23 00:00:00', 0.0179959824576327, 0.0428461538461535, 0.0222941610154903, 0.0600192307692299, 0.0421310638182982, 0.0899423076923086, 0.0510476285895363, 0.160903846153847, 0.234629413199754, 0.573307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 270, '2021-05-23 00:00:00', 0.0164824498739157, 0.0386346153846157, 0.034893640593181, 0.0638846153846154, 0.0377302419001802, 0.0853653846153845, 0.0537641716559087, 0.157884615384616, 0.234945320152452, 0.570288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 285, '2021-05-23 00:00:00', 0.0254581783746167, 0.0471730769230781, 0.0271824391841494, 0.062250000000001, 0.0332983540826771, 0.0849038461538444, 0.0517093839125473, 0.151403846153845, 0.235660489981799, 0.569942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 300, '2021-05-23 00:00:00', 0.0185408903611629, 0.0417692307692307, 0.0214977995296129, 0.0551538461538433, 0.0301738360937979, 0.0795961538461508, 0.049141021560403, 0.146999999999998, 0.235167316050639, 0.567557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 315, '2021-05-23 00:00:00', 0.0171254309322552, 0.0369038461538458, 0.0228136935936445, 0.0532307692307676, 0.0302693803143605, 0.0748461538461543, 0.0485963475993817, 0.150749999999999, 0.235554211464073, 0.566057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 330, '2021-05-23 00:00:00', 0.0169281854177727, 0.0397884615384591, 0.0208083193421799, 0.0526153846153828, 0.0299511461190731, 0.0723653846153836, 0.0540289843865882, 0.163134615384614, 0.235464614359322, 0.56523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 345, '2021-05-23 00:00:00', 0.0132310386824066, 0.0330961538461534, 0.0213119413980477, 0.0496730769230774, 0.029098480002596, 0.0666923076923058, 0.0800942353634868, 0.17855769230769, 0.235177985789486, 0.565250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 360, '2021-05-23 00:00:00', 0.0164945795292314, 0.0348653846153855, 0.0217381355792424, 0.0480576923076922, 0.0258686326242071, 0.0653846153846149, 0.0894314283941366, 0.182903846153844, 0.241831295296154, 0.570846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 375, '2021-05-23 00:00:00', 0.014540249177845, 0.0313269230769234, 0.0159078234260324, 0.0438269230769214, 0.0199455894488352, 0.0655576923076922, 0.0994674144554974, 0.191057692307691, 0.24892292906718, 0.574769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 390, '2021-05-23 00:00:00', 0.00923929734257901, 0.0282307692307679, 0.0169471690397409, 0.0430576923076913, 0.0329539130395074, 0.0674038461538461, 0.0991828788730115, 0.198211538461538, 0.248450007353282, 0.574884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 405, '2021-05-23 00:00:00', 0.0130552082150571, 0.0315384615384613, 0.0167460328252572, 0.0480192307692305, 0.0414150474326193, 0.0743846153846158, 0.116747296130772, 0.219634615384614, 0.248586698233154, 0.575442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 420, '2021-05-23 00:00:00', 0.0116820210316812, 0.0340192307692298, 0.0231749948137083, 0.0480961538461534, 0.0398116140766057, 0.0732692307692308, 0.133003528004103, 0.22153846153846, 0.250513322998997, 0.576250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 435, '2021-05-23 00:00:00', 0.0160976347999905, 0.0325769230769234, 0.0322025858971241, 0.0520576923076927, 0.0350489822084221, 0.076865384615386, 0.130321242143581, 0.227384615384616, 0.250457339373702, 0.576173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 450, '2021-05-23 00:00:00', 0.0293379250485403, 0.0380769230769234, 0.0301686286371473, 0.0528846153846148, 0.0297037228953896, 0.0768653846153843, 0.130274957744704, 0.235230769230769, 0.250321682271801, 0.575230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 465, '2021-05-23 00:00:00', 0.0123557678838677, 0.0347500000000003, 0.0178381182174139, 0.0534615384615396, 0.0244831888948628, 0.0719423076923074, 0.133895747332937, 0.243365384615385, 0.25012183800331, 0.573923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 480, '2021-05-23 00:00:00', 0.0172476196796936, 0.0395961538461554, 0.0235258695580319, 0.0565576923076918, 0.0216032404976655, 0.0759999999999994, 0.134033371275158, 0.24673076923077, 0.249214035288175, 0.573846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 495, '2021-05-23 00:00:00', 0.0135303220724636, 0.0350192307692302, 0.0166588969068732, 0.0478269230769235, 0.0193598712646712, 0.0877307692307689, 0.124726186257985, 0.251307692307693, 0.248374293386785, 0.569980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 510, '2021-05-23 00:00:00', 0.0122768074025781, 0.0330000000000013, 0.0201058353565487, 0.0557307692307697, 0.0358101027859256, 0.101211538461539, 0.129451761137261, 0.255538461538462, 0.248681371669421, 0.569269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 525, '2021-05-23 00:00:00', 0.0171889051873124, 0.0414615384615386, 0.0210349617395576, 0.0729807692307674, 0.0726160424106468, 0.115480769230767, 0.129818085737756, 0.255153846153847, 0.247572395783225, 0.568634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 540, '2021-05-23 00:00:00', 0.0233743531379018, 0.0594038461538456, 0.0404946910100565, 0.0809999999999992, 0.0837977992183944, 0.124365384615383, 0.129966423178629, 0.253865384615385, 0.247884129258937, 0.56719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 555, '2021-05-23 00:00:00', 0.0304989533237809, 0.0551153846153849, 0.0669079850357072, 0.086538461538461, 0.0779735877372298, 0.132403846153847, 0.121904718467398, 0.250403846153847, 0.245330480404259, 0.563769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 570, '2021-05-23 00:00:00', 0.0440052094818161, 0.0614615384615373, 0.0524114931611841, 0.0892692307692285, 0.0547911138219179, 0.130884615384615, 0.109685776723261, 0.24148076923077, 0.239843555581228, 0.555865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 585, '2021-05-23 00:00:00', 0.0241015878825763, 0.0525576923076907, 0.0360101321211759, 0.0880192307692318, 0.0731640517025842, 0.137038461538462, 0.103047852961622, 0.234000000000001, 0.236215960510714, 0.549500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 600, '2021-05-23 00:00:00', 0.0304154629196288, 0.073903846153847, 0.0363590428916917, 0.0980000000000001, 0.089086079807029, 0.138519230769231, 0.10626994111514, 0.233903846153846, 0.239968510754735, 0.551615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 615, '2021-05-23 00:00:00', 0.0191382118769254, 0.0603653846153864, 0.0671403037274592, 0.101096153846154, 0.0785942966221988, 0.128788461538463, 0.107542986038856, 0.233576923076923, 0.236843151603626, 0.547038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 630, '2021-05-23 00:00:00', 0.0485893665163638, 0.0754423076923061, 0.0604407942980927, 0.0935192307692291, 0.0594665904909218, 0.123846153846155, 0.102147276781351, 0.230384615384615, 0.234730342832267, 0.545423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 645, '2021-05-23 00:00:00', 0.0302122555367071, 0.0559038461538469, 0.0313565843901293, 0.0813461538461558, 0.0464981554638279, 0.116038461538464, 0.0987890857409788, 0.227288461538463, 0.237493291403227, 0.54621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 660, '2021-05-23 00:00:00', 0.0180634032912263, 0.0574423076923087, 0.0316416473362841, 0.0815769230769245, 0.0515442901411376, 0.116423076923079, 0.100902483387903, 0.232365384615386, 0.233872082886875, 0.552134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 675, '2021-05-23 00:00:00', 0.0238113095301029, 0.0544615384615394, 0.0390963356535933, 0.078288461538462, 0.0636368331900766, 0.110557692307693, 0.105929947824746, 0.240423076923077, 0.235809910406991, 0.547576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 690, '2021-05-23 00:00:00', 0.0309765171603364, 0.0592307692307711, 0.0336037372005881, 0.0801346153846176, 0.0621118253326534, 0.111173076923078, 0.119163894893351, 0.254576923076925, 0.238485988138634, 0.548442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 705, '2021-05-23 00:00:00', 0.0233147031852319, 0.0568461538461558, 0.0514698418045441, 0.0767692307692317, 0.058806962565278, 0.105173076923077, 0.133861818822476, 0.272057692307693, 0.237714311403738, 0.547576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 720, '2021-05-23 00:00:00', 0.0372866649704067, 0.0531538461538469, 0.0431668319965151, 0.0793461538461528, 0.0458043540086938, 0.102673076923076, 0.153193157358734, 0.275211538461538, 0.236868288620165, 0.553384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 735, '2021-05-23 00:00:00', 0.0248280316144107, 0.057134615384616, 0.0229821418965653, 0.070173076923078, 0.0379729711566214, 0.104442307692308, 0.167342582745694, 0.283999999999999, 0.240178331982395, 0.551365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 750, '2021-05-23 00:00:00', 0.0179949672451439, 0.047673076923075, 0.0310985344695502, 0.0696730769230756, 0.0494294407755589, 0.10751923076923, 0.179164668563693, 0.286461538461538, 0.239441363466008, 0.552442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 765, '2021-05-23 00:00:00', 0.0255531497381138, 0.0517884615384607, 0.0335866960841076, 0.0771153846153839, 0.0410649626061701, 0.107634615384614, 0.179124452868345, 0.295480769230769, 0.240295034200747, 0.55121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 780, '2021-05-23 00:00:00', 0.0229117118186645, 0.0520576923076927, 0.0375389643724216, 0.0729230769230764, 0.0455931506326915, 0.101846153846153, 0.172920881196707, 0.308634615384614, 0.238970456011101, 0.548826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 795, '2021-05-23 00:00:00', 0.0236824910981828, 0.0505961538461539, 0.0282390686815281, 0.0702500000000004, 0.0611155053975653, 0.11275, 0.16308439179196, 0.313673076923075, 0.238350160155503, 0.548826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 810, '2021-05-23 00:00:00', 0.0217559187349113, 0.0490000000000011, 0.0320474467961775, 0.0711730769230773, 0.0637784416192839, 0.117980769230769, 0.158956152638198, 0.310038461538461, 0.234192909470278, 0.548326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 825, '2021-05-23 00:00:00', 0.0170953097481344, 0.0474807692307697, 0.0545235164507365, 0.0825769230769238, 0.0728852549190529, 0.118096153846154, 0.15056088469453, 0.3115, 0.223126731839864, 0.549038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 840, '2021-05-23 00:00:00', 0.0483610937078061, 0.0638461538461526, 0.0516899372739451, 0.086519230769229, 0.0695630206801979, 0.129076923076923, 0.149193963839538, 0.313826923076922, 0.219897780448448, 0.548423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 855, '2021-05-23 00:00:00', 0.0305487063807696, 0.0567115384615392, 0.0628134111108808, 0.0907307692307696, 0.0698752542309947, 0.143134615384616, 0.140053721835585, 0.30675, 0.214048359920406, 0.548903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 870, '2021-05-23 00:00:00', 0.0565907202232342, 0.064480769230771, 0.0555228019687534, 0.0933076923076935, 0.0822037337725833, 0.146576923076925, 0.137255708862635, 0.306480769230769, 0.211532140674797, 0.550442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 885, '2021-05-23 00:00:00', 0.0264635671181233, 0.0595961538461531, 0.0355146611112391, 0.0961346153846147, 0.0956465388010217, 0.160403846153846, 0.133443188718585, 0.305730769230769, 0.208514603805106, 0.548 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 900, '2021-05-23 00:00:00', 0.0264956382477168, 0.067673076923077, 0.0458082290222395, 0.100923076923078, 0.0953635493176604, 0.15555769230769, 0.115841730557089, 0.305442307692306, 0.199358637018432, 0.542384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 915, '2021-05-23 00:00:00', 0.0359487883608807, 0.0738461538461528, 0.0784646343657693, 0.118826923076922, 0.0899832548524787, 0.156615384615382, 0.115093159590895, 0.304846153846153, 0.19715666652144, 0.541134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 930, '2021-05-23 00:00:00', 0.074289374434344, 0.0841346153846154, 0.0795284951351497, 0.106192307692305, 0.0934154759868315, 0.154865384615383, 0.102472242020046, 0.297903846153844, 0.189165374331969, 0.540826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 945, '2021-05-23 00:00:00', 0.0308308848646669, 0.0667115384615362, 0.049348369157061, 0.0976923076923057, 0.0641800622048249, 0.155596153846153, 0.084986152718228, 0.275884615384614, 0.192230287575966, 0.538711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 960, '2021-05-23 00:00:00', 0.0345653505918643, 0.0737884615384619, 0.0514364619252205, 0.107019230769231, 0.052966593245177, 0.17, 0.0850207124085738, 0.270307692307691, 0.195395134180813, 0.54496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 975, '2021-05-23 00:00:00', 0.0374592291185192, 0.0725769230769226, 0.0457049904698152, 0.121384615384616, 0.0518950901783117, 0.171403846153844, 0.081249163309301, 0.264442307692308, 0.195993383915022, 0.548057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 990, '2021-05-23 00:00:00', 0.0268029562089417, 0.0845384615384618, 0.0381409380304958, 0.121865384615384, 0.0489813190449637, 0.15998076923077, 0.084151063798751, 0.255692307692308, 0.191517105080619, 0.540807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1005, '2021-05-23 00:00:00', 0.0236736140037817, 0.0784999999999988, 0.0318003205112049, 0.111096153846153, 0.0442257147613672, 0.150576923076925, 0.0845493665536013, 0.242846153846155, 0.188259975729144, 0.53896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1020, '2021-05-23 00:00:00', 0.0302544148081669, 0.0814807692307691, 0.0355271510473093, 0.108461538461541, 0.0432108827104367, 0.154903846153846, 0.0834036362424425, 0.233942307692308, 0.192694820496436, 0.539076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1035, '2021-05-23 00:00:00', 0.0282144262063543, 0.0755769230769248, 0.0340602463968671, 0.111596153846155, 0.050511765575342, 0.155038461538462, 0.0906057648021612, 0.22523076923077, 0.201478459432724, 0.547519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1050, '2021-05-23 00:00:00', 0.0285392105437683, 0.0709423076923081, 0.0322146466927458, 0.108211538461538, 0.0532304749324889, 0.145211538461539, 0.0827810945529504, 0.21198076923077, 0.201008603910761, 0.542673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1065, '2021-05-23 00:00:00', 0.0255622091858574, 0.0885576923076921, 0.0424168190516643, 0.114557692307692, 0.0490433128821998, 0.142057692307692, 0.0888779132379823, 0.202288461538461, 0.202765382609099, 0.548596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1080, '2021-05-23 00:00:00', 0.0451778706890878, 0.0769999999999993, 0.0516253701793376, 0.0993269230769218, 0.048029354005167, 0.126673076923075, 0.0905835865587483, 0.185384615384615, 0.205100707908615, 0.547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1095, '2021-05-23 00:00:00', 0.02724667940248, 0.0578076923076907, 0.0309464052839735, 0.0764999999999985, 0.0349937631805796, 0.107211538461539, 0.0841410811581437, 0.167692307692308, 0.21078180570292, 0.544019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1110, '2021-05-23 00:00:00', 0.0220756740466825, 0.0546538461538437, 0.0239018908167398, 0.0760961538461532, 0.0338172520832411, 0.0990576923076914, 0.0797028447518542, 0.161211538461539, 0.209856526080226, 0.543192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1125, '2021-05-23 00:00:00', 0.022102636459514, 0.0499423076923089, 0.0290675870237737, 0.0752692307692305, 0.034595153062021, 0.0912692307692299, 0.0758460282414304, 0.153, 0.203039451452553, 0.538673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1140, '2021-05-23 00:00:00', 0.0249952072328965, 0.0529038461538457, 0.0269047608026189, 0.0651153846153845, 0.0283281933497638, 0.0855576923076914, 0.0716402363308387, 0.150288461538463, 0.202367978806316, 0.535173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1155, '2021-05-23 00:00:00', 0.0155637769788113, 0.0388653846153833, 0.0188118722742206, 0.0514423076923063, 0.0324103971921681, 0.0785769230769222, 0.0690274109433235, 0.14371153846154, 0.202800838262567, 0.534500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1170, '2021-05-23 00:00:00', 0.0156034143206404, 0.0360576923076912, 0.0222924961503968, 0.0556538461538452, 0.0345801187878927, 0.0757692307692307, 0.0661024845337785, 0.142038461538463, 0.200087258849348, 0.533865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1185, '2021-05-23 00:00:00', 0.0131696182994738, 0.0396730769230756, 0.0261216090916798, 0.0575384615384614, 0.0407307481658997, 0.0765769230769236, 0.0655255557896189, 0.13896153846154, 0.200624138627433, 0.532750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1200, '2021-05-23 00:00:00', 0.025653137459939, 0.0422884615384618, 0.0305703287519138, 0.0537500000000003, 0.0377706846030716, 0.0727692307692295, 0.0623474014016497, 0.142538461538462, 0.203628349242889, 0.531269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1215, '2021-05-23 00:00:00', 0.0155883092288877, 0.0333461538461535, 0.0253709782716705, 0.0505576923076921, 0.0315922641456144, 0.0678653846153835, 0.055363446007688, 0.139865384615385, 0.200433788223288, 0.52471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1230, '2021-05-23 00:00:00', 0.0118136980466953, 0.0357115384615395, 0.0154157262360436, 0.0482307692307683, 0.0304571072923132, 0.0653461538461554, 0.0467834783460338, 0.133923076923077, 0.200923625941644, 0.52221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1245, '2021-05-23 00:00:00', 0.0136909992892569, 0.030788461538461, 0.0215189093947274, 0.0467884615384619, 0.0341494002650345, 0.0628076923076938, 0.0460507454211774, 0.131365384615385, 0.199129502701516, 0.526173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1260, '2021-05-23 00:00:00', 0.0203563635863972, 0.035692307692307, 0.029835188310761, 0.0459615384615393, 0.0355035426184701, 0.0656923076923082, 0.0482438039066631, 0.130269230769231, 0.198935180784711, 0.525615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1275, '2021-05-23 00:00:00', 0.0147880539105576, 0.0295576923076935, 0.0193433848760117, 0.0414423076923088, 0.0272063411726008, 0.0612499999999995, 0.0592121219398144, 0.129346153846154, 0.198813833484028, 0.526903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1290, '2021-05-23 00:00:00', 0.0131967944825785, 0.027653846153847, 0.0167970693414504, 0.040692307692308, 0.0204482555208533, 0.0581346153846142, 0.0632618885148187, 0.132442307692309, 0.200667345279539, 0.533788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1305, '2021-05-23 00:00:00', 0.0119466924936758, 0.0342115384615378, 0.0166440217957813, 0.0482115384615364, 0.0179913761392663, 0.0589807692307699, 0.0619360122657611, 0.135019230769231, 0.200667900158061, 0.534615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1320, '2021-05-23 00:00:00', 0.0170571099545033, 0.0352499999999978, 0.0160675018401922, 0.0437307692307687, 0.0255306452357498, 0.0660769230769249, 0.0625371059082876, 0.132480769230771, 0.200790511766328, 0.534480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1335, '2021-05-23 00:00:00', 0.0115786275259471, 0.0257692307692319, 0.012322353047019, 0.0344038461538492, 0.0278423031761717, 0.0645769230769259, 0.0571225975761449, 0.137134615384616, 0.201007520907895, 0.534711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1350, '2021-05-23 00:00:00', 0.0104189177054952, 0.0244230769230788, 0.0235315827052796, 0.0486538461538478, 0.0311825456601329, 0.0661346153846169, 0.0548600912812282, 0.13948076923077, 0.201271929526657, 0.535019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1365, '2021-05-23 00:00:00', 0.0199189897797589, 0.0366153846153845, 0.0252574512996434, 0.0486730769230781, 0.03158819156194, 0.0589230769230779, 0.0538777676426371, 0.139576923076923, 0.201570393315928, 0.53471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1380, '2021-05-23 00:00:00', 0.0135928289917879, 0.0302500000000007, 0.0211882859509341, 0.0397884615384602, 0.0309421793275533, 0.0665384615384622, 0.0543753514577513, 0.153826923076922, 0.202611553319303, 0.533692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1395, '2021-05-23 00:00:00', 0.013016158596736, 0.0244038461538463, 0.0139275046083412, 0.0326538461538468, 0.0345960480179666, 0.0805576923076933, 0.0539327216218355, 0.167038461538461, 0.204054431840736, 0.532634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1410, '2021-05-23 00:00:00', 0.00822222597597454, 0.0217500000000006, 0.0246861608692294, 0.0520576923076927, 0.0352931241941625, 0.0787307692307691, 0.0609866694135199, 0.183923076923075, 0.204574971211419, 0.532826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1425, '2021-05-23 00:00:00', 0.0241520902105478, 0.0452115384615384, 0.0357141913185567, 0.0717884615384616, 0.0360372510263816, 0.0762115384615389, 0.0712884740926741, 0.199057692307691, 0.206423206059781, 0.533500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 0, '2021-05-23 00:00:00', 0.0372601044632916, 0.057653846153846, 0.0378663896026338, 0.0622115384615387, 0.0350345379040999, 0.0711730769230768, 0.083743307424903, 0.212692307692306, 0.211526413153388, 0.535288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 15, '2021-05-23 00:00:00', 0.0188690629990319, 0.0283076923076941, 0.0192994718939306, 0.0404807692307696, 0.0373042222811332, 0.06525, 0.0807889463116971, 0.218923076923075, 0.208692154583287, 0.536346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 30, '2021-05-23 00:00:00', 0.0165665209197537, 0.0320192307692301, 0.0184092054731818, 0.0403269230769211, 0.0443749972914417, 0.0740961538461524, 0.0834479685884504, 0.220788461538461, 0.208802800784337, 0.536019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 45, '2021-05-23 00:00:00', 0.0128923948959777, 0.0274230769230767, 0.0326180695556703, 0.0505384615384618, 0.0392748696320599, 0.0758461538461542, 0.0865788591178829, 0.224826923076921, 0.208998771619502, 0.53544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 60, '2021-05-23 00:00:00', 0.0272514854923278, 0.0427115384615385, 0.0357750450195931, 0.0585769230769224, 0.0391401475961218, 0.077634615384615, 0.0884306877642708, 0.228442307692307, 0.208998771619502, 0.53544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 75, '2021-05-23 00:00:00', 0.0280716733764459, 0.0363269230769227, 0.0289157662610125, 0.0521923076923077, 0.0383999198717117, 0.0819230769230757, 0.0871863014116695, 0.224365384615384, 0.208592146212502, 0.534788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 90, '2021-05-23 00:00:00', 0.012765714298008, 0.0362884615384615, 0.0224586543195743, 0.0501346153846148, 0.0289507074445249, 0.079711538461537, 0.0839193683521, 0.223403846153845, 0.205444419771829, 0.532980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 105, '2021-05-23 00:00:00', 0.0197533638810047, 0.0361538461538461, 0.022669498314831, 0.0648846153846153, 0.0299001736552718, 0.0814038461538451, 0.0779807890543467, 0.226288461538461, 0.200940099187638, 0.531288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 120, '2021-05-23 00:00:00', 0.0196118978801522, 0.0550576923076918, 0.0277720113672847, 0.0662692307692296, 0.034941929848514, 0.106461538461536, 0.0972847703315476, 0.232942307692307, 0.199959304513537, 0.53221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 135, '2021-05-23 00:00:00', 0.0151191803807132, 0.040480769230769, 0.0235377029792283, 0.0582115384615371, 0.0366619484143777, 0.12103846153846, 0.112961942195659, 0.233596153846153, 0.200364084951523, 0.534557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 150, '2021-05-23 00:00:00', 0.0186902792504966, 0.0439423076923076, 0.0370936496742219, 0.084826923076922, 0.0528606149735768, 0.13476923076923, 0.113359340153338, 0.232500000000001, 0.2011412477302, 0.533692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 165, '2021-05-23 00:00:00', 0.0324438923966619, 0.0676153846153823, 0.036223664173491, 0.100576923076922, 0.0640509923060111, 0.146019230769229, 0.116624745032288, 0.228365384615385, 0.198638016347478, 0.532807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 180, '2021-05-23 00:00:00', 0.0343927988884989, 0.0672692307692306, 0.0515959897070143, 0.096615384615383, 0.0830843338931102, 0.139557692307692, 0.121404278533147, 0.213326923076924, 0.194087347505029, 0.524538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 195, '2021-05-23 00:00:00', 0.0390144795606035, 0.0564807692307684, 0.0447765563660263, 0.0844999999999996, 0.0717778838876185, 0.13026923076923, 0.0975697166921391, 0.19001923076923, 0.199102474581846, 0.521653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 210, '2021-05-23 00:00:00', 0.0283679667664327, 0.053192307692307, 0.0515139749522832, 0.0879807692307679, 0.0690928722807198, 0.114249999999999, 0.0925410428695519, 0.18026923076923, 0.199548306278105, 0.517442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 225, '2021-05-23 00:00:00', 0.0430818228669415, 0.0652884615384606, 0.0617681147518705, 0.0894999999999983, 0.0628407878323038, 0.103230769230768, 0.0756066872296775, 0.165865384615385, 0.200825593105443, 0.515826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 240, '2021-05-23 00:00:00', 0.040317361215545, 0.057980769230769, 0.041927318063526, 0.0714999999999998, 0.0471599406276123, 0.0930000000000002, 0.0720019123677648, 0.163153846153847, 0.201269669846201, 0.515000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 255, '2021-05-23 00:00:00', 0.0235224606248175, 0.0418846153846164, 0.03609603110507, 0.0622115384615382, 0.0416151830650573, 0.0862115384615391, 0.069373229707142, 0.15875, 0.203757465177067, 0.511769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 270, '2021-05-23 00:00:00', 0.0223986349171933, 0.0441730769230763, 0.0233119398262236, 0.0569423076923085, 0.0370813295338761, 0.0817500000000001, 0.0674470162423799, 0.152499999999998, 0.203516825991213, 0.511461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 285, '2021-05-23 00:00:00', 0.0194898395620342, 0.0409230769230772, 0.0260335656117532, 0.0589423076923087, 0.0365559002919348, 0.0864230769230769, 0.06384998343473, 0.146596153846153, 0.205358650620359, 0.514846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 300, '2021-05-23 00:00:00', 0.0190761631362277, 0.0395000000000011, 0.0266135592971246, 0.0566923076923084, 0.0497405731308439, 0.0847692307692305, 0.0641490721798719, 0.142711538461537, 0.20860235727704, 0.51828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 315, '2021-05-23 00:00:00', 0.017520273970461, 0.0385000000000013, 0.0251787532531827, 0.0574807692307699, 0.0634381952405997, 0.0797692307692312, 0.0588682394452608, 0.14501923076923, 0.208787938975262, 0.518288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 330, '2021-05-23 00:00:00', 0.0174952411111842, 0.038711538461538, 0.038874947439986, 0.0561923076923071, 0.0520452318070169, 0.0783846153846147, 0.057751896405759, 0.149192307692308, 0.208780760976306, 0.518615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 345, '2021-05-23 00:00:00', 0.0359780542083015, 0.0420961538461543, 0.0529604678401355, 0.0568653846153839, 0.0511960072060893, 0.0778653846153858, 0.0572372827662325, 0.155442307692309, 0.208082446677715, 0.518230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 360, '2021-05-23 00:00:00', 0.0242491554174877, 0.0376923076923073, 0.0258154694231672, 0.0524615384615381, 0.0314643387882953, 0.0697692307692316, 0.0596979093822837, 0.162903846153848, 0.207985147398705, 0.517192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 375, '2021-05-23 00:00:00', 0.0186289683433755, 0.0360384615384598, 0.0208278659492522, 0.0474999999999994, 0.027697826907261, 0.0675192307692318, 0.0610110362021628, 0.16744230769231, 0.207825740613472, 0.514961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 390, '2021-05-23 00:00:00', 0.0157663834202353, 0.0333269230769232, 0.0254219469084386, 0.0456538461538461, 0.0283909045565377, 0.0667115384615394, 0.0595044406875536, 0.171538461538463, 0.207623220133157, 0.515307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 405, '2021-05-23 00:00:00', 0.015708118919846, 0.0322500000000004, 0.0206151270075745, 0.0487884615384622, 0.0262011229941354, 0.0671730769230779, 0.0616153358782126, 0.192019230769231, 0.207457947546002, 0.515499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 420, '2021-05-23 00:00:00', 0.0178917256337639, 0.034076923076924, 0.0184685179114668, 0.0466153846153869, 0.0256286198193763, 0.0666153846153868, 0.0658669200270241, 0.203365384615386, 0.2077301217001, 0.515711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 435, '2021-05-23 00:00:00', 0.0142567123192498, 0.0319230769230769, 0.0169435374564604, 0.0457884615384621, 0.0235981746360567, 0.0724230769230773, 0.064931620837737, 0.206153846153848, 0.207319279039693, 0.51578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 450, '2021-05-23 00:00:00', 0.016003953838398, 0.0319423076923077, 0.0202852068114817, 0.0484807692307701, 0.031385763553659, 0.0791153846153842, 0.0690220143254215, 0.212038461538462, 0.204740527159471, 0.51928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 465, '2021-05-23 00:00:00', 0.0161429670325922, 0.035846153846155, 0.022682261791981, 0.0557499999999995, 0.0306275140255383, 0.0767692307692306, 0.0712092582571857, 0.219961538461538, 0.203019333107426, 0.520519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 480, '2021-05-23 00:00:00', 0.0197485442501471, 0.0437500000000001, 0.0271844412514563, 0.0629230769230768, 0.0289871589607441, 0.0768461538461535, 0.0853815328618932, 0.235115384615385, 0.203019333107426, 0.520519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 495, '2021-05-23 00:00:00', 0.0147016482592402, 0.0380384615384617, 0.0186452716216792, 0.0481153846153832, 0.0317190066776283, 0.0868461538461548, 0.0890207581669326, 0.233846153846154, 0.202027348681767, 0.518980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 510, '2021-05-23 00:00:00', 0.0113139804598617, 0.0326153846153835, 0.0160020671741538, 0.0506153846153847, 0.0419829864807908, 0.100865384615386, 0.0863978365113744, 0.235615384615385, 0.20160203753549, 0.516807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 525, '2021-05-23 00:00:00', 0.0132044864170675, 0.0390384615384616, 0.0276232065202726, 0.0716923076923079, 0.0485649960995978, 0.110326923076923, 0.0858205372587741, 0.237769230769231, 0.201646920097022, 0.515903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 540, '2021-05-23 00:00:00', 0.0249557531520225, 0.0590192307692311, 0.0394737303103651, 0.0823461538461552, 0.0523246228256467, 0.112884615384617, 0.0852244750869503, 0.235134615384617, 0.202862844912895, 0.516076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 555, '2021-05-23 00:00:00', 0.0262195464374326, 0.0557307692307692, 0.0369510486995979, 0.0814999999999994, 0.048507588621227, 0.111115384615387, 0.0841385144591035, 0.229019230769232, 0.201588655816358, 0.517615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 570, '2021-05-23 00:00:00', 0.0214281267353114, 0.0517307692307692, 0.0290065775034154, 0.074692307692308, 0.0336596368644445, 0.109365384615385, 0.0801633620514053, 0.22426923076923, 0.202543529984202, 0.515192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 585, '2021-05-23 00:00:00', 0.0258000670839925, 0.0547115384615395, 0.0305018095301813, 0.082096153846154, 0.042164896081202, 0.124038461538461, 0.0768938954264008, 0.223134615384616, 0.197625609520784, 0.515307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 600, '2021-05-23 00:00:00', 0.027860124523439, 0.069057692307693, 0.028867655576122, 0.0888076923076933, 0.0501910695396953, 0.139788461538462, 0.0723378106259367, 0.221326923076924, 0.193971647412708, 0.520999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 615, '2021-05-23 00:00:00', 0.0200300927452842, 0.0562307692307705, 0.0443260472131071, 0.0949615384615377, 0.0480582339058975, 0.129923076923077, 0.0782328182168713, 0.214576923076923, 0.192617261987041, 0.525980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 630, '2021-05-23 00:00:00', 0.0338269351029856, 0.0668076923076932, 0.0432254599121327, 0.0984038461538471, 0.0418333139237865, 0.121884615384616, 0.0761896949421954, 0.204519230769231, 0.189320600081936, 0.521980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 645, '2021-05-23 00:00:00', 0.0217324730441656, 0.0625961538461532, 0.0221135617977896, 0.0794807692307689, 0.0512419599697223, 0.118461538461538, 0.0711261933792017, 0.197153846153846, 0.188185927905192, 0.524788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 660, '2021-05-23 00:00:00', 0.0198635344286954, 0.0569999999999994, 0.0332120691686236, 0.0763076923076932, 0.0740607962316202, 0.123807692307693, 0.0714653654684454, 0.193961538461539, 0.187113043783286, 0.523634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 675, '2021-05-23 00:00:00', 0.0191488501361931, 0.0519615384615384, 0.0436479491103355, 0.083711538461537, 0.0671668416362174, 0.112769230769229, 0.0767838750099163, 0.20571153846154, 0.18739716872502, 0.522673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 690, '2021-05-23 00:00:00', 0.0383549014017553, 0.0599615384615384, 0.0650514707455089, 0.0885769230769235, 0.0619978535608606, 0.109923076923076, 0.0714630754575125, 0.214365384615385, 0.189466055413222, 0.518884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 705, '2021-05-23 00:00:00', 0.0352684648855706, 0.0607307692307684, 0.0329399278407525, 0.0746730769230749, 0.0321264149643506, 0.0969423076923071, 0.0995300978830792, 0.239596153846155, 0.188173934473892, 0.52001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 720, '2021-05-23 00:00:00', 0.0174734523910303, 0.0493076923076916, 0.0241590642330227, 0.0715961538461536, 0.0314759981817649, 0.0909615384615388, 0.107734274240623, 0.252923076923077, 0.197929276413416, 0.52603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 735, '2021-05-23 00:00:00', 0.0156110414573988, 0.0467307692307694, 0.0197198845370315, 0.0615769230769252, 0.0357784905301421, 0.0909038461538479, 0.136105068294257, 0.267480769230771, 0.199073438324036, 0.525423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 750, '2021-05-23 00:00:00', 0.0147584265369372, 0.0433653846153845, 0.0258611380557476, 0.061461538461539, 0.0401088566854689, 0.0899038461538453, 0.137444847680246, 0.270884615384617, 0.199983265646056, 0.529057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 765, '2021-05-23 00:00:00', 0.0198078170272388, 0.0469807692307711, 0.0304745606392283, 0.0681730769230767, 0.0339859303468146, 0.0937884615384617, 0.136167048143079, 0.289250000000001, 0.204962657949798, 0.532365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 780, '2021-05-23 00:00:00', 0.0237307006606682, 0.0473846153846159, 0.0271097768341996, 0.0649999999999994, 0.0301634776611632, 0.0866538461538456, 0.142054633314627, 0.294673076923077, 0.206447014062651, 0.53401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 795, '2021-05-23 00:00:00', 0.0175724544058641, 0.0418653846153839, 0.0210708329213624, 0.0614999999999996, 0.0295116991143402, 0.087596153846154, 0.153822755143703, 0.3105, 0.205673648325166, 0.53401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 810, '2021-05-23 00:00:00', 0.014818283924314, 0.0416923076923095, 0.0157181913228446, 0.0536923076923088, 0.0280217841083557, 0.0845961538461561, 0.1[...];
Date: 2021-05-23 17:08:52 Duration: 24s582ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1065, '2021-05-23 00:00:00', 0.11180787092151, 0.216999999999999, 0.118873882749753, 0.24, 0.0476480149988846, 0.290333333333332, 0.0882213126177545, 0.379999999999995, 0.238727878556319, 0.866999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1080, '2021-05-23 00:00:00', 0.0334065861769891, 0.100000000000004, 0.0124899959967995, 0.116000000000004, 0.0601082357085852, 0.158000000000001, 0.0915987627281792, 0.269666666666661, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1095, '2021-05-23 00:00:00', 0.0268576494379776, 0.0753333333333283, 0.0301053705064907, 0.12233333333333, 0.0526244556583056, 0.149333333333331, 0.0370045042303368, 0.280666666666662, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1110, '2021-05-23 00:00:00', 0.0156204993518097, 0.0830000000000031, 0.0190787840283369, 0.103999999999999, 0.042035699113969, 0.163000000000001, 0.0338279962949799, 0.287333333333327, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1125, '2021-05-23 00:00:00', 0.0112398102000546, 0.0526666666666671, 0.0161658075373076, 0.0836666666666683, 0.0387599449603984, 0.131333333333335, 0.0852818855326252, 0.270999999999996, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1140, '2021-05-23 00:00:00', 0.00900000000000745, 0.0689999999999979, 0.0180831413200333, 0.112, 0.0255016339345812, 0.146666666666666, 0.109550597138189, 0.287333333333332, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1155, '2021-05-23 00:00:00', 0.01404753833714, 0.0663333333333327, 0.0355293306063213, 0.0893333333333336, 0.0313421973277828, 0.118666666666665, 0.0960277737601691, 0.283333333333331, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1170, '2021-05-23 00:00:00', 0.0267644042215342, 0.0623333333333325, 0.0357957166897636, 0.105666666666664, 0.032036437588062, 0.11133333333333, 0.0889400547185241, 0.300333333333332, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1185, '2021-05-23 00:00:00', 0.0163986788085675, 0.0642499999999977, 0.0603130721043729, 0.102499999999999, 0.416586425606986, 0.299249999999997, 0.33481835871609, 0.445999999999998, 0.281500740081915, 0.932999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1200, '2021-05-23 00:00:00', 0.00404145188432499, 0.0406666666666714, 0.00461880215351445, 0.0453333333333366, 0.0407062648740967, 0.0770000000000077, 0.162247752937702, 0.289333333333341, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1215, '2021-05-23 00:00:00', 0.00650640709865039, 0.0353333333333315, 0.0298384539367151, 0.0556666666666672, 0.0601775151807862, 0.0956666666666687, 0.160726475728174, 0.286000000000006, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1230, '2021-05-23 00:00:00', 0.0120554275466836, 0.0403333333333317, 0.0197315314492646, 0.0583333333333371, 0.0374699879903918, 0.0870000000000033, 0.149502508340158, 0.293000000000006, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1245, '2021-05-23 00:00:00', 0.00577350269189921, 0.0423333333333365, 0.0249064917909668, 0.0673333333333327, 0.0320780298646877, 0.0850000000000032, 0.144983907152935, 0.290333333333336, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1260, '2021-05-23 00:00:00', 0.015176736583776, 0.0486666666666669, 0.0106926766215635, 0.054333333333337, 0.0219317121994637, 0.0859999999999985, 0.133717363619433, 0.283666666666671, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1275, '2021-05-23 00:00:00', 0.0174355957741628, 0.0460000000000017, 0.0273007936392527, 0.0596666666666673, 0.0175023807904316, 0.104666666666664, 0.13715805967325, 0.275333333333336, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1290, '2021-05-23 00:00:00', 0.00854400374531508, 0.0350000000000013, 0.0102143689640247, 0.0553333333333323, 0.0715984171147206, 0.10733333333333, 0.141987088614893, 0.266333333333336, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1305, '2021-05-23 00:00:00', 0.0112694276695811, 0.0509999999999972, 0.0268514431642003, 0.0799999999999983, 0.0800020833062116, 0.11866666666666, 0.141170110150837, 0.264000000000001, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1320, '2021-05-23 00:00:00', 0.0340734500748079, 0.0689999999999979, 0.0715145672806088, 0.100666666666664, 0.106851922459703, 0.136666666666666, 0.141369492229871, 0.26166666666667, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1335, '2021-05-23 00:00:00', 0.0284487843911315, 0.049333333333332, 0.0260000000000012, 0.0769999999999982, 0.0431315816233718, 0.111333333333334, 0.093473703967116, 0.233333333333334, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1350, '2021-05-23 00:00:00', 0.00984885780179191, 0.0499999999999972, 0.0206639783197773, 0.0720000000000027, 0.0177857620959369, 0.102666666666669, 0.0848547779051528, 0.214333333333338, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1365, '2021-05-23 00:00:00', 0.019731531449268, 0.0556666666666719, 0.0198578280114707, 0.0773333333333331, 0.0260832002126472, 0.115666666666665, 0.0663651514978547, 0.218666666666669, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1380, '2021-05-23 00:00:00', 0.0143643076176116, 0.0573333333333323, 0.0120138808606273, 0.0746666666666679, 0.0828190799272721, 0.182000000000002, 0.0280416357107329, 0.24566666666667, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1395, '2021-05-23 00:00:00', 0.0069999999999979, 0.0380000000000062, 0.0360185137579679, 0.0676666666666677, 0.0815536633144122, 0.170000000000002, 0.0308922859842603, 0.24933333333333, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1410, '2021-05-23 00:00:00', 0.0301164406927431, 0.0539999999999973, 0.0942974018730062, 0.151000000000001, 0.0620429958442776, 0.171666666666667, 0.0297713508819005, 0.250666666666665, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1425, '2021-05-23 00:00:00', 0.0753768310999257, 0.108500000000003, 0.399517521518145, 0.331250000000004, 0.384546811194688, 0.350750000000001, 0.335235613661005, 0.422249999999998, 0.281500740081915, 0.932999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 0, '2021-05-23 00:00:00', 0.00450924975282972, 0.0716666666666631, 0.0158219257150709, 0.107333333333334, 0.054993939059987, 0.152666666666666, 0.0223681320930679, 0.268666666666666, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 15, '2021-05-23 00:00:00', 0.0202072594216338, 0.0646666666666723, 0.0453688586293784, 0.101333333333334, 0.0663023378170044, 0.141000000000001, 0.0280416357107247, 0.260666666666665, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 30, '2021-05-23 00:00:00', 0.0733303029676841, 0.0683333333333328, 0.0909138786618065, 0.110333333333334, 0.0719884249955089, 0.134666666666665, 0.0773132157741026, 0.256333333333335, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 45, '2021-05-23 00:00:00', 0.0450037035513031, 0.0836666666666683, 0.0372334974630852, 0.0926666666666686, 0.029816103031757, 0.107999999999999, 0.0335608899365503, 0.230666666666669, 0.29101202724286, 0.876999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 60, '2021-05-23 00:00:00', 0.0197315314492646, 0.0526666666666671, 0.0266270539113869, 0.0689999999999979, 0.0229128784747801, 0.0719999999999932, 0.0401497197997683, 0.224999999999999, 0.290434731623701, 0.87666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 75, '2021-05-23 00:00:00', 0.0253837218179975, 0.0516666666666623, 0.0147422295916672, 0.0633333333333278, 0.0419324854180296, 0.11633333333333, 0.0581406340981284, 0.225666666666664, 0.290434731623701, 0.87666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 90, '2021-05-23 00:00:00', 0.0133166562369591, 0.0466666666666669, 0.0120968315410839, 0.0486666666666669, 0.0442379927211905, 0.119, 0.0959235806949108, 0.236333333333334, 0.290434731623701, 0.87666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 105, '2021-05-23 00:00:00', 0.0128970280814399, 0.0453333333333319, 0.0377226722277169, 0.106999999999995, 0.0261023626006032, 0.12933333333333, 0.111840660465383, 0.24333333333333, 0.290434731623701, 0.87666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 120, '2021-05-23 00:00:00', 0.0211266025033222, 0.0846666666666636, 0.0263502055652973, 0.0943333333333338, 0.0415812457725807, 0.134, 0.10658799181897, 0.224999999999999, 0.272538682269754, 0.86633333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 135, '2021-05-23 00:00:00', 0.0124230967690663, 0.0536666666666671, 0.0257746645629638, 0.0723333333333329, 0.0531444572211669, 0.126666666666665, 0.10404005638856, 0.223333333333334, 0.269652245185044, 0.864666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 150, '2021-05-23 00:00:00', 0.0298663690461336, 0.0659999999999978, 0.0610982814815534, 0.118000000000004, 0.0447921124008767, 0.134333333333331, 0.10404005638856, 0.223333333333334, 0.269652245185044, 0.864666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 165, '2021-05-23 00:00:00', 0.0359212100761274, 0.0873333333333382, 0.0247857485933588, 0.107666666666669, 0.0158850034099272, 0.12133333333333, 0.109617516848363, 0.205000000000003, 0.269652245185044, 0.864666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 180, '2021-05-23 00:00:00', 0.0117898261225567, 0.070999999999998, 0.011015141094571, 0.0873333333333288, 0.0115902257671406, 0.110666666666665, 0.0959235806949106, 0.180333333333332, 0.263302107853315, 0.860999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 195, '2021-05-23 00:00:00', 0.0095393920141651, 0.0429999999999969, 0.0146401275040045, 0.0616666666666674, 0.01350308606702, 0.0913333333333336, 0.078869089847246, 0.155333333333336, 0.244251919132691, 0.849999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 210, '2021-05-23 00:00:00', 0.0223383079036929, 0.0570000000000022, 0.0192873015219866, 0.0830000000000031, 0.0285131548587676, 0.106000000000004, 0.0565066367783452, 0.172000000000007, 0.240211018342903, 0.847666666666664 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 225, '2021-05-23 00:00:00', 0.01965536398374, 0.0586666666666673, 0.0028867513459455, 0.0813333333333333, 0.0238117617995822, 0.111000000000004, 0.0571664237118246, 0.172000000000007, 0.251756496109509, 0.854333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 240, '2021-05-23 00:00:00', 0.00871779788707733, 0.0419999999999969, 0.0195021366350869, 0.0656666666666676, 0.0296704117486368, 0.0946666666666687, 0.0332615894589143, 0.163666666666671, 0.275425125941704, 0.868 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 255, '2021-05-23 00:00:00', 0.015176736583776, 0.0456666666666668, 0.011060440015361, 0.0663333333333327, 0.0352325606979346, 0.0886666666666637, 0.0259422435421433, 0.155000000000001, 0.283507201554626, 0.872666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 270, '2021-05-23 00:00:00', 0.0123423390543842, 0.051666666666667, 0.0289885034683356, 0.0706666666666678, 0.0440945952848369, 0.0946666666666687, 0.0155026879389739, 0.160333333333336, 0.282929908870269, 0.872333333333335 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 285, '2021-05-23 00:00:00', 0.011590225767148, 0.0473333333333367, 0.023288051299615, 0.0636666666666628, 0.0534509120595749, 0.0960000000000036, 0.0205507501890628, 0.174333333333337, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 300, '2021-05-23 00:00:00', 0.0135769412362783, 0.037666666666657, 0.0275136329843985, 0.0609999999999976, 0.0360970912955578, 0.0739999999999981, 0.0482804308182951, 0.191000000000003, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 315, '2021-05-23 00:00:00', 0.0249466096560912, 0.0416666666666714, 0.0283607710285409, 0.0633333333333373, 0.0265581123827265, 0.0653333333333326, 0.0471628384783296, 0.190333333333333, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 330, '2021-05-23 00:00:00', 0.011015141094571, 0.0503333333333368, 0.0106926766215655, 0.050666666666667, 0.0174355957741677, 0.0579999999999975, 0.0669029147347054, 0.201999999999998, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 345, '2021-05-23 00:00:00', 0.0043588989435403, 0.0319999999999917, 0.00655743852430514, 0.039999999999992, 0.0240069434400421, 0.0696666666666583, 0.0703775532396463, 0.198999999999998, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 360, '2021-05-23 00:00:00', 0.00624499799839863, 0.0339999999999966, 0.0158219257150771, 0.0456666666666668, 0.0201328918273926, 0.0763333333333331, 0.0681346705674382, 0.197666666666668, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 375, '2021-05-23 00:00:00', 0.011590225767148, 0.0306666666666662, 0.0210079350087858, 0.0526666666666623, 0.00458257569495756, 0.0699999999999979, 0.0580545720278149, 0.195666666666668, 0.294282743859259, 0.883333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 390, '2021-05-23 00:00:00', 0.00351188458428011, 0.0333333333333267, 0.0111504857891208, 0.0466666666666621, 0.048754486972997, 0.0839999999999985, 0.0496521231503025, 0.190666666666668, 0.294282743859259, 0.883333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 405, '2021-05-23 00:00:00', 0.00585946527707796, 0.0316666666666663, 0.0133166562369494, 0.0543333333333322, 0.0521664004253078, 0.0836666666666635, 0.0486038407261506, 0.198666666666668, 0.291585893577404, 0.886666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 420, '2021-05-23 00:00:00', 0.00888819441731246, 0.0419999999999969, 0.0468614980554453, 0.0689999999999979, 0.0627481739442209, 0.0876666666666637, 0.0533135379930181, 0.201666666666668, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 435, '2021-05-23 00:00:00', 0.0277848879789049, 0.0549999999999973, 0.0250266524596006, 0.0643333333333279, 0.0416693332480123, 0.0793333333333284, 0.0839186113644191, 0.220333333333334, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 450, '2021-05-23 00:00:00', 0.00723417813805927, 0.0366666666666665, 0.0140118997046657, 0.049333333333332, 0.0177857620959509, 0.0726666666666678, 0.133665004145936, 0.24966666666667, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 465, '2021-05-23 00:00:00', 0.0168621864932579, 0.0346666666666664, 0.0201328918273916, 0.0503333333333321, 0.0305122926047902, 0.0929999999999988, 0.143815854480648, 0.262, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 480, '2021-05-23 00:00:00', 0.0156204993518178, 0.0429999999999969, 0.0115470053838025, 0.0606666666666674, 0.0541479454827262, 0.12, 0.136019606429853, 0.287666666666667, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 495, '2021-05-23 00:00:00', 0.00416333199892484, 0.0476666666666669, 0.0171561456432798, 0.0736666666666631, 0.0531130868995605, 0.118, 0.152630272226709, 0.329000000000003, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 510, '2021-05-23 00:00:00', 0.00907377172587511, 0.0483333333333273, 0.044736264186157, 0.0826666666666635, 0.0531068106115701, 0.11666666666666, 0.148769396494481, 0.333666666666668, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 525, '2021-05-23 00:00:00', 0.0327159492195122, 0.0533333333333369, 0.0230289672658911, 0.0736666666666679, 0.0318171861316071, 0.122666666666665, 0.168145770092494, 0.353999999999999, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 540, '2021-05-23 00:00:00', 0.0140118997046556, 0.0586666666666721, 0.0230940107675886, 0.0783333333333331, 0.0320832251080461, 0.133666666666665, 0.152748158745033, 0.363, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 555, '2021-05-23 00:00:00', 0.00321455025366346, 0.0553333333333323, 0.0268514431641944, 0.115, 0.0645936013342879, 0.163666666666667, 0.131720664033145, 0.37533333333333, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 570, '2021-05-23 00:00:00', 0.0243378991150228, 0.106666666666669, 0.0340636658821865, 0.12166666666667, 0.0582752091373283, 0.164000000000001, 0.112654338576009, 0.384, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 585, '2021-05-23 00:00:00', 0.00757187779439898, 0.074333333333333, 0.0401123422402556, 0.118, 0.0160934769394298, 0.149999999999996, 0.0765005446603663, 0.398666666666666, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 600, '2021-05-23 00:00:00', 0.038353617821527, 0.113, 0.0232594066992222, 0.123, 0.025696951829612, 0.148333333333331, 0.0765005446603663, 0.398666666666666, 0.285112258593003, 0.932000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 615, '2021-05-23 00:00:00', 0.0256580071972388, 0.0736666666666679, 0.031643851430148, 0.117333333333335, 0.0251594912508192, 0.139000000000001, 0.0765005446603663, 0.398666666666666, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 630, '2021-05-23 00:00:00', 0.0105039675043928, 0.0736666666666679, 0.0160727512683202, 0.0903333333333336, 0.0546717477313513, 0.159000000000001, 0.0765005446603663, 0.398666666666666, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 645, '2021-05-23 00:00:00', 0.0175214154679406, 0.0629999999999977, 0.0283783955383893, 0.0873333333333288, 0.0614356031412811, 0.174666666666667, 0.0663048515067544, 0.391666666666666, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 660, '2021-05-23 00:00:00', 0.00802080627700642, 0.0703333333333281, 0.0376873099774104, 0.12633333333333, 0.0726659021366486, 0.183333333333332, 0.123005419934785, 0.444333333333333, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 675, '2021-05-23 00:00:00', 0.0245560583156183, 0.0720000000000027, 0.0314695620136821, 0.104333333333339, 0.114176763543789, 0.213666666666673, 0.127589184494612, 0.427000000000002, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 690, '2021-05-23 00:00:00', 0.0318171861316108, 0.0863333333333334, 0.0598080262172182, 0.152000000000001, 0.0842555636145178, 0.252000000000005, 0.139234813654249, 0.478666666666669, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 705, '2021-05-23 00:00:00', 0.0470141822574097, 0.125333333333335, 0.102014704822397, 0.187000000000007, 0.102040841496592, 0.250333333333335, 0.133245387662509, 0.484333333333334, 0.308432056267396, 0.935666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 720, '2021-05-23 00:00:00', 0.0722241880074359, 0.0966666666666687, 0.0424381903478434, 0.135, 0.0591945943477891, 0.176999999999997, 0.080018747803251, 0.494999999999995, 0.315569854918576, 0.881666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 735, '2021-05-23 00:00:00', 0.00702376916856629, 0.0776666666666633, 0.0255799400572645, 0.10266666666666, 0.0335111921602358, 0.149999999999991, 0.0663023378170023, 0.521999999999991, 0.311716217094968, 0.861999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 750, '2021-05-23 00:00:00', 0.0421465696508399, 0.0823333333333333, 0.0327414110874847, 0.101999999999999, 0.0544426303552679, 0.155000000000001, 0.0785005307837613, 0.50633333333333, 0.311090554876445, 0.846333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 765, '2021-05-23 00:00:00', 0.013228756555319, 0.0539999999999973, 0.0202566861389926, 0.0823333333333286, 0.0145716619962597, 0.160333333333336, 0.0617845719685211, 0.461666666666664, 0.310442157790036, 0.818666666666672 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 780, '2021-05-23 00:00:00', 0.0286181760425095, 0.0619999999999976, 0.0124230967690537, 0.0986666666666688, 0.0120554275466911, 0.153666666666666, 0.0386953916291467, 0.496333333333335, 0.308133629020482, 0.817333333333337 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 795, '2021-05-23 00:00:00', 0.00585946527708079, 0.0853333333333334, 0.0341174442184632, 0.137, 0.0200083315979411, 0.146333333333331, 0.0387341365378542, 0.515333333333331, 0.321984989298146, 0.825333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 810, '2021-05-23 00:00:00', 0.0175783958312424, 0.0870000000000033, 0.0327159492195056, 0.10733333333333, 0.0456106712659849, 0.155666666666666, 0.0854536911627167, 0.540333333333332, 0.320253545387608, 0.824333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 825, '2021-05-23 00:00:00', 0.0402781992315104, 0.0876666666666637, 0.0476550102297729, 0.101999999999999, 0.0431431724996348, 0.142333333333336, 0.0817088326518828, 0.544666666666662, 0.320830692629818, 0.824666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 840, '2021-05-23 00:00:00', 0.0102143689640409, 0.0563333333333323, 0.0501431284757289, 0.0983333333333386, 0.136111473922412, 0.198666666666673, 0.160207157559621, 0.601666666666669, 0.364118570431852, 0.849666666666674 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 855, '2021-05-23 00:00:00', 0.0419046536795092, 0.0840000000000032, 0.0239652526240163, 0.11666666666667, 0.132579535876895, 0.205333333333338, 0.167143650791769, 0.592999999999999, 0.391824365415599, 0.865666666666674 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 870, '2021-05-23 00:00:00', 0.0302654919008397, 0.0659999999999978, 0.152729608567987, 0.143666666666671, 0.136121269462194, 0.230000000000004, 0.196215018113634, 0.560333333333332, 0.419842827734384, 0.866000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 885, '2021-05-23 00:00:00', 0.123880318587462, 0.109333333333339, 0.099911627618272, 0.13833333333334, 0.110990990625357, 0.216000000000003, 0.204677795571479, 0.526000000000001, 0.428869832622133, 0.835333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 900, '2021-05-23 00:00:00', 0.0156311654502544, 0.0776666666666728, 0.0229999999999961, 0.135000000000005, 0.0374032084185358, 0.219999999999999, 0.263390078274287, 0.465333333333334, 0.513816114967212, 0.805000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 915, '2021-05-23 00:00:00', 0.0115325625946692, 0.0960000000000036, 0.0167431578064929, 0.116333333333335, 0.0584494083232149, 0.227666666666664, 0.265733575848696, 0.440333333333333, 0.515491997998028, 0.806000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 930, '2021-05-23 00:00:00', 0.0153079500042727, 0.0723333333333376, 0.0285832118559094, 0.140000000000001, 0.0402781992315146, 0.203666666666663, 0.264186171729964, 0.411333333333332, 0.50432661374682, 0.799333333333342 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 945, '2021-05-23 00:00:00', 0.0448367408866127, 0.12133333333333, 0.0675746500792545, 0.174666666666662, 0.0365558932777413, 0.206333333333329, 0.26374040266899, 0.404999999999996, 0.539889186160762, 0.825666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 960, '2021-05-23 00:00:00', 0.0104403065089066, 0.113999999999995, 0.0281128677536331, 0.144666666666661, 0.0255147016443468, 0.203000000000003, 0.20640736420971, 0.356999999999999, 0.476677039514174, 0.788000000000006 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 975, '2021-05-23 00:00:00', 0.0255342906696069, 0.0779999999999982, 0.0148436293854789, 0.123333333333335, 0.0675573830162206, 0.231999999999999, 0.20486092843683, 0.358999999999999, 0.480577083653948, 0.790333333333341 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 990, '2021-05-23 00:00:00', 0.037753587026054, 0.0946666666666687, 0.0150443787951954, 0.192666666666668, 0.125834547455512, 0.278666666666666, 0.192766698368779, 0.351999999999999, 0.468884136363487, 0.783333333333341 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1005, '2021-05-23 00:00:00', 0.0204205778566573, 0.126999999999995, 0.0505206228517941, 0.159333333333327, 0.109792228018808, 0.224333333333324, 0.142609022622452, 0.336333333333333, 0.428423855544946, 0.759000000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1020, '2021-05-23 00:00:00', 0.0314324672910002, 0.0860000000000033, 0.0946942448092797, 0.147000000000001, 0.143530484566866, 0.242, 0.0883402513014263, 0.305000000000002, 0.376869119633505, 0.727666666666674 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1035, '2021-05-23 00:00:00', 0.046500896048709, 0.0983333333333339, 0.0217791949652277, 0.141333333333326, 0.0877268487978397, 0.209999999999994, 0.0302379452564622, 0.275666666666666, 0.370886775175384, 0.724000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1050, '2021-05-23 00:00:00', 0.0285365263011005, 0.11866666666666, 0.0879336871360005, 0.209666666666664, 0.0877268487978397, 0.209999999999994, 0.0302379452564622, 0.275666666666666, 0.370886775175384, 0.724000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1065, '2021-05-23 00:00:00', 0.0883572294721745, 0.156000000000001, 0.0841803619220815, 0.163333333333332, 0.0758836829188775, 0.188666666666663, 0.0431547602627227, 0.235666666666669, 0.342248934743894, 0.706333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1080, '2021-05-23 00:00:00', 0.029365512652312, 0.0833333333333333, 0.0528488410468915, 0.111000000000004, 0.0315013227235526, 0.13866666666667, 0.0117898261225567, 0.183000000000007, 0.305339155694122, 0.673000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1095, '2021-05-23 00:00:00', 0.0327159492195063, 0.0703333333333376, 0.0329595711946208, 0.101666666666669, 0.0447921124008793, 0.13566666666667, 0.0117898261225567, 0.183000000000007, 0.305339155694122, 0.673000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1110, '2021-05-23 00:00:00', 0.0335608899365503, 0.0746666666666632, 0.0316069612585527, 0.117, 0.0366606055596404, 0.125, 0.0145716619962685, 0.172333333333337, 0.298369457775643, 0.668666666666672 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1125, '2021-05-23 00:00:00', 0.0370405183549012, 0.0650000000000025, 0.0381182371050934, 0.0730000000000028, 0.0375277674973285, 0.0736666666666679, 0.0293655126523197, 0.12666666666667, 0.296230203276665, 0.667333333333341 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1140, '2021-05-23 00:00:00', 0.0155241746962559, 0.044999999999997, 0.0147986485869445, 0.0510000000000019, 0.0351330803280028, 0.101333333333329, 0.0289194283023269, 0.126333333333335, 0.29615255077972, 0.667666666666671 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1155, '2021-05-23 00:00:00', 0.00950438495291796, 0.0383333333333364, 0.00763762615825899, 0.047333333333332, 0.0165025250593193, 0.104333333333334, 0.0255342906696113, 0.124, 0.295061010640174, 0.673000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1170, '2021-05-23 00:00:00', 0.013747727084868, 0.0390000000000015, 0.0295014123955763, 0.096666666666664, 0.0174355957741644, 0.105999999999999, 0.0255342906696113, 0.124, 0.293603474093889, 0.686000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1185, '2021-05-23 00:00:00', 0.0225018517756582, 0.0886666666666637, 0.00960902353693555, 0.0963333333333338, 0.0328836332137094, 0.110666666666669, 0.0237135685491186, 0.12166666666667, 0.293517177237269, 0.692333333333342 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1200, '2021-05-23 00:00:00', 0.0102143689640277, 0.054333333333337, 0.0177857620959306, 0.0626666666666675, 0.0245560583156165, 0.0760000000000029, 0.0190875177362937, 0.121333333333335, 0.293517177237269, 0.692333333333342 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1215, '2021-05-23 00:00:00', 0.010503967504393, 0.0386666666666618, 0.0263881286440218, 0.0566666666666672, 0.0235017729827615, 0.0816666666666682, 0.05480875842418, 0.178000000000007, 0.293869018441892, 0.699000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1230, '2021-05-23 00:00:00', 0.0102143689640379, 0.0413333333333365, 0.0200000000000031, 0.0610000000000023, 0.02542308662089, 0.080333333333338, 0.05480875842418, 0.178000000000007, 0.293869018441892, 0.699000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1245, '2021-05-23 00:00:00', 0.00404145188433027, 0.0376666666666713, 0.00208166599946811, 0.056333333333337, 0.00802080627700642, 0.0656666666666676, 0.053113086899559, 0.177000000000007, 0.295411577295138, 0.698000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1260, '2021-05-23 00:00:00', 0.00832666399785878, 0.0396666666666666, 0.0141067359796607, 0.0490000000000019, 0.0230651251893384, 0.0810000000000031, 0.0510979451641663, 0.182000000000002, 0.295411577295138, 0.698000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1275, '2021-05-23 00:00:00', 0.00299999999999301, 0.0309999999999964, 0.0160104132780286, 0.049333333333332, 0.0261023626006088, 0.0756666666666632, 0.0505008250757677, 0.186666666666672, 0.295474759215291, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1290, '2021-05-23 00:00:00', 0.0151767365837773, 0.0473333333333272, 0.0260000000000012, 0.070999999999998, 0.0212210587231979, 0.0766666666666633, 0.0534820842276465, 0.196666666666673, 0.295652385976055, 0.700333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1305, '2021-05-23 00:00:00', 0.0185022521151736, 0.0566666666666672, 0.011676186592096, 0.0646666666666628, 0.0145716619962654, 0.0736666666666679, 0.0542862781925552, 0.198000000000003, 0.295994932389055, 0.703000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1320, '2021-05-23 00:00:00', 0.0115325625946747, 0.0420000000000016, 0.0137961347243873, 0.0563333333333323, 0.0192959408512038, 0.0746666666666727, 0.0444672163884049, 0.194333333333333, 0.306100201459154, 0.700666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1335, '2021-05-23 00:00:00', 0.0105356537528531, 0.0400000000000015, 0.0130000000000052, 0.0480000000000018, 0.018876793513027, 0.0736666666666679, 0.0389999999999944, 0.181999999999997, 0.314073770527459, 0.695666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1350, '2021-05-23 00:00:00', 0.00458257569495601, 0.0310000000000012, 0.00624499799840091, 0.0510000000000019, 0.0130511813003044, 0.0633333333333326, 0.0520032050294307, 0.190333333333333, 0.318199622878472, 0.710000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1365, '2021-05-23 00:00:00', 0.0188237438713308, 0.0426666666666714, 0.0195192212959439, 0.0579999999999975, 0.0190087699058426, 0.0583333333333324, 0.0574543296888825, 0.189000000000002, 0.318317975196712, 0.710333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1380, '2021-05-23 00:00:00', 0.00200000000000244, 0.0399999999999968, 0.00450924975282289, 0.042666666666662, 0.0109696551146041, 0.0746666666666679, 0.0446579593502977, 0.205666666666668, 0.318317975196712, 0.710333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1395, '2021-05-23 00:00:00', 0.0111504857891208, 0.0326666666666663, 0.00692820323027577, 0.0410000000000063, 0.023643180835074, 0.141000000000005, 0.0435469095726991, 0.210333333333338, 0.318317975196712, 0.710333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1410, '2021-05-23 00:00:00', 0.00416333199893849, 0.0336666666666711, 0.0126622799421514, 0.073333333333333, 0.023643180835074, 0.141000000000005, 0.0435239397726453, 0.210666666666668, 0.319556463451038, 0.713666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1425, '2021-05-23 00:00:00', 0.0173493515728939, 0.0570000000000022, 0.0115902257671475, 0.13166666666667, 0.0109696551146101, 0.132333333333335, 0.0446579593502995, 0.217333333333338, 0.319556463451038, 0.713666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 0, '2021-05-23 00:00:00', 0.000999999999990564, 0.125, 0.00104999999999009, 0.125, 0.0011024999999896, 0.155333333333336, 0.00115762499998908, 0.24666666666667, 0.00121550624998853, 0.713666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 15, '2021-05-23 00:00:00', 0.0147309198626648, 0.054000000000002, 0.0181475434517583, 0.0676666666666677, 0.03987898360457, 0.104333333333339, 0.087922314194599, 0.232333333333339, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 30, '2021-05-23 00:00:00', 0.0127671453347996, 0.0499999999999972, 0.0185831464863526, 0.0783333333333331, 0.034530180036217, 0.0966666666666687, 0.0870478795453051, 0.223333333333339, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 45, '2021-05-23 00:00:00', 0.0126622799421451, 0.0526666666666671, 0.0202566861389847, 0.0616666666666674, 0.0240624188310255, 0.0870000000000033, 0.102207305674951, 0.222333333333334, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 60, '2021-05-23 00:00:00', 0.0160934769394351, 0.0479999999999971, 0.025106440076871, 0.0683333333333328, 0.0200333056017546, 0.0846666666666636, 0.104145731229527, 0.218333333333334, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 75, '2021-05-23 00:00:00', 0.0166232768530559, 0.0563333333333323, 0.00984885780178974, 0.0669999999999978, 0.0200000000000031, 0.0979999999999942, 0.108761206319164, 0.210999999999999, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 90, '2021-05-23 00:00:00', 0.0155349069303036, 0.050666666666667, 0.0230072452356531, 0.0686666666666629, 0.013228756555319, 0.102999999999999, 0.11127593330695, 0.207666666666668, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 105, '2021-05-23 00:00:00', 0.0168621864932579, 0.048333333333332, 0.022869193252055, 0.0889999999999986, 0.0119303534454488, 0.105333333333334, 0.112349158133619, 0.206333333333333, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 120, '2021-05-23 00:00:00', 0.020816659994656, 0.076666666666668, 0.0165630109983999, 0.0873333333333335, 0.0262106848441633, 0.127, 0.108583301355842, 0.210666666666664, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 135, '2021-05-23 00:00:00', 0.00916515138991203, 0.0620000000000024, 0.0111504857891208, 0.0843333333333381, 0.0430155010819776, 0.110666666666674, 0.105133248784577, 0.216999999999999, 0.299847183300651, 0.697666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 150, '2021-05-23 00:00:00', 0.0127671453348073, 0.0410000000000016, 0.025696951829611, 0.076666666666668, 0.0262741951985829, 0.0886666666666684, 0.0813654308249727, 0.203666666666663, 0.284099161092273, 0.684333333333337 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 165, '2021-05-23 00:00:00', 0.0245153013442584, 0.0739999999999981, 0.0233880311270498, 0.0860000000000033, 0.0349332697200424, 0.0936666666666686, 0.0771751255262966, 0.205999999999994, 0.285442346776598, 0.687666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 180, '2021-05-23 00:00:00', 0.0176162803489711, 0.0613333333333372, 0.011015141094571, 0.0666666666666676, 0.0624206162524335, 0.112333333333339, 0.0645316459834498, 0.211333333333333, 0.271310400341258, 0.673666666666672 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 195, '2021-05-23 00:00:00', 0.0105356537528531, 0.0440000000000017, 0.00435889894354193, 0.0620000000000024, 0.047289886163259, 0.14066666666667, 0.052443620520835, 0.200666666666663, 0.263006337059269, 0.664666666666671 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 210, '2021-05-23 00:00:00', 0.00416333199893053, 0.0393333333333317, 0.0339999999999989, 0.0899999999999987, 0.0249799919935945, 0.136, 0.0449110231457711, 0.194999999999993, 0.260674126065474, 0.662000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 225, '2021-05-23 00:00:00', 0.0315119025131784, 0.0679999999999978, 0.0292061637330234, 0.108999999999999, 0.0365923489270577, 0.121999999999995, 0.0329241552663139, 0.181999999999993, 0.260674126065474, 0.662000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 240, '2021-05-23 00:00:00', 0.0141891977691978, 0.0603333333333372, 0.00984885780179984, 0.0700000000000027, 0.0266333124739128, 0.0846666666666636, 0.0175783958312476, 0.173999999999997, 0.272918180657373, 0.675333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 255, '2021-05-23 00:00:00', 0.0162890556304937, 0.0373333333333316, 0.0215483951451883, 0.0633333333333278, 0.0337194306001699, 0.0849999999999985, 0.0175783958312476, 0.173999999999997, 0.259674796620693, 0.682999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 270, '2021-05-23 00:00:00', 0.0302875111775928, 0.049333333333332, 0.0395769293065167, 0.068333333333328, 0.0330201958403177, 0.0803333333333332, 0.0135030860670198, 0.167333333333332, 0.259674796620693, 0.682999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 285, '2021-05-23 00:00:00', 0.0398036849215374, 0.0653333333333279, 0.0336005952328188, 0.0759999999999981, 0.0244404037064254, 0.0896666666666637, 0.0130766968306225, 0.189999999999998, 0.259674796620693, 0.682999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 300, '2021-05-23 00:00:00', 0.00737111479583506, 0.0413333333333365, 0.00585946527708887, 0.0463333333333367, 0.0169213868619901, 0.0646666666666675, 0.0119303534454467, 0.167666666666667, 0.260327358019347, 0.683666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 315, '2021-05-23 00:00:00', 0.00503322295684297, 0.0333333333333362, 0.0132790561913633, 0.0533333333333322, 0.0326547597347355, 0.0783333333333331, 0.0145028732785433, 0.164333333333332, 0.266353774768321, 0.689666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 330, '2021-05-23 00:00:00', 0.0201080415091344, 0.0443333333333319, 0.017214335111558, 0.0536666666666624, 0.0146401275039958, 0.0893333333333288, 0.0111355287256634, 0.161999999999997, 0.389543750217267, 0.62033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 345, '2021-05-23 00:00:00', 0.00699999999999587, 0.0300000000000011, 0.0238607068908933, 0.0503333333333368, 0.0277368587502946, 0.0796666666666681, 0.0404145188432728, 0.165333333333332, 0.389543750217267, 0.62033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 360, '2021-05-23 00:00:00', 0.0183575597506821, 0.0380000000000014, 0.0231804515342883, 0.0623333333333325, 0.0395094925302775, 0.0930000000000035, 0.0637913264741634, 0.195333333333333, 0.358477800335435, 0.638333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 375, '2021-05-23 00:00:00', 0.0195021366350808, 0.048333333333332, 0.0266270539113944, 0.0589999999999975, 0.0376430604494373, 0.0819999999999984, 0.0661236215987396, 0.198333333333333, 0.353302042639626, 0.641333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 390, '2021-05-23 00:00:00', 0.0177857620959432, 0.0406666666666666, 0.0446430285710974, 0.0620000000000024, 0.0353600527903069, 0.0726666666666678, 0.0361155552820808, 0.215666666666669, 0.353302042639626, 0.641333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 405, '2021-05-23 00:00:00', 0.0223009715782387, 0.0376666666666665, 0.0158850034099272, 0.0446666666666668, 0.00458257569495756, 0.0599999999999975, 0.0354729944229914, 0.269666666666671, 0.31510368663875, 0.669333333333337 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 420, '2021-05-23 00:00:00', 0.00351188458428753, 0.0316666666666663, 0.00264575131106917, 0.0500000000000019, 0.0126622799421471, 0.0656666666666676, 0.0417252920900498, 0.282000000000001, 0.308694563174239, 0.674666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 435, '2021-05-23 00:00:00', 0.0109696551146097, 0.0396666666666666, 0.00850490054812369, 0.0486666666666622, 0.0349618840072003, 0.0826666666666635, 0.0426653645634619, 0.282666666666666, 0.307548912099094, 0.675333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 450, '2021-05-23 00:00:00', 0.00503322295684297, 0.0386666666666666, 0.00360555127546741, 0.0600000000000023, 0.0565891626844999, 0.0946666666666687, 0.0638357266740178, 0.307999999999997, 0.311246418988776, 0.680666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 465, '2021-05-23 00:00:00', 0.00896288643983434, 0.048333333333332, 0.0274286954362215, 0.0736666666666631, 0.0315330514434203, 0.109666666666665, 0.096955316168504, 0.35833333333333, 0.311485152134102, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 480, '2021-05-23 00:00:00', 0.0193993127026, 0.0576666666666673, 0.0372871738448168, 0.074333333333333, 0.02003330560176, 0.101666666666664, 0.124797168771314, 0.374666666666665, 0.311724771767238, 0.681333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 495, '2021-05-23 00:00:00', 0.0190787840283376, 0.045999999999997, 0.0222336081942065, 0.0823333333333333, 0.000577350269192382, 0.122333333333335, 0.124797168771314, 0.374666666666665, 0.322423634369446, 0.694999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 510, '2021-05-23 00:00:00', 0.0395263625107822, 0.0603333333333277, 0.0348281495345328, 0.065999999999993, 0.0219393102292058, 0.12933333333333, 0.124797168771314, 0.374666666666665, 0.327412583753286, 0.700999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 525, '2021-05-23 00:00:00', 0.0116761865920897, 0.0343333333333315, 0.024006943440043, 0.104333333333334, 0.052309973555081, 0.141666666666666, 0.115001449266237, 0.384333333333335, 0.327412583753286, 0.700999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 540, '2021-05-23 00:00:00', 0.0193476958145774, 0.0993333333333339, 0.0185022521151688, 0.120666666666665, 0.0578820640037393, 0.172333333333332, 0.114424647694463, 0.385, 0.323316150746192, 0.697333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 555, '2021-05-23 00:00:00', 0.00378593889720199, 0.0596666666666721, 0.0206639783197759, 0.0830000000000031, 0.0260576284415914, 0.129000000000005, 0.118263829353421, 0.378333333333335, 0.310140290836263, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 570, '2021-05-23 00:00:00', 0.0236431808350821, 0.072999999999998, 0.0360878557597099, 0.115666666666669, 0.0159478316185441, 0.150333333333336, 0.104158533015787, 0.391000000000005, 0.310140290836263, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 585, '2021-05-23 00:00:00', 0.0355715241918738, 0.0833333333333381, 0.0252388589282443, 0.103000000000004, 0.0740967835559235, 0.242333333333339, 0.103905405698331, 0.391333333333336, 0.310140290836263, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 600, '2021-05-23 00:00:00', 0.0118462370959438, 0.0706666666666678, 0.0198578280114814, 0.134333333333335, 0.0940708952510459, 0.240333333333335, 0.0846778207875846, 0.411666666666671, 0.310140290836263, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 615, '2021-05-23 00:00:00', 0.022516660498389, 0.110999999999999, 0.060879662723554, 0.204666666666668, 0.0623645198276469, 0.222666666666664, 0.11557825631724, 0.404333333333336, 0.340652804675574, 0.663333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 630, '2021-05-23 00:00:00', 0.0738940683230628, 0.13833333333334, 0.0650230728280343, 0.161000000000001, 0.0391705671816644, 0.202666666666663, 0.131651053926662, 0.380000000000005, 0.359658634448466, 0.652333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 645, '2021-05-23 00:00:00', 0.00854400374532257, 0.072999999999998, 0.0251064400768659, 0.104333333333334, 0.0205020324195791, 0.23533333333333, 0.130950372278972, 0.382, 0.358506624764458, 0.653000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 660, '2021-05-23 00:00:00', 0.033650160970392, 0.0933333333333384, 0.00503322295684955, 0.154666666666661, 0.0487886598845884, 0.251666666666665, 0.15500967711727, 0.406000000000001, 0.352746840288237, 0.656333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 675, '2021-05-23 00:00:00', 0.0169213868619901, 0.132666666666665, 0.0271538824725567, 0.213333333333334, 0.0542432791535876, 0.229666666666669, 0.124302051471408, 0.435999999999998, 0.311008574372695, 0.674333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 690, '2021-05-23 00:00:00', 0.0365558932777413, 0.113666666666665, 0.0610682678101666, 0.135333333333331, 0.0848901250637243, 0.159666666666666, 0.0745050333870205, 0.403000000000001, 0.288922711695249, 0.632666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 705, '2021-05-23 00:00:00', 0.066430414720967, 0.112000000000004, 0.0816414927186746, 0.139333333333331, 0.0833626615058175, 0.187333333333337, 0.096965629649548, 0.441333333333333, 0.280198144176582, 0.638 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 720, '2021-05-23 00:00:00', 0.0280416357107291, 0.0803333333333332, 0.0297153159162121, 0.102000000000004, 0.0415812457725887, 0.174000000000002, 0.107676986089567, 0.395666666666666, 0.225976399947725, 0.592333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 735, '2021-05-23 00:00:00', 0.0340636658821865, 0.083666666666673, 0.0416333199893201, 0.12333333333334, 0.0266645832519478, 0.176000000000002, 0.125862358683346, 0.380333333333335, 0.20871751244206, 0.574000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 750, '2021-05-23 00:00:00', 0.0305668665933083, 0.0783333333333379, 0.0308598984660234, 0.110666666666669, 0.0181475434517549, 0.145333333333336, 0.124017471887367, 0.355333333333334, 0.187072178583565, 0.549000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 765, '2021-05-23 00:00:00', 0.0172143351115661, 0.0723333333333329, 0.0241729876790884, 0.117666666666665, 0.0135030860670198, 0.134333333333331, 0.11043701070445, 0.344333333333334, 0.177528401483632, 0.537666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 780, '2021-05-23 00:00:00', 0.0166533279957278, 0.0896666666666637, 0.00519615242271503, 0.105999999999999, 0.0480728613668939, 0.137, 0.0868005376327495, 0.341333333333334, 0.182753932926219, 0.522000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 795, '2021-05-23 00:00:00', 0.0170098010962315, 0.0706666666666678, 0.0286879765755671, 0.0779999999999982, 0.042735621363607, 0.13666666666667, 0.0992034945621073, 0.368333333333335, 0.145139013822378, 0.520333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 810, '2021-05-23 00:00:00', 0.0272090671161962, 0.0686666666666677, 0.0215174347913461, 0.112000000000004, 0.0298384539367116, 0.179666666666667, 0.0971390755566482, 0.367, 0.144678954931251, 0.519000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 825, '2021-05-23 00:00:00', 0.0113724814061577, 0.0876666666666732, 0.023860706890904, 0.111666666666669, 0.0238607068908991, 0.178333333333332, 0.0406489032242396, 0.37766666666667, 0.139129436137715, 0.512 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 840, '2021-05-23 00:00:00', 0.0170587221092405, 0.0860000000000033, 0.0149331845230642, 0.149000000000001, 0.0282901631902978, 0.189333333333333, 0.01[...];
Date: 2021-05-23 17:37:03 Duration: 1s899ms Database: acaweb_fx User: pgperfstats
20 26s446ms 2 1s994ms 24s452ms 13s223ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave[...];Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration May 23 17 2 26s446ms 13s223ms [ User: pgperfstats - Total duration: 26s446ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1035, '2021-05-23 00:00:00', 0.0199052853437328, 0.0475961538461532, 0.0290178459678752, 0.0648461538461536, 0.0534634310677724, 0.108461538461539, 0.0678025186734358, 0.141807692307692, 0.118676621053244, 0.395596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1050, '2021-05-23 00:00:00', 0.0209777171156586, 0.0462692307692325, 0.0374798407352336, 0.0795384615384625, 0.0499960652297916, 0.0984423076923077, 0.0648666442670006, 0.133692307692308, 0.119200550140701, 0.394134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1065, '2021-05-23 00:00:00', 0.0330578804755902, 0.0647115384615392, 0.0455374613325701, 0.0815961538461548, 0.0453091644660922, 0.0910961538461532, 0.0630049234950366, 0.127903846153847, 0.118898063968192, 0.393480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1080, '2021-05-23 00:00:00', 0.0188260560026618, 0.0475961538461532, 0.0187021697630551, 0.0553653846153833, 0.0208521904401884, 0.0680769230769213, 0.051238135587292, 0.108942307692308, 0.117894739557727, 0.386519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1095, '2021-05-23 00:00:00', 0.0113547855041896, 0.0343653846153842, 0.016221886924296, 0.0450192307692298, 0.0218223244901613, 0.0610769230769217, 0.0466481139861161, 0.101442307692308, 0.114030704367118, 0.384692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1110, '2021-05-23 00:00:00', 0.0102749134377808, 0.0329230769230756, 0.012566438819944, 0.0451538461538459, 0.0211972059116647, 0.0598076923076926, 0.0456437880178178, 0.100653846153847, 0.112554631179706, 0.385250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1125, '2021-05-23 00:00:00', 0.0121706614446372, 0.0302499999999991, 0.0163256287427511, 0.041384615384614, 0.0255490779601812, 0.0568461538461525, 0.0458391040656191, 0.0987115384615392, 0.111531535726619, 0.38621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1140, '2021-05-23 00:00:00', 0.0109199358972475, 0.0282499999999988, 0.0133701303140769, 0.0390961538461541, 0.0345965371766528, 0.0554038461538462, 0.0459701575439501, 0.0976538461538479, 0.110577151973006, 0.385942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1155, '2021-05-23 00:00:00', 0.0135786172401277, 0.0281730769230792, 0.020898592149861, 0.0393653846153851, 0.036443639309953, 0.0548269230769231, 0.0466170982167914, 0.101576923076924, 0.109798661894606, 0.386615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1170, '2021-05-23 00:00:00', 0.00927737114621358, 0.0259807692307692, 0.0246870645044357, 0.0391346153846148, 0.0238721595168929, 0.0499999999999999, 0.0430748722039266, 0.0992692307692314, 0.109993978856186, 0.387846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1185, '2021-05-23 00:00:00', 0.0186839400390988, 0.0285192307692325, 0.0183206587889617, 0.0399423076923077, 0.0174455195923239, 0.0493846153846162, 0.0399402245669893, 0.0966923076923086, 0.110040649831707, 0.387269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1200, '2021-05-23 00:00:00', 0.0181401488417276, 0.0297499999999989, 0.0171195345012205, 0.0360384615384614, 0.021854527782942, 0.0494038461538459, 0.0368328448743573, 0.104038461538462, 0.110158550071458, 0.387384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1215, '2021-05-23 00:00:00', 0.00945190253538739, 0.0209615384615385, 0.013124961538406, 0.0302307692307693, 0.0199711330135816, 0.046384615384615, 0.0368128583305003, 0.105442307692308, 0.110594401026731, 0.387807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1230, '2021-05-23 00:00:00', 0.0100318722847959, 0.0229615384615388, 0.0155795847678452, 0.0337884615384622, 0.0241590881132043, 0.0493076923076933, 0.0352834456716109, 0.104692307692309, 0.110945657175726, 0.387326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1245, '2021-05-23 00:00:00', 0.0119488654112169, 0.0256538461538462, 0.0136744708799341, 0.0343653846153836, 0.0239144307897986, 0.0480000000000013, 0.0330286181270817, 0.105519230769231, 0.111142680301562, 0.387153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1260, '2021-05-23 00:00:00', 0.00798777912717952, 0.0232692307692287, 0.0163042821180413, 0.0344807692307677, 0.017839379516633, 0.0447115384615377, 0.0307283882778418, 0.104423076923078, 0.111192378335927, 0.386250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1275, '2021-05-23 00:00:00', 0.0125098115339674, 0.0241538461538473, 0.0154757999668975, 0.0329038461538469, 0.0160961055968393, 0.0442307692307684, 0.0310624928416634, 0.104961538461539, 0.111591673248775, 0.385807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1290, '2021-05-23 00:00:00', 0.0128193363562792, 0.0231538461538458, 0.0121369112786018, 0.03073076923077, 0.0167588897190544, 0.0434038461538457, 0.0323830736888627, 0.104788461538463, 0.112254244394656, 0.386653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1305, '2021-05-23 00:00:00', 0.00882356983399557, 0.0241538461538494, 0.0113817836914954, 0.0332500000000003, 0.0193817221589373, 0.0456346153846157, 0.0298125747862297, 0.107519230769233, 0.112223343588371, 0.387326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1320, '2021-05-23 00:00:00', 0.0094294138817754, 0.0255769230769222, 0.0102824907189169, 0.0325192307692286, 0.0223944447094857, 0.0538653846153838, 0.0308515614864755, 0.109173076923078, 0.112416984755589, 0.38746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1335, '2021-05-23 00:00:00', 0.00717645723609616, 0.020692307692307, 0.0127960330391305, 0.0310384615384611, 0.023700730271123, 0.0597692307692319, 0.0317460415460921, 0.116865384615386, 0.113042299775179, 0.387807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1350, '2021-05-23 00:00:00', 0.0114546765726776, 0.0225192307692301, 0.0219961622526776, 0.0411346153846161, 0.0239943663259643, 0.0600192307692299, 0.0364621669046786, 0.123019230769232, 0.112699090502097, 0.387750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1365, '2021-05-23 00:00:00', 0.0219855546981338, 0.0342307692307698, 0.0239068786367811, 0.0501730769230776, 0.0218599739601499, 0.0585384615384612, 0.0397983619686115, 0.128019230769232, 0.112975388742586, 0.387461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1380, '2021-05-23 00:00:00', 0.0221345622534956, 0.0368269230769267, 0.0219963720784903, 0.0430961538461552, 0.0307832934210449, 0.0776346153846161, 0.0431794333165509, 0.130711538461539, 0.113029909248018, 0.387403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1395, '2021-05-23 00:00:00', 0.0184206823560237, 0.0236923076923071, 0.0229344970262311, 0.0366346153846149, 0.0315094369258573, 0.0842307692307691, 0.0485534637915142, 0.139173076923078, 0.113197568946442, 0.387519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1410, '2021-05-23 00:00:00', 0.0215510128264592, 0.0263846153846157, 0.032482066057822, 0.0667692307692298, 0.0325263029656826, 0.0809038461538455, 0.0506169476027101, 0.143653846153847, 0.112042292838978, 0.386653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1425, '2021-05-23 00:00:00', 0.0307463881556095, 0.0600961538461533, 0.0321649116035084, 0.0751923076923071, 0.0325929204205213, 0.0809615384615392, 0.0549866697132487, 0.150576923076923, 0.111777003276785, 0.38646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 0, '2021-05-23 00:00:00', 0.0305716371821979, 0.0508999999999992, 0.031097735716071, 0.0585599999999994, 0.0304473315743749, 0.0719600000000008, 0.052386170248772, 0.159460000000001, 0.112737885528039, 0.389680000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 15, '2021-05-23 00:00:00', 0.0224226528831638, 0.0289166666666656, 0.0241875222353201, 0.0409166666666666, 0.0261691733545033, 0.0641041666666672, 0.0570733065350212, 0.159166666666667, 0.110358079890425, 0.382666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 30, '2021-05-23 00:00:00', 0.0235989004567343, 0.0256086956521757, 0.0270935832433516, 0.0428043478260887, 0.0282357032976256, 0.0701304347826105, 0.0643358975029496, 0.169304347826088, 0.103722708206198, 0.389826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 45, '2021-05-23 00:00:00', 0.022405777070965, 0.0311730769230776, 0.0250681302423273, 0.0551346153846157, 0.0276952092496993, 0.070230769230769, 0.0703526856958246, 0.174903846153846, 0.111697241891435, 0.385923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 60, '2021-05-23 00:00:00', 0.0199007247645386, 0.0416730769230786, 0.020314612020378, 0.0512884615384638, 0.0234970456408078, 0.0643653846153848, 0.0881030275390061, 0.184711538461539, 0.112337884903604, 0.385596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 75, '2021-05-23 00:00:00', 0.0122392181751323, 0.0270384615384611, 0.0161961533894734, 0.0403461538461546, 0.0252157765023271, 0.069653846153847, 0.0861219551209002, 0.182365384615386, 0.112814587504658, 0.385865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 90, '2021-05-23 00:00:00', 0.0129360111555073, 0.0280961538461541, 0.0159016206237466, 0.040692307692308, 0.0296786895833446, 0.0757692307692313, 0.0860358333218466, 0.182769230769231, 0.11405270879999, 0.386096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 105, '2021-05-23 00:00:00', 0.0116335225170136, 0.0273269230769235, 0.024252961754106, 0.0563846153846152, 0.0349059615803095, 0.0761153846153862, 0.086096870755251, 0.181134615384616, 0.116458899980273, 0.385153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 120, '2021-05-23 00:00:00', 0.0189947462371936, 0.0449038461538469, 0.0261436637418369, 0.0578653846153838, 0.0326285387117098, 0.0788076923076931, 0.0861068834914825, 0.177346153846155, 0.119317071123701, 0.386711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 135, '2021-05-23 00:00:00', 0.0203818169341821, 0.038461538461539, 0.0255518176381901, 0.0538461538461573, 0.0348382912678199, 0.0870576923076926, 0.0836938836107283, 0.177615384615386, 0.120533424984365, 0.386942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 150, '2021-05-23 00:00:00', 0.0173260253331831, 0.0373653846153876, 0.0261721225734546, 0.0565000000000014, 0.0310570504815792, 0.0875961538461545, 0.0841289875040788, 0.179557692307694, 0.121726578856057, 0.3855 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 165, '2021-05-23 00:00:00', 0.0199984999437435, 0.0435000000000006, 0.0258381426457958, 0.0694807692307692, 0.0353116291587645, 0.0963653846153856, 0.0757464622174629, 0.178942307692309, 0.122265713163521, 0.383269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 180, '2021-05-23 00:00:00', 0.0223427496414034, 0.0539615384615381, 0.0232725077158564, 0.0670192307692316, 0.0380267163169013, 0.0986346153846158, 0.0724233387797049, 0.1745, 0.1270689758178, 0.382730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 195, '2021-05-23 00:00:00', 0.0140042438622675, 0.0401730769230791, 0.0308799910322815, 0.0669230769230778, 0.0439157103481733, 0.0910192307692319, 0.0704379404975648, 0.164211538461538, 0.12964505389717, 0.377499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 210, '2021-05-23 00:00:00', 0.0193221773737196, 0.0489423076923091, 0.027121386678867, 0.0655192307692304, 0.0473403755144177, 0.0958653846153843, 0.0691065509529679, 0.163153846153846, 0.135332723883937, 0.379884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 225, '2021-05-23 00:00:00', 0.0200570340625072, 0.046269230769232, 0.0333384335841723, 0.0633653846153844, 0.0451184935645939, 0.0955384615384602, 0.0678848572669468, 0.161576923076923, 0.14509374158162, 0.382423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 240, '2021-05-23 00:00:00', 0.0159017778396505, 0.043557692307692, 0.027397192444594, 0.0678846153846149, 0.0468158791272951, 0.0959423076923072, 0.0595269589862751, 0.150673076923078, 0.154899709489722, 0.381999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 255, '2021-05-23 00:00:00', 0.0159055384645166, 0.0466153846153836, 0.0247058463962238, 0.0636730769230754, 0.0418289925217498, 0.0862307692307699, 0.0574475278975372, 0.145961538461539, 0.152890694992811, 0.38076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 270, '2021-05-23 00:00:00', 0.0189601302332427, 0.039557692307691, 0.0357544241479837, 0.0571730769230766, 0.0348635361638227, 0.0708846153846161, 0.056722821346777, 0.135461538461539, 0.153282159381369, 0.379596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 285, '2021-05-23 00:00:00', 0.0254322327281438, 0.0394615384615378, 0.0253437293109097, 0.0492307692307693, 0.0248864498194396, 0.0631538461538471, 0.0559542704770194, 0.130403846153848, 0.150511410249803, 0.37876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 300, '2021-05-23 00:00:00', 0.0140664494454008, 0.0322500000000004, 0.0152734561098152, 0.0429615384615392, 0.0265279823234603, 0.0604230769230774, 0.0549643100986029, 0.128653846153849, 0.150328124447822, 0.380749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 315, '2021-05-23 00:00:00', 0.0146023838938918, 0.0339807692307708, 0.022933390168386, 0.046596153846155, 0.0347118301713725, 0.0673653846153854, 0.0504144210137726, 0.132423076923078, 0.150442047365039, 0.38101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 330, '2021-05-23 00:00:00', 0.015118875110781, 0.0344038461538475, 0.0218940894728717, 0.0463653846153846, 0.0343966512234049, 0.072480769230771, 0.0501817810947988, 0.137365384615387, 0.149931955079116, 0.380134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 345, '2021-05-23 00:00:00', 0.014634850397385, 0.0313269230769234, 0.0248786980243069, 0.0494807692307705, 0.0264295362164253, 0.0715961538461552, 0.0605365147277647, 0.143519230769233, 0.149897042871227, 0.379288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 360, '2021-05-23 00:00:00', 0.0157193658122214, 0.0339615384615394, 0.0187064468525186, 0.051365384615385, 0.0190939378216868, 0.0674615384615387, 0.0545667445921479, 0.143519230769232, 0.149996662783388, 0.376673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 375, '2021-05-23 00:00:00', 0.0110925477409211, 0.0322307692307695, 0.0106628037877159, 0.0456538461538461, 0.0178621215037688, 0.0611538461538457, 0.0573787283018579, 0.147038461538464, 0.15270497573879, 0.37601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 390, '2021-05-23 00:00:00', 0.00891465949131839, 0.0306346153846146, 0.0160112460477, 0.0439999999999997, 0.0221292010353179, 0.0643076923076933, 0.0576618024478813, 0.14921153846154, 0.152424560155053, 0.376442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 405, '2021-05-23 00:00:00', 0.0133345848771584, 0.0313653846153846, 0.0128216163627624, 0.0420769230769229, 0.0381164612127712, 0.0702307692307684, 0.0644678960055675, 0.156019230769232, 0.152006149926194, 0.378019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 420, '2021-05-23 00:00:00', 0.00833447428086834, 0.0297115384615371, 0.0137571380073708, 0.0433269230769228, 0.0370544920976573, 0.0683461538461533, 0.0645179432406211, 0.158250000000001, 0.152006149926194, 0.378019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 435, '2021-05-23 00:00:00', 0.0133887438372108, 0.0314615384615395, 0.0351391574260875, 0.0520961538461545, 0.0322918720423589, 0.0702500000000004, 0.0644607244762273, 0.160250000000001, 0.152253098995869, 0.377384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 450, '2021-05-23 00:00:00', 0.0315058785723465, 0.0374038461538444, 0.0301622089070738, 0.0498269230769221, 0.0284498479109102, 0.066423076923076, 0.0632294600276223, 0.161730769230769, 0.152020986658471, 0.377096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 465, '2021-05-23 00:00:00', 0.0110808913831952, 0.0298846153846149, 0.0165724052383671, 0.0457307692307684, 0.0210485519326522, 0.0631923076923099, 0.0627231186675563, 0.16648076923077, 0.152424165255532, 0.374615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 480, '2021-05-23 00:00:00', 0.0145388603933895, 0.03653846153846, 0.01808498101911, 0.0500576923076919, 0.0193455719441475, 0.0648653846153861, 0.0642289564460904, 0.174173076923076, 0.152233965936039, 0.374096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 495, '2021-05-23 00:00:00', 0.0122957309664784, 0.0317500000000002, 0.0141415916849787, 0.0437692307692337, 0.0187124393015806, 0.0668461538461555, 0.0747419895373405, 0.17775, 0.150857371508526, 0.374057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 510, '2021-05-23 00:00:00', 0.00943055590171701, 0.0291538461538471, 0.0139878106276087, 0.0433269230769244, 0.0221391838498722, 0.076711538461538, 0.0843923551951508, 0.179519230769229, 0.150214775725139, 0.372326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 525, '2021-05-23 00:00:00', 0.0134425272349204, 0.0346923076923077, 0.0148689790658788, 0.0550576923076907, 0.0442452778879814, 0.0877692307692312, 0.0842340420860466, 0.179076923076922, 0.150113056112334, 0.37101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 540, '2021-05-23 00:00:00', 0.0128009164335379, 0.0472884615384611, 0.0226530690737827, 0.0661923076923084, 0.0447242835432987, 0.0933076923076924, 0.0833249339356742, 0.179269230769231, 0.148389488794237, 0.370096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 555, '2021-05-23 00:00:00', 0.0157380479680987, 0.0406153846153834, 0.036390193099874, 0.0616153846153853, 0.0381376656136864, 0.0918076923076934, 0.0822908163863901, 0.17503846153846, 0.145593233412081, 0.36701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 570, '2021-05-23 00:00:00', 0.0319320191368147, 0.046923076923078, 0.032747425030892, 0.0645769230769215, 0.0330048539553704, 0.0910961538461548, 0.080276169948115, 0.17028846153846, 0.142083123016612, 0.366576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 585, '2021-05-23 00:00:00', 0.014616758032634, 0.0384807692307693, 0.017639684281145, 0.0650384615384638, 0.039071551720481, 0.0936153846153867, 0.0782909391554751, 0.166865384615384, 0.140382641925012, 0.365615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 600, '2021-05-23 00:00:00', 0.0166799741744891, 0.0556923076923091, 0.0180188896610048, 0.0714038461538477, 0.0409829420425328, 0.0976923076923096, 0.0787315912549627, 0.168211538461539, 0.142354569514078, 0.365288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 615, '2021-05-23 00:00:00', 0.0114402124778577, 0.0419615384615377, 0.0357541821114896, 0.0671923076923077, 0.0420619186438296, 0.0887499999999985, 0.0821466067467179, 0.170749999999998, 0.138341873075919, 0.358923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 630, '2021-05-23 00:00:00', 0.028071666525849, 0.0545384615384607, 0.0303956980761822, 0.0669615384615374, 0.0316852550031632, 0.0888461538461517, 0.0779633148444719, 0.165538461538461, 0.137871820348299, 0.352826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 645, '2021-05-23 00:00:00', 0.0105907797344957, 0.04126923076923, 0.0171319427251709, 0.0567115384615371, 0.0319474388042897, 0.0853269230769222, 0.0757038968613894, 0.166999999999999, 0.137647958156361, 0.349596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 660, '2021-05-23 00:00:00', 0.0114875852721375, 0.0407692307692303, 0.0197616178098218, 0.0596923076923074, 0.0363184049548098, 0.0889423076923071, 0.0689719898554146, 0.166846153846156, 0.137836426189218, 0.349403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 675, '2021-05-23 00:00:00', 0.0139628215134131, 0.0390961538461536, 0.0295374924720858, 0.0587884615384624, 0.0521446508798813, 0.0847307692307699, 0.0689961342283884, 0.17344230769231, 0.135762756873328, 0.347615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 690, '2021-05-23 00:00:00', 0.0171319764004215, 0.0432307692307696, 0.0247206624880119, 0.0603653846153848, 0.0565924057150385, 0.0850961538461541, 0.0745545128386984, 0.176846153846155, 0.134393716943338, 0.347365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 705, '2021-05-23 00:00:00', 0.0134751766079472, 0.0410961538461533, 0.0296746460026831, 0.0577307692307683, 0.0442585454590836, 0.0801730769230771, 0.0802783906166535, 0.180499999999999, 0.1320263566344, 0.345673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 720, '2021-05-23 00:00:00', 0.0218587862989125, 0.0405576923076919, 0.0348232515161053, 0.0593269230769227, 0.0360249966636428, 0.0754038461538476, 0.0923154624934779, 0.18123076923077, 0.128833559889674, 0.348884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 735, '2021-05-23 00:00:00', 0.0187891232857248, 0.0403653846153844, 0.0186904027202779, 0.0493653846153859, 0.0240608603337458, 0.0722500000000006, 0.101210891782381, 0.186769230769231, 0.130287758442611, 0.3455 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 750, '2021-05-23 00:00:00', 0.0102396852415582, 0.0333653846153854, 0.017843173657, 0.0516730769230782, 0.0276040966859285, 0.0743846153846169, 0.108947715053528, 0.189230769230769, 0.130571212518157, 0.343807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 765, '2021-05-23 00:00:00', 0.0146206913442791, 0.0387692307692311, 0.0176820204205814, 0.0559230769230772, 0.02165297101661, 0.0733653846153862, 0.114550512875326, 0.189999999999999, 0.130901655686774, 0.342788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 780, '2021-05-23 00:00:00', 0.0130245330641272, 0.0414615384615386, 0.0203348128927867, 0.0547307692307709, 0.0260079573621973, 0.0715769230769243, 0.111540487647382, 0.194903846153847, 0.129407038210686, 0.338692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 795, '2021-05-23 00:00:00', 0.0105154830899674, 0.0343461538461561, 0.0105902712974624, 0.0464230769230794, 0.0402503559468244, 0.0781346153846152, 0.109747453098188, 0.192788461538461, 0.126096885827466, 0.333730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 810, '2021-05-23 00:00:00', 0.0113756994713082, 0.0334423076923094, 0.0197079542707622, 0.0472884615384616, 0.041692007166103, 0.0797115384615381, 0.111409364680273, 0.191557692307691, 0.12573107595793, 0.332788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 825, '2021-05-23 00:00:00', 0.0137106359612368, 0.0321923076923073, 0.0373089182986498, 0.0593461538461519, 0.0485679064657039, 0.084307692307692, 0.105023925845497, 0.19125, 0.124120383561222, 0.32901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 840, '2021-05-23 00:00:00', 0.0331993049046781, 0.0479230769230762, 0.031843608222301, 0.0616538461538459, 0.0404191738582639, 0.0889807692307711, 0.103803462592315, 0.194826923076924, 0.123890603107992, 0.327307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 855, '2021-05-23 00:00:00', 0.0159155946745991, 0.039115384615385, 0.033137661585946, 0.0617307692307694, 0.039816502183818, 0.0910769230769234, 0.0974905301121023, 0.188711538461538, 0.120122733709512, 0.327634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 870, '2021-05-23 00:00:00', 0.0309534886812211, 0.0445384615384605, 0.0286500704791717, 0.0609423076923079, 0.0592005587291732, 0.0893846153846142, 0.0944767452054494, 0.190153846153845, 0.121691988232586, 0.3265 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 885, '2021-05-23 00:00:00', 0.0143608977649505, 0.0408461538461549, 0.0258673316396161, 0.0611730769230766, 0.0581952449815405, 0.0910576923076915, 0.0935003661037681, 0.185961538461537, 0.123014495706182, 0.326615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 900, '2021-05-23 00:00:00', 0.0223098891491232, 0.043865384615382, 0.0359893199969956, 0.0593653846153828, 0.0603554758206611, 0.0902115384615358, 0.0880023885165367, 0.183596153846152, 0.125612640226274, 0.325153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 915, '2021-05-23 00:00:00', 0.0222011174354955, 0.0404807692307707, 0.0431302142890031, 0.0638461538461548, 0.0592006366909627, 0.0913461538461549, 0.0865619231444272, 0.183442307692307, 0.125934270096013, 0.328596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 930, '2021-05-23 00:00:00', 0.0374018921775552, 0.0496923076923072, 0.0447493016705276, 0.0650000000000005, 0.0600351179278866, 0.0933461538461536, 0.0807302059569169, 0.181615384615383, 0.124333300508692, 0.324480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 945, '2021-05-23 00:00:00', 0.0204953277977801, 0.0414615384615386, 0.0396058659214098, 0.0617307692307683, 0.0498903913980059, 0.0961346153846153, 0.0727400244284145, 0.173865384615383, 0.126234941219202, 0.320903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 960, '2021-05-23 00:00:00', 0.0280923271758307, 0.0458269230769216, 0.0355372177604528, 0.0665769230769223, 0.0463227307551671, 0.105653846153845, 0.0715677409065123, 0.171807692307692, 0.126040385774377, 0.323673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 975, '2021-05-23 00:00:00', 0.0187067244182836, 0.0436923076923081, 0.034984353645596, 0.0762499999999995, 0.0496944664927601, 0.109499999999999, 0.0691812557984192, 0.169615384615384, 0.127140099889845, 0.32825 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 990, '2021-05-23 00:00:00', 0.0247705780808909, 0.0571923076923069, 0.0378674053060891, 0.0869038461538452, 0.0434835468442251, 0.108326923076923, 0.0651384560880795, 0.164461538461538, 0.128116547000706, 0.32548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1005, '2021-05-23 00:00:00', 0.0221069863652636, 0.0563269230769226, 0.0264313042840099, 0.0720769230769212, 0.0310840547795556, 0.0945384615384609, 0.0567329269472337, 0.153249999999999, 0.127485914757427, 0.326038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1020, '2021-05-23 00:00:00', 0.0184827986558803, 0.048923076923076, 0.0232688963739492, 0.0666923076923075, 0.0400368099858869, 0.101115384615383, 0.0570587450319013, 0.146903846153845, 0.127292602057076, 0.324557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1035, '2021-05-23 00:00:00', 0.0180234996174891, 0.046442307692307, 0.0276263252379651, 0.0674230769230769, 0.0359327202507044, 0.0994038461538453, 0.0524742281066121, 0.14276923076923, 0.132370633508283, 0.325730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1050, '2021-05-23 00:00:00', 0.0185540064095629, 0.0451346153846161, 0.0307864668070476, 0.073557692307691, 0.0428964630064237, 0.0939423076923081, 0.051053957128333, 0.137057692307694, 0.135533481529045, 0.32426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1065, '2021-05-23 00:00:00', 0.0195007396309445, 0.0573269230769208, 0.0247019230020666, 0.0707499999999995, 0.0433513951510049, 0.0887884615384608, 0.0477571299549995, 0.131788461538462, 0.136260069493822, 0.324942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1080, '2021-05-23 00:00:00', 0.0203847605219796, 0.0465384615384624, 0.0301918226320649, 0.0628846153846161, 0.0317222077027831, 0.082538461538461, 0.0419485215655881, 0.122038461538461, 0.13432455528996, 0.330615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1095, '2021-05-23 00:00:00', 0.0229754467605358, 0.0426346153846151, 0.0258155662641461, 0.0557884615384617, 0.0259700493172149, 0.0707115384615394, 0.0387832289289315, 0.109673076923078, 0.136311284029774, 0.330884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1110, '2021-05-23 00:00:00', 0.015726520961053, 0.0377884615384611, 0.0168955274008785, 0.050826923076922, 0.0182596233847765, 0.0629230769230768, 0.0377748797279566, 0.100192307692309, 0.136398095238221, 0.329596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1125, '2021-05-23 00:00:00', 0.0125273239821539, 0.0314230769230777, 0.0143460661989492, 0.0429807692307695, 0.0158052693258135, 0.0550576923076928, 0.0366613399394222, 0.0949230769230782, 0.136894827682251, 0.328576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1140, '2021-05-23 00:00:00', 0.013198441050134, 0.0338269230769239, 0.0126550233261175, 0.0430192307692318, 0.0156235522406192, 0.0556538461538474, 0.0355957214369283, 0.0948461538461547, 0.136760319537501, 0.328749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1155, '2021-05-23 00:00:00', 0.00952609775624528, 0.0279423076923067, 0.0126469972112555, 0.0369423076923081, 0.0143557144880189, 0.0525576923076929, 0.0354182916670947, 0.0953461538461549, 0.135299599180712, 0.328192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1170, '2021-05-23 00:00:00', 0.0113104444583828, 0.0261153846153841, 0.0127275141085989, 0.0384807692307704, 0.0145798200896368, 0.0493653846153848, 0.0321895348497949, 0.0966153846153852, 0.133127453390176, 0.326673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1185, '2021-05-23 00:00:00', 0.00852049565188919, 0.0263269230769247, 0.0120251659192144, 0.0377307692307701, 0.0181114604601623, 0.0497500000000003, 0.0312261724544311, 0.0960769230769233, 0.131060344292824, 0.328576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1200, '2021-05-23 00:00:00', 0.0106046433951575, 0.0280384615384621, 0.0125719467925148, 0.0359230769230774, 0.0175473535151201, 0.0504807692307692, 0.0360977785380828, 0.109480769230769, 0.132010793556377, 0.328980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1215, '2021-05-23 00:00:00', 0.00741609476331405, 0.0229615384615399, 0.0116895087743081, 0.0337692307692319, 0.0139844969107271, 0.0461153846153856, 0.0346432588625169, 0.110153846153846, 0.127904208447029, 0.33155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1230, '2021-05-23 00:00:00', 0.0077926247182837, 0.0247500000000007, 0.0113157480462467, 0.0348846153846147, 0.0212947086240823, 0.0492307692307715, 0.0352800880864056, 0.110769230769229, 0.127067456343227, 0.331461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1245, '2021-05-23 00:00:00', 0.00837553672218377, 0.0224807692307678, 0.0107393596714999, 0.0305769230769237, 0.0252362148204038, 0.0454423076923099, 0.0340418294726672, 0.109615384615383, 0.12585837125668, 0.331480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1260, '2021-05-23 00:00:00', 0.00968225974894923, 0.0236153846153864, 0.0208465916786263, 0.0339038461538495, 0.0285405783996176, 0.0447307692307697, 0.0345579780391428, 0.108423076923076, 0.125077409876996, 0.33303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1275, '2021-05-23 00:00:00', 0.0132700356500586, 0.0234230769230795, 0.0166318623777935, 0.0318269230769236, 0.0235791302769074, 0.0461538461538468, 0.0348550018483156, 0.108365384615383, 0.122463911481644, 0.334480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1290, '2021-05-23 00:00:00', 0.00838352321750599, 0.0227115384615381, 0.0104737216954544, 0.0303269230769214, 0.0156044988581956, 0.0430961538461536, 0.0402061418959071, 0.111423076923074, 0.123152363417776, 0.335230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1305, '2021-05-23 00:00:00', 0.00641512635525323, 0.0235769230769214, 0.0117283351825333, 0.0350769230769228, 0.0136309743429628, 0.0432115384615376, 0.0412010455431172, 0.112384615384613, 0.123152363417776, 0.335230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1320, '2021-05-23 00:00:00', 0.0121620468925012, 0.0253461538461552, 0.0115786939611607, 0.0308846153846147, 0.0253638219032251, 0.0507115384615396, 0.0430273794765068, 0.112653846153845, 0.123097517627909, 0.335326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1335, '2021-05-23 00:00:00', 0.00785121254721645, 0.0213076923076907, 0.00930262576662534, 0.027173076923076, 0.0248917734325096, 0.0500961538461537, 0.040245558761184, 0.113749999999999, 0.12308677989376, 0.335346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1350, '2021-05-23 00:00:00', 0.00887797620736055, 0.0195384615384608, 0.0263575124307765, 0.0410384615384618, 0.0259105858972446, 0.0520384615384619, 0.0396330864109953, 0.113692307692307, 0.122644948781178, 0.336211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1365, '2021-05-23 00:00:00', 0.0261648619335161, 0.0335000000000004, 0.024398360600662, 0.0415000000000008, 0.0260007766156187, 0.0514038461538462, 0.0407779399260831, 0.114403846153845, 0.122394854404157, 0.336903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1380, '2021-05-23 00:00:00', 0.00754190855257504, 0.0229038461538462, 0.0125399208683554, 0.0324807692307685, 0.0313470646399035, 0.0725384615384619, 0.0488759812020325, 0.12330769230769, 0.122435937723176, 0.336826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1395, '2021-05-23 00:00:00', 0.0114043851215231, 0.0214999999999983, 0.015780318803449, 0.03103846153846, 0.0275475253670099, 0.0798846153846137, 0.0455801112159834, 0.129942307692304, 0.122435937723176, 0.336826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1410, '2021-05-23 00:00:00', 0.00991153174531883, 0.0204615384615372, 0.0275318067807995, 0.0650961538461542, 0.0238844413470676, 0.0800576923076892, 0.0554563480447584, 0.142057692307689, 0.1223991767192, 0.336961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1425, '2021-05-23 00:00:00', 0.0270112298583639, 0.059557692307693, 0.0232626557780079, 0.0721346153846133, 0.0228114343797469, 0.0796923076923051, 0.0625054366866145, 0.150519230769228, 0.122702073520187, 0.337673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 0, '2021-05-23 00:00:00', 0.0266445332825756, 0.0486346153846131, 0.0271324741563734, 0.0546346153846123, 0.0252784264967944, 0.0676730769230754, 0.0712903839669411, 0.155326923076921, 0.123339414437746, 0.339865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 15, '2021-05-23 00:00:00', 0.0208794556123168, 0.0235799999999995, 0.0201612664946108, 0.0391799999999995, 0.0180113852882, 0.0674199999999985, 0.0726233146677661, 0.156999999999998, 0.126900361176265, 0.337579999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 30, '2021-05-23 00:00:00', 0.0147471640037617, 0.0268269230769216, 0.0173841771558103, 0.04001923076923, 0.0246475853084715, 0.0682884615384591, 0.071391534188909, 0.158634615384613, 0.128266753291724, 0.341499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 45, '2021-05-23 00:00:00', 0.0128218713382803, 0.0269038461538445, 0.0172524245787713, 0.0521153846153826, 0.0267712245057722, 0.0675384615384599, 0.0712032761778659, 0.156942307692306, 0.127992962546923, 0.34053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 60, '2021-05-23 00:00:00', 0.0172567489584601, 0.0433461538461526, 0.0264651367186783, 0.0532115384615367, 0.031762847188789, 0.0674615384615381, 0.0714748826242744, 0.158173076923075, 0.127682647456646, 0.341038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 75, '2021-05-23 00:00:00', 0.0170832914320938, 0.0301730769230767, 0.0196851466847488, 0.0437500000000001, 0.033313043183622, 0.0681730769230772, 0.0701398164108948, 0.155076923076921, 0.127877856385873, 0.338615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 90, '2021-05-23 00:00:00', 0.010082143392384, 0.029480769230769, 0.0167702231534155, 0.0420961538461554, 0.0259894431230472, 0.0648653846153844, 0.0661387963650337, 0.150403846153844, 0.126898319380275, 0.334788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 105, '2021-05-23 00:00:00', 0.0132030882168354, 0.0298076923076936, 0.0201179311522379, 0.052134615384614, 0.0244467710625495, 0.0652307692307691, 0.0643023058564902, 0.149442307692305, 0.126709571006357, 0.333153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 120, '2021-05-23 00:00:00', 0.0158351240552821, 0.0446346153846126, 0.0204714529190141, 0.0519038461538448, 0.0313832206515141, 0.0785576923076892, 0.0659386107270649, 0.149596153846151, 0.127365629043075, 0.334788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 135, '2021-05-23 00:00:00', 0.017072244681398, 0.0336923076923079, 0.0201189252656842, 0.0486346153846159, 0.0227600189265843, 0.0850384615384593, 0.0693313809513082, 0.147403846153845, 0.128742635338283, 0.333615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 150, '2021-05-23 00:00:00', 0.0134179128263447, 0.0359038461538476, 0.0270840642899393, 0.0620576923076913, 0.0378850741869929, 0.0951730769230755, 0.0688750708501664, 0.146653846153845, 0.128408728435654, 0.333692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 165, '2021-05-23 00:00:00', 0.0213375166170903, 0.0494807692307677, 0.0193023414283187, 0.0734038461538441, 0.0460944849028762, 0.101192307692307, 0.0690356457535923, 0.145096153846153, 0.126826018017415, 0.333326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 180, '2021-05-23 00:00:00', 0.0215800566763346, 0.0531730769230767, 0.0354446969018161, 0.0729423076923067, 0.0644757318686648, 0.0994999999999996, 0.0699709307773328, 0.140365384615384, 0.127817056764735, 0.333000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 195, '2021-05-23 00:00:00', 0.0241904622018372, 0.0425384615384608, 0.0296628490773325, 0.0612307692307697, 0.0474986153644344, 0.0934615384615376, 0.0553152364599078, 0.128346153846153, 0.121417292204008, 0.330673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 210, '2021-05-23 00:00:00', 0.0193437030103822, 0.0438269230769246, 0.0374650452473326, 0.0659807692307695, 0.0395057396024753, 0.0897115384615383, 0.0494865172003, 0.127153846153846, 0.122949515906075, 0.330788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 225, '2021-05-23 00:00:00', 0.0250387392162327, 0.0494615384615402, 0.0325592300513784, 0.0702884615384616, 0.031130074501383, 0.085692307692308, 0.0401289651767142, 0.123576923076923, 0.120592224522912, 0.329269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 240, '2021-05-23 00:00:00', 0.0219200031583385, 0.047942307692306, 0.025982716148654, 0.0631923076923066, 0.024560913287955, 0.0790384615384596, 0.0402462850650665, 0.123711538461537, 0.120268464118979, 0.329711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 255, '2021-05-23 00:00:00', 0.0168524022482992, 0.0377884615384611, 0.0192000901440192, 0.0477115384615384, 0.0241164801615968, 0.066230769230769, 0.0439693249716393, 0.121192307692307, 0.119496271264645, 0.329326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 270, '2021-05-23 00:00:00', 0.0106839383404044, 0.0314423076923097, 0.0154674347731461, 0.0458076923076924, 0.021157004659306, 0.0636730769230798, 0.0447082379261546, 0.120942307692309, 0.11717291134834, 0.331134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 285, '2021-05-23 00:00:00', 0.0126580621921957, 0.0315576923076916, 0.0189916682136769, 0.0472884615384638, 0.0272888889758895, 0.0692115384615388, 0.0453837356498824, 0.119711538461538, 0.115217635201987, 0.332788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 300, '2021-05-23 00:00:00', 0.0140142784330824, 0.0355000000000017, 0.0168886511735409, 0.0499423076923089, 0.0308227937634571, 0.0722692307692299, 0.0411319639883459, 0.120961538461537, 0.114213315941975, 0.333192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 315, '2021-05-23 00:00:00', 0.0129742496448225, 0.0343653846153847, 0.0183051484981271, 0.0530384615384601, 0.0302285397494588, 0.0692307692307691, 0.0370160723927407, 0.119480769230768, 0.113844982322454, 0.3325 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 330, '2021-05-23 00:00:00', 0.0129932082850426, 0.0352884615384595, 0.0191038860323889, 0.0485384615384588, 0.0249303337013683, 0.0643076923076927, 0.0326818227530479, 0.117807692307692, 0.114106139860421, 0.330365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 345, '2021-05-23 00:00:00', 0.0178969700916549, 0.0338076923076919, 0.0226312581655077, 0.046923076923078, 0.0252573523187603, 0.0625769230769229, 0.0291897044547213, 0.116326923076923, 0.113549988991632, 0.330500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 360, '2021-05-23 00:00:00', 0.01263927030513, 0.0318653846153848, 0.0153778562074984, 0.0440384615384619, 0.0236574268709411, 0.0595769230769239, 0.0283218317530178, 0.114384615384615, 0.114301108750258, 0.328788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 375, '2021-05-23 00:00:00', 0.00919790946147974, 0.0308076923076918, 0.0155987302244574, 0.040096153846154, 0.0187196729096989, 0.0563846153846146, 0.0337538658754603, 0.119288461538462, 0.114245780935395, 0.327961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 390, '2021-05-23 00:00:00', 0.00900563925890528, 0.0273076923076921, 0.0155683604195773, 0.039423076923075, 0.0198276031368858, 0.0585769230769218, 0.033434097059049, 0.120173076923077, 0.113882334687369, 0.327615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 405, '2021-05-23 00:00:00', 0.00914902264641584, 0.0272692307692287, 0.0171700208323873, 0.0414807692307667, 0.0202258117646362, 0.0547884615384602, 0.0405476405459836, 0.127634615384615, 0.113399918599889, 0.327192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 420, '2021-05-23 00:00:00', 0.0155674833695571, 0.0315576923076927, 0.0175856147505213, 0.0434230769230771, 0.0183772853105279, 0.0557307692307697, 0.0471076018689786, 0.132615384615386, 0.113631348938303, 0.326211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 435, '2021-05-23 00:00:00', 0.0104002218911247, 0.0292307692307689, 0.0120592128841251, 0.0367307692307686, 0.0183120074100181, 0.0590192307692294, 0.047871498666905, 0.134403846153846, 0.113317423468495, 0.328538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 450, '2021-05-23 00:00:00', 0.0115508241464206, 0.0251923076923066, 0.015085958830849, 0.0403846153846136, 0.0253997274364561, 0.064384615384614, 0.060183811393481, 0.145634615384616, 0.113381812406643, 0.328846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 465, '2021-05-23 00:00:00', 0.0118821779925288, 0.0298846153846154, 0.0166782677573115, 0.0487692307692308, 0.025741316683796, 0.0661538461538439, 0.0565964255462775, 0.150153846153848, 0.111528030281457, 0.327807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 480, '2021-05-23 00:00:00', 0.0128259502571931, 0.0372499999999986, 0.0188801075616263, 0.0519615384615368, 0.0205005816052583, 0.0639230769230739, 0.0575951921070331, 0.157615384615387, 0.111490813695396, 0.330807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 495, '2021-05-23 00:00:00', 0.0151312717448139, 0.0336538461538462, 0.0198829362481034, 0.045134615384615, 0.0239691548581782, 0.0650961538461542, 0.0570787040982745, 0.156538461538464, 0.110973170700781, 0.331769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 510, '2021-05-23 00:00:00', 0.0115109312595274, 0.0286923076923091, 0.0158286133315575, 0.0442499999999998, 0.0223111217523043, 0.0691153846153851, 0.0535070124807515, 0.154903846153848, 0.10976670540462, 0.330480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 525, '2021-05-23 00:00:00', 0.0139863669885505, 0.0334615384615364, 0.0161138258838589, 0.0526538461538461, 0.0254173244975822, 0.0719038461538457, 0.0518968095951361, 0.156673076923079, 0.109949346729091, 0.330673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 540, '2021-05-23 00:00:00', 0.0150497124940608, 0.0420769230769234, 0.0195342401557263, 0.0575576923076928, 0.0309642535837702, 0.0777500000000001, 0.0519797038793465, 0.157519230769234, 0.109706678851451, 0.332153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 555, '2021-05-23 00:00:00', 0.0147149453068855, 0.0405192307692302, 0.0199053916159574, 0.0557692307692298, 0.0309269362306603, 0.0843461538461554, 0.0524256286415474, 0.153557692307694, 0.107377859055694, 0.331769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 570, '2021-05-23 00:00:00', 0.0139408227325915, 0.0354423076923075, 0.0195016764565362, 0.0521538461538449, 0.0258508145980875, 0.0772307692307707, 0.0557410392936693, 0.146711538461541, 0.106008484783783, 0.329673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 585, '2021-05-23 00:00:00', 0.0123005941069764, 0.0372692307692311, 0.0178702696807168, 0.0589423076923093, 0.0277427260043761, 0.0783269230769238, 0.0543540388422185, 0.143807692307696, 0.105617067749487, 0.330750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 600, '2021-05-23 00:00:00', 0.0149519744001113, 0.0476923076923091, 0.0168195856529985, 0.0604615384615397, 0.032201295960545, 0.0862115384615402, 0.0546128049228239, 0.143961538461542, 0.105403344349218, 0.331750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 615, '2021-05-23 00:00:00', 0.0116195458669372, 0.0439230769230779, 0.0243784662229745, 0.0615192307692299, 0.0344412319979796, 0.0844615384615378, 0.0559049330422783, 0.140307692307695, 0.113082073666056, 0.332346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 630, '2021-05-23 00:00:00', 0.0152079053329313, 0.0439038461538443, 0.0273784586856182, 0.0604999999999992, 0.0416485847945008, 0.0912692307692288, 0.0503618788981683, 0.133326923076925, 0.111529666629383, 0.332557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 645, '2021-05-23 00:00:00', 0.0126351311216612, 0.0414423076923083, 0.0159945663850614, 0.0561153846153842, 0.0346826269965905, 0.0872307692307698, 0.0473303122907342, 0.12946153846154, 0.109374198898165, 0.338653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 660, '2021-05-23 00:00:00', 0.0138760446592178, 0.0412307692307677, 0.0394803602586642, 0.0641730769230751, 0.0417978330317941, 0.0913269230769241, 0.0474562835265651, 0.129826923076924, 0.110328343872, 0.340288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 675, '2021-05-23 00:00:00', 0.0377451779905533, 0.0475384615384617, 0.0361409899400394, 0.0653653846153868, 0.0422642420237967, 0.085384615384617, 0.0490885071932477, 0.13869230769231, 0.109045043621714, 0.338692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 690, '2021-05-23 00:00:00', 0.0205024294995633, 0.0469807692307706, 0.033690360410885, 0.0659038461538482, 0.0354027595621482, 0.0813461538461553, 0.0460704852957361, 0.137980769230772, 0.110671968516804, 0.340269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 705, '2021-05-23 00:00:00', 0.0179287585910287, 0.0445961538461553, 0.0186720688153762, 0.0573846153846167, 0.0234528331895187, 0.0721538461538474, 0.0549408213094228, 0.139923076923079, 0.111689771241596, 0.339750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 720, '2021-05-23 00:00:00', 0.00940206605772491, 0.0378269230769233, 0.0169117278378511, 0.0534423076923071, 0.0210120478260958, 0.0656153846153858, 0.0597812551017327, 0.147038461538463, 0.111995068572752, 0.338653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 735, '2021-05-23 00:00:00', 0.0104992307410523, 0.036423076923077, 0.0120450596320004, 0.0467115384615396, 0.019851797050992, 0.0605769230769243, 0.0809125548877412, 0.153692307692309, 0.112493398096886, 0.33823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 750, '2021-05-23 00:00:00', 0.012322524716333, 0.0347692307692301, 0.0183978364112572, 0.0475961538461537, 0.0186425175751123, 0.0597884615384623, 0.0839613212231603, 0.162288461538463, 0.11392272009501, 0.340115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 765, '2021-05-23 00:00:00', 0.0122318782757939, 0.0336730769230759, 0.0125532711029662, 0.0462307692307703, 0.0194594746549373, 0.0596346153846154, 0.0865698939496971, 0.171557692307693, 0.11255700777828, 0.342 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 780, '2021-05-23 00:00:00', 0.0122858267308927, 0.0358076923076922, 0.0139533288005171, 0.0446538461538451, 0.0222774463389466, 0.0587692307692299, 0.0874230584791356, 0.173865384615386, 0.111848462043688, 0.341961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 795, '2021-05-23 00:00:00', 0.0110065190472955, 0.0287115384615373, 0.0148473385338424, 0.0422115384615389, 0.0216822862830835, 0.0601923076923081, 0.0926652059006793, 0.181596153846153, 0.112062264629295, 0.341865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave[...];
Date: 2021-05-23 17:04:29 Duration: 24s452ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1080, '2021-05-23 00:00:00', 0.0336918444822402, 0.0790961538461538, 0.0327591737004848, 0.0982115384615368, 0.0576449777650977, 0.134711538461538, 0.0888904360175212, 0.212980769230768, 0.317950013608818, 0.671365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1095, '2021-05-23 00:00:00', 0.0241939359853149, 0.0609423076923068, 0.0352097506162943, 0.0820576923076911, 0.0592094619517506, 0.116096153846153, 0.081216017745651, 0.208307692307691, 0.31828522767142, 0.670884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1110, '2021-05-23 00:00:00', 0.0182386845848226, 0.059480769230769, 0.0438054659392415, 0.0888269230769225, 0.0546194104691755, 0.1105, 0.0755504238139121, 0.206942307692306, 0.31828522767142, 0.670884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1125, '2021-05-23 00:00:00', 0.0382819951654325, 0.060134615384615, 0.0433920942817236, 0.076576923076922, 0.0514605300579599, 0.0988846153846153, 0.0717660327838922, 0.202711538461537, 0.318006690785928, 0.671653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1140, '2021-05-23 00:00:00', 0.0190941493254225, 0.0489423076923064, 0.0332077377451971, 0.0679230769230766, 0.0288288850874366, 0.0897692307692293, 0.073032627060683, 0.202730769230769, 0.318160303088772, 0.674961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1155, '2021-05-23 00:00:00', 0.0234417444874597, 0.0478461538461549, 0.0239390893728231, 0.0630000000000007, 0.0452258775481466, 0.099499999999999, 0.0751435267696736, 0.206480769230767, 0.316706771077214, 0.67832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1170, '2021-05-23 00:00:00', 0.0139207233454854, 0.0429423076923089, 0.020237056642171, 0.0599615384615384, 0.0467681556683112, 0.0910961538461526, 0.0794919565355276, 0.211634615384615, 0.316506337280097, 0.677692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1185, '2021-05-23 00:00:00', 0.0199869669073078, 0.044673076923076, 0.0461644926823131, 0.0764038461538442, 0.0490457910057994, 0.0939807692307681, 0.0767983974191762, 0.208923076923076, 0.315602291109946, 0.676884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1200, '2021-05-23 00:00:00', 0.0472754286479367, 0.058115384615385, 0.0473606011201453, 0.0674423076923083, 0.0605473749669173, 0.0997692307692311, 0.0764023559846159, 0.208, 0.3171269437647, 0.672038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1215, '2021-05-23 00:00:00', 0.0121410302439536, 0.0347307692307706, 0.0238393340123788, 0.0550769230769243, 0.0698345297002956, 0.0931923076923083, 0.0839516894043598, 0.203384615384616, 0.316424736463752, 0.673423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1230, '2021-05-23 00:00:00', 0.0219102803408655, 0.0434038461538446, 0.0527457617692191, 0.072653846153846, 0.0674549194191654, 0.101115384615384, 0.0882123312503142, 0.207153846153845, 0.314564292071039, 0.67257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1245, '2021-05-23 00:00:00', 0.040274748721938, 0.0523461538461551, 0.0559130919030033, 0.0684230769230779, 0.0559421541897035, 0.0947307692307685, 0.0940466087394152, 0.207769230769231, 0.318485664452169, 0.674038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1260, '2021-05-23 00:00:00', 0.0545912961504371, 0.0494807692307699, 0.0554056266234628, 0.0682884615384619, 0.0603178631533378, 0.11026923076923, 0.0907737084945087, 0.203615384615384, 0.320531832092562, 0.67384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1275, '2021-05-23 00:00:00', 0.0215514143744317, 0.040288461538461, 0.0264043775508174, 0.0588653846153837, 0.0488982145340243, 0.111153846153846, 0.0907624286890685, 0.198961538461537, 0.316072520889649, 0.668038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1290, '2021-05-23 00:00:00', 0.0174411979122787, 0.0416538461538461, 0.0350594001440622, 0.0768076923076923, 0.0469895078305124, 0.109923076923076, 0.0870518258545746, 0.195403846153846, 0.313494674841291, 0.668865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1305, '2021-05-23 00:00:00', 0.0364090489597554, 0.0616730769230768, 0.0450162705628157, 0.0862692307692306, 0.0472530056024115, 0.108057692307692, 0.0848524511227476, 0.194538461538461, 0.320639944246118, 0.671423076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1320, '2021-05-23 00:00:00', 0.0491463278227531, 0.0656923076923076, 0.0495851133056926, 0.0812884615384616, 0.0491243946919067, 0.100384615384617, 0.0854646148099634, 0.193903846153845, 0.335169300503492, 0.675499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1335, '2021-05-23 00:00:00', 0.0225102113580622, 0.0414807692307694, 0.0263576583528617, 0.0593846153846158, 0.0416904019575808, 0.0899807692307687, 0.0797264674708755, 0.193480769230767, 0.331924570323763, 0.673403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1350, '2021-05-23 00:00:00', 0.0178655771290446, 0.0428269230769226, 0.0228900381422537, 0.0594230769230786, 0.0481348786064906, 0.0904423076923067, 0.0873761915292374, 0.203826923076921, 0.331376249090875, 0.674461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1365, '2021-05-23 00:00:00', 0.0169867482286794, 0.0430192307692334, 0.0411118408921136, 0.0667115384615378, 0.0490393248792786, 0.0818461538461544, 0.0936305690548689, 0.210788461538459, 0.329475327079048, 0.674365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1380, '2021-05-23 00:00:00', 0.0308166600796002, 0.0485576923076913, 0.0464919844208086, 0.0637692307692297, 0.0600750684240472, 0.0940769230769241, 0.0992353535017407, 0.222846153846152, 0.324665305175368, 0.674403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1395, '2021-05-23 00:00:00', 0.0254660331844968, 0.0343269230769219, 0.0240980050243552, 0.0470769230769232, 0.0562441655093764, 0.115884615384616, 0.137601343072606, 0.237980769230768, 0.313355718853927, 0.671442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1410, '2021-05-23 00:00:00', 0.0129305244108054, 0.0324615384615377, 0.050877594433942, 0.0660192307692317, 0.0598390437243624, 0.126134615384615, 0.139638979570123, 0.248230769230768, 0.311513289628845, 0.671019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1425, '2021-05-23 00:00:00', 0.0495983870705508, 0.0554999999999999, 0.0592373745068227, 0.105442307692308, 0.0719669609024759, 0.131711538461538, 0.14259649903999, 0.255192307692307, 0.310561211605452, 0.672115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 0, '2021-05-23 00:00:00', 0.0540311448646478, 0.0757692307692296, 0.0581361432660109, 0.105365384615382, 0.0696710761087681, 0.121673076923076, 0.147733590784745, 0.259076923076922, 0.309431779482727, 0.676884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 15, '2021-05-23 00:00:00', 0.0471435043245616, 0.0735199999999975, 0.0669116332685625, 0.0913999999999993, 0.0662559871508475, 0.116719999999999, 0.146218167475865, 0.268239999999998, 0.294844461821258, 0.685939999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 30, '2021-05-23 00:00:00', 0.0504212008980358, 0.0583800000000025, 0.0495759266176645, 0.0777800000000013, 0.0562255502418615, 0.119200000000001, 0.149353250159927, 0.279820000000001, 0.278123096248167, 0.680039999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 45, '2021-05-23 00:00:00', 0.0252741138980824, 0.0544800000000009, 0.0396019465009819, 0.0837799999999993, 0.0489600177015213, 0.1114, 0.15116788404508, 0.285000000000001, 0.271533722583403, 0.671099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 60, '2021-05-23 00:00:00', 0.0382013944570283, 0.0635576923076919, 0.0439675054837265, 0.0818076923076921, 0.0496449548137711, 0.105692307692307, 0.166792491991143, 0.290846153846154, 0.277253178521005, 0.651249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 75, '2021-05-23 00:00:00', 0.0208970001527631, 0.0417307692307701, 0.0223404083703466, 0.0614230769230778, 0.031689017753059, 0.0934230769230759, 0.149794147210302, 0.277557692307693, 0.266757083389479, 0.639192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 90, '2021-05-23 00:00:00', 0.0147398987576119, 0.0452692307692338, 0.0241880453625641, 0.0626923076923086, 0.0375266110708316, 0.0989423076923079, 0.139841146140347, 0.287115384615385, 0.270238712138844, 0.637192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 105, '2021-05-23 00:00:00', 0.0203709446176503, 0.0443461538461541, 0.0262568159649116, 0.0724038461538459, 0.0420939836738985, 0.10028846153846, 0.145438135142907, 0.292134615384615, 0.279410451459166, 0.634903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 120, '2021-05-23 00:00:00', 0.0219266960575451, 0.0580000000000004, 0.0302279608208125, 0.0770192307692307, 0.0446071743108652, 0.111499999999999, 0.14601841822708, 0.291461538461537, 0.287636839006837, 0.632865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 135, '2021-05-23 00:00:00', 0.0253874666230888, 0.0477115384615389, 0.0300346722715849, 0.0683076923076911, 0.101601569112655, 0.130173076923076, 0.144725433679937, 0.285634615384615, 0.289446620560417, 0.626884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 150, '2021-05-23 00:00:00', 0.0211395728069793, 0.0523076923076917, 0.0333622541204882, 0.0815, 0.0947434694319342, 0.13425, 0.137489921308938, 0.281038461538461, 0.278718286916267, 0.619711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 165, '2021-05-23 00:00:00', 0.0204750129144311, 0.0576153846153837, 0.09443244431053, 0.102442307692308, 0.0945630192801837, 0.139230769230769, 0.131490935633776, 0.276115384615382, 0.275347909296304, 0.618365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 180, '2021-05-23 00:00:00', 0.0962668486751605, 0.0841153846153862, 0.0938711063926741, 0.109230769230772, 0.0947551500528513, 0.142038461538463, 0.128276492240545, 0.273961538461538, 0.276545529009934, 0.61851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 195, '2021-05-23 00:00:00', 0.0292677559519279, 0.0656923076923082, 0.0370577771345469, 0.0923269230769239, 0.0443553309604966, 0.126653846153846, 0.10112106415275, 0.248519230769229, 0.273426252186245, 0.608346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 210, '2021-05-23 00:00:00', 0.0272609399352603, 0.0608269230769233, 0.0291941577401003, 0.0868269230769239, 0.0522739087735129, 0.136692307692309, 0.096817784841106, 0.24378846153846, 0.2792793397575, 0.617019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 225, '2021-05-23 00:00:00', 0.0217581107777182, 0.0671538461538476, 0.0378756670415983, 0.0973846153846153, 0.054173059583298, 0.143403846153846, 0.0961982268347717, 0.243826923076922, 0.278910113036166, 0.617365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 240, '2021-05-23 00:00:00', 0.0300373165348591, 0.0689038461538461, 0.0424172180206987, 0.102903846153847, 0.0634764432380548, 0.144826923076922, 0.0934347345230065, 0.233480769230767, 0.286770192770341, 0.616788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 255, '2021-05-23 00:00:00', 0.0263196036911949, 0.0661923076923095, 0.0336828648516645, 0.0928461538461539, 0.0594367019480533, 0.124807692307692, 0.094325255611389, 0.223076923076922, 0.286492304232793, 0.613903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 270, '2021-05-23 00:00:00', 0.0222701594067057, 0.0629999999999991, 0.0437184215704953, 0.0870961538461538, 0.051284950559069, 0.120384615384616, 0.0919488256502593, 0.20805769230769, 0.291525339312966, 0.613211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 285, '2021-05-23 00:00:00', 0.0356407556252462, 0.0602115384615379, 0.03693459916372, 0.0732692307692303, 0.0482261220310513, 0.118173076923077, 0.0861523159204752, 0.20080769230769, 0.286856302809505, 0.610538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 300, '2021-05-23 00:00:00', 0.0200885826738995, 0.0481346153846157, 0.0347049542018668, 0.0814230769230776, 0.0541290232116375, 0.116634615384615, 0.0778183881769694, 0.20430769230769, 0.278505343133388, 0.608115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 315, '2021-05-23 00:00:00', 0.0302414196349705, 0.0617884615384625, 0.0401133442212851, 0.0895961538461542, 0.053851405238431, 0.116076923076923, 0.0726305614843952, 0.204461538461536, 0.278136767685363, 0.607692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 330, '2021-05-23 00:00:00', 0.0351568791824049, 0.0596153846153851, 0.0497450886636443, 0.081423076923076, 0.0552912185265773, 0.106326923076922, 0.0734757207413538, 0.200192307692306, 0.276361689569192, 0.606211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 345, '2021-05-23 00:00:00', 0.0289686833560757, 0.052730769230768, 0.0313330312314943, 0.0721730769230766, 0.032333669043986, 0.0996153846153831, 0.0845093190127575, 0.205749999999997, 0.27726497462508, 0.606615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 360, '2021-05-23 00:00:00', 0.0156516895131273, 0.0498461538461541, 0.022903745075019, 0.0681923076923075, 0.0267417348841735, 0.0980961538461533, 0.0842381171715951, 0.209596153846151, 0.272841593941642, 0.609653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 375, '2021-05-23 00:00:00', 0.0136901002974337, 0.0443269230769232, 0.0207698468569588, 0.0695576923076916, 0.0287618871746307, 0.0931153846153843, 0.0959912035232739, 0.225134615384614, 0.26663109418186, 0.612596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 390, '2021-05-23 00:00:00', 0.0187250243914816, 0.0514423076923068, 0.0253975165351645, 0.0674230769230775, 0.0286113815438227, 0.0911346153846177, 0.093082362205986, 0.225615384615383, 0.259000193792623, 0.615096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 405, '2021-05-23 00:00:00', 0.0162211163421223, 0.0422307692307692, 0.0211547776018739, 0.060730769230769, 0.0543948845162721, 0.0957115384615402, 0.0869092984314471, 0.237615384615383, 0.25805340830623, 0.614807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 420, '2021-05-23 00:00:00', 0.0180387190403143, 0.0453461538461528, 0.020749949026814, 0.0624038461538462, 0.0508098264269664, 0.0984615384615375, 0.0805154739069555, 0.24730769230769, 0.257072791995994, 0.615096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 435, '2021-05-23 00:00:00', 0.0152201789133312, 0.0424230769230767, 0.0458065539482648, 0.0719038461538468, 0.0466972738456462, 0.104653846153846, 0.0770434367992898, 0.253134615384614, 0.252988240073299, 0.617480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 450, '2021-05-23 00:00:00', 0.0407073042018823, 0.0537692307692312, 0.0419878599670833, 0.0715961538461525, 0.0425165895223903, 0.106596153846151, 0.0777841218719125, 0.26101923076923, 0.250682920316607, 0.621442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 465, '2021-05-23 00:00:00', 0.0213504908968974, 0.0482115384615364, 0.0303891681107196, 0.0746923076923069, 0.039605360942487, 0.101730769230767, 0.0780583213915171, 0.268692307692307, 0.248918628193109, 0.619211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 480, '2021-05-23 00:00:00', 0.0242268525528066, 0.0575961538461528, 0.0304628209714461, 0.0807115384615358, 0.0371901403393636, 0.105442307692307, 0.0833440136745546, 0.274230769230769, 0.245300700867637, 0.615923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 495, '2021-05-23 00:00:00', 0.020680546414444, 0.0487499999999994, 0.0231569643951892, 0.0672499999999981, 0.0411134265922198, 0.102923076923077, 0.104820872847992, 0.285153846153845, 0.24724964027352, 0.617230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 510, '2021-05-23 00:00:00', 0.0163879998310225, 0.0449423076923069, 0.0238318791021299, 0.0665384615384606, 0.0403716055967747, 0.112442307692308, 0.138736248105752, 0.295442307692307, 0.252038855368344, 0.616730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 525, '2021-05-23 00:00:00', 0.0177176140084909, 0.0444230769230775, 0.0260096431821265, 0.079807692307693, 0.056020477025405, 0.127923076923076, 0.138581324360601, 0.296288461538462, 0.251621146842752, 0.616807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 540, '2021-05-23 00:00:00', 0.0198452474450131, 0.066576923076924, 0.0306966861153056, 0.0960576923076935, 0.0535158064356841, 0.140307692307691, 0.141233478271319, 0.301153846153847, 0.253462870137742, 0.616942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 555, '2021-05-23 00:00:00', 0.0200015384023727, 0.0593076923076918, 0.0442551691895998, 0.0979999999999973, 0.0670565805868453, 0.152249999999999, 0.15163657591045, 0.309365384615384, 0.257885985541018, 0.620807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 570, '2021-05-23 00:00:00', 0.0463477656917296, 0.0838461538461525, 0.0512892138908217, 0.11328846153846, 0.0638130201327407, 0.16580769230769, 0.150509198543324, 0.309173076923077, 0.254988521611948, 0.620384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 585, '2021-05-23 00:00:00', 0.0297316976668636, 0.0720769230769218, 0.0450998891351189, 0.124000000000001, 0.0483679009897445, 0.172576923076923, 0.146724929715437, 0.31125, 0.253364043347787, 0.62453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 600, '2021-05-23 00:00:00', 0.0288590806932849, 0.0995576923076916, 0.0400013701688413, 0.126480769230767, 0.0457742453620078, 0.170192307692307, 0.143208724755698, 0.318173076923077, 0.251988025509151, 0.627249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 615, '2021-05-23 00:00:00', 0.022589931385465, 0.0722499999999963, 0.0303637182277692, 0.109346153846152, 0.033966725799498, 0.147538461538461, 0.145556238140239, 0.31353846153846, 0.258516659930339, 0.624211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 630, '2021-05-23 00:00:00', 0.0301596329808307, 0.0847115384615385, 0.0319896858377808, 0.110500000000001, 0.0368946316712045, 0.147923076923078, 0.140458486886558, 0.314442307692308, 0.255004932079002, 0.623153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 645, '2021-05-23 00:00:00', 0.0203043383011152, 0.0631153846153859, 0.0312937939288534, 0.0946923076923073, 0.0560975523941603, 0.149346153846156, 0.141768224984954, 0.307980769230769, 0.261154932647566, 0.624673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 660, '2021-05-23 00:00:00', 0.0258906056618711, 0.071211538461538, 0.0392089079360621, 0.103038461538462, 0.0720544158685222, 0.153826923076923, 0.142659267271571, 0.306057692307692, 0.27172424440966, 0.629249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 675, '2021-05-23 00:00:00', 0.0193908384394434, 0.0597307692307697, 0.0381322849282115, 0.0966346153846171, 0.0685771912070344, 0.149634615384614, 0.119563586236974, 0.298134615384615, 0.264303866498685, 0.622576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 690, '2021-05-23 00:00:00', 0.0249147469460298, 0.0707307692307714, 0.0366164527963141, 0.098730769230769, 0.100944061051349, 0.154788461538461, 0.110565770541272, 0.30301923076923, 0.262060299138607, 0.623903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 705, '2021-05-23 00:00:00', 0.0219861232459167, 0.0640192307692298, 0.0518166924396418, 0.0979807692307681, 0.0900393268778432, 0.142903846153846, 0.101106798067116, 0.29576923076923, 0.263980975421745, 0.629153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 720, '2021-05-23 00:00:00', 0.0317287542483767, 0.0694230769230755, 0.0740083181395591, 0.107134615384615, 0.0796545425813636, 0.138384615384615, 0.0854464227094736, 0.296634615384615, 0.262455898126787, 0.627038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 735, '2021-05-23 00:00:00', 0.0465312136759184, 0.0715769230769232, 0.0469182431305955, 0.0943076923076939, 0.0649088710305587, 0.128807692307692, 0.0995181390501244, 0.305000000000001, 0.268174912065873, 0.623711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 750, '2021-05-23 00:00:00', 0.0183724396437048, 0.0589423076923082, 0.0359899131167859, 0.0824230769230775, 0.0478382531196366, 0.120538461538463, 0.102405633859441, 0.291076923076924, 0.266829018286993, 0.620750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 765, '2021-05-23 00:00:00', 0.0237916274866082, 0.0596923076923085, 0.0382309379349327, 0.089230769230769, 0.0481229714857208, 0.129403846153846, 0.103513025936165, 0.291442307692309, 0.265554703186774, 0.624596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 780, '2021-05-23 00:00:00', 0.0247204135514328, 0.0626730769230761, 0.0295788125834386, 0.0833846153846162, 0.0379939468863144, 0.129000000000001, 0.0894606595961854, 0.301480769230769, 0.266316616801535, 0.619403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 795, '2021-05-23 00:00:00', 0.0248430767325331, 0.0520384615384608, 0.0332526459328968, 0.0830384615384607, 0.0521641491978774, 0.134461538461536, 0.0899972991047712, 0.300076923076921, 0.269330546840753, 0.615288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 810, '2021-05-23 00:00:00', 0.0201913633478815, 0.0586346153846161, 0.0295232372625631, 0.0833076923076933, 0.0554435402355067, 0.130384615384616, 0.0906749986744691, 0.296846153846153, 0.270947264951347, 0.613096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 825, '2021-05-23 00:00:00', 0.0258967476425433, 0.0591923076923088, 0.0475650647494088, 0.0971538461538449, 0.0649797246484209, 0.133769230769231, 0.0896784447988382, 0.29378846153846, 0.274129823960501, 0.614903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 840, '2021-05-23 00:00:00', 0.0347534392321339, 0.0683076923076911, 0.0363232707778368, 0.0925000000000006, 0.0647802943684366, 0.131942307692308, 0.0897540742593536, 0.294076923076921, 0.281455344866368, 0.614134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 855, '2021-05-23 00:00:00', 0.023145758873844, 0.0658846153846157, 0.0503297472826787, 0.0992115384615378, 0.0682923832896782, 0.136980769230769, 0.0923831986056726, 0.293846153846152, 0.280945760574199, 0.615596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 870, '2021-05-23 00:00:00', 0.0484951543971146, 0.0759999999999994, 0.0569139296184621, 0.0968461538461539, 0.0771827999970499, 0.143269230769231, 0.0936200853696225, 0.293403846153844, 0.281532943829916, 0.609961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 885, '2021-05-23 00:00:00', 0.0251873900073954, 0.0612692307692315, 0.0378197750471288, 0.0931538461538471, 0.052439683300105, 0.134596153846154, 0.105907646633208, 0.293480769230767, 0.280169920968302, 0.609730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 900, '2021-05-23 00:00:00', 0.0337577569433478, 0.0716153846153833, 0.050654231351844, 0.101865384615385, 0.048418452458348, 0.138557692307693, 0.108241375566902, 0.293653846153845, 0.280751900466203, 0.611519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 915, '2021-05-23 00:00:00', 0.0391268007695683, 0.0735576923076932, 0.0397306363092579, 0.100288461538461, 0.0630752206618276, 0.15371153846154, 0.110737173245759, 0.297692307692306, 0.27853362177938, 0.617461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 930, '2021-05-23 00:00:00', 0.0230113767849402, 0.0707884615384596, 0.0339139408594053, 0.0981538461538448, 0.0635577659722597, 0.15101923076923, 0.109919468773209, 0.292519230769229, 0.279576947575055, 0.616519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 945, '2021-05-23 00:00:00', 0.0239392259369719, 0.0699423076923082, 0.0557906940130826, 0.114307692307694, 0.0761732261665167, 0.174596153846154, 0.109159065305916, 0.291192307692307, 0.279800894181229, 0.621903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 960, '2021-05-23 00:00:00', 0.0379407888892452, 0.0837115384615397, 0.0441297954465424, 0.105326923076923, 0.0793828624210162, 0.189326923076923, 0.106891598576096, 0.294576923076922, 0.283387669375091, 0.627865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 975, '2021-05-23 00:00:00', 0.0203200261205149, 0.0662884615384621, 0.052423853202673, 0.123403846153846, 0.0757134298624652, 0.185211538461537, 0.118257938422754, 0.288000000000001, 0.280249139846344, 0.631096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 990, '2021-05-23 00:00:00', 0.0417039382017868, 0.100461538461538, 0.0666009355443649, 0.152769230769232, 0.0708926192317519, 0.185288461538462, 0.119003912346803, 0.277865384615386, 0.275461160880888, 0.631134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1005, '2021-05-23 00:00:00', 0.0370167321834147, 0.0965384615384612, 0.0482749377564049, 0.119019230769228, 0.0494172501803225, 0.155230769230769, 0.123472857496947, 0.254942307692307, 0.272967149333734, 0.641769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1020, '2021-05-23 00:00:00', 0.0273820828561033, 0.0820384615384592, 0.0379650649129714, 0.114115384615384, 0.0575308512552494, 0.155826923076922, 0.127434062889853, 0.243596153846153, 0.265799621606491, 0.640826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1035, '2021-05-23 00:00:00', 0.031584593371794, 0.0834423076923093, 0.037390110786348, 0.113403846153848, 0.060157284231869, 0.150826923076921, 0.124853836082898, 0.232903846153845, 0.258739872339888, 0.644807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1050, '2021-05-23 00:00:00', 0.0209465712266667, 0.0728269230769243, 0.0492519933216293, 0.110673076923076, 0.0713912082499293, 0.148769230769229, 0.125182747951206, 0.223903846153846, 0.248951970190111, 0.644711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1065, '2021-05-23 00:00:00', 0.036731457907358, 0.089999999999999, 0.0450939062913771, 0.113096153846153, 0.0761546200426891, 0.150884615384614, 0.125183399304934, 0.222211538461538, 0.255755208233305, 0.653057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1080, '2021-05-23 00:00:00', 0.0357258794368818, 0.080961538461537, 0.0461012597858911, 0.109615384615385, 0.0612731965494269, 0.135230769230769, 0.122885489222847, 0.217211538461539, 0.256525132222048, 0.667711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1095, '2021-05-23 00:00:00', 0.0355193825743292, 0.0714423076923088, 0.0488756231516423, 0.0965576923076926, 0.0496518533235321, 0.121442307692308, 0.125830045635434, 0.209903846153846, 0.254186942108483, 0.669807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1110, '2021-05-23 00:00:00', 0.0297583860190961, 0.0673076923076918, 0.0322351695178758, 0.0808846153846152, 0.0373952485669604, 0.105730769230769, 0.126109061469094, 0.198346153846153, 0.252921259409996, 0.673711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1125, '2021-05-23 00:00:00', 0.0231108116556878, 0.0540192307692318, 0.0303272218413659, 0.0799038461538462, 0.0326181167215653, 0.101692307692308, 0.126550464242532, 0.196499999999999, 0.252635119216508, 0.675211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1140, '2021-05-23 00:00:00', 0.0262769934470329, 0.0570961538461526, 0.029122136703098, 0.0738269230769231, 0.0837015853172161, 0.113153846153845, 0.129233320602105, 0.191865384615385, 0.249628466233014, 0.674865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1155, '2021-05-23 00:00:00', 0.0262400750467973, 0.0508076923076922, 0.031199063102303, 0.0693076923076931, 0.106119607772768, 0.114865384615385, 0.128295302390169, 0.192269230769232, 0.247755078345843, 0.674826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1170, '2021-05-23 00:00:00', 0.0160611451838086, 0.0464038461538469, 0.0848564761138563, 0.0798076923076919, 0.106170264198597, 0.107250000000001, 0.121448007235766, 0.184961538461539, 0.248438158997677, 0.676173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1185, '2021-05-23 00:00:00', 0.0818490449171285, 0.0603846153846151, 0.107504005292111, 0.0848653846153848, 0.110087664368693, 0.106576923076924, 0.117413387062713, 0.184211538461539, 0.248206700461223, 0.674615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1200, '2021-05-23 00:00:00', 0.109601438788985, 0.0721538461538474, 0.108651489423045, 0.0863846153846168, 0.116079278280638, 0.102826923076924, 0.126883938487714, 0.196923076923077, 0.248107362771723, 0.673788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1215, '2021-05-23 00:00:00', 0.015961877660899, 0.0413076923076917, 0.0187610890285849, 0.0570384615384606, 0.021395767014851, 0.0731730769230754, 0.0821479738970135, 0.189480769230769, 0.237922137392759, 0.672711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1230, '2021-05-23 00:00:00', 0.0126940476662814, 0.0371730769230773, 0.0173083350308001, 0.0555384615384584, 0.0254426126500714, 0.0729423076923067, 0.080034271505302, 0.188269230769231, 0.23591332828295, 0.674038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1245, '2021-05-23 00:00:00', 0.0142868955555545, 0.0438461538461522, 0.0214179022890083, 0.0579423076923078, 0.0336161648386831, 0.0834423076923071, 0.0794662289180841, 0.189192307692308, 0.238278269773294, 0.685076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1260, '2021-05-23 00:00:00', 0.0143674846575392, 0.0402692307692312, 0.0202250130740669, 0.0538653846153849, 0.0401064784714974, 0.0939807692307692, 0.0802417501151262, 0.185038461538462, 0.23773259460676, 0.686942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1275, '2021-05-23 00:00:00', 0.0158778025993693, 0.0382307692307698, 0.0263203416508094, 0.0614038461538453, 0.0454273426642852, 0.0987115384615381, 0.0901972198104712, 0.19146153846154, 0.237616627234843, 0.688192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1290, '2021-05-23 00:00:00', 0.0185578513345131, 0.0484230769230769, 0.0265342231844105, 0.0762500000000001, 0.0401083340658576, 0.0964615384615394, 0.105577395963631, 0.201942307692309, 0.239415274880602, 0.693576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1305, '2021-05-23 00:00:00', 0.019704275209672, 0.0544615384615372, 0.0352564233100198, 0.0763461538461533, 0.0380777948618136, 0.088961538461538, 0.106385635597755, 0.206288461538463, 0.243700140462698, 0.695538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1320, '2021-05-23 00:00:00', 0.0347436103699423, 0.058038461538461, 0.0329889550281007, 0.0688653846153844, 0.0331321363865727, 0.0880384615384621, 0.116757376640619, 0.218250000000001, 0.243544512595511, 0.696019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1335, '2021-05-23 00:00:00', 0.0164865096366699, 0.0357499999999996, 0.0171125347670597, 0.0501730769230771, 0.0402755317970914, 0.0855384615384633, 0.117188204972237, 0.214653846153846, 0.248200949139696, 0.698865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1350, '2021-05-23 00:00:00', 0.0128490646172575, 0.0369615384615389, 0.0199941529914674, 0.0591153846153854, 0.0455008368477554, 0.0863846153846152, 0.11246275451831, 0.214865384615385, 0.251840037752906, 0.69873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1365, '2021-05-23 00:00:00', 0.0197925782516139, 0.0451153846153852, 0.04403624818086, 0.0678653846153867, 0.0471448667570341, 0.0840384615384622, 0.110045361276435, 0.217807692307693, 0.300019464112171, 0.712673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1380, '2021-05-23 00:00:00', 0.040236861209595, 0.0452500000000024, 0.0465666602426439, 0.059423076923077, 0.0709925700337708, 0.0972499999999998, 0.110616275405635, 0.222903846153846, 0.299565184893039, 0.711000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1395, '2021-05-23 00:00:00', 0.0424896412715452, 0.0424807692307671, 0.0392593349996583, 0.0583461538461526, 0.070702227687676, 0.13325, 0.114192462367437, 0.233961538461539, 0.300001602559824, 0.708692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1410, '2021-05-23 00:00:00', 0.016826867252656, 0.0372884615384614, 0.0598708513899187, 0.069826923076922, 0.068956039507903, 0.125653846153847, 0.143859439945867, 0.241038461538461, 0.301319996017525, 0.707 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1425, '2021-05-23 00:00:00', 0.0557561310874957, 0.0576153846153826, 0.0654263208620074, 0.112211538461539, 0.0642317708351201, 0.125403846153846, 0.143267513360899, 0.244096153846154, 0.301645796487308, 0.705942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 0, '2021-05-23 00:00:00', 0.0427460344539532, 0.0772884615384627, 0.0529180970935299, 0.0937500000000005, 0.0515205746802651, 0.111480769230769, 0.143101776584145, 0.245038461538461, 0.305849709824942, 0.69825 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 15, '2021-05-23 00:00:00', 0.0336529859230737, 0.0552884615384604, 0.0375137154405411, 0.0766730769230768, 0.0382365712978482, 0.104153846153847, 0.135428357444075, 0.232999999999999, 0.30960149634403, 0.692057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 30, '2021-05-23 00:00:00', 0.0282576334138908, 0.0585769230769229, 0.0305114102238185, 0.0718846153846143, 0.0532434177947054, 0.109692307692307, 0.140159431198354, 0.235615384615383, 0.309859312989226, 0.692076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 45, '2021-05-23 00:00:00', 0.0250231969303536, 0.0445961538461525, 0.0342086808595971, 0.0765769230769236, 0.0529807947787175, 0.109230769230769, 0.137301018260553, 0.235480769230768, 0.310906993265735, 0.689038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 60, '2021-05-23 00:00:00', 0.0332036663869895, 0.0622115384615393, 0.0494786861650088, 0.083403846153847, 0.071370229195265, 0.12251923076923, 0.132707348645866, 0.235596153846153, 0.312219299777972, 0.686865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 75, '2021-05-23 00:00:00', 0.0234138765561059, 0.0470192307692295, 0.031583278194933, 0.0692884615384606, 0.0608550231793049, 0.111576923076921, 0.127389638511145, 0.232499999999998, 0.310025128013845, 0.686 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 90, '2021-05-23 00:00:00', 0.0207152210853628, 0.0494038461538454, 0.0551097401693982, 0.0792884615384597, 0.0571037955090426, 0.115211538461536, 0.127675913335892, 0.231173076923075, 0.307715845445864, 0.692692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 105, '2021-05-23 00:00:00', 0.0497322716769898, 0.0576730769230752, 0.051262465650956, 0.0915961538461518, 0.0529364350315179, 0.121384615384613, 0.12765046174854, 0.233903846153845, 0.307191091242019, 0.696442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 120, '2021-05-23 00:00:00', 0.0246866282708801, 0.0619807692307684, 0.0319374629308846, 0.0826923076923063, 0.0412061235180487, 0.120769230769229, 0.130649803497159, 0.231634615384614, 0.307809042327321, 0.694442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 135, '2021-05-23 00:00:00', 0.0252168823181245, 0.0513653846153839, 0.0356168985390133, 0.0772115384615382, 0.0789558201683817, 0.128192307692308, 0.131811551087149, 0.227749999999999, 0.309504025076351, 0.692307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 150, '2021-05-23 00:00:00', 0.0275933659808623, 0.056076923076923, 0.0346346425062907, 0.0844615384615378, 0.124790971381995, 0.136557692307692, 0.129930081789577, 0.231615384615384, 0.309886704483083, 0.693019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 165, '2021-05-23 00:00:00', 0.019448007610036, 0.0592499999999992, 0.082183827718486, 0.102307692307692, 0.126101859011492, 0.141826923076922, 0.132231628068093, 0.23178846153846, 0.30713926182409, 0.697884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 180, '2021-05-23 00:00:00', 0.0850092868229944, 0.0828269230769234, 0.129710525342455, 0.112403846153845, 0.133634295747761, 0.156249999999999, 0.134205974015833, 0.234211538461537, 0.306723770115468, 0.699634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 195, '2021-05-23 00:00:00', 0.0514718892660408, 0.068653846153846, 0.0518614166646241, 0.100557692307691, 0.0578282337218128, 0.136230769230769, 0.0863118496187812, 0.215653846153844, 0.248875900492905, 0.681076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 210, '2021-05-23 00:00:00', 0.0251305514341535, 0.069230769230768, 0.0435317258312394, 0.104134615384615, 0.0433193508013, 0.130884615384615, 0.0864006343459617, 0.209980769230767, 0.234832464011785, 0.683884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 225, '2021-05-23 00:00:00', 0.0348989750786233, 0.0729615384615381, 0.0340029184267819, 0.0969615384615369, 0.0375797613289162, 0.13003846153846, 0.0879620722462025, 0.202384615384613, 0.23188597081656, 0.681211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 240, '2021-05-23 00:00:00', 0.0207154810189431, 0.0608653846153834, 0.0279410987615008, 0.085749999999999, 0.0274972725920225, 0.1115, 0.0948142576912278, 0.195711538461536, 0.229303423437157, 0.681000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 255, '2021-05-23 00:00:00', 0.0282093342435, 0.0614423076923081, 0.0310406743086946, 0.0822884615384609, 0.0384275992564641, 0.105596153846154, 0.101410371567895, 0.192288461538459, 0.228157829987523, 0.684846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 270, '2021-05-23 00:00:00', 0.0261354828066833, 0.0597115384615383, 0.0241612611107432, 0.0749423076923097, 0.0379597762820682, 0.100269230769232, 0.102593859465371, 0.193999999999999, 0.225884705955529, 0.688903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 285, '2021-05-23 00:00:00', 0.024146834479588, 0.0550192307692322, 0.0407255023107332, 0.078557692307693, 0.0571695756903577, 0.109096153846154, 0.104731297210456, 0.19426923076923, 0.22593230095625, 0.689769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 300, '2021-05-23 00:00:00', 0.0350148759595342, 0.0576923076923077, 0.0333296356923484, 0.0752307692307704, 0.0695568749021537, 0.109173076923077, 0.105751990343155, 0.194711538461537, 0.22524261108004, 0.694923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 315, '2021-05-23 00:00:00', 0.0164950342177932, 0.049615384615387, 0.0421367964537498, 0.0810192307692323, 0.0587243266326797, 0.109057692307693, 0.0951605202559604, 0.199730769230768, 0.213831572828856, 0.688307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 330, '2021-05-23 00:00:00', 0.0296589589526329, 0.0559230769230772, 0.0415897222880858, 0.0742500000000004, 0.0558326482927752, 0.106269230769232, 0.0845261475248032, 0.196480769230768, 0.208841515177273, 0.684461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 345, '2021-05-23 00:00:00', 0.0277758957482082, 0.0510961538461551, 0.0360569208122588, 0.0758076923076925, 0.0435256069634689, 0.101538461538464, 0.0756645252718555, 0.199096153846153, 0.201930734506815, 0.679692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 360, '2021-05-23 00:00:00', 0.025687029052393, 0.0532115384615389, 0.0362217529202468, 0.0723461538461555, 0.0430734301468479, 0.0920961538461536, 0.0850996090563204, 0.20328846153846, 0.198081246928163, 0.676096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 375, '2021-05-23 00:00:00', 0.0262712844112228, 0.0420961538461554, 0.0281531252534858, 0.0609615384615399, 0.0384611542288495, 0.0839038461538456, 0.0814398881667676, 0.211153846153846, 0.196563205728219, 0.673423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 390, '2021-05-23 00:00:00', 0.018062711271057, 0.0441923076923099, 0.0274374042840454, 0.0591346153846157, 0.0339284371310261, 0.0821730769230768, 0.0714154071935145, 0.205596153846155, 0.195086005688222, 0.668519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 405, '2021-05-23 00:00:00', 0.0214658942367787, 0.040730769230768, 0.0262630846509807, 0.0610192307692303, 0.0297640464577398, 0.0805384615384608, 0.0795610747500628, 0.216769230769231, 0.19595471710027, 0.667134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 420, '2021-05-23 00:00:00', 0.0153669600617202, 0.0467884615384603, 0.0205601182277368, 0.0604615384615375, 0.0326742488584125, 0.0800576923076914, 0.0880075783450164, 0.230076923076923, 0.194556209002794, 0.664538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 435, '2021-05-23 00:00:00', 0.0170130718973558, 0.0417307692307674, 0.0187558913821355, 0.0562884615384609, 0.0293879881270178, 0.0895769230769217, 0.0911909007775216, 0.240596153846154, 0.193121596808453, 0.663365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 450, '2021-05-23 00:00:00', 0.0188559315295259, 0.0471153846153844, 0.0282440531521505, 0.0635576923076902, 0.0308962843172985, 0.0950961538461532, 0.102053515373065, 0.2565, 0.192911012765354, 0.663673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 465, '2021-05-23 00:00:00', 0.0193571791492303, 0.0420961538461537, 0.0250680381853367, 0.0720576923076926, 0.0283322051057416, 0.0930769230769248, 0.104908890874966, 0.266653846153848, 0.190119067954796, 0.66 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 480, '2021-05-23 00:00:00', 0.0174341508363495, 0.0599807692307676, 0.0252866337450014, 0.0735769230769224, 0.0297553615078286, 0.0943076923076917, 0.111452233645699, 0.267596153846154, 0.191595408046789, 0.662903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 495, '2021-05-23 00:00:00', 0.0257160231403283, 0.0519230769230762, 0.0281889776603994, 0.0679615384615378, 0.0433799492853552, 0.109, 0.112223021428145, 0.268557692307694, 0.192098181026908, 0.661134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 510, '2021-05-23 00:00:00', 0.0174741127209531, 0.0437307692307692, 0.0189782871886628, 0.0641538461538469, 0.0369628919947473, 0.106346153846154, 0.099904256088595, 0.263403846153848, 0.186073510080953, 0.655634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 525, '2021-05-23 00:00:00', 0.016333542646488, 0.0467307692307699, 0.0270494987867692, 0.0821538461538454, 0.0332662684319216, 0.113769230769231, 0.0999114165340795, 0.265865384615387, 0.188094993390206, 0.656442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 540, '2021-05-23 00:00:00', 0.0265397887070609, 0.0699038461538465, 0.0281452550994892, 0.090153846153847, 0.0502199316851539, 0.124307692307692, 0.0998010944906845, 0.26696153846154, 0.190591084624811, 0.658307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 555, '2021-05-23 00:00:00', 0.0232887642107004, 0.0595576923076925, 0.0282726832010096, 0.0842692307692309, 0.0503323607479465, 0.129057692307694, 0.0943112461684516, 0.262634615384616, 0.19461820710936, 0.653557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 570, '2021-05-23 00:00:00', 0.0260937953131812, 0.0623846153846154, 0.0412009568596883, 0.0908269230769233, 0.0480812813409193, 0.12648076923077, 0.0869740213202515, 0.260903846153847, 0.195864267169502, 0.650865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 585, '2021-05-23 00:00:00', 0.0333505391491438, 0.0659615384615375, 0.0412271615097839, 0.0996730769230779, 0.0552529741629014, 0.135365384615384, 0.0778416439861193, 0.254692307692307, 0.197594530444388, 0.645038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 600, '2021-05-23 00:00:00', 0.0258345624190658, 0.0752307692307704, 0.0264658924190828, 0.094288461538463, 0.0608570835267729, 0.14073076923077, 0.0766136486133274, 0.250634615384616, 0.202272576946592, 0.643346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 615, '2021-05-23 00:00:00', 0.0180296870573134, 0.0655192307692315, 0.0429541660914942, 0.0965961538461543, 0.0599882039686541, 0.150269230769232, 0.0663887762756981, 0.247980769230769, 0.209330240565916, 0.65048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 630, '2021-05-23 00:00:00', 0.0287019766137888, 0.0707884615384601, 0.0433247486565562, 0.107576923076923, 0.0568910700035944, 0.156576923076924, 0.0602538508185284, 0.245557692307692, 0.205021507314569, 0.648038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 645, '2021-05-23 00:00:00', 0.0376567339978477, 0.079019230769232, 0.0431615614246691, 0.110096153846155, 0.0618022279907085, 0.161346153846155, 0.0609283216953767, 0.241903846153847, 0.200245664506989, 0.648884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 660, '2021-05-23 00:00:00', 0.0227840109253448, 0.0718653846153845, 0.0357013520536918, 0.0984423076923088, 0.0579271857261671, 0.144173076923078, 0.0706449546350238, 0.22998076923077, 0.209925763435187, 0.654384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 675, '2021-05-23 00:00:00', 0.0206993589644345, 0.064211538461539, 0.0469834545345485, 0.101250000000001, 0.0524837703851981, 0.137384615384616, 0.0897458291295688, 0.242923076923078, 0.211664407821583, 0.652692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 690, '2021-05-23 00:00:00', 0.0411163639517791, 0.0758461538461542, 0.0483540030957572, 0.10148076923077, 0.0490284062088953, 0.135269230769231, 0.0907718632277984, 0.246365384615385, 0.209761051785487, 0.649173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 705, '2021-05-23 00:00:00', 0.02325997718102, 0.0624423076923085, 0.0251731312804274, 0.0929423076923082, 0.0319647221407989, 0.125788461538463, 0.0952418944663449, 0.249961538461538, 0.213086822319339, 0.644576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 720, '2021-05-23 00:00:00', 0.0167658535766562, 0.0630769230769231, 0.0247744052167981, 0.0888653846153853, 0.0319085230957782, 0.117423076923077, 0.104104424276041, 0.253134615384616, 0.214998647580719, 0.641538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 735, '2021-05-23 00:00:00', 0.0203126713010525, 0.0587307692307687, 0.0240199676551363, 0.087326923076923, 0.0301795396814557, 0.114769230769229, 0.118406905983625, 0.263653846153846, 0.216211795202332, 0.640903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 750, '2021-05-23 00:00:00', 0.0250871481041599, 0.0677500000000021, 0.0237020284753484, 0.0861153846153848, 0.0256691748691223, 0.113057692307692, 0.116560972819446, 0.269596153846155, 0.214252698573794, 0.639326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 765, '2021-05-23 00:00:00', 0.0192769691202102, 0.0548076923076917, 0.0246884276846148, 0.0789615384615367, 0.0372115418405872, 0.109673076923075, 0.123370849630136, 0.285557692307693, 0.208911851120183, 0.635192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 780, '2021-05-23 00:00:00', 0.0179591095376318, 0.0600192307692293, 0.0233966138246876, 0.0781923076923066, 0.040648573633789, 0.116057692307691, 0.127760757487762, 0.284865384615385, 0.208622143709995, 0.635173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 795, '2021-05-23 00:00:00', 0.0155224031644586, 0.0492500000000001, 0.0230740030203827, 0.0764807692307693, 0.0334133149415687, 0.112019230769231, 0.127086858547156, 0.293480769230771, 0.208200407337221, 0.62948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 810, '2021-05-23 00:00:00', 0.0196518544828564, 0.0571538461538474, 0.0312722782127473, 0.0798461538461547, 0.0369906225122833, 0.114384615384617, 0.122973751107864, 0.297711538461539, 0.208925691611597, 0.624269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 825, '2021-05-23 00:00:00', 0.0198248484328296, 0.0522307692307694, 0.0247964947895078, 0.0756153846153838, 0.0343334329099877, 0.105269230769232, 0.127519429892078, 0.308250000000001, 0.205827071741153, 0.617211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 840, '2021-05-23 00:00:00', 0.0233666182010537, 0.0586730769230761, 0.0254865877246473, 0.0786153846153845, 0.0366186637995111, 0.103942307692308, 0.126686622753216, 0.328903846153846, 0.203450046789036, 0.618307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave[...];
Date: 2021-05-23 17:55:03 Duration: 1s994ms Database: acaweb_fx User: pgperfstats
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 721 1m11s 50ms 426ms 98ms select distinct pricedatetime, high, low from t15_ps where pricedatetime <= current_timestamp and pricedatetime >= current_timestamp - interval ? and symbolid = ? order by pricedatetime asc;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 23 17 721 1m11s 98ms [ User: pgperfstats - Total duration: 1m11s - Times executed: 721 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 988645order by pricedatetime asc;
Date: 2021-05-23 17:18:47 Duration: 426ms Database: acaweb_fx User: pgperfstats
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 988300order by pricedatetime asc;
Date: 2021-05-23 17:18:21 Duration: 281ms Database: acaweb_fx User: pgperfstats
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 1019224order by pricedatetime asc;
Date: 2021-05-23 17:45:56 Duration: 276ms Database: acaweb_fx User: pgperfstats
2 234 6m16s 184ms 16s813ms 1s607ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 23 17 234 6m16s 1s607ms [ User: postgres - Total duration: 6m16s - Times executed: 234 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:48:41 Duration: 16s813ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:41:29 Duration: 9s247ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:37:38 Duration: 9s225ms Database: acaweb_fx User: postgres Bind query: yes
3 173 47s251ms 51ms 1s656ms 273ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 23 17 173 47s251ms 273ms [ User: postgres - Total duration: 47s251ms - Times executed: 173 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:48:24 Duration: 1s656ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:05:41 Duration: 1s129ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:02:48 Duration: 1s13ms Database: acaweb_fx User: postgres Bind query: yes
4 150 4m16s 50ms 10s769ms 1s708ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 23 17 150 4m16s 1s708ms [ User: postgres - Total duration: 4m16s - Times executed: 150 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 17:35:19 Duration: 10s769ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 17:52:47 Duration: 9s565ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 17:55:48 Duration: 9s524ms Database: acaweb_fx User: postgres Bind query: yes
5 87 1m25s 55ms 15s370ms 977ms (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 23 17 87 1m25s 977ms [ User: postgres - Total duration: 1m25s - Times executed: 87 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:02:57 Duration: 15s370ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:33:29 Duration: 12s39ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:18:13 Duration: 10s542ms Database: acaweb_fx User: postgres Bind query: yes
6 79 6s123ms 50ms 178ms 77ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when rar.age is not null then rar.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fibonacci_results fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_fibonacci_results rar on rar.resultuid = fr.resultuid where fr.gmttimefound > now() - interval ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 23 17 79 6s123ms 77ms [ User: postgres - Total duration: 6s123ms - Times executed: 79 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR s.symbol in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:36:12 Duration: 178ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR s.symbol in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:52:20 Duration: 127ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR s.symbol in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:34:18 Duration: 125ms Database: acaweb_fx User: postgres Bind query: yes
7 75 1m3s 793ms 914ms 844ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 23 17 75 1m3s 844ms [ User: pgperfstats - Total duration: 1m3s - Times executed: 75 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1080, '2021-05-23 00:00:00', 0.102887811069468, 0.17938, 0.0994348320928505, 0.25384, 0.76579264491114, 1.1149, 1.26014960355242, 1.67424, 2.19994095564707, 3.6753 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1095, '2021-05-23 00:00:00', 0.0782402443332923, 0.17116, 0.763564416623334, 0.97342, 0.80618299359802, 1.18904, 1.37065012706866, 1.7179, 2.19563824244038, 3.6743 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 600, '2021-05-23 00:00:00', 0.310061656502918, 0.62872, 0.320850253233498, 0.77902, 0.484957530786631, 0.95684, 0.837057585633549, 1.39412, 1.80734969222893, 3.25392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 615, '2021-05-23 00:00:00', 0.249635314008255, 0.44796, 0.321832167700289, 0.60206, 0.400564110557432, 0.74126, 0.765466495565503, 1.21182, 1.72982877235484, 3.16454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 630, '2021-05-23 00:00:00', 0.179022305407268, 0.35094, 0.254777783895431, 0.47364, 0.366432823538867, 0.63258, 0.713640446933888, 1.1009, 1.67338584960752, 3.13692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 645, '2021-05-23 00:00:00', 0.174643940156346, 0.31462, 0.247304173370904, 0.4479, 0.630919122524168, 0.68378, 0.729819141408792, 1.0729, 1.69580234377909, 3.11512 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 660, '2021-05-23 00:00:00', 0.174669568996243, 0.2963, 0.272294956496321, 0.41478, 0.617994052020999, 0.63524, 0.771246408419514, 1.03278, 1.69829421773732, 3.1096 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 675, '2021-05-23 00:00:00', 0.214517711001524, 0.26666, 0.578225734467085, 0.484, 0.582257540383406, 0.596480000000001, 0.750104922105346, 0.99854, 1.66998290734766, 3.09466 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 690, '2021-05-23 00:00:00', 0.389312640003721, 0.33704, 0.380316569890576, 0.41962, 0.454171266337564, 0.54532, 0.657556880936294, 0.96802, 1.59590804220252, 3.0582 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 705, '2021-05-23 00:00:00', 0.163722318270906, 0.24682, 0.327143667471444, 0.3649, 0.374509081999356, 0.51736, 0.578791998476137, 0.92186, 1.57226081461272, 3.13744 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 720, '2021-05-23 00:00:00', 0.256587947885321, 0.2384, 0.262488306088735, 0.330440000000001, 0.298175553715146, 0.46366, 0.608334538583281, 0.92334, 1.57708520246477, 3.14394 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 735, '2021-05-23 00:00:00', 0.117380730247061, 0.196940000000001, 0.234608850003575, 0.3169, 0.307215484907038, 0.477, 0.601782772961584, 0.92962, 1.57606966639592, 3.15652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 750, '2021-05-23 00:00:00', 0.173279619882624, 0.23292, 0.271782477360112, 0.34256, 0.388094266899165, 0.47008, 0.65859195953691, 0.93416, 1.57768649399471, 3.15106 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 765, '2021-05-23 00:00:00', 0.164149703015265, 0.2153, 0.214961184480671, 0.32546, 0.41503606971764, 0.43772, 0.585384166594895, 0.94982, 1.54779042778192, 3.1352 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 780, '2021-05-23 00:00:00', 0.14184970626218, 0.19562, 0.217387189134962, 0.27176, 0.350491158946983, 0.42686, 0.5315573816626, 0.9558, 1.65536246962209, 3.17252 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 795, '2021-05-23 00:00:00', 0.165017617746308, 0.16528, 0.270208257645838, 0.263259999999999, 0.288135821561059, 0.40728, 0.525768187987824, 0.9755, 1.63429610816604, 3.17304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 810, '2021-05-23 00:00:00', 0.144146953372822, 0.157639999999999, 0.193295904422899, 0.280159999999999, 0.199586806511185, 0.380179999999999, 0.517986255448282, 0.98786, 1.63552992125896, 3.17454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 825, '2021-05-23 00:00:00', 0.157771612359976, 0.20756, 0.159000843813274, 0.28082, 0.210022661475692, 0.388319999999999, 0.514294360426659, 0.97178, 1.63674223484742, 3.17318 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 840, '2021-05-23 00:00:00', 0.0845358503831361, 0.16482, 0.117242721877877, 0.242779999999999, 0.255116195748787, 0.39826, 0.50202204217876, 0.96212, 1.64053558403955, 3.16876 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 855, '2021-05-23 00:00:00', 0.10860767698464, 0.161759999999999, 0.166083106706652, 0.250159999999999, 0.30968720778661, 0.4341, 0.501433887300542, 0.96562, 1.63957526969639, 3.16026 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 870, '2021-05-23 00:00:00', 0.129445120289127, 0.18018, 0.237454106092103, 0.29934, 0.297786020771068, 0.44292, 0.501562311682207, 0.97024, 1.63943285467871, 3.15672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 885, '2021-05-23 00:00:00', 0.191347561172508, 0.200580000000001, 0.233743096154732, 0.29472, 0.2574334056282, 0.4141, 1.07264221085132, 1.2982, 1.63860487737791, 3.15456 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 900, '2021-05-23 00:00:00', 0.169911182041114, 0.201624999999999, 0.187709703987339, 0.296958333333333, 0.30166609816585, 0.4435, 1.08551995134336, 1.36422916666667, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 915, '2021-05-23 00:00:00', 0.0916940407084852, 0.186333333333333, 0.115922042066884, 0.2710625, 0.254612314522533, 0.4263125, 1.05525057038807, 1.351375, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 930, '2021-05-23 00:00:00', 0.102113392498419, 0.202833333333334, 0.21678870030449, 0.304666666666667, 0.356949573733329, 0.452208333333333, 1.05900904061194, 1.3878125, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 945, '2021-05-23 00:00:00', 0.163449532110378, 0.201354166666667, 0.196060156954255, 0.300791666666666, 0.328248673380544, 0.5303125, 1.02540402407567, 1.38422916666667, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 960, '2021-05-23 00:00:00', 0.14082478159869, 0.198479166666667, 0.258771172906752, 0.297791666666666, 0.442442036959464, 0.626729166666666, 1.01193552166134, 1.417, 1.66204972312979, 3.12072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 975, '2021-05-23 00:00:00', 0.197141763713323, 0.197624999999999, 0.334188829047508, 0.466395833333333, 0.423974899704817, 0.661791666666666, 1.00737278748784, 1.44004166666667, 1.65467993738949, 3.10972916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 990, '2021-05-23 00:00:00', 0.319695607831366, 0.38164, 0.417389792839578, 0.52752, 0.398312761323728, 0.62508, 1.05219982853385, 1.4809, 1.61838813510027, 3.14902 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1005, '2021-05-23 00:00:00', 0.183388403850044, 0.28734, 0.276833007726078, 0.394919999999999, 0.320433137851461, 0.508899999999999, 1.04496041312578, 1.45216, 1.60868159346922, 3.13364 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1020, '2021-05-23 00:00:00', 0.145294149916643, 0.24666, 0.172445865901931, 0.33658, 0.247666021757796, 0.4655, 1.00669494800229, 1.45248, 1.52590156410344, 3.1042 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1035, '2021-05-23 00:00:00', 0.12450619797156, 0.20278, 0.199842671452654, 0.32748, 0.21445991661225, 0.423920000000001, 0.981175380177605, 1.50078, 1.53186463365186, 3.08462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1050, '2021-05-23 00:00:00', 0.185139163874098, 0.20848, 0.190059295572022, 0.29184, 0.27933172185295, 0.42274, 0.980456409450891, 1.4762, 1.53059896364136, 3.0661 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1065, '2021-05-23 00:00:00', 0.130540565215057, 0.20188, 0.199778443948957, 0.29752, 0.968819871458742, 0.912879999999999, 0.969056736385096, 1.462, 1.52849988496347, 3.05476 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1080, '2021-05-23 00:00:00', 0.147441787948102, 0.201679999999999, 0.243028276818426, 0.29858, 0.96705812562293, 0.98778, 0.946397006634461, 1.46026, 1.52754890129034, 3.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1095, '2021-05-23 00:00:00', 0.186760245145125, 0.21858, 0.949254046168184, 0.87466, 0.963702857904517, 1.01014, 0.975503783095347, 1.48712, 1.527441652459, 3.03728 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 600, '2021-05-23 00:00:00', 0.350006313038304, 0.52926, 0.696276036616705, 0.73094, 0.690429216140222, 0.87026, 1.03074249855788, 1.40916, 1.4949020029197, 2.96696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 615, '2021-05-23 00:00:00', 0.484636429020078, 0.50252, 0.557009631125591, 0.5914, 0.535657300270736, 0.74158, 0.956838795635572, 1.31522, 1.4417250743467, 2.93474 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 630, '2021-05-23 00:00:00', 0.32652978679849, 0.33158, 0.338473759445742, 0.48206, 0.349163926401339, 0.60498, 0.961334490435041, 1.21876, 1.46593627646861, 2.8918 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 645, '2021-05-23 00:00:00', 0.195879707984262, 0.32438, 0.18423722253298, 0.4017, 0.278456935629192, 0.58766, 0.964878944479565, 1.18526, 1.46428842701839, 2.88392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 660, '2021-05-23 00:00:00', 0.130256231456822, 0.235459999999999, 0.259396225235963, 0.38162, 0.519455403924789, 0.6092, 0.97716167930389, 1.10148, 1.47459402802941, 2.84712 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 675, '2021-05-23 00:00:00', 0.197607624684204, 0.27226, 0.234889110362031, 0.386459999999999, 0.531953465226674, 0.59048, 0.975096720843629, 1.09136, 1.48069735766631, 2.82496 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 690, '2021-05-23 00:00:00', 0.15604731654213, 0.231339999999999, 0.422052769212571, 0.405539999999999, 0.429308316753045, 0.57688, 0.894846915213248, 1.01772, 1.45597835005653, 2.76432 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 705, '2021-05-23 00:00:00', 0.313507446748346, 0.28224, 0.324627789424546, 0.36442, 0.406761522065858, 0.605460000000001, 0.79827257510619, 0.9504, 1.4213029591423, 2.78668 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 720, '2021-05-23 00:00:00', 0.213511480955943, 0.22894, 0.240747841804103, 0.35576, 0.521732947333531, 0.58782, 0.727877328835933, 0.91452, 1.38190047488956, 2.77712 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 735, '2021-05-23 00:00:00', 0.151569612719701, 0.23092, 0.250653299732253, 0.40592, 0.420354757912885, 0.515820000000001, 0.655624843183966, 0.86932, 1.3812577806719, 2.77384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 750, '2021-05-23 00:00:00', 0.192561284616959, 0.28584, 0.39963189520691, 0.38312, 0.401968056359375, 0.44838, 0.637195940560411, 0.8625, 1.39806201489777, 2.78772 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 765, '2021-05-23 00:00:00', 0.278510993200149, 0.22454, 0.304763334408849, 0.31724, 0.442907188358916, 0.47906, 0.530997325793643, 0.87542, 1.42782295675386, 2.8151 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 780, '2021-05-23 00:00:00', 0.230412884839369, 0.21508, 0.24848021718707, 0.27722, 0.524341278812442, 0.49038, 0.501164123982021, 0.871299999999999, 1.43475165737257, 2.81038 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 795, '2021-05-23 00:00:00', 0.112779142575212, 0.17552, 0.300421589881064, 0.333059999999999, 0.37747028249475, 0.44328, 0.371066579829909, 0.84364, 1.43432483332751, 2.81554 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 810, '2021-05-23 00:00:00', 0.255694392781696, 0.23682, 0.334229540635375, 0.35536, 0.332670192032089, 0.39854, 0.325597479003345, 0.840979999999999, 1.43650477084717, 2.81246 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 825, '2021-05-23 00:00:00', 0.227643312003669, 0.230539999999999, 0.271589621488009, 0.279379999999999, 0.291490977561913, 0.328359999999999, 0.302429658488273, 0.843639999999999, 1.48793163261399, 2.83378 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 840, '2021-05-23 00:00:00', 0.121722235175961, 0.167708333333333, 0.132917587793818, 0.217708333333333, 0.163004728970256, 0.273791666666666, 0.302718928293395, 0.885145833333333, 1.52098329164398, 2.91910416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 855, '2021-05-23 00:00:00', 0.0962704393882148, 0.15032, 0.116456400997684, 0.19448, 0.231277425400751, 0.32968, 0.306942322214886, 0.884879999999999, 1.5296746244436, 2.85454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 870, '2021-05-23 00:00:00', 0.0685832529891943, 0.139520833333334, 0.139234917742787, 0.214833333333333, 0.276873263235957, 0.414729166666666, 0.318133107225645, 0.90325, 1.54171520272207, 2.903375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 885, '2021-05-23 00:00:00', 0.121260542497, 0.16384, 0.197225389254697, 0.2654, 0.234606899941157, 0.445219999999999, 0.527761387055425, 1.18046, 1.51962603760487, 2.86274 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 900, '2021-05-23 00:00:00', 0.133494731481558, 0.19102, 0.202505796213343, 0.31992, 0.205656282828089, 0.45006, 0.57832890224047, 1.28644, 1.51598437821767, 2.86752 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 915, '2021-05-23 00:00:00', 0.132448345277193, 0.21222, 0.145035001522621, 0.316619999999999, 0.189424628810512, 0.43424, 0.608193860952246, 1.36022, 1.51591926181223, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 930, '2021-05-23 00:00:00', 0.137807156925902, 0.2063, 0.183907034938852, 0.30388, 0.295441418333088, 0.45894, 0.662678836239698, 1.41714, 1.51591926181223, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 945, '2021-05-23 00:00:00', 0.137581254779373, 0.18482, 0.17109614256318, 0.28134, 0.290701160988394, 0.51054, 0.729566242708638, 1.46356, 1.51592996704993, 2.87004 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 960, '2021-05-23 00:00:00', 0.11671585153697, 0.19656, 0.231047356256966, 0.328379999999999, 0.229781423313548, 0.527259999999999, 0.765414607146566, 1.4915, 1.51592996704993, 2.87004 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 975, '2021-05-23 00:00:00', 0.160200884308837, 0.21964, 0.172504473371949, 0.37978, 0.217810052951342, 0.54714, 0.772552425405551, 1.4849, 1.52088867333105, 2.86274 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 990, '2021-05-23 00:00:00', 0.144226205432069, 0.31114, 0.158607119428269, 0.39802, 0.233668613282429, 0.533099999999999, 0.809090783431213, 1.4866, 1.52317393403818, 2.8672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1005, '2021-05-23 00:00:00', 0.105498609785469, 0.22754, 0.169045252817107, 0.34862, 0.223539597536245, 0.48792, 0.835089664347488, 1.42782, 1.49936562974702, 2.8639 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1020, '2021-05-23 00:00:00', 0.124693266992782, 0.23534, 0.167347193981056, 0.317199999999999, 0.221549796885486, 0.4648, 0.830367083483764, 1.44458, 1.46903889442497, 2.87424 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1035, '2021-05-23 00:00:00', 0.1152226395578, 0.19356, 0.165261051067698, 0.32994, 0.187283058941984, 0.456059999999999, 0.82255240866464, 1.43894, 1.46170330778855, 2.87168 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1050, '2021-05-23 00:00:00', 0.142680815108409, 0.24774, 0.145708184396073, 0.3222, 0.192665009364268, 0.46542, 0.770926551300447, 1.39932, 1.4152540555203, 2.8475 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1065, '2021-05-23 00:00:00', 0.0804893212378724, 0.20602, 0.134443088950926, 0.316439999999999, 0.416658676256718, 0.80284, 0.783021007593879, 1.41774, 1.40032968201539, 2.84648 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1080, '2021-05-23 00:00:00', 0.111681589798856, 0.215059999999999, 0.150191744113983, 0.31218, 0.505504801328995, 0.9412, 0.826124131613, 1.42568, 1.38725457078601, 2.84034 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1095, '2021-05-23 00:00:00', 0.0892736569954058, 0.19166, 0.391610432487866, 0.74472, 0.521101508025707, 1.02586, 0.825714529967833, 1.42888, 1.38855950598693, 2.86272 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 600, '2021-05-23 00:00:00', 0.307481198612208, 0.5946, 0.454779505181723, 0.79576, 0.603380202829581, 1.00724, 0.813495608982208, 1.35522, 1.42989765426294, 2.89498 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 615, '2021-05-23 00:00:00', 0.331371895810935, 0.5177, 0.385913745760198, 0.65776, 0.499913221636182, 0.8436, 0.629313393707777, 1.17242, 1.43133541899398, 2.80554 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 630, '2021-05-23 00:00:00', 0.189950925679942, 0.3715, 0.291108532166269, 0.50164, 0.473041728250972, 0.66332, 0.543086159524128, 1.02858, 1.39594949765384, 2.7306 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 645, '2021-05-23 00:00:00', 0.13722799762925, 0.27374, 0.357899646083461, 0.47386, 0.443823984442782, 0.5812, 0.516616284102622, 1.01502, 1.39602302034506, 2.73076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 660, '2021-05-23 00:00:00', 0.291232098162273, 0.34148, 0.387235481759269, 0.417620000000001, 0.369123090355146, 0.53978, 0.592585403830819, 0.97376, 1.37497732496455, 2.70954 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 675, '2021-05-23 00:00:00', 0.255251154094682, 0.28038, 0.250994483671123, 0.37172, 0.269403883602297, 0.49234, 0.582863797697771, 0.951539999999999, 1.35367115590653, 2.69666 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 690, '2021-05-23 00:00:00', 0.130736047694073, 0.23432, 0.186381501675104, 0.34922, 0.261826488346768, 0.46912, 0.609421438743339, 0.943639999999999, 1.3575249307103, 2.6777 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 705, '2021-05-23 00:00:00', 0.148787384657884, 0.23646, 0.179612216548133, 0.30156, 0.293947121094935, 0.46008, 0.66832508120425, 0.977179999999999, 1.51926020867614, 2.90654 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 720, '2021-05-23 00:00:00', 0.130620037385796, 0.197860000000001, 0.193980576776817, 0.30338, 0.249014586252828, 0.41508, 0.671859848976456, 0.99686, 1.5245042604073, 2.92736 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 735, '2021-05-23 00:00:00', 0.0968832501863281, 0.20348, 0.16749855223255, 0.31316, 0.205654743036316, 0.40954, 0.651181658602267, 1.01464, 1.53922817022039, 2.97088 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 750, '2021-05-23 00:00:00', 0.130303434336936, 0.22338, 0.15383560489475, 0.27582, 0.249098959585677, 0.4142, 0.65785897994935, 1.0325, 1.6100397963508, 3.0119 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 765, '2021-05-23 00:00:00', 0.131169022638732, 0.1959, 0.17706466568272, 0.2998, 0.253901678805005, 0.414799999999999, 0.656506262981043, 1.06066, 1.64257377231587, 3.02908 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 780, '2021-05-23 00:00:00', 0.12940294625703, 0.20332, 0.215202327279856, 0.2865, 0.231610713266895, 0.399779999999999, 0.679825138056349, 1.06848, 1.64561207635133, 3.04672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 795, '2021-05-23 00:00:00', 0.117101273833095, 0.1527, 0.157537209890236, 0.24542, 0.227928521324851, 0.40466, 0.668288599084757, 1.06288, 1.65104033566718, 3.04824 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 810, '2021-05-23 00:00:00', 0.111727820319441, 0.16922, 0.176162112839283, 0.27794, 0.238857305728755, 0.4073, 0.646730019663023, 1.05252, 1.65436873207477, 3.05012 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 825, '2021-05-23 00:00:00', 0.111745197510527, 0.18148, 0.183205390204546, 0.28794, 0.338807637163037, 0.42164, 0.649176280630566, 1.04148, 1.65475684064659, 3.03708 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 840, '2021-05-23 00:00:00', 0.166505247665052, 0.21018, 0.189453472740231, 0.27658, 0.473721760811837, 0.44466, 0.650947292413142, 1.04374, 1.65532044279449, 3.03282 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 855, '2021-05-23 00:00:00', 0.0919158355961216, 0.1682, 0.224601224395594, 0.29328, 0.420355058254329, 0.4737, 0.649592258651534, 1.04654, 1.65366107546256, 3.03216 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 870, '2021-05-23 00:00:00', 0.183353370117196, 0.201399999999999, 0.32357262579932, 0.303159999999999, 0.424690058552509, 0.5095, 0.645713230983126, 1.07292, 1.64980603026538, 3.039 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 885, '2021-05-23 00:00:00', 0.207130065820167, 0.20498, 0.33301243470277, 0.35236, 0.480609442097566, 0.57146, 0.674011509545646, 1.36866, 1.60520024711353, 3.0699 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 900, '2021-05-23 00:00:00', 0.140845808126002, 0.204708333333333, 0.18798877838079, 0.331041666666667, 0.315774289201978, 0.525354166666666, 0.634781363921378, 1.38214583333333, 1.56009081382245, 2.99022916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 915, '2021-05-23 00:00:00', 0.128759243115774, 0.201478260869565, 0.237329508183339, 0.356999999999999, 0.293843529387404, 0.523239130434782, 0.720299651495587, 1.47323913043478, 1.60235422496181, 3.03969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 930, '2021-05-23 00:00:00', 0.207846969302469, 0.261608695652174, 0.266436903445801, 0.379652173913043, 0.305379615374318, 0.508130434782609, 0.712880065055933, 1.47034782608696, 1.62568898194209, 3.0434347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 945, '2021-05-23 00:00:00', 0.171002944176398, 0.224565217391304, 0.194573774073775, 0.320891304347826, 0.298544636859597, 0.528826086956522, 0.717091298810716, 1.46960869565217, 1.64361078604635, 3.0589347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 960, '2021-05-23 00:00:00', 0.154822083277405, 0.206173913043479, 0.228090134998851, 0.315217391304348, 0.300240537627388, 0.571195652173913, 0.840166377862217, 1.52376086956522, 1.73393842578878, 3.10484782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 975, '2021-05-23 00:00:00', 0.134168475589079, 0.20495652173913, 0.188075083820666, 0.400152173913044, 0.260553014793126, 0.585347826086956, 0.84393861469629, 1.53710869565217, 1.83585694010875, 3.1425 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 990, '2021-05-23 00:00:00', 0.1681342043486, 0.321239130434783, 0.209551287504663, 0.458913043478262, 0.245442193914086, 0.550565217391305, 0.850624716371895, 1.52160869565217, 1.85167959889299, 3.12821739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1005, '2021-05-23 00:00:00', 0.122692765973119, 0.260413043478261, 0.165123872534023, 0.343434782608695, 0.201326561554485, 0.446543478260869, 0.865916955552346, 1.47758695652174, 1.89431930660475, 3.10810869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1020, '2021-05-23 00:00:00', 0.112632745573807, 0.226108695652173, 0.132093170645667, 0.303086956521739, 0.249967610550068, 0.463521739130434, 0.86368895310031, 1.47930434782609, 1.89752563762774, 3.1075 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1035, '2021-05-23 00:00:00', 0.0837966730310176, 0.204717391304348, 0.101709421019446, 0.283978260869566, 0.253453991661856, 0.450304347826087, 0.857840362163335, 1.46528260869565, 1.89414832874945, 3.10386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1050, '2021-05-23 00:00:00', 0.0813976235680732, 0.189130434782609, 0.197020353676583, 0.317239130434782, 0.238085274273918, 0.447434782608695, 0.852594968224594, 1.44154347826087, 1.90166781724731, 3.08684782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1065, '2021-05-23 00:00:00', 0.193878749138705, 0.232586956521739, 0.220440775210699, 0.320108695652174, 0.541583742917829, 0.930217391304348, 0.851289082379573, 1.40897826086957, 1.90194762877654, 3.08465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1080, '2021-05-23 00:00:00', 0.18749242145422, 0.228891304347826, 0.198431109300785, 0.305282608695652, 0.575881171352031, 1.08415217391304, 0.848180025543649, 1.39841304347826, 1.89695444229072, 3.09073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1095, '2021-05-23 00:00:00', 0.120733422417066, 0.193326086956522, 0.512304946011172, 0.873695652173914, 0.720098445866349, 1.19510869565217, 0.851742193872145, 1.38491304347826, 1.89555061405249, 3.09030434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 600, '2021-05-23 00:00:00', 0.412649627910919, 0.709478260869566, 0.593841565854032, 0.945152173913043, 0.720744224502806, 1.14865217391304, 1.20951523379845, 1.45834782608696, 2.14759151797153, 3.33434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 615, '2021-05-23 00:00:00', 0.329693635486997, 0.492065217391304, 0.522163287690602, 0.713108695652174, 0.657416877325861, 0.865782608695653, 1.09679382820156, 1.26823913043478, 2.05601796623239, 3.24432608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 630, '2021-05-23 00:00:00', 0.359058131915797, 0.465913043478262, 0.458189464065072, 0.630695652173914, 0.788119687169625, 0.848369565217392, 1.20852974120437, 1.23260869565217, 2.04778560556608, 3.226 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 645, '2021-05-23 00:00:00', 0.317666524441887, 0.42154347826087, 0.432094631708134, 0.53054347826087, 0.641650586609598, 0.75845652173913, 1.24171604689104, 1.16532608695652, 2.00768205702369, 3.19691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 660, '2021-05-23 00:00:00', 0.283891713406207, 0.317869565217391, 0.511273646012308, 0.480673913043478, 0.50324376455279, 0.603173913043478, 1.15682405886204, 1.06369565217391, 1.97307486050032, 3.14621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 675, '2021-05-23 00:00:00', 0.293493567746041, 0.316260869565217, 0.298849683619054, 0.435760869565217, 0.395954365658208, 0.534217391304347, 1.08827474833592, 1.02928260869565, 1.96177839607241, 3.12804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 690, '2021-05-23 00:00:00', 0.219034952180422, 0.29491304347826, 0.225210801557873, 0.394782608695651, 0.395594795333383, 0.514086956521738, 1.09553492988982, 1.00734782608696, 2.01195562175537, 3.13908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 705, '2021-05-23 00:00:00', 0.204487690130774, 0.256521739130435, 0.375580326981873, 0.372173913043478, 0.384651284505767, 0.493739130434782, 1.09431952930277, 0.980869565217391, 1.99707273228186, 3.14395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 720, '2021-05-23 00:00:00', 0.195685927479312, 0.233869565217391, 0.211367979895019, 0.314673913043478, 0.354066986359982, 0.477108695652174, 1.07321291156849, 0.959608695652174, 2.01308773167366, 3.17652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 735, '2021-05-23 00:00:00', 0.139062921181136, 0.223717391304347, 0.193421754971985, 0.320043478260869, 0.416755313231541, 0.499173913043478, 1.07396581792124, 0.943347826086956, 2.01125969930868, 3.18815217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 750, '2021-05-23 00:00:00', 0.149492316087383, 0.224956521739131, 0.298882442486804, 0.350652173913044, 0.382325440030953, 0.488586956521739, 1.03547442154212, 0.953869565217392, 2.00998488775708, 3.21239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 765, '2021-05-23 00:00:00', 0.216199741126675, 0.225347826086957, 0.288011521234197, 0.3345, 0.432960884457656, 0.463673913043478, 0.939158301994681, 0.93604347826087, 1.98642112289171, 3.19317391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 780, '2021-05-23 00:00:00', 0.150051832283187, 0.193065217391304, 0.180055412529109, 0.266760869565217, 0.336202882882491, 0.39291304347826, 0.795752287190662, 0.92054347826087, 1.9610985164709, 3.17463043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 795, '2021-05-23 00:00:00', 0.160770209543559, 0.208413043478261, 0.285890149997534, 0.306282608695652, 0.397521779550997, 0.390760869565217, 0.780633837810774, 0.957934782608696, 1.95855608466005, 3.18336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 810, '2021-05-23 00:00:00', 0.217830912232655, 0.211478260869564, 0.255175127804029, 0.279130434782608, 0.5262058295941, 0.458434782608696, 0.71735483926368, 0.976978260869565, 1.96518555631548, 3.20545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 825, '2021-05-23 00:00:00', 0.115943994589729, 0.171652173913043, 0.170448316091706, 0.239586956521739, 0.52809096207874, 0.454217391304348, 0.709444131898055, 0.978108695652174, 1.96534498450088, 3.20560869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 840, '2021-05-23 00:00:00', 0.102851273144049, 0.156456521739131, 0.299831789139605, 0.299478260869566, 0.48839445763139, 0.432347826086956, 0.694533524888234, 0.955391304347826, 1.96701587225411, 3.22915217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 855, '2021-05-23 00:00:00', 0.231610538835358, 0.211152173913043, 0.389441943899196, 0.325869565217391, 0.444000389470327, 0.419630434782608, 0.687949489424914, 0.9565, 1.96331681020491, 3.23847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 870, '2021-05-23 00:00:00', 0.215278882000936, 0.202239130434783, 0.242757709117483, 0.268652173913043, 0.278663933699113, 0.376760869565217, 0.70061836182961, 0.98995652173913, 1.98563081841403, 3.22273913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 885, '2021-05-23 00:00:00', 0.131938642315163, 0.175347826086956, 0.206260728550765, 0.266978260869565, 0.218294559763028, 0.399913043478261, 0.787895019817338, 1.36080434782609, 1.99081337777762, 3.21771739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 900, '2021-05-23 00:00:00', 0.203361588324985, 0.206068181818182, 0.207270606785501, 0.297340909090909, 0.304307311668755, 0.465022727272728, 0.824363364487989, 1.51413636363636, 2.03284209433972, 3.23586363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 915, '2021-05-23 00:00:00', 0.130531669714361, 0.206695652173912, 0.162441941589455, 0.30104347826087, 0.460752800621583, 0.479565217391304, 0.870458399407354, 1.4959347826087, 1.98218247834814, 3.25982608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 930, '2021-05-23 00:00:00', 0.114815412952197, 0.213021739130435, 0.260599824970593, 0.342217391304349, 0.420502795223187, 0.489152173913044, 0.890067875570469, 1.50313043478261, 1.98150962258258, 3.25795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 945, '2021-05-23 00:00:00', 0.269845567750857, 0.217804347826088, 0.433519667802444, 0.319934782608696, 0.434674119221456, 0.504608695652174, 0.930825070704998, 1.54380434782609, 1.9729723864133, 3.26258695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 960, '2021-05-23 00:00:00', 0.233841771949112, 0.189239130434783, 0.233111084395367, 0.303369565217391, 0.42120701654948, 0.525347826086957, 0.968966538721568, 1.53919565217391, 1.96867409609623, 3.20408695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 975, '2021-05-23 00:00:00', 0.173046907552371, 0.242130434782609, 0.204607925462469, 0.353695652173913, 0.435910213721676, 0.587347826086956, 0.937738896044177, 1.53515217391304, 1.95895457771471, 3.19558695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 990, '2021-05-23 00:00:00', 0.148441218852937, 0.2685, 0.305769697170125, 0.408804347826087, 0.385947847651363, 0.583173913043479, 0.979139882290017, 1.533, 1.96767148506109, 3.17213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1005, '2021-05-23 00:00:00', 0.205429329663917, 0.259130434782608, 0.302529918815737, 0.415021739130435, 0.301440807251904, 0.528586956521739, 1.07516607504739, 1.54704347826087, 1.97091997113244, 3.15634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1020, '2021-05-23 00:00:00', 0.180778323843158, 0.286434782608696, 0.209390995347952, 0.37604347826087, 0.203828853651851, 0.468239130434783, 1.0985339196981, 1.5485, 1.95509521921709, 3.17145652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1035, '2021-05-23 00:00:00', 0.13262026386398, 0.21654347826087, 0.166733865240934, 0.317, 0.192243916211042, 0.403282608695653, 1.07994630548341, 1.501, 1.95241340341283, 3.1510652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1050, '2021-05-23 00:00:00', 0.132331681441156, 0.21808695652174, 0.161330256247946, 0.282239130434783, 0.205720821318871, 0.427021739130435, 1.07166534822074, 1.48663043478261, 1.95114047195591, 3.15713043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1065, '2021-05-23 00:00:00', 0.144939874408929, 0.197608695652174, 0.161767503833257, 0.27404347826087, 0.48110834653612, 0.917326086956522, 1.06337013475001, 1.50054347826087, 1.96646271731174, 3.14586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1080, '2021-05-23 00:00:00', 0.0864256917682959, 0.179326086956521, 0.156905537907643, 0.311065217391304, 0.575022395164494, 1.02186956521739, 1.05099860851421, 1.5105652173913, 1.97260478438421, 3.15039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1095, '2021-05-23 00:00:00', 0.143252234080903, 0.22495652173913, 0.427550043299836, 0.835804347826086, 0.606114369123929, 1.05891304347826, 1.03740567598277, 1.49782608695652, 1.9743408734024, 3.13704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 600, '2021-05-23 00:00:00', 0.272873051886133, 0.596437499999999, 0.513711811849852, 0.844104166666666, 0.575385584327739, 1.028375, 0.95253550943738, 1.422125, 1.88196278013065, 3.18791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 615, '2021-05-23 00:00:00', 0.366883170600077, 0.49425, 0.483096376198013, 0.643, 0.506393163689918, 0.803916666666666, 0.912630425213494, 1.22802083333333, 1.87477800231681, 3.13308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 630, '2021-05-23 00:00:00', 0.215826670550733, 0.355770833333333, 0.280633712866258, 0.495208333333333, 0.510610885556973, 0.657541666666667, 0.685005815258824, 1.06297916666667, 1.7347309145843, 3.04695833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 645, '2021-05-23 00:00:00', 0.219752181527811, 0.345770833333333, 0.26590268648048, 0.444229166666666, 0.445493739688281, 0.593958333333334, 0.637445535823496, 1.0324375, 1.70640196395532, 3.03864583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 660, '2021-05-23 00:00:00', 0.164870138565417, 0.269020833333333, 0.413987904478318, 0.414062500000001, 0.503853951406384, 0.598000000000001, 0.628957159306382, 0.987270833333334, 1.66896496118602, 3.04729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 675, '2021-05-23 00:00:00', 0.278061768988815, 0.288729166666667, 0.293507517093822, 0.388020833333334, 0.51598818763864, 0.596375, 0.525578445567978, 0.935562500000001, 1.59871697184612, 3.01539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 690, '2021-05-23 00:00:00', 0.188664719432902, 0.2655625, 0.316706531624962, 0.404625, 0.518388070441524, 0.5623125, 0.467238134343487, 0.9006875, 1.57311595387874, 3.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 705, '2021-05-23 00:00:00', 0.198662534304362, 0.244958333333334, 0.347075227170158, 0.3643125, 0.421180569365289, 0.5235625, 0.382079805548488, 0.856395833333334, 1.51871382881719, 3.06754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 720, '2021-05-23 00:00:00', 0.250489202521207, 0.247083333333334, 0.340002235180206, 0.352541666666667, 0.339086944704217, 0.489895833333333, 0.360247694955865, 0.831979166666667, 1.53337684090764, 3.11391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 735, '2021-05-23 00:00:00', 0.162613232566717, 0.234458333333333, 0.200634337111724, 0.3349375, 0.262088597560089, 0.469041666666667, 0.326845805704343, 0.8045625, 1.53438987175118, 3.1778125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 750, '2021-05-23 00:00:00', 0.145326917821435, 0.2085, 0.166744787850662, 0.301458333333333, 0.304051118860685, 0.481312499999999, 0.321317830345323, 0.7856875, 1.56541336856843, 3.20933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 765, '2021-05-23 00:00:00', 0.139545457764159, 0.215749999999999, 0.197821558765264, 0.329895833333333, 0.329678826470837, 0.514291666666666, 0.310086575539332, 0.817354166666667, 1.60465366356167, 3.23152083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 780, '2021-05-23 00:00:00', 0.142516030117947, 0.225333333333334, 0.24118875940442, 0.3288125, 0.28042556944758, 0.4585, 0.306271438173036, 0.813458333333333, 1.6185415736502, 3.25822916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 795, '2021-05-23 00:00:00', 0.173104882287413, 0.200687499999999, 0.201251463897817, 0.321229166666665, 0.197669904902967, 0.422999999999999, 0.279888056685815, 0.796208333333333, 1.64041197547304, 3.25958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 810, '2021-05-23 00:00:00', 0.097840540095769, 0.199645833333333, 0.118266538736798, 0.267312499999999, 0.220615853055861, 0.401062499999999, 0.277900923820244, 0.788979166666666, 1.67576095506865, 3.2766875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 825, '2021-05-23 00:00:00', 0.120962038526526, 0.194020833333333, 0.201222873768208, 0.298416666666666, 0.236389967930972, 0.397729166666667, 0.297861508525136, 0.80275, 1.69489275824653, 3.275875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 840, '2021-05-23 00:00:00', 0.149569357669354, 0.211333333333333, 0.172731125355758, 0.271291666666667, 0.1892720214343, 0.3789375, 0.307704791443903, 0.792395833333333, 1.72551423914517, 3.29304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 855, '2021-05-23 00:00:00', 0.118222890004493, 0.173770833333334, 0.128342520375097, 0.249541666666667, 0.195740789110853, 0.36275, 0.28642855088921, 0.780354166666666, 1.73837460314788, 3.30475 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 870, '2021-05-23 00:00:00', 0.0854167294096626, 0.1503125, 0.112603316085622, 0.2259375, 0.154774186843425, 0.353125, 0.280763232553023, 0.776916666666666, 1.74687503389852, 3.29433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 885, '2021-05-23 00:00:00', 0.10758578478106, 0.169125, 0.153734007062641, 0.243583333333334, 0.149329491733714, 0.356833333333333, 0.704542384115032, 1.29508333333333, 1.77600812040655, 3.3191875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 900, '2021-05-23 00:00:00', 0.115899786094137, 0.167270833333334, 0.111391202525155, 0.25775, 0.143428812570426, 0.359541666666667, 0.695664086854518, 1.36025, 1.81555419883655, 3.342875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 915, '2021-05-23 00:00:00', 0.101393658150022, 0.16825, 0.10902628987569, 0.238333333333333, 0.174242459758259, 0.34775, 0.741653030325707, 1.43275, 1.82613342992645, 3.34027083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 930, '2021-05-23 00:00:00', 0.0629617400213945, 0.145437499999999, 0.130147559440279, 0.2408125, 0.176316557738088, 0.3564375, 0.813092900451414, 1.48039583333333, 1.83658353057096, 3.33060416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 945, '2021-05-23 00:00:00', 0.0946169599613034, 0.179729166666667, 0.123287280865418, 0.243583333333333, 0.177034047276018, 0.469354166666667, 0.838316253481614, 1.51235416666667, 1.8170914567844, 3.34241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 960, '2021-05-23 00:00:00', 0.101799014740683, 0.1631875, 0.146455808675953, 0.270229166666667, 0.19019929360077, 0.480145833333334, 0.853190671544685, 1.5168125, 1.81939095048495, 3.3458125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 975, '2021-05-23 00:00:00', 0.112025017828899, 0.1663125, 0.137196219103268, 0.344708333333334, 0.167699846981255, 0.456604166666667, 0.854803380222949, 1.52416666666667, 1.79634540784209, 3.37120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 990, '2021-05-23 00:00:00', 0.10303470465003, 0.271791666666667, 0.122701459232669, 0.371687500000001, 0.166264761794233, 0.438833333333333, 0.854318422450556, 1.51947916666667, 1.8287314676565, 3.40470833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1005, '2021-05-23 00:00:00', 0.118506648058486, 0.260395833333334, 0.147044944080747, 0.331041666666667, 0.179698660806507, 0.425, 0.851450456563319, 1.49897916666667, 1.78763568236944, 3.4199375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1020, '2021-05-23 00:00:00', 0.088830066965535, 0.193041666666667, 0.104360752520604, 0.255083333333334, 0.19719340079942, 0.430208333333333, 0.82344267347741, 1.49485416666667, 1.77680660854939, 3.4310625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1035, '2021-05-23 00:00:00', 0.0770901475640654, 0.166604166666667, 0.145537534378742, 0.27375, 0.194610479362074, 0.433270833333333, 0.813036150583599, 1.49422916666667, 1.80707404012775, 3.43927083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1050, '2021-05-23 00:00:00', 0.126025848510349, 0.195833333333333, 0.157679020355103, 0.331604166666666, 0.134897047095989, 0.4273125, 0.853270178893184, 1.50270833333333, 1.79373519877244, 3.4389375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1065, '2021-05-23 00:00:00', 0.112012576051423, 0.194608695652173, 0.122954135219556, 0.262586956521739, 0.669754600802744, 0.96154347826087, 0.891536017973404, 1.51519565217391, 1.79319103360572, 3.46858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:49:28 Duration: 914ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1080, '2021-05-23 00:00:00', 0.204879639463432, 0.344400000000001, 0.219003044118874, 0.439599999999999, 0.733632969088311, 1.4844, 1.03948897701387, 2.1196, 1.99125236974122, 4.6512 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1095, '2021-05-23 00:00:00', 0.158008438593218, 0.272, 0.758886245318316, 1.21, 0.743799480146811, 1.5328, 1.06206559747189, 2.082, 1.98360169052829, 4.6644 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 600, '2021-05-23 00:00:00', 0.301324512010659, 0.617307692307692, 0.484439247600135, 0.895769230769232, 0.499535322536397, 1.15346153846154, 0.904400268771436, 1.79038461538461, 1.88048328485403, 4.38423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 615, '2021-05-23 00:00:00', 0.330719495366366, 0.619230769230771, 0.353097938037244, 0.856923076923076, 0.43739737257837, 1.08730769230769, 0.812394087771537, 1.66192307692307, 1.76470633861231, 4.33730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 630, '2021-05-23 00:00:00', 0.161647765218079, 0.455, 0.239089619502493, 0.650384615384613, 0.357479423829596, 0.893461538461538, 0.677101514943261, 1.47230769230769, 1.72589209931025, 4.29346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 645, '2021-05-23 00:00:00', 0.187600229620987, 0.444615384615383, 0.264198060902454, 0.646153846153846, 0.341523284486076, 0.833076923076922, 0.621113640041945, 1.38692307692308, 1.73574723434562, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 660, '2021-05-23 00:00:00', 0.152553647562476, 0.393846153846155, 0.198014762464438, 0.505384615384614, 0.412736645406659, 0.816538461538462, 0.526342532518951, 1.28269230769231, 1.75000624174711, 4.26538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 675, '2021-05-23 00:00:00', 0.152129499491012, 0.34076923076923, 0.231374488321758, 0.523076923076925, 0.348041103341811, 0.745019230769234, 0.567064370243806, 1.225, 1.76447438240227, 4.24538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 690, '2021-05-23 00:00:00', 0.170700367265611, 0.361153846153845, 0.288509165299021, 0.551538461538461, 0.343532948257457, 0.691942307692308, 0.619251657555004, 1.14384615384615, 1.76640987490272, 4.24038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 705, '2021-05-23 00:00:00', 0.220164973110199, 0.363846153846152, 0.221692601625277, 0.44001923076923, 0.320537376315748, 0.605019230769232, 0.599900504571065, 1.06615384615385, 2.23239522968906, 4.67730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 720, '2021-05-23 00:00:00', 0.151268752175111, 0.29615384615385, 0.205447976757734, 0.443865384615384, 0.236526974392742, 0.58501923076923, 0.634249283678076, 1.04807692307692, 2.23157553863081, 4.72576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 735, '2021-05-23 00:00:00', 0.189413670207667, 0.318461538461537, 0.197442104464538, 0.409230769230767, 0.271603783818666, 0.593846153846152, 0.698746129753973, 1.07307692307692, 2.25085624733208, 4.82538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 750, '2021-05-23 00:00:00', 0.12648867386207, 0.279230769230766, 0.228281877039364, 0.443846153846151, 0.287905166010241, 0.604230769230769, 0.68468398100595, 1.05192307692308, 2.23345059010974, 4.86846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 765, '2021-05-23 00:00:00', 0.194289657866411, 0.334634615384616, 0.229956672340349, 0.454634615384616, 0.261369606407951, 0.573865384615386, 0.640947179210943, 1.10194230769231, 2.21877249501056, 4.89923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 780, '2021-05-23 00:00:00', 0.118092532167983, 0.305384615384617, 0.153265982978813, 0.412307692307694, 0.191243702762089, 0.51692307692308, 0.767372565215981, 1.14942307692308, 2.24462517001083, 4.90692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 795, '2021-05-23 00:00:00', 0.114519061228321, 0.278846153846157, 0.141458882310783, 0.358846153846158, 0.192146178328252, 0.488076923076925, 0.791558929241238, 1.23153846153846, 2.24121783515467, 4.92423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 810, '2021-05-23 00:00:00', 0.0804334411892135, 0.248461538461542, 0.146915464965922, 0.34192307692308, 0.18415879435547, 0.472307692307693, 0.794387717776302, 1.26038461538461, 2.26043413120986, 4.95230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 825, '2021-05-23 00:00:00', 0.116946404555512, 0.247307692307694, 0.138537415107309, 0.346153846153846, 0.378901245506208, 0.506923076923076, 0.835905128956258, 1.31423076923077, 2.26475867282893, 4.98038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 840, '2021-05-23 00:00:00', 0.104280686315641, 0.222307692307693, 0.119722756656946, 0.308461538461539, 0.378561040703428, 0.477307692307693, 0.855490592494241, 1.37807692307692, 2.26630668710128, 4.995 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 855, '2021-05-23 00:00:00', 0.0893187894781717, 0.235384615384618, 0.359349198070413, 0.389615384615388, 0.474767149404686, 0.540384615384617, 0.835881846637707, 1.40769230769231, 2.27707045261095, 5.01461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 870, '2021-05-23 00:00:00', 0.312989554998986, 0.302307692307694, 0.309183540212709, 0.37769230769231, 0.507383029339317, 0.561538461538463, 0.789843996281253, 1.41153846153846, 2.27039149453603, 5.04153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 885, '2021-05-23 00:00:00', 0.139083262278944, 0.258076923076922, 0.238814057053087, 0.391923076923077, 0.300896097579317, 0.537692307692309, 0.980695593012346, 1.98038461538462, 2.26387091912537, 5.05653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 900, '2021-05-23 00:00:00', 0.170651692051388, 0.285000000000002, 0.241022501343439, 0.400384615384617, 0.248353346293915, 0.529230769230769, 0.981672748228948, 2.09423076923077, 2.26503893666652, 5.06576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 915, '2021-05-23 00:00:00', 0.127328164749447, 0.247307692307692, 0.121693815025191, 0.345769230769232, 0.227854204397328, 0.528461538461536, 0.922572406997865, 2.19961538461539, 2.27072973699239, 5.07153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 930, '2021-05-23 00:00:00', 0.106745563770184, 0.251153846153846, 0.136185393998258, 0.352307692307692, 0.228964222935844, 0.506153846153845, 0.923264525807947, 2.21576923076923, 2.27688072725689, 5.07538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 945, '2021-05-23 00:00:00', 0.117066713392896, 0.243846153846154, 0.177223457381219, 0.381923076923074, 0.296530968677162, 0.658846153846155, 0.908682647488193, 2.23192307692308, 2.2850162177509, 5.10365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 960, '2021-05-23 00:00:00', 0.114998327747041, 0.263846153846153, 0.197059928409139, 0.376153846153846, 0.392375457948125, 0.797500000000001, 0.939631024146424, 2.31230769230769, 2.28756814946824, 5.11096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 975, '2021-05-23 00:00:00', 0.146175868786143, 0.279230769230772, 0.247005761377841, 0.570384615384616, 0.416073957922791, 0.881538461538461, 0.968670143110565, 2.30538461538462, 2.29316388759823, 5.11384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 990, '2021-05-23 00:00:00', 0.186412280876392, 0.448461538461538, 0.331393851203347, 0.646730769230768, 0.346548919845598, 0.861923076923077, 0.926788084648347, 2.27192307692308, 2.31199683923127, 5.12423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1005, '2021-05-23 00:00:00', 0.213050463505715, 0.417499999999997, 0.280429341162107, 0.603846153846151, 0.400275482060117, 0.817307692307692, 0.916076667936945, 2.26730769230769, 2.32269382730153, 5.12115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1020, '2021-05-23 00:00:00', 0.149801920497084, 0.393846153846153, 0.229823008823342, 0.561153846153845, 0.375892783404235, 0.779230769230767, 0.813122755421719, 2.22384615384615, 2.37705143790822, 5.09153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1035, '2021-05-23 00:00:00', 0.187516563370973, 0.407692307692306, 0.293622468224337, 0.553076923076921, 0.32239512307821, 0.771153846153845, 0.79708468809782, 2.21, 2.39523774313822, 5.08038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1050, '2021-05-23 00:00:00', 0.168249357068146, 0.350384615384615, 0.25325845722077, 0.520384615384616, 0.281315590642363, 0.697692307692308, 0.780751216162009, 2.18269230769231, 2.42639577594803, 5.05730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1065, '2021-05-23 00:00:00', 0.176753631232416, 0.345384615384614, 0.19338005624636, 0.470384615384618, 0.757947126225732, 1.43038461538462, 0.736689580801534, 2.12653846153846, 2.43842764596684, 5.03423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1080, '2021-05-23 00:00:00', 0.144182043051347, 0.32269230769231, 0.195717614473975, 0.424230769230772, 0.705113193313397, 1.55384615384616, 0.75246630387117, 2.08846153846154, 2.44600861687897, 5.02692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1095, '2021-05-23 00:00:00', 0.107162708783634, 0.229615384615385, 0.738605755148483, 1.26769230769231, 0.650338728308917, 1.63269230769231, 0.786131423735636, 2.05884615384615, 2.47506149107763, 5.03576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 600, '2021-05-23 00:00:00', 0.28741500415842, 0.669230769230771, 0.297066685080328, 0.956153846153847, 0.343468507121998, 1.15884615384616, 0.544315519359304, 1.63076923076923, 2.32997867273171, 4.83615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 615, '2021-05-23 00:00:00', 0.278402309893158, 0.670384615384617, 0.343102586139166, 0.900769230769235, 0.34855062539255, 1.01346153846154, 0.596545568573449, 1.53884615384615, 2.3387177288815, 4.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 630, '2021-05-23 00:00:00', 0.206844423141198, 0.516153846153846, 0.212974538023101, 0.636923076923076, 0.353185285868261, 0.940384615384614, 0.611858329504976, 1.43115384615385, 2.27202166836905, 4.87230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 645, '2021-05-23 00:00:00', 0.12641141623226, 0.410384615384614, 0.247219615851045, 0.661538461538461, 0.378650437535933, 0.868076923076923, 0.620891790398794, 1.38884615384615, 2.24206515379151, 4.83807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 660, '2021-05-23 00:00:00', 0.231473208285207, 0.490384615384613, 0.32852022534623, 0.681538461538459, 0.356650442957159, 0.806538461538462, 0.60095052912993, 1.32153846153846, 2.26853975397934, 4.81384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 675, '2021-05-23 00:00:00', 0.168909625357649, 0.387692307692307, 0.170943085445239, 0.47153846153846, 0.225870282718605, 0.675769230769231, 0.598722357640388, 1.21730769230769, 2.27132414785195, 4.76423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 690, '2021-05-23 00:00:00', 0.0849732989736274, 0.302692307692308, 0.119006787136768, 0.421153846153847, 0.223878057467419, 0.664230769230769, 0.606955073739783, 1.21769230769231, 2.26844806318871, 4.74615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 705, '2021-05-23 00:00:00', 0.107228010117905, 0.295384615384617, 0.208900786167832, 0.486538461538463, 0.254078425203413, 0.650384615384615, 0.604154335860021, 1.28230769230769, 2.37413734940634, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 720, '2021-05-23 00:00:00', 0.206672167007037, 0.36576923076923, 0.239852839498273, 0.49576923076923, 0.308681812775653, 0.68730769230769, 0.62435603748059, 1.30269230769231, 2.31876508910703, 4.69346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 735, '2021-05-23 00:00:00', 0.131409518446957, 0.322692307692306, 0.16897154972179, 0.440769230769229, 0.27641356974371, 0.632692307692307, 0.570938229179359, 1.30769230769231, 2.28420358111969, 4.665 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 750, '2021-05-23 00:00:00', 0.11819215124273, 0.30576923076923, 0.171959297509613, 0.455, 0.324446985120598, 0.634615384615384, 0.577753740459881, 1.35076923076923, 2.27386353693782, 4.65923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 765, '2021-05-23 00:00:00', 0.10476640682967, 0.320000000000001, 0.202754872842893, 0.421538461538461, 0.361995325086686, 0.633846153846151, 0.55002041920138, 1.40769230769231, 2.21890284738964, 4.69461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 780, '2021-05-23 00:00:00', 0.143108888075316, 0.288076923076923, 0.190157829184072, 0.449999999999999, 0.376477601744626, 0.66076923076923, 0.563027667034359, 1.46807692307692, 2.21393228303084, 4.68192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 795, '2021-05-23 00:00:00', 0.130567989951594, 0.329999999999998, 0.269661896569647, 0.488461538461536, 0.352798264429711, 0.628846153846151, 0.716832884719575, 1.53576923076923, 2.17260255135491, 4.71538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 810, '2021-05-23 00:00:00', 0.183383582857189, 0.308461538461538, 0.250042765572983, 0.434230769230771, 0.291399012722051, 0.565769230769229, 0.707858308290146, 1.51923076923077, 2.18131791496651, 4.68961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 825, '2021-05-23 00:00:00', 0.145952573962074, 0.263076923076924, 0.179572141063569, 0.373076923076922, 0.289606895370526, 0.55807692307692, 0.725472366011386, 1.50692307692308, 2.18899667919768, 4.68769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 840, '2021-05-23 00:00:00', 0.165572201308532, 0.273076923076925, 0.245659238658881, 0.397307692307692, 0.273312725927367, 0.550384615384614, 0.727300170810884, 1.50846153846154, 2.22247028188144, 4.69692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 855, '2021-05-23 00:00:00', 0.117114670959049, 0.260384615384613, 0.163656770289346, 0.376538461538458, 0.178662122024101, 0.508076923076922, 0.686543701337472, 1.55642307692308, 2.2369449290013, 4.69884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 870, '2021-05-23 00:00:00', 0.108777825794669, 0.246153846153846, 0.139257371024357, 0.336153846153843, 0.272401287696042, 0.572307692307691, 0.663574823327293, 1.55488461538461, 2.25320397519758, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 885, '2021-05-23 00:00:00', 0.0952018099375452, 0.229230769230767, 0.139001383501692, 0.345769230769228, 0.374989846016375, 0.65576923076923, 0.974758561822443, 2.24257692307692, 2.25102328867426, 4.68461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 900, '2021-05-23 00:00:00', 0.124376599332585, 0.25153846153846, 0.278475244031603, 0.427307692307691, 0.376302864929097, 0.719615384615383, 1.15297054802601, 2.36526923076923, 2.24119446175129, 4.68384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 915, '2021-05-23 00:00:00', 0.256301505142792, 0.31769230769231, 0.348449974336899, 0.514230769230771, 0.411785791961718, 0.763461538461542, 1.16414515682274, 2.42911538461538, 2.24833996881802, 4.68384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 930, '2021-05-23 00:00:00', 0.232340985048559, 0.356400000000003, 0.295574017802651, 0.511600000000001, 0.390565828851767, 0.740000000000003, 1.20359648276876, 2.49908, 2.29284626610683, 4.7176 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 945, '2021-05-23 00:00:00', 0.250283172959484, 0.361999999999999, 0.304740326617053, 0.514000000000001, 0.398732575376869, 0.797200000000003, 1.21432504983907, 2.50908, 2.30176077529067, 4.7012 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 960, '2021-05-23 00:00:00', 0.183178419398498, 0.347199999999998, 0.23109621372926, 0.496779999999999, 0.414818434177333, 0.820799999999998, 1.18039647011784, 2.48108, 2.26993391974304, 4.668 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 975, '2021-05-23 00:00:00', 0.199477133192423, 0.352780000000001, 0.32925825729965, 0.608800000000003, 0.527327538948363, 0.919200000000001, 1.17974718760702, 2.47948, 2.26046366925019, 4.6672 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 990, '2021-05-23 00:00:00', 0.284165444767661, 0.478000000000002, 0.365286645435247, 0.654799999999998, 0.524391075438937, 0.941199999999998, 1.13568303676686, 2.45628, 2.26612797520352, 4.6312 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1005, '2021-05-23 00:00:00', 0.21284031572989, 0.4552, 0.311791597064449, 0.6484, 0.440523173813441, 0.9176, 1.0774021811747, 2.39428, 2.28596208775795, 4.5532 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1020, '2021-05-23 00:00:00', 0.200209889865611, 0.465600000000001, 0.300534523807168, 0.682799999999998, 0.487767020888732, 0.929999999999999, 1.06487230533368, 2.39388, 2.27850623581913, 4.5336 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1035, '2021-05-23 00:00:00', 0.267978232946883, 0.459599999999996, 0.363640390129222, 0.624799999999995, 0.466773778183824, 0.943479999999997, 1.04885901181554, 2.35868, 2.27851801251018, 4.4912 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1050, '2021-05-23 00:00:00', 0.323420778553265, 0.394799999999998, 0.423966586733751, 0.5868, 0.41274345542964, 0.793079999999997, 1.07508920250058, 2.28628, 2.27084800606881, 4.4656 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1065, '2021-05-23 00:00:00', 0.305574322655987, 0.395600000000001, 0.30066597191346, 0.601880000000002, 0.85950898385842, 1.65788, 1.05162768760305, 2.22228, 2.27466847401257, 4.438 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1080, '2021-05-23 00:00:00', 0.165427809028594, 0.413879999999997, 0.186054651469219, 0.475799999999998, 0.935189642086924, 1.7582, 1.00352553530042, 2.2106, 2.27343152378367, 4.40032 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1095, '2021-05-23 00:00:00', 0.0740675367485654, 0.231199999999997, 0.766476805476416, 1.40312, 0.850446055510478, 1.72992, 0.898038395615688, 2.11072, 2.2735903823395, 4.35432 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 600, '2021-05-23 00:00:00', 0.287143603925567, 0.655833333333333, 0.432775839824997, 0.954166666666664, 0.499485967654805, 1.16916666666666, 0.711735860261803, 1.66125, 2.22037191688135, 4.31583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 615, '2021-05-23 00:00:00', 0.263520961408101, 0.647916666666665, 0.362489130271817, 0.823749999999998, 0.420753077438437, 0.993749999999998, 0.672826479127041, 1.48458333333333, 2.22790012102773, 4.29458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 630, '2021-05-23 00:00:00', 0.257241498218692, 0.540833333333333, 0.328520784421779, 0.709583333333333, 0.324217843655972, 0.830416666666664, 0.689328595840532, 1.425, 2.28113780248214, 4.29625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 645, '2021-05-23 00:00:00', 0.171495107833633, 0.4070625, 0.226157249384749, 0.554166666666664, 0.21747563581678, 0.704999999999998, 0.69837375795279, 1.37958333333333, 2.30865914877389, 4.31125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 660, '2021-05-23 00:00:00', 0.172758942384796, 0.377499999999998, 0.157170981390663, 0.486249999999998, 0.27930782717074, 0.759583333333332, 0.689292721941658, 1.35125, 2.30710995415904, 4.31458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 675, '2021-05-23 00:00:00', 0.13067272982088, 0.336666666666667, 0.189652141518645, 0.47875, 0.330624135296532, 0.750833333333335, 0.752944822544857, 1.33041666666667, 2.29721661291805, 4.29958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 690, '2021-05-23 00:00:00', 0.184977476106328, 0.350833333333332, 0.302604335821497, 0.557083333333333, 0.410658714396934, 0.786666666666665, 0.802842323935062, 1.32916666666667, 2.30089191905844, 4.29416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 705, '2021-05-23 00:00:00', 0.239097033240373, 0.357499999999999, 0.274138637834259, 0.500416666666669, 0.341358910528347, 0.712916666666668, 0.742369395140038, 1.26916666666667, 2.33922924876141, 4.4775 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 720, '2021-05-23 00:00:00', 0.19669000107209, 0.340000000000004, 0.267684312772241, 0.518749999999998, 0.301604105131017, 0.657916666666668, 0.645528524260594, 1.24752083333333, 2.26099147002731, 4.48958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 735, '2021-05-23 00:00:00', 0.141359214543062, 0.344583333333331, 0.183579544817393, 0.416666666666668, 0.276750031093301, 0.609166666666669, 0.60644519231851, 1.20085416666667, 2.24981830989443, 4.48291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 750, '2021-05-23 00:00:00', 0.124183565623697, 0.26291666666667, 0.134799905388521, 0.396666666666669, 0.307511929779192, 0.666249999999999, 0.588755743610254, 1.18960416666667, 2.24721627313903, 4.48375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 765, '2021-05-23 00:00:00', 0.110292759298258, 0.309166666666667, 0.234047174112711, 0.489583333333333, 0.350450796645643, 0.68625, 0.649931233472248, 1.27877083333333, 2.24419234366449, 4.51416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 780, '2021-05-23 00:00:00', 0.195676085495348, 0.352500000000002, 0.255660553939362, 0.506666666666667, 0.371112458052462, 0.678750000000004, 0.66617325366224, 1.32627083333333, 2.23420835118879, 4.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 795, '2021-05-23 00:00:00', 0.190506571076143, 0.316666666666666, 0.249142005953301, 0.4025, 0.322530753505027, 0.589999999999999, 0.653362561850817, 1.3554375, 2.20315349580708, 4.54375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 810, '2021-05-23 00:00:00', 0.110433106514726, 0.259583333333334, 0.243969290060765, 0.425833333333337, 0.255762571056875, 0.601666666666668, 0.649354927609602, 1.3716875, 2.2224894238512, 4.59625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 825, '2021-05-23 00:00:00', 0.238849901323651, 0.308333333333336, 0.259556128916214, 0.420416666666667, 0.271153935102807, 0.63125, 0.683674979656251, 1.39210416666667, 2.2238215817678, 4.59791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 840, '2021-05-23 00:00:00', 0.124771530336884, 0.291250000000003, 0.178542813442275, 0.465833333333335, 0.254968028686289, 0.620000000000002, 0.762513620393914, 1.43127083333333, 2.23084162320549, 4.6125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 855, '2021-05-23 00:00:00', 0.121973506270353, 0.299166666666669, 0.178136488950615, 0.4125, 0.259726723720323, 0.576666666666668, 0.749854630537416, 1.40835416666666, 2.23706973030813, 4.61875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 870, '2021-05-23 00:00:00', 0.142544170626894, 0.291666666666665, 0.16779851185189, 0.407916666666668, 0.28289907044381, 0.553333333333335, 0.714663047377039, 1.39835416666667, 2.22907987776331, 4.60166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 885, '2021-05-23 00:00:00', 0.117387010120061, 0.281666666666668, 0.190547932270998, 0.392916666666667, 0.245373126104901, 0.529166666666667, 1.64695752419533, 2.33377083333334, 2.11577100758134, 4.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 900, '2021-05-23 00:00:00', 0.13908604364289, 0.268333333333333, 0.211546668027705, 0.359583333333333, 0.307988788351136, 0.592937499999999, 1.61055126038225, 2.38166666666667, 2.07776566169709, 4.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 915, '2021-05-23 00:00:00', 0.112517309457418, 0.249166666666669, 0.164897311040558, 0.41791666666667, 0.308654266241116, 0.654604166666668, 1.57165051016024, 2.47625, 2.05898648910546, 4.63416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 930, '2021-05-23 00:00:00', 0.136262215248203, 0.337500000000002, 0.272050339511388, 0.481687499999998, 0.336443800220072, 0.6716875, 1.52845948778405, 2.50166666666667, 2.03708924907468, 4.6075 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 945, '2021-05-23 00:00:00', 0.175921516540426, 0.307520833333332, 0.195239335426611, 0.4429375, 0.296659254558518, 0.6991875, 1.49184352445197, 2.49833333333333, 1.9881633429527, 4.6075 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 960, '2021-05-23 00:00:00', 0.164038149504176, 0.329583333333336, 0.267500169307819, 0.45791666666667, 0.334182975134231, 0.780000000000001, 1.51161151889563, 2.50708333333333, 1.98243866071015, 4.6025 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 975, '2021-05-23 00:00:00', 0.159204885767284, 0.313750000000001, 0.238321424654341, 0.588333333333332, 0.352401440635985, 0.850416666666664, 1.51645539219646, 2.5175, 1.98758738756021, 4.60916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 990, '2021-05-23 00:00:00', 0.202168945708031, 0.49125, 0.284810832211363, 0.672916666666669, 0.319073613786057, 0.865833333333333, 1.53529749748936, 2.54583333333333, 1.98375558773859, 4.59916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1005, '2021-05-23 00:00:00', 0.261533590272037, 0.424583333333335, 0.274226184016042, 0.575000000000001, 0.332142801487119, 0.741666666666669, 1.57753775305659, 2.50416666666667, 1.99843688917114, 4.6225 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1020, '2021-05-23 00:00:00', 0.197124252730333, 0.41333333333333, 0.235236544533494, 0.553333333333333, 0.343522882810582, 0.730833333333332, 1.55943824658995, 2.47958333333333, 1.97661766442182, 4.635 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1035, '2021-05-23 00:00:00', 0.132920783862451, 0.366249999999999, 0.17404345201244, 0.457083333333336, 0.276339622487479, 0.656249999999999, 1.49597987857506, 2.46083333333333, 1.9148810365289, 4.59708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1050, '2021-05-23 00:00:00', 0.115186521705487, 0.313750000000001, 0.214364159209562, 0.490416666666664, 0.263526416325668, 0.622791666666664, 1.47599775882552, 2.48958333333333, 1.90421024749545, 4.59083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1065, '2021-05-23 00:00:00', 0.175486384128491, 0.342916666666663, 0.228206221891838, 0.457916666666663, 1.5023016158307, 1.81666666666666, 1.46823146104026, 2.49083333333333, 1.90270440635718, 4.59166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1080, '2021-05-23 00:00:00', 0.147941797212011, 0.314583333333331, 0.228821836744256, 0.406958333333332, 1.50421286411854, 1.91958333333333, 1.48970324590825, 2.47625, 1.89973510739284, 4.5825 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1095, '2021-05-23 00:00:00', 0.120722462878619, 0.214999999999996, 1.52395940203733, 1.66679166666667, 1.46385462905303, 1.958875, 1.47913799747681, 2.43845833333333, 1.90083429432783, 4.59333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 600, '2021-05-23 00:00:00', 0.44046956618497, 0.720434782608695, 0.481125163470899, 0.967826086956524, 0.548421017693725, 1.27739130434783, 0.759533349558074, 1.78, 1.74450716168038, 4.24065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 615, '2021-05-23 00:00:00', 0.318213888841109, 0.59347826086957, 0.375339108860658, 0.81608695652174, 0.43621938491848, 1.07347826086956, 0.737527717707849, 1.62195652173913, 1.75429253332793, 4.23826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 630, '2021-05-23 00:00:00', 0.177830580651974, 0.493478260869565, 0.282776326082801, 0.714782608695655, 0.276961206455747, 0.885652173913042, 0.705478490944811, 1.53891304347826, 1.75104102294367, 4.22086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 645, '2021-05-23 00:00:00', 0.205658106859407, 0.499565217391307, 0.177212719143086, 0.690434782608696, 0.275351035385279, 0.829978260869566, 0.700225542433776, 1.48608695652174, 1.74329591074237, 4.22521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 660, '2021-05-23 00:00:00', 0.159543568336769, 0.452173913043479, 0.272268322662943, 0.581304347826087, 0.32247376337191, 0.735652173913045, 0.687106265262402, 1.40173913043478, 1.75312087613037, 4.24652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 675, '2021-05-23 00:00:00', 0.197909030086362, 0.380434782608694, 0.234531470957663, 0.483021739130434, 0.312700212543742, 0.712173913043478, 0.690147775892359, 1.41695652173913, 1.75082916550942, 4.25869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 690, '2021-05-23 00:00:00', 0.147246905521884, 0.32258695652174, 0.204535528964275, 0.484347826086958, 0.334568922101804, 0.700000000000005, 0.735816343729603, 1.44565217391304, 1.75302821002354, 4.26478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 705, '2021-05-23 00:00:00', 0.162783349800686, 0.385652173913045, 0.212344339639828, 0.530869565217394, 0.321935230271741, 0.718260869565223, 0.736482667391153, 1.44608695652174, 2.12746420711822, 4.60304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 720, '2021-05-23 00:00:00', 0.126010539743634, 0.338260869565219, 0.202854140631989, 0.470434782608702, 0.249738994186715, 0.681739130434786, 0.689294478050098, 1.40782608695652, 2.11106748562279, 4.67173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 735, '2021-05-23 00:00:00', 0.175936792458861, 0.330869565217396, 0.185836427714302, 0.474782608695657, 0.245023189997117, 0.690000000000002, 0.678952925539626, 1.3795652173913, 2.08712920069536, 4.70086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 750, '2021-05-23 00:00:00', 0.153206827575701, 0.322173913043483, 0.232054750252231, 0.51695652173913, 0.328872790380971, 0.721304347826086, 0.704666265301913, 1.38, 2.08098496365839, 4.70565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 765, '2021-05-23 00:00:00', 0.213434182355192, 0.37782608695652, 0.234177561766243, 0.501304347826085, 0.31226762110996, 0.712608695652171, 0.753429838630735, 1.42739130434783, 2.08305899643018, 4.71434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 780, '2021-05-23 00:00:00', 0.125720060439203, 0.326521739130437, 0.181579586531799, 0.474347826086958, 0.214553493518578, 0.641739130434784, 0.67345079135706, 1.42782608695652, 2.14168739576666, 4.69608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 795, '2021-05-23 00:00:00', 0.104916680663387, 0.285652173913046, 0.154741911867913, 0.43217391304348, 0.248582344140088, 0.645000000000003, 0.669180077620807, 1.48739130434783, 2.17095214170673, 4.70826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 810, '2021-05-23 00:00:00', 0.149047038759061, 0.318260869565217, 0.1762050548193, 0.421304347826086, 0.272069546154403, 0.656739130434784, 0.693081564706472, 1.57565217391304, 2.17021920169351, 4.71173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 825, '2021-05-23 00:00:00', 0.120913845786028, 0.282608695652173, 0.197393339388096, 0.486304347826088, 0.27918571602362, 0.649130434782611, 0.633888807096995, 1.56826086956522, 2.16564060025808, 4.70913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 840, '2021-05-23 00:00:00', 0.18970020033702, 0.360434782608697, 0.193176075245954, 0.474782608695654, 0.24685432006746, 0.599347826086959, 0.590859643720128, 1.50413043478261, 2.16412338823961, 4.69869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 855, '2021-05-23 00:00:00', 0.104612970122191, 0.295652173913043, 0.162752995515925, 0.403913043478261, 0.305985093542735, 0.612173913043479, 0.586046916332037, 1.51652173913043, 2.15837261194999, 4.69782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 870, '2021-05-23 00:00:00', 0.114841358183394, 0.276086956521738, 0.168150835731829, 0.387391304347825, 0.462763224955855, 0.690434782608697, 0.557209134672832, 1.53126086956522, 2.15761213348856, 4.69913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 885, '2021-05-23 00:00:00', 0.111630035483892, 0.253913043478262, 0.237249555908238, 0.423478260869567, 0.442184212145071, 0.717826086956521, 0.843962515324421, 1.98, 2.18632924627617, 4.69086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 900, '2021-05-23 00:00:00', 0.233756908967666, 0.331739130434785, 0.401524761860772, 0.526956521739131, 0.441602811900307, 0.736956521739131, 0.869982281406046, 2.02347826086957, 2.16651265288223, 4.70043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 915, '2021-05-23 00:00:00', 0.261248900748487, 0.346521739130435, 0.313484811869295, 0.519999999999999, 0.369350995805842, 0.662608695652175, 0.862943762222596, 2.01913043478261, 2.13191891517233, 4.67652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 930, '2021-05-23 00:00:00', 0.261967321378746, 0.387826086956521, 0.293489298577384, 0.497826086956524, 0.360225555163545, 0.675217391304347, 0.92237170664401, 2.02826086956522, 2.16161025471305, 4.66043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 945, '2021-05-23 00:00:00', 0.14904571280627, 0.316521739130434, 0.256372536497876, 0.442173913043478, 0.349674043587587, 0.730869565217391, 0.954685139412474, 2.04652173913043, 2.13579006681044, 4.62913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 960, '2021-05-23 00:00:00', 0.244575941793848, 0.34086956521739, 0.256619094542462, 0.475217391304347, 0.3460025817263, 0.812173913043479, 0.936477083576122, 2.03434782608695, 2.12718727236217, 4.62565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 975, '2021-05-23 00:00:00', 0.182355037451105, 0.335217391304344, 0.262908631689034, 0.561304347826085, 0.287574015219124, 0.864782608695652, 0.934132092799736, 2.03130434782609, 2.11935593169656, 4.62826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 990, '2021-05-23 00:00:00', 0.178652178241724, 0.434347826086953, 0.243941611623404, 0.625652173913042, 0.353083537126449, 0.919565217391305, 0.975687251453159, 2.01739130434782, 2.12610166746448, 4.61913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1005, '2021-05-23 00:00:00', 0.196894867715758, 0.443043478260867, 0.269217868778363, 0.643478260869563, 0.385303124855896, 0.86695652173913, 1.01312435002649, 2.00869565217391, 2.12422764387529, 4.61608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1020, '2021-05-23 00:00:00', 0.223257415370208, 0.424347826086958, 0.326067720117721, 0.602608695652174, 0.356113740323838, 0.755217391304347, 1.17352358844985, 2.01460869565217, 2.13409044783151, 4.62330434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1035, '2021-05-23 00:00:00', 0.209951057726124, 0.406086956521736, 0.224110891523831, 0.544347826086956, 0.301907637107564, 0.711304347826084, 1.23325206512151, 2.01373913043478, 2.18828083839072, 4.64113043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1050, '2021-05-23 00:00:00', 0.167569229395842, 0.38608695652174, 0.163425533923981, 0.495217391304346, 0.330764469656808, 0.75395652173913, 1.27844562860391, 2.01895652173913, 2.23717231884129, 4.65243478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1065, '2021-05-23 00:00:00', 0.129485146491998, 0.331304347826084, 0.17234949325741, 0.499565217391303, 0.876074283492913, 1.45982608695652, 1.26949931931416, 2.01939130434783, 2.23332770376653, 4.63721739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1080, '2021-05-23 00:00:00', 0.15441717531292, 0.370869565217392, 0.290711468818769, 0.579608695652174, 0.941772183625, 1.54113043478261, 1.27398952595889, 2.04069565217391, 2.25792371657712, 4.63634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1095, '2021-05-23 00:00:00', 0.135208812304899, 0.267826086956523, 0.783492356521281, 1.307, 0.803846879899468, 1.56247826086957, 1.13868353882061, 1.97726086956522, 2.31476598071048, 4.599 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 600, '2021-05-23 00:00:00', 0.296170913738884, 0.700416666666666, 0.315167024961664, 0.954583333333333, 0.389525677745621, 1.17208333333334, 0.660581512595233, 1.62875, 2.0593195724436, 4.49166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 615, '2021-05-23 00:00:00', 0.219820414185657, 0.660833333333332, 0.331513874936425, 0.866666666666667, 0.404417634616007, 1.03166666666667, 0.609568480061147, 1.50791666666666, 2.12559825338247, 4.49125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 630, '2021-05-23 00:00:00', 0.285801377771751, 0.552916666666667, 0.309145620206323, 0.646666666666667, 0.29818745927615, 0.848749999999997, 0.605833806789681, 1.40208333333333, 2.09191295680308, 4.47708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 645, '2021-05-23 00:00:00', 0.18069912537985, 0.395, 0.226328205316392, 0.566249999999998, 0.243939586248584, 0.757499999999997, 0.602623341154615, 1.35625, 2.06106750868629, 4.45916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 660, '2021-05-23 00:00:00', 0.219999588273659, 0.42208333333333, 0.218179224292883, 0.592499999999995, 0.221830330775964, 0.744999999999996, 0.616807465320712, 1.36083333333333, 2.07356585675952, 4.47666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 675, '2021-05-23 00:00:00', 0.135654612575627, 0.377499999999999, 0.150110466570166, 0.501249999999998, 0.23726666646306, 0.67458333333333, 0.597237602318533, 1.28833333333333, 2.01340251164864, 4.45625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 690, '2021-05-23 00:00:00', 0.121315074797768, 0.317104166666661, 0.186306810954325, 0.448354166666663, 0.404785114199543, 0.697520833333328, 0.601533667904951, 1.27583333333333, 1.99913822013097, 4.44833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 705, '2021-05-23 00:00:00', 0.120997931995143, 0.314604166666669, 0.199163630517759, 0.434604166666669, 0.408346892151403, 0.665020833333332, 0.620006866488393, 1.26791666666667, 2.10990482476467, 4.80125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 720, '2021-05-23 00:00:00', 0.133301853167808, 0.280416666666671, 0.312701818888591, 0.474583333333335, 0.3775433078143, 0.637916666666669, 0.591492217597378, 1.2425, 2.18099195454663, 4.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 735, '2021-05-23 00:00:00', 0.230015358655441, 0.34875, 0.266955120257851, 0.442916666666666, 0.278504026458546, 0.619166666666667, 0.555914183764138, 1.23333333333333, 2.19121628424668, 4.93875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 750, '2021-05-23 00:00:00', 0.182248436903098, 0.283333333333331, 0.216744272612092, 0.432916666666664, 0.325000557413122, 0.659166666666664, 0.596742364237167, 1.24166666666667, 2.21392611452589, 4.95583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 765, '2021-05-23 00:00:00', 0.160783858876947, 0.315833333333333, 0.239682383431776, 0.447083333333334, 0.3978782039989, 0.661250000000002, 0.594505640445693, 1.2775, 2.22884023751094, 4.98375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 780, '2021-05-23 00:00:00', 0.176474635858669, 0.299583333333334, 0.264837590374484, 0.465416666666667, 0.323996499802171, 0.612083333333335, 0.577466825698769, 1.27625, 2.19680779604262, 4.95416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 795, '2021-05-23 00:00:00', 0.13562456171037, 0.308749999999998, 0.192233252036181, 0.416666666666665, 0.178844418663138, 0.618749999999999, 0.580721533955819, 1.31125, 2.16243216363401, 4.92541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 810, '2021-05-23 00:00:00', 0.10842415368104, 0.265833333333331, 0.131931031609131, 0.378333333333331, 0.223449569578749, 0.605833333333334, 0.667232956950256, 1.39791666666667, 2.15025339760528, 4.94375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 825, '2021-05-23 00:00:00', 0.101677951381315, 0.264166666666669, 0.183705320901535, 0.445416666666667, 0.29457289149852, 0.635833333333334, 0.714889268814876, 1.45833333333333, 2.10736351355453, 4.94375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 840, '2021-05-23 00:00:00', 0.148543045047169, 0.317083333333333, 0.192511527981569, 0.432083333333335, 0.351400665247285, 0.600416666666668, 0.78418043158151, 1.46791666666667, 2.1149546454177, 4.93625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 855, '2021-05-23 00:00:00', 0.133620201477002, 0.306645833333333, 0.22028035393496, 0.432895833333335, 0.322041483257058, 0.590395833333335, 0.81060388089437, 1.49289583333334, 2.12259668016952, 4.94416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 870, '2021-05-23 00:00:00', 0.153546834662208, 0.281250000000004, 0.254264711429372, 0.416250000000001, 0.287427369527716, 0.548333333333337, 0.849628968466809, 1.48541666666667, 2.11012191419208, 4.94833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 885, '2021-05-23 00:00:00', 0.18552657140058, 0.278749999999996, 0.20162204560852, 0.384166666666667, 0.243497686207501, 0.559583333333336, 0.891481323009837, 2.00208333333333, 2.10506837473723, 4.94541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 900, '2021-05-23 00:00:00', 0.108414128177123, 0.236666666666668, 0.151264596852236, 0.338750000000002, 0.225442800997816, 0.53375, 0.856893614555896, 2.11833333333333, 2.08101141623316, 4.95541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 915, '2021-05-23 00:00:00', 0.145659420109607, 0.279166666666669, 0.194353256740907, 0.41916666666667, 0.263565298676945, 0.561666666666667, 0.820802783952959, 2.15958333333334, 2.06503495952441, 4.95291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 930, '2021-05-23 00:00:00', 0.11402707535074, 0.2925, 0.192759800217036, 0.404583333333333, 0.305485773762078, 0.574583333333333, 0.820136852312917, 2.16625, 2.04941543450527, 4.94583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 945, '2021-05-23 00:00:00', 0.128635537272077, 0.27083333333333, 0.16840201640846, 0.378749999999998, 0.313234354548742, 0.67125, 0.915374319569617, 2.23166666666667, 2.04695956927851, 4.945 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 960, '2021-05-23 00:00:00', 0.108626971054984, 0.257916666666667, 0.203384032717646, 0.419604166666669, 0.230511305485267, 0.729374999999999, 0.907940714242792, 2.25458333333333, 2.03063476189882, 4.94083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 975, '2021-05-23 00:00:00', 0.116335703564786, 0.291687499999998, 0.237098631100151, 0.523749999999998, 0.349760787818833, 0.822499999999997, 0.919063795864886, 2.265, 2.02684264884781, 4.94291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 990, '2021-05-23 00:00:00', 0.250853615146132, 0.458333333333331, 0.244438038590855, 0.627291666666665, 0.486969146122588, 0.932083333333332, 1.01491057648488, 2.32, 2.03543175457597, 4.92458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1005, '2021-05-23 00:00:00', 0.158058734038325, 0.408958333333334, 0.250823282094347, 0.600833333333333, 0.471231619408583, 0.88375, 0.981436391878939, 2.26, 1.99643881318277, 4.87875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1020, '2021-05-23 00:00:00', 0.20601639163714, 0.39583333333333, 0.367748486435174, 0.592916666666666, 0.538039920936854, 0.865, 1.01559069340051, 2.24625, 1.99357550574375, 4.83958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1035, '2021-05-23 00:00:00', 0.162222928504601, 0.3891875, 0.233215378117694, 0.566270833333332, 0.439049533371377, 0.775833333333335, 0.998436458828924, 2.17666666666667, 1.96804839695411, 4.78666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1050, '2021-05-23 00:00:00', 0.143675863050089, 0.370833333333331, 0.345125213572522, 0.52625, 0.397688065072929, 0.690833333333334, 1.00471785642263, 2.16166666666667, 1.95804620158367, 4.75833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1065, '2021-05-23 00:00:00', 0.230173217696863, 0.358333333333335, 0.279362628604596, 0.495, 0.737710421958821, 1.38083333333333, 1.02747862208446, 2.16916666666667, 1.95488124662492, 4.75291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:55:07 Duration: 891ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1080, '2021-05-23 00:00:00', 0.166945100756707, 0.3204, 0.211138382741429, 0.452400000000002, 0.691428171733454, 1.31, 0.781758168063074, 1.91, 1.22450840476223, 3.759 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1095, '2021-05-23 00:00:00', 0.15052048587042, 0.2772, 0.699794612725763, 1.174, 0.756364660729201, 1.336, 0.786021098105304, 1.897, 1.21736566678491, 3.745 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 600, '2021-05-23 00:00:00', 0.270649148416287, 0.729807692307689, 0.320169726623478, 0.860576923076922, 0.374484260735296, 1.08269230769231, 0.532307205980212, 1.59519230769231, 1.31552892258355, 3.72788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 615, '2021-05-23 00:00:00', 0.287403830069227, 0.579807692307693, 0.343807862262988, 0.759615384615385, 0.40666679802436, 0.968269230769232, 0.515457227950248, 1.49807692307693, 1.30348534263395, 3.70096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 630, '2021-05-23 00:00:00', 0.159228911174591, 0.440384615384617, 0.220796199103295, 0.654807692307693, 0.33621192950052, 0.857692307692309, 0.455010566234034, 1.39615384615385, 1.34989629231286, 3.655 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 645, '2021-05-23 00:00:00', 0.201150536816432, 0.463461538461538, 0.280350055905388, 0.601923076923077, 0.393857891201305, 0.824038461538462, 0.419341287479084, 1.35865384615385, 1.35224919471797, 3.65673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 660, '2021-05-23 00:00:00', 0.161137781464759, 0.369230769230769, 0.264591484833044, 0.564423076923078, 0.332542651978083, 0.721153846153847, 0.353195576677589, 1.26634615384616, 1.31500840886461, 3.61634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 675, '2021-05-23 00:00:00', 0.154807572861874, 0.36923076923077, 0.165764545712841, 0.518269230769232, 0.207280931625136, 0.66923076923077, 0.408091241683109, 1.29230769230769, 1.37038210561311, 3.60865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 690, '2021-05-23 00:00:00', 0.0830488734698728, 0.333653846153848, 0.121021295011058, 0.451923076923076, 0.234340317946749, 0.669230769230769, 0.468894977580267, 1.3125, 1.36841464982152, 3.63557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 705, '2021-05-23 00:00:00', 0.122305575695282, 0.335576923076923, 0.203138830890071, 0.469230769230769, 0.283643872054105, 0.684615384615385, 0.48037645494085, 1.28846153846154, 1.34818717314999, 3.81057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 720, '2021-05-23 00:00:00', 0.145813368596772, 0.288461538461537, 0.231051109896955, 0.453846153846152, 0.295141752122862, 0.664423076923078, 0.47085703366717, 1.26711538461539, 1.36186806093124, 3.85384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 735, '2021-05-23 00:00:00', 0.148999870934378, 0.304807692307692, 0.165633980162935, 0.453846153846155, 0.224173696391539, 0.615384615384617, 0.473619451263759, 1.23923076923077, 1.34317362415117, 3.86923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 750, '2021-05-23 00:00:00', 0.0838726140323253, 0.296153846153847, 0.146956299103353, 0.426923076923078, 0.218440715421476, 0.577884615384616, 0.494669470066006, 1.22673076923077, 1.35321270145703, 3.85384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 765, '2021-05-23 00:00:00', 0.105160134300761, 0.289423076923076, 0.172370352617666, 0.413461538461538, 0.206558335958263, 0.547115384615383, 0.528981605031344, 1.20653846153846, 1.38069415373349, 3.84711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 780, '2021-05-23 00:00:00', 0.17248467044483, 0.304807692307692, 0.207762808547114, 0.405769230769231, 0.234096051949752, 0.554807692307693, 0.561167224493871, 1.28557692307692, 1.37481222494061, 3.86057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 795, '2021-05-23 00:00:00', 0.0775155071334346, 0.235576923076923, 0.172209621816417, 0.371923076923076, 0.224250889716097, 0.53269230769231, 0.55398642721502, 1.35480769230769, 1.38702815954999, 3.88365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 810, '2021-05-23 00:00:00', 0.13304380423813, 0.260576923076921, 0.192733375018842, 0.373076923076923, 0.233446172349463, 0.566346153846156, 0.555518641936042, 1.37980769230769, 1.38882905854038, 3.90192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 825, '2021-05-23 00:00:00', 0.112009614971902, 0.273076923076923, 0.16986419915287, 0.384615384615386, 0.239472577521134, 0.616346153846157, 0.587708228237843, 1.39519230769231, 1.38949527361003, 3.90865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 840, '2021-05-23 00:00:00', 0.0982931251997742, 0.221538461538463, 0.159613113978289, 0.362884615384618, 0.220903738172221, 0.567692307692309, 0.574122239731096, 1.37788461538462, 1.39066530840458, 3.925 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 855, '2021-05-23 00:00:00', 0.134267958260281, 0.25673076923077, 0.196745149485707, 0.435576923076925, 0.461528605663999, 0.660576923076924, 0.562908825791397, 1.37788461538462, 1.38870581699432, 3.93461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 870, '2021-05-23 00:00:00', 0.150792776811297, 0.28269230769231, 0.182472337208012, 0.368076923076926, 0.504220838369612, 0.655576923076924, 0.525440657558386, 1.33826923076923, 1.39336925637657, 3.93173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 885, '2021-05-23 00:00:00', 0.107943895683752, 0.20173076923077, 0.451695821748017, 0.418653846153848, 0.478128241567696, 0.596153846153849, 0.592597281854668, 1.63153846153846, 1.41005353144427, 3.94519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 900, '2021-05-23 00:00:00', 0.415576106146637, 0.299200000000001, 0.399643069917813, 0.418000000000001, 0.384829724250437, 0.532799999999998, 0.550378657531947, 1.67, 1.37328832855061, 3.854 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 915, '2021-05-23 00:00:00', 0.0989739022840534, 0.235999999999999, 0.103158454169624, 0.328000000000001, 0.182034108525482, 0.474799999999997, 0.527559238379919, 1.692, 1.41877881762216, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 930, '2021-05-23 00:00:00', 0.104263288521578, 0.233000000000001, 0.124503012011759, 0.324799999999998, 0.228388740236176, 0.509800000000001, 0.517006608597352, 1.739, 1.41869805338087, 3.877 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 945, '2021-05-23 00:00:00', 0.0907570015664523, 0.230799999999998, 0.148459309801261, 0.358799999999998, 0.307062697180886, 0.618999999999998, 0.471195288601235, 1.759, 1.41457664455954, 3.867 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 960, '2021-05-23 00:00:00', 0.143483448522817, 0.294, 0.204496332485452, 0.402000000000002, 0.361760394920914, 0.778199999999998, 0.483935687875983, 1.807, 1.4165009707021, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 975, '2021-05-23 00:00:00', 0.174654420690309, 0.271000000000001, 0.278389415507606, 0.519399999999998, 0.295756515848202, 0.841399999999999, 0.477936101028859, 1.792, 1.41658553689261, 3.877 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 990, '2021-05-23 00:00:00', 0.215473093090886, 0.394423076923074, 0.266976302607267, 0.627115384615382, 0.2687492397127, 0.806923076923076, 0.524151328706336, 1.77884615384615, 1.48241389683801, 3.97019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1005, '2021-05-23 00:00:00', 0.139736702958979, 0.362115384615384, 0.185694641818229, 0.5525, 0.301929691255329, 0.73846153846154, 0.533815186975937, 1.76057692307692, 1.50357938318483, 3.95480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1020, '2021-05-23 00:00:00', 0.14195408250016, 0.379807692307691, 0.1829880197844, 0.521153846153847, 0.262933524795789, 0.679038461538462, 0.601808971735667, 1.74903846153846, 1.51189546087532, 3.94326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1035, '2021-05-23 00:00:00', 0.155551129363157, 0.351923076923078, 0.224714605324518, 0.495576923076923, 0.203499480248817, 0.610961538461539, 0.604492794383473, 1.73846153846154, 1.52235931521287, 3.92673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1050, '2021-05-23 00:00:00', 0.140230167938285, 0.3175, 0.170376506144932, 0.403076923076923, 0.236718999269988, 0.566730769230769, 0.595674310857356, 1.74326923076923, 1.5265446149846, 3.90269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1065, '2021-05-23 00:00:00', 0.117106132007877, 0.254615384615386, 0.13291480788026, 0.372115384615386, 0.442836139168705, 1.10961538461538, 0.604305068144077, 1.74615384615384, 1.51576763999682, 3.90653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1080, '2021-05-23 00:00:00', 0.0971731206899067, 0.238846153846152, 0.17139978009141, 0.381730769230768, 0.424002222417979, 1.16826923076923, 0.593046242846077, 1.74038461538461, 1.53203936482867, 3.89884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1095, '2021-05-23 00:00:00', 0.158745078663875, 0.274999999999999, 0.43328352770976, 1.02115384615385, 0.426925502418613, 1.25576923076923, 0.570671837533487, 1.74711538461538, 1.52515446884772, 3.89307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 600, '2021-05-23 00:00:00', 0.164915479517889, 0.633653846153846, 0.204478699285618, 0.813461538461537, 0.377817619819608, 1.12692307692307, 0.501870539543357, 1.60096153846154, 1.55387208660767, 3.86230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 615, '2021-05-23 00:00:00', 0.191253456479575, 0.56826923076923, 0.299056207734625, 0.778846153846154, 0.29051181625644, 1.03365384615384, 0.44723187068214, 1.49711538461538, 1.6137374798418, 3.83442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 630, '2021-05-23 00:00:00', 0.233610869741841, 0.500961538461538, 0.262343359857915, 0.699038461538459, 0.27289931927643, 0.874038461538458, 0.385805849937704, 1.34807692307692, 1.652068400521, 3.795 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 645, '2021-05-23 00:00:00', 0.175816775256343, 0.41153846153846, 0.167656356414407, 0.585576923076921, 0.178177202202234, 0.733653846153844, 0.319965442845607, 1.28173076923077, 1.64168633985349, 3.76903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 660, '2021-05-23 00:00:00', 0.151657508881031, 0.375, 0.212858295225141, 0.539423076923077, 0.191464497612885, 0.689423076923076, 0.393212606418151, 1.23192307692308, 1.69860589896539, 3.775 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 675, '2021-05-23 00:00:00', 0.113582399774181, 0.345192307692306, 0.128934240842139, 0.424038461538459, 0.143436531126274, 0.650961538461536, 0.462973665973148, 1.20884615384615, 1.70668865170135, 3.77192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 690, '2021-05-23 00:00:00', 0.0781086521357348, 0.254807692307692, 0.104476718054239, 0.430769230769231, 0.200115351350553, 0.626923076923077, 0.498895125405977, 1.20211538461539, 1.71474852383666, 3.7825 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 705, '2021-05-23 00:00:00', 0.0926739528587274, 0.317307692307691, 0.142478068487749, 0.449999999999999, 0.250622302402516, 0.663461538461538, 0.537794105583167, 1.2425, 1.84263815889485, 3.95076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 720, '2021-05-23 00:00:00', 0.0895769973907269, 0.300961538461538, 0.177387559185662, 0.447115384615385, 0.249531869399791, 0.653076923076923, 0.550028950287024, 1.24461538461539, 1.80855594754064, 3.97384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 735, '2021-05-23 00:00:00', 0.164471765170993, 0.295192307692309, 0.208695582497202, 0.434615384615385, 0.237916032376002, 0.654038461538461, 0.618816643652655, 1.28096153846154, 1.80851942206878, 3.9825 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 750, '2021-05-23 00:00:00', 0.147661254748314, 0.284615384615383, 0.158075931121727, 0.409999999999998, 0.258673613771369, 0.634038461538461, 0.642641424123904, 1.26, 1.7970721915211, 3.97769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 765, '2021-05-23 00:00:00', 0.112313606272109, 0.262884615384615, 0.178980875643611, 0.433076923076923, 0.320096920418704, 0.610961538461539, 0.676832356246019, 1.25903846153846, 1.78073061928567, 3.98346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 780, '2021-05-23 00:00:00', 0.173482430943754, 0.298076923076921, 0.226889078287508, 0.419423076923076, 0.351121554669956, 0.602115384615384, 0.673843168240664, 1.23384615384615, 1.7792016900414, 3.98442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 795, '2021-05-23 00:00:00', 0.127025133794004, 0.260769230769231, 0.214696565842621, 0.408846153846154, 0.243875756514224, 0.574230769230768, 0.564412560510074, 1.24153846153846, 1.76281336548668, 3.99019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 810, '2021-05-23 00:00:00', 0.175476055784958, 0.269615384615386, 0.209007544950304, 0.411923076923077, 0.191183057665844, 0.52980769230769, 0.545301610261555, 1.24038461538462, 1.77573235162718, 4.01423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 825, '2021-05-23 00:00:00', 0.106858101453067, 0.259423076923076, 0.152318618489211, 0.37980769230769, 0.144382637993099, 0.477115384615385, 0.52298937332931, 1.23673076923077, 1.79697973106158, 4.02192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 840, '2021-05-23 00:00:00', 0.0967152839723199, 0.240384615384616, 0.13157331971771, 0.336538461538462, 0.237113815579063, 0.47019230769231, 0.524617992887719, 1.25596153846154, 1.81505880387894, 4.02769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 855, '2021-05-23 00:00:00', 0.0819239797711166, 0.22653846153846, 0.109531344302055, 0.321346153846155, 0.265925090666815, 0.506923076923077, 0.488229926918108, 1.27230769230769, 1.83855377946907, 4.045 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 870, '2021-05-23 00:00:00', 0.107863874326003, 0.221153846153848, 0.194798910121736, 0.328846153846155, 0.319994290814455, 0.507884615384616, 0.484145758408163, 1.24634615384615, 1.84616483971086, 4.04115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 885, '2021-05-23 00:00:00', 0.174848065913941, 0.224615384615386, 0.256462697842424, 0.356346153846153, 0.379268577456862, 0.625576923076924, 0.734559653544479, 1.58173076923077, 1.82611778203, 4.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 900, '2021-05-23 00:00:00', 0.138536859854918, 0.23730769230769, 0.171358822807132, 0.345384615384614, 0.329792942033912, 0.62923076923077, 0.641392715412809, 1.62115384615385, 1.82561396416489, 4.04211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 915, '2021-05-23 00:00:00', 0.157592463701107, 0.22423076923077, 0.280340795351767, 0.475192307692309, 0.347752122152458, 0.666538461538462, 0.697830291248967, 1.69634615384615, 1.81563995922608, 4.05269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 930, '2021-05-23 00:00:00', 0.239378120586205, 0.361730769230771, 0.260408554745451, 0.468846153846155, 0.319611543066795, 0.668461538461538, 0.688342490781577, 1.70576923076923, 1.81117986406652, 4.0575 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 945, '2021-05-23 00:00:00', 0.113938073598708, 0.246730769230769, 0.214359869952736, 0.391923076923074, 0.289409744134506, 0.634999999999999, 0.765406503359239, 1.73365384615385, 1.81627476953834, 4.06903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 960, '2021-05-23 00:00:00', 0.16843133729985, 0.281346153846152, 0.227258917062931, 0.436153846153845, 0.305687686272218, 0.649807692307691, 0.764104805537929, 1.73807692307692, 1.81492620108494, 4.08634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 975, '2021-05-23 00:00:00', 0.145869409457174, 0.281730769230769, 0.205119571132398, 0.499038461538461, 0.323906444232565, 0.70576923076923, 0.769450353274236, 1.73461538461539, 1.81499459630473, 4.08923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 990, '2021-05-23 00:00:00', 0.190649194555382, 0.408653846153846, 0.267317515038116, 0.535576923076922, 0.321941227316653, 0.723076923076922, 0.765554725974269, 1.74903846153846, 1.82458114266093, 4.09788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1005, '2021-05-23 00:00:00', 0.213309543946025, 0.370192307692306, 0.279066093632644, 0.506730769230769, 0.307427289715044, 0.686538461538462, 0.735788431129911, 1.74615384615385, 1.79887913819861, 4.06807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1020, '2021-05-23 00:00:00', 0.179585527085178, 0.370192307692307, 0.208649503676896, 0.503846153846154, 0.311349420327807, 0.682692307692308, 0.723084339160005, 1.75480769230769, 1.80435333611199, 4.06519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1035, '2021-05-23 00:00:00', 0.168484763063655, 0.338653846153847, 0.265939915134112, 0.485961538461539, 0.38037936529005, 0.692692307692307, 0.72775537415768, 1.75326923076923, 1.80308544317362, 4.05365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1050, '2021-05-23 00:00:00', 0.258019453649407, 0.350961538461538, 0.309459827143014, 0.505769230769232, 0.36114268435279, 0.675961538461538, 0.735568853651063, 1.73653846153846, 1.80430899835324, 4.04980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1065, '2021-05-23 00:00:00', 0.203067343888291, 0.317115384615386, 0.266205530775345, 0.46923076923077, 0.4616750855476, 1.13326923076923, 0.689546255490914, 1.70096153846154, 1.80635118827559, 4.04884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1080, '2021-05-23 00:00:00', 0.149038585607887, 0.312500000000001, 0.171533804697052, 0.420384615384616, 0.461031452289321, 1.205, 0.717574037991902, 1.7125, 1.8083209381591, 4.04115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1095, '2021-05-23 00:00:00', 0.134173825258936, 0.238846153846154, 0.474026330005477, 1.01519230769231, 0.592298911023818, 1.285, 0.715369861303608, 1.72903846153846, 1.79012230995968, 4.07673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 600, '2021-05-23 00:00:00', 0.272979641393612, 0.678269230769232, 0.326973299309803, 0.861538461538464, 0.532960707167626, 1.11634615384616, 0.71295768026311, 1.61057692307692, 1.7718369976253, 4.01711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 615, '2021-05-23 00:00:00', 0.255952219098679, 0.563461538461541, 0.460213161313486, 0.801923076923079, 0.544116255960066, 1.0125, 0.659510307845031, 1.49038461538462, 1.7598138013394, 3.96615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 630, '2021-05-23 00:00:00', 0.266510571301374, 0.531730769230769, 0.349534030477059, 0.675961538461539, 0.373374682920728, 0.860576923076924, 0.618691081110884, 1.44942307692308, 1.75164911308875, 3.97384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 645, '2021-05-23 00:00:00', 0.221394183788519, 0.430769230769232, 0.264431538326159, 0.624038461538461, 0.281629871667381, 0.744230769230768, 0.664310660644669, 1.41057692307692, 1.72305408638713, 3.96423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 660, '2021-05-23 00:00:00', 0.17582771287651, 0.40576923076923, 0.168867836350935, 0.497115384615383, 0.320727838133591, 0.702884615384614, 0.711642196180508, 1.39615384615385, 1.71779666567827, 3.98923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 675, '2021-05-23 00:00:00', 0.142140234113519, 0.334615384615385, 0.177465056148659, 0.464615384615384, 0.399483560844017, 0.738653846153846, 0.741584193052019, 1.43365384615385, 1.69940198757816, 4.02865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 690, '2021-05-23 00:00:00', 0.164805829807265, 0.334807692307691, 0.278870317255446, 0.490576923076922, 0.440683036276116, 0.766538461538461, 0.68794356320402, 1.40288461538462, 1.66247296102939, 4.01711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 705, '2021-05-23 00:00:00', 0.166932160334209, 0.302884615384617, 0.298993503917084, 0.508653846153848, 0.450512528639923, 0.736538461538463, 0.777011038432629, 1.48192307692308, 1.69815856150125, 4.1325 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 720, '2021-05-23 00:00:00', 0.155896908737298, 0.340384615384618, 0.235316889452368, 0.499038461538462, 0.34416146702473, 0.691346153846154, 1.02905296267976, 1.53, 1.65808653620324, 4.09019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 735, '2021-05-23 00:00:00', 0.152192312552244, 0.312500000000001, 0.223040613755915, 0.441346153846156, 0.283039817802263, 0.636538461538463, 1.1702642699572, 1.5223076923077, 1.59542500968816, 4.04019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 750, '2021-05-23 00:00:00', 0.13001479205785, 0.265384615384616, 0.164214329928438, 0.372115384615384, 0.199788349548678, 0.60576923076923, 1.15785843428554, 1.47807692307692, 1.50895506381581, 4.02576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 765, '2021-05-23 00:00:00', 0.0881923160790357, 0.243269230769231, 0.155018237140518, 0.385576923076923, 0.218350899665232, 0.611346153846152, 1.16664471224764, 1.50673076923077, 1.52138237999322, 4.01211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 780, '2021-05-23 00:00:00', 0.134513367937341, 0.239615384615385, 0.194020220992159, 0.429615384615384, 0.266367299910365, 0.583461538461538, 1.13005712925702, 1.51634615384615, 1.52085468126921, 4.01019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 795, '2021-05-23 00:00:00', 0.207200386100027, 0.289999999999999, 0.244491387295218, 0.425961538461538, 0.259819241900093, 0.550961538461539, 1.07357254063244, 1.51, 1.49879753084316, 3.99596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 810, '2021-05-23 00:00:00', 0.155821890434117, 0.26730769230769, 0.174579935405401, 0.371923076923075, 0.23630944510568, 0.503076923076923, 1.05938167742393, 1.49846153846154, 1.50859773146609, 3.98634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 825, '2021-05-23 00:00:00', 0.108857175305004, 0.223269230769229, 0.147938656725841, 0.315384615384614, 0.264865132589285, 0.511538461538461, 1.07534931712731, 1.50692307692308, 1.50550655926834, 3.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 840, '2021-05-23 00:00:00', 0.112266852426914, 0.190384615384614, 0.141902593894004, 0.312884615384616, 0.258309965857955, 0.499038461538462, 1.04035312052429, 1.50384615384615, 1.46210964547281, 3.94884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 855, '2021-05-23 00:00:00', 0.107513326544273, 0.228653846153846, 0.209633379608673, 0.361923076923077, 0.401128216601433, 0.565384615384616, 1.01115699153913, 1.50769230769231, 1.41018247591743, 3.94884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 870, '2021-05-23 00:00:00', 0.21327528256656, 0.257115384615386, 0.223490233825517, 0.361730769230771, 0.405543320269715, 0.605769230769232, 1.00094810823769, 1.53365384615385, 1.43431731281685, 3.94307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 885, '2021-05-23 00:00:00', 0.128632601442425, 0.227115384615386, 0.361062800844736, 0.402115384615386, 0.520891432656926, 0.718269230769231, 0.998562909693419, 1.86826923076923, 1.35455754910825, 3.96807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 900, '2021-05-23 00:00:00', 0.106478871143526, 0.222600000000001, 0.202394622787596, 0.363600000000001, 0.822027878683769, 0.795599999999999, 0.980292260841975, 1.904, 1.37691055143995, 3.9308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 915, '2021-05-23 00:00:00', 0.0964890922723213, 0.233333333333335, 0.38464810758233, 0.484583333333335, 0.983566579129097, 0.808541666666668, 0.953981336029566, 1.94270833333333, 1.33290611928451, 4.001875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 930, '2021-05-23 00:00:00', 0.350425142929414, 0.367708333333333, 0.748739883433143, 0.618749999999997, 0.941348381505125, 0.772916666666667, 0.890895347348685, 1.96354166666667, 1.32736472058334, 3.98416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 945, '2021-05-23 00:00:00', 0.417531511871615, 0.387708333333331, 0.61378248607906, 0.534375, 0.585713634770885, 0.746875000000001, 0.720921028007361, 1.93020833333333, 1.31573579734147, 3.91541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 960, '2021-05-23 00:00:00', 0.255368091818146, 0.285416666666667, 0.342300137391109, 0.435416666666667, 0.479295036364928, 0.760416666666666, 0.711852935267727, 1.96458333333333, 1.31217867012036, 3.91541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 975, '2021-05-23 00:00:00', 0.252810291480115, 0.325, 0.392581513274907, 0.584375000000001, 0.405733367148167, 0.787500000000001, 0.661316210624527, 1.9575, 1.32744414986639, 3.88083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 990, '2021-05-23 00:00:00', 0.263124688026942, 0.452083333333335, 0.255853130282515, 0.582291666666666, 0.314773828972163, 0.768958333333334, 0.654584688279856, 1.979375, 1.32786441817058, 3.8725 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1005, '2021-05-23 00:00:00', 0.185661274087118, 0.368749999999999, 0.245611389618121, 0.511458333333333, 0.257335760905048, 0.707291666666668, 0.652992969977916, 1.93041666666667, 1.33218517707355, 3.83604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1020, '2021-05-23 00:00:00', 0.166362947902419, 0.34375, 0.182413246205709, 0.460625000000001, 0.321660096050636, 0.7025, 0.666930427894975, 1.94375, 1.33855122578778, 3.82458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1035, '2021-05-23 00:00:00', 0.114363194330131, 0.310625000000001, 0.173332505920546, 0.465625000000002, 0.278381385247241, 0.641249999999999, 0.649274957945008, 1.95416666666667, 1.347892611729, 3.87666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1050, '2021-05-23 00:00:00', 0.138864279220679, 0.290625, 0.233502009425607, 0.456666666666666, 0.283653617992084, 0.635624999999997, 0.677187143658408, 1.90208333333333, 1.48747121211943, 3.92979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1065, '2021-05-23 00:00:00', 0.151925891306502, 0.301458333333333, 0.210103494166254, 0.429999999999999, 0.57490701043923, 1.199375, 0.685802416669807, 1.88645833333333, 1.60692172132879, 3.938125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1080, '2021-05-23 00:00:00', 0.138539058218878, 0.273124999999999, 0.194184354173546, 0.408541666666665, 0.572369059768002, 1.28041666666667, 0.703124496779209, 1.86666666666667, 1.62141744160088, 3.92145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1095, '2021-05-23 00:00:00', 0.168025484393879, 0.273958333333332, 0.550665564027566, 1.09895833333333, 0.583885931323148, 1.34479166666667, 0.757973915462623, 1.86875, 1.63497418319377, 3.90166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 600, '2021-05-23 00:00:00', 0.306391886547757, 0.668478260869566, 0.462111924570271, 0.917391304347826, 0.559619877340523, 1.16304347826087, 0.829393022975999, 1.74782608695652, 1.51015865067139, 3.70717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 615, '2021-05-23 00:00:00', 0.433434669411919, 0.582608695652174, 0.540971987906585, 0.795652173913045, 0.571312717645838, 1.03369565217391, 0.708969914679704, 1.61739130434783, 1.49811973721581, 3.65173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 630, '2021-05-23 00:00:00', 0.186699543029939, 0.47608695652174, 0.243507594576843, 0.666304347826086, 0.325201366623442, 0.896739130434783, 0.520088070225143, 1.44565217391304, 1.32425835012116, 3.56478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 645, '2021-05-23 00:00:00', 0.117712468738206, 0.413043478260868, 0.199232717918839, 0.591304347826085, 0.212794785070874, 0.830434782608694, 0.419312089568735, 1.32391304347826, 1.31979142561036, 3.59195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 660, '2021-05-23 00:00:00', 0.165256717287665, 0.395652173913042, 0.192754118497189, 0.572826086956522, 0.255047852597555, 0.78695652173913, 0.415817566983237, 1.23239130434783, 1.30447735358185, 3.59956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 675, '2021-05-23 00:00:00', 0.115754954477837, 0.339130434782608, 0.158371467566384, 0.482608695652172, 0.240963153006262, 0.697826086956522, 0.4187881302326, 1.15304347826087, 1.28674167966909, 3.58217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 690, '2021-05-23 00:00:00', 0.123618851933511, 0.305434782608694, 0.179762964261713, 0.490217391304349, 0.289711591628829, 0.693478260869565, 0.410039644280189, 1.13565217391304, 1.27228226974718, 3.58108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 705, '2021-05-23 00:00:00', 0.124871475427713, 0.357608695652174, 0.194559144913738, 0.506521739130435, 0.256823865759619, 0.71304347826087, 0.474293316627622, 1.13782608695652, 1.37979154351566, 3.67239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 720, '2021-05-23 00:00:00', 0.165808892803754, 0.361956521739132, 0.230526121058155, 0.478260869565217, 0.247237703867026, 0.660869565217393, 0.502673779755576, 1.13673913043478, 1.36809209782905, 3.68652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 735, '2021-05-23 00:00:00', 0.176909402686496, 0.285869565217391, 0.204029322468307, 0.479347826086956, 0.173959356481649, 0.633695652173914, 0.501306198982559, 1.10521739130435, 1.3549638284045, 3.69739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 750, '2021-05-23 00:00:00', 0.146719732285391, 0.33695652173913, 0.147056091581227, 0.458695652173914, 0.214171812378267, 0.621739130434783, 0.51022993344201, 1.07369565217391, 1.33865774022136, 3.73 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 765, '2021-05-23 00:00:00', 0.123128279134119, 0.314130434782609, 0.139866890419332, 0.421739130434783, 0.262343497483618, 0.621739130434782, 0.519610583131991, 1.05739130434783, 1.33440694588765, 3.73652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 780, '2021-05-23 00:00:00', 0.0960046729758581, 0.256521739130433, 0.153877742652388, 0.384782608695651, 0.206430705961193, 0.549999999999997, 0.466727527557819, 1.05630434782609, 1.27743493758502, 3.75826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 795, '2021-05-23 00:00:00', 0.138331031617277, 0.256739130434783, 0.186461484965379, 0.392608695652173, 0.207510893089951, 0.51304347826087, 0.488846549150753, 1.14869565217391, 1.2762622984894, 3.755 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 810, '2021-05-23 00:00:00', 0.118340384655097, 0.27391304347826, 0.148219005251645, 0.370652173913043, 0.151303623754572, 0.502173913043478, 0.544198743775904, 1.165, 1.27998043000109, 3.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 825, '2021-05-23 00:00:00', 0.108176586713779, 0.233913043478261, 0.11597882115508, 0.340217391304349, 0.157738463682457, 0.477173913043479, 0.546442501197174, 1.15195652173913, 1.27781101425144, 3.73652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 840, '2021-05-23 00:00:00', 0.106603602487165, 0.239347826086958, 0.122946371547435, 0.336086956521739, 0.155693653801278, 0.447826086956521, 0.566734718458927, 1.15782608695652, 1.26863290460256, 3.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 855, '2021-05-23 00:00:00', 0.102530242333105, 0.210217391304348, 0.118209216951692, 0.305652173913045, 0.224334765376483, 0.465217391304348, 0.549584014444384, 1.15195652173913, 1.24750901998371, 3.74413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 870, '2021-05-23 00:00:00', 0.101587692603671, 0.202826086956523, 0.102983171425423, 0.301521739130434, 0.221255847826963, 0.492173913043477, 0.546034573026937, 1.16913043478261, 1.23875140344045, 3.73869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 885, '2021-05-23 00:00:00', 0.0968352988264821, 0.220434782608695, 0.216202858189543, 0.373695652173914, 0.288292814748431, 0.586739130434782, 0.947813220621959, 1.78108695652174, 1.27988855894572, 3.71478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 900, '2021-05-23 00:00:00', 0.215316432275628, 0.280434782608696, 0.202670900898836, 0.378695652173912, 0.308148557674438, 0.593478260869564, 0.944432981278439, 1.79326086956522, 1.28943931805289, 3.70413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 915, '2021-05-23 00:00:00', 0.11041916185313, 0.245869565217391, 0.213923677794087, 0.432608695652175, 0.239151993279019, 0.541304347826087, 0.911383650337644, 1.77260869565217, 1.27806212155797, 3.66282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 930, '2021-05-23 00:00:00', 0.203447558576918, 0.315000000000001, 0.24590238752343, 0.434565217391303, 0.241284032189707, 0.534565217391303, 0.868311591401869, 1.76173913043478, 1.24595971549975, 3.64760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 945, '2021-05-23 00:00:00', 0.15775412399162, 0.274999999999999, 0.154933684653519, 0.351086956521738, 0.189177280555202, 0.536956521739131, 0.834507499545942, 1.74869565217391, 1.23792611540176, 3.62260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 960, '2021-05-23 00:00:00', 0.131070388113854, 0.213913043478261, 0.192170101280317, 0.355434782608696, 0.212887637605053, 0.595652173913044, 0.807680277603732, 1.77260869565217, 1.19457481644929, 3.63891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 975, '2021-05-23 00:00:00', 0.165831239517769, 0.249999999999999, 0.183011155408498, 0.44891304347826, 0.267961489180432, 0.709782608695651, 0.810506051358371, 1.76717391304348, 1.19204838317331, 3.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 990, '2021-05-23 00:00:00', 0.131406950201522, 0.347826086956521, 0.170828312211311, 0.491304347826087, 0.355069858961702, 0.752173913043478, 0.878479867424608, 1.78782608695652, 1.19607357467985, 3.62478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1005, '2021-05-23 00:00:00', 0.166225536106084, 0.353260869565217, 0.286297752631862, 0.558695652173912, 0.370846563841494, 0.74891304347826, 0.939883255301869, 1.78347826086956, 1.21465731435016, 3.62586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1020, '2021-05-23 00:00:00', 0.196988192098122, 0.369565217391304, 0.263808380572108, 0.51195652173913, 0.321708169378801, 0.680652173913042, 0.924773821295432, 1.7454347826087, 1.18330990531467, 3.60217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1035, '2021-05-23 00:00:00', 0.170473648468417, 0.32608695652174, 0.229355084837269, 0.485869565217391, 0.23889878287362, 0.62391304347826, 0.990401613352493, 1.73891304347826, 1.1822415819547, 3.60760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1050, '2021-05-23 00:00:00', 0.159544807043491, 0.325, 0.179534972426294, 0.453478260869564, 0.185243937027729, 0.578043478260867, 0.948272613026761, 1.69869565217391, 1.1542080168865, 3.60434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1065, '2021-05-23 00:00:00', 0.149756389795509, 0.267608695652173, 0.16536879374496, 0.353260869565217, 0.71769634489682, 1.30304347826087, 0.937941779967548, 1.66065217391304, 1.16489643129858, 3.62717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1080, '2021-05-23 00:00:00', 0.118611449233737, 0.216304347826089, 0.125916796042828, 0.353695652173913, 0.678917849699293, 1.33891304347826, 0.924389607386982, 1.63565217391304, 1.15496650534052, 3.62608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1095, '2021-05-23 00:00:00', 0.13110091758979, 0.264782608695652, 0.670064373640424, 1.18891304347826, 0.62936585814549, 1.33673913043478, 0.877747577767481, 1.61608695652174, 1.15817147521768, 3.6304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 600, '2021-05-23 00:00:00', 0.268734200748944, 0.609374999999999, 0.293403858657927, 0.888541666666666, 0.304874350454766, 1.01875, 0.478235547748632, 1.41875, 0.932193314178987, 3.546875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 615, '2021-05-23 00:00:00', 0.175461993696308, 0.607291666666668, 0.22238567735525, 0.763541666666668, 0.222591782079382, 0.904166666666667, 0.429039572429102, 1.36354166666667, 0.959513293743015, 3.59375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 630, '2021-05-23 00:00:00', 0.124072647022343, 0.381250000000001, 0.159024283762219, 0.528125000000001, 0.217921567961064, 0.734375000000001, 0.455898092398042, 1.253125, 0.966611419273314, 3.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 645, '2021-05-23 00:00:00', 0.124777882365169, 0.357291666666667, 0.153724149470518, 0.515625, 0.217755243368542, 0.701041666666667, 0.469253956149886, 1.20833333333334, 0.978083543710998, 3.603125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 660, '2021-05-23 00:00:00', 0.110806496696469, 0.335416666666666, 0.185478230294132, 0.4625, 0.270497980784877, 0.671875, 0.462271045954142, 1.15520833333333, 1.01814549282763, 3.590625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 675, '2021-05-23 00:00:00', 0.116441617827643, 0.298958333333333, 0.151920078149427, 0.445833333333334, 0.274734308409764, 0.659375, 0.45029680228148, 1.13541666666667, 1.01919085553198, 3.625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 690, '2021-05-23 00:00:00', 0.147303664466358, 0.30625, 0.244726999629844, 0.475, 0.324874557730933, 0.637500000000001, 0.443375556450704, 1.12416666666667, 1.01154510795851, 3.621875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 705, '2021-05-23 00:00:00', 0.13573054481988, 0.288541666666667, 0.180717045024313, 0.437708333333333, 0.285867529749738, 0.604374999999999, 0.406136299584978, 1.06479166666667, 1.0091497174225, 3.75625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 720, '2021-05-23 00:00:00', 0.119443152447793, 0.278333333333332, 0.169705494048204, 0.368958333333333, 0.217133833036853, 0.515833333333332, 0.408617710055517, 1.02520833333333, 0.989774325581197, 3.78354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 735, '2021-05-23 00:00:00', 0.140005175887758, 0.241666666666666, 0.211104754544525, 0.399999999999997, 0.191174738909465, 0.507291666666664, 0.45523345659123, 1.05875, 1.06483615719352, 3.85229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 750, '2021-05-23 00:00:00', 0.166974353667287, 0.274999999999999, 0.163174464292367, 0.377083333333332, 0.201467330217401, 0.527708333333333, 0.459287412777915, 1.08166666666667, 1.06839780407563, 3.87729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 765, '2021-05-23 00:00:00', 0.148599744474782, 0.253333333333333, 0.156034271365554, 0.386458333333332, 0.250228066261416, 0.560208333333334, 0.522274845740012, 1.14833333333333, 1.14487403189742, 3.916875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 780, '2021-05-23 00:00:00', 0.123647575091818, 0.246874999999999, 0.193324743687246, 0.37375, 0.257608848529276, 0.560833333333334, 0.482984194238339, 1.14958333333334, 1.17288562460531, 3.92208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 795, '2021-05-23 00:00:00', 0.160149245384115, 0.262708333333334, 0.188456257178067, 0.388750000000001, 0.242338770546821, 0.595416666666667, 0.469571767600583, 1.15291666666667, 1.19429848352647, 3.91479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 810, '2021-05-23 00:00:00', 0.0941658650728987, 0.234583333333332, 0.150679018667718, 0.367916666666665, 0.245507091311142, 0.554583333333334, 0.538543350360389, 1.149375, 1.21694348647559, 3.89916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 825, '2021-05-23 00:00:00', 0.153211396064582, 0.252083333333332, 0.219721496972609, 0.404166666666666, 0.235817169262208, 0.533541666666668, 0.549350035912006, 1.160625, 1.21776521900701, 3.89395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 840, '2021-05-23 00:00:00', 0.200229487903473, 0.281249999999999, 0.205480613705273, 0.376250000000001, 0.217614599993737, 0.491875000000001, 0.578412330673684, 1.17104166666667, 1.21880686415094, 3.88979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 855, '2021-05-23 00:00:00', 0.109836629340707, 0.213541666666666, 0.0963517013981552, 0.300208333333333, 0.131691888980256, 0.415833333333336, 0.653850911517873, 1.21083333333333, 1.22018914472841, 3.885625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 870, '2021-05-23 00:00:00', 0.0956404801811209, 0.215833333333333, 0.138767706795475, 0.318958333333335, 0.157169108361624, 0.418958333333336, 0.665978324439459, 1.24520833333333, 1.22018914472841, 3.885625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 885, '2021-05-23 00:00:00', 0.117111213092017, 0.209583333333335, 0.138060944062259, 0.287708333333335, 0.203516192426328, 0.420833333333335, 0.843552888946079, 1.75979166666667, 1.22004140981635, 3.88145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 900, '2021-05-23 00:00:00', 0.106352571972743, 0.177500000000001, 0.148536184778004, 0.277708333333334, 0.202650462977333, 0.434583333333334, 0.862276646148297, 1.80666666666667, 1.22015471815335, 3.87833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 915, '2021-05-23 00:00:00', 0.124542641553877, 0.190000000000001, 0.161929041535959, 0.310833333333334, 0.287444938016492, 0.504374999999999, 0.911515599650274, 1.85041666666667, 1.22138308095159, 3.87625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 930, '2021-05-23 00:00:00', 0.114141208946246, 0.226041666666667, 0.170567971703409, 0.331041666666666, 0.258433740421809, 0.503541666666666, 0.902960082856316, 1.88895833333333, 1.23159535912701, 3.85645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 945, '2021-05-23 00:00:00', 0.118752383652661, 0.226041666666666, 0.195238148891577, 0.358749999999998, 0.308025502426224, 0.560833333333334, 0.913134804999487, 1.92229166666667, 1.24659360133287, 3.83770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 960, '2021-05-23 00:00:00', 0.127990142000371, 0.236458333333332, 0.139745498488595, 0.313749999999999, 0.216340508411416, 0.610208333333334, 0.903084087759949, 1.94, 1.25452700177733, 3.82520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 975, '2021-05-23 00:00:00', 0.0912622832709468, 0.206249999999999, 0.196318932322906, 0.430416666666667, 0.216473715645149, 0.645000000000001, 0.891272803436148, 1.98458333333333, 1.25067916332096, 3.81875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 990, '2021-05-23 00:00:00', 0.174525330279277, 0.360000000000002, 0.15650518687183, 0.504347826086958, 0.263159204282159, 0.708695652173915, 0.903181848020037, 1.99021739130435, 1.24513503878982, 3.86391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1005, '2021-05-23 00:00:00', 0.140750929927167, 0.337291666666665, 0.165670437437038, 0.499791666666667, 0.243082186256752, 0.720416666666666, 0.891782838158925, 1.97375, 1.24738754176392, 3.801875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1020, '2021-05-23 00:00:00', 0.136827240857145, 0.317708333333335, 0.208633841239009, 0.460416666666668, 0.324597576941851, 0.686249999999999, 0.871145755620856, 1.95833333333333, 1.24531549753699, 3.77291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1035, '2021-05-23 00:00:00', 0.151920078149425, 0.283333333333333, 0.170427850347039, 0.4425, 0.364812278012139, 0.691458333333333, 0.861236866499218, 1.940625, 1.22226800872187, 3.75104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1050, '2021-05-23 00:00:00', 0.105668806840669, 0.270625, 0.210498782226502, 0.429791666666664, 0.299554923467991, 0.661250000000001, 0.832285573203283, 1.90833333333333, 1.20402357983434, 3.73020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1065, '2021-05-23 00:00:00', 0.172656146509576, 0.291666666666663, 0.273916756502325, 0.471041666666665, 0.718201980744224, 1.28020833333333, 0.810661939896712, 1.88854166666667, 1.22895278782797, 3.73645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:49:00 Duration: 884ms Database: acaweb_fx User: pgperfstats
8 57 41s23ms 689ms 775ms 719ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 23 17 57 41s23ms 719ms [ User: pgperfstats - Total duration: 41s23ms - Times executed: 57 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1080, '2021-05-23 00:00:00', 0.202858981325324, 0.548124999999999, 0.282411650927704, 0.707916666666666, 0.35836730964639, 0.898541666666667, 0.63674898929038, 1.44583333333333, 1.91339424485177, 6.00416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1095, '2021-05-23 00:00:00', 0.215266518327964, 0.458750000000001, 0.256701484557287, 0.625000000000003, 0.348633720420866, 0.812916666666667, 0.638542696585216, 1.45458333333333, 1.917009625901, 5.99541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1110, '2021-05-23 00:00:00', 0.23599916712578, 0.488958333333332, 0.350021479672158, 0.652916666666667, 0.448981133201627, 0.848333333333333, 0.68063575885483, 1.52708333333333, 1.90831493646597, 6.010625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1125, '2021-05-23 00:00:00', 0.169722706499304, 0.423333333333336, 0.303816231522004, 0.602708333333332, 0.424493730856218, 0.875833333333333, 0.700602968825811, 1.54479166666667, 1.877009635591, 6.49395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1140, '2021-05-23 00:00:00', 0.252992148443216, 0.435624999999998, 0.366534890681581, 0.639999999999998, 0.406091301221211, 0.835833333333332, 0.680577300500486, 1.625625, 1.87098922480805, 6.524375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1155, '2021-05-23 00:00:00', 0.181059182413465, 0.424583333333334, 0.216116497703692, 0.597083333333335, 0.265659471335286, 0.731458333333334, 1.27142102115841, 2.74125, 1.86950788640188, 6.52354166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1170, '2021-05-23 00:00:00', 0.129413392224129, 0.382500000000001, 0.157051639250609, 0.475000000000003, 0.251370068289529, 0.661041666666667, 1.34056276037072, 2.93208333333333, 1.87979685920688, 6.52083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1185, '2021-05-23 00:00:00', 0.125030431078408, 0.32, 0.204008738090776, 0.475, 0.269239989788753, 0.693541666666664, 1.42770095859529, 3.098125, 1.87868159088429, 6.52520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1200, '2021-05-23 00:00:00', 0.152277397525374, 0.346666666666666, 0.220518061799275, 0.467708333333332, 0.230759222655517, 0.662916666666665, 1.45734420389391, 3.16229166666667, 1.85515135471827, 6.556875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1215, '2021-05-23 00:00:00', 0.135083844065586, 0.319583333333332, 0.171609891061511, 0.477708333333331, 0.207707356669166, 0.698541666666665, 1.55981358917372, 3.27854166666667, 1.81720400326786, 6.58770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1230, '2021-05-23 00:00:00', 0.0862858306167181, 0.331874999999998, 0.176715068909555, 0.473958333333333, 0.231408631451257, 0.713958333333334, 1.58373147644818, 3.33145833333333, 1.81464553172158, 6.59166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1245, '2021-05-23 00:00:00', 0.165683558830276, 0.336458333333335, 0.158041540815024, 0.511458333333334, 0.271284852165565, 0.715416666666667, 1.61886633653915, 3.36229166666667, 1.80307284762446, 6.59270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1260, '2021-05-23 00:00:00', 0.154715142640657, 0.392916666666666, 0.21604638776584, 0.521041666666667, 0.237037879930065, 0.704999999999998, 1.58172849637094, 3.37041666666667, 1.74902623011297, 6.56833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1275, '2021-05-23 00:00:00', 0.13122334097786, 0.329999999999999, 0.184234486496132, 0.466458333333332, 0.374281679170004, 0.737916666666668, 1.58064033472312, 3.32395833333333, 1.70575305312958, 6.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1290, '2021-05-23 00:00:00', 0.14243928276765, 0.32541666666667, 0.178871259670838, 0.479166666666666, 0.471939223242553, 0.788750000000003, 1.54938604016212, 3.29666666666667, 1.6830190776042, 6.53979166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1305, '2021-05-23 00:00:00', 0.160125488606433, 0.360208333333331, 0.33785763391864, 0.56729166666667, 0.537264230394014, 0.875625000000004, 1.57098866625216, 3.31145833333333, 1.69208867531963, 6.53854166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1320, '2021-05-23 00:00:00', 0.145334552101804, 0.359318181818185, 0.177089412933581, 0.505227272727273, 0.348755440305753, 0.917500000000002, 1.63095409359407, 3.22272727272727, 1.70997772193786, 6.43 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1335, '2021-05-23 00:00:00', 0.114044116928758, 0.34681818181818, 0.198899025917231, 0.538181818181818, 1.32264642312527, 2.26068181818182, 1.6010069207137, 3.18772727272727, 1.68316358815837, 6.41795454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1350, '2021-05-23 00:00:00', 0.148808580083589, 0.400227272727274, 0.279890207293022, 0.693636363636363, 1.38416588804511, 2.48159090909091, 1.61059969740509, 3.18363636363636, 1.68059437601997, 6.46113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1365, '2021-05-23 00:00:00', 0.260031633107306, 0.544545454545451, 1.37003436301582, 2.15818181818182, 1.49546934820763, 2.61, 1.63628811604231, 3.15431818181818, 1.70693037629653, 6.4825 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 990, '2021-05-23 00:00:00', 0.708333282051281, 1.31096153846154, 0.779060874485331, 1.62038461538462, 0.924647313220642, 1.94057692307692, 0.939293699460479, 2.48557692307692, 1.52077759715219, 6.2375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1005, '2021-05-23 00:00:00', 0.316235854046652, 0.893653846153846, 0.521041708060365, 1.22230769230769, 0.739579532312368, 1.57673076923077, 0.895573473341995, 2.17038461538462, 1.54739201189018, 6.19903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1020, '2021-05-23 00:00:00', 0.410819443776237, 0.803846153846155, 0.586551230630237, 1.07711538461538, 0.74662450659361, 1.41807692307692, 0.842327202092282, 2.05634615384615, 1.54546961993882, 6.14788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1035, '2021-05-23 00:00:00', 0.294134257675746, 0.684807692307694, 0.405724233742766, 0.998076923076925, 0.563480291103016, 1.29096153846154, 0.70727091969496, 1.92692307692308, 1.53474123351337, 6.11442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1050, '2021-05-23 00:00:00', 0.292506673165169, 0.606923076923077, 0.346382181101477, 0.876153846153846, 0.476659691539427, 1.22269230769231, 0.719008318128839, 1.79019230769231, 1.57188036587247, 6.09826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1065, '2021-05-23 00:00:00', 0.232311544797402, 0.589423076923078, 0.372832608346099, 0.828076923076924, 0.395904223071888, 1.08807692307692, 0.660427163630889, 1.68903846153846, 1.67505210022302, 6.11153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1080, '2021-05-23 00:00:00', 0.197320512404021, 0.549230769230767, 0.304167527220421, 0.781730769230768, 0.389739607351448, 0.994807692307692, 0.623782506475306, 1.60884615384615, 1.70455435186489, 6.12153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1095, '2021-05-23 00:00:00', 0.254909033548472, 0.563846153846156, 0.301034115112453, 0.76346153846154, 0.359173195847608, 0.970769230769232, 0.851371563103641, 1.74153846153846, 1.72917187827451, 6.11576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1110, '2021-05-23 00:00:00', 0.146989795564181, 0.485000000000001, 0.251556386093883, 0.618846153846156, 0.323843326316905, 0.8625, 0.855006072852929, 1.65576923076923, 1.72480371235507, 6.11038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1125, '2021-05-23 00:00:00', 0.184596441335813, 0.410384615384614, 0.276685047273276, 0.613846153846154, 0.336918444822389, 0.865961538461536, 0.938440789493196, 1.67134615384615, 1.91863076176736, 6.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1140, '2021-05-23 00:00:00', 0.213219280409771, 0.432692307692309, 0.247404449310157, 0.564807692307691, 0.430018470086328, 0.858269230769231, 0.961432604942308, 1.68557692307692, 1.89627583396022, 6.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1155, '2021-05-23 00:00:00', 0.116388771596946, 0.367115384615382, 0.241148533863704, 0.56384615384615, 0.352210219132746, 0.799038461538458, 1.20933066356814, 2.62942307692308, 1.71003158990164, 6.44903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1170, '2021-05-23 00:00:00', 0.225158491187528, 0.432884615384613, 0.335263902941227, 0.60173076923077, 0.342719216762731, 0.787307692307691, 1.26116449546258, 2.84173076923077, 1.71191549261234, 6.47442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1185, '2021-05-23 00:00:00', 0.183091822276733, 0.371153846153847, 0.205582100388138, 0.525000000000003, 0.279879369619235, 0.732307692307692, 1.26361004513016, 2.91711538461538, 1.75383247379955, 6.50211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1200, '2021-05-23 00:00:00', 0.146540096901838, 0.370000000000003, 0.210114620733908, 0.486923076923076, 0.273672178963194, 0.687692307692305, 1.25824879831516, 2.97403846153846, 1.82332603945478, 6.60961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1215, '2021-05-23 00:00:00', 0.1524986759085, 0.344615384615383, 0.200581941820831, 0.511346153846152, 0.24671035649117, 0.719999999999997, 1.30003597583357, 2.99846153846154, 1.8647369478335, 6.65673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1230, '2021-05-23 00:00:00', 0.129923202167813, 0.370961538461539, 0.176045557914814, 0.485961538461536, 0.230364593967576, 0.720384615384613, 1.31607423218274, 3.06576923076923, 1.93767232484276, 6.70903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1245, '2021-05-23 00:00:00', 0.155950805852851, 0.350576923076923, 0.199475176786104, 0.532115384615387, 0.184254005279504, 0.731538461538461, 1.33888008597312, 3.09173076923077, 1.96482127783831, 6.70942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1260, '2021-05-23 00:00:00', 0.175867957461101, 0.378461538461544, 0.210377042473748, 0.532500000000002, 0.192806898216843, 0.687500000000001, 1.32511597460518, 3.11211538461538, 1.98631077628855, 6.7075 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1275, '2021-05-23 00:00:00', 0.146434154275776, 0.365192307692303, 0.162158991306491, 0.496538461538457, 0.880407597912205, 0.953461538461536, 1.27271919677757, 3.16692307692308, 2.00623692902524, 6.73615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1290, '2021-05-23 00:00:00', 0.155852124192725, 0.368269230769227, 0.1998714971791, 0.483846153846151, 0.915966240560293, 0.933076923076922, 1.30357291554935, 3.22288461538461, 2.07080552888521, 6.77653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1305, '2021-05-23 00:00:00', 0.137921521721035, 0.337884615384617, 0.886864485355352, 0.783846153846155, 0.946847745863162, 0.985576923076926, 1.27483822503092, 3.2025, 2.06560429787136, 6.79865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1320, '2021-05-23 00:00:00', 0.158532102541507, 0.420416666666667, 0.156069098177044, 0.510208333333333, 0.291740156373062, 0.791666666666666, 1.27639648941401, 3.07020833333333, 2.13172693779453, 6.72354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1335, '2021-05-23 00:00:00', 0.116427614820338, 0.320208333333336, 0.164395990421502, 0.507291666666669, 1.06315105798821, 2.04520833333334, 1.25074209855647, 3.04666666666667, 2.14080655767664, 6.72625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1350, '2021-05-23 00:00:00', 0.172853161902552, 0.412708333333336, 0.26105832542817, 0.584166666666667, 1.13303171604559, 2.315, 1.23026684980907, 3.0575, 2.14876135536705, 6.72166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1365, '2021-05-23 00:00:00', 0.179413168816918, 0.432708333333331, 1.05343296630244, 1.91416666666667, 1.16131529550751, 2.35145833333333, 1.23769946057601, 2.99604166666667, 2.1844600927321, 6.724375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 990, '2021-05-23 00:00:00', 0.506221637382133, 1.08711538461539, 0.656149373237524, 1.415, 0.684521843220616, 1.76807692307692, 0.919336717421859, 2.53, 2.17421756925602, 6.61596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1005, '2021-05-23 00:00:00', 0.279041491262774, 0.808076923076923, 0.378369579196765, 1.10153846153846, 0.603550042536783, 1.48442307692308, 0.84726492088003, 2.18461538461538, 2.20311277165183, 6.55326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1020, '2021-05-23 00:00:00', 0.309971959029546, 0.728846153846155, 0.478123937907316, 1.0225, 0.53704375985575, 1.27, 0.746729098237002, 1.93288461538462, 2.19536998809208, 6.51576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1035, '2021-05-23 00:00:00', 0.267623156408698, 0.673076923076924, 0.332661065674035, 0.895769230769232, 0.380155079691675, 1.13173076923077, 0.609231798755928, 1.74423076923077, 2.1690067205627, 6.47807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1050, '2021-05-23 00:00:00', 0.165298331696175, 0.578461538461536, 0.248187351689125, 0.764807692307691, 0.37776366238084, 1.06076923076923, 0.588370239272464, 1.65346153846154, 2.16443444380708, 6.48269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1065, '2021-05-23 00:00:00', 0.205888319241283, 0.515000000000001, 0.230689935094373, 0.720384615384615, 0.317852227397481, 0.979038461538462, 0.563743429093551, 1.58557692307692, 2.19165705662317, 6.46057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1080, '2021-05-23 00:00:00', 0.18441383228614, 0.502307692307693, 0.28499129541363, 0.699038461538462, 0.363091427350448, 0.914230769230768, 0.564924637587925, 1.55538461538462, 2.2533212495883, 6.43442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1095, '2021-05-23 00:00:00', 0.178175907030534, 0.470576923076925, 0.183568473914734, 0.63076923076923, 0.279470102983377, 0.828461538461537, 0.672103815241018, 1.60653846153846, 2.28991618926243, 6.43307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1110, '2021-05-23 00:00:00', 0.138144851514634, 0.465, 0.233998109788552, 0.608653846153845, 0.288425967037539, 0.806538461538461, 0.668775028287938, 1.57903846153846, 2.30386695829826, 6.42019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1125, '2021-05-23 00:00:00', 0.205367587885348, 0.415384615384616, 0.236127817407961, 0.567884615384618, 0.318050129091915, 0.78173076923077, 0.695417223963149, 1.53865384615385, 2.44735408145205, 6.665 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1140, '2021-05-23 00:00:00', 0.208128288839807, 0.39423076923077, 0.29123609243784, 0.552307692307694, 0.331714427691144, 0.762692307692308, 0.701143461672538, 1.53192307692308, 2.52378769831257, 6.75211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1155, '2021-05-23 00:00:00', 0.188376974748464, 0.383269230769233, 0.243625500749372, 0.544230769230769, 0.36299607965673, 0.776923076923077, 0.745754960787026, 2.14769230769231, 2.5145617220196, 6.85942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1170, '2021-05-23 00:00:00', 0.146221249639555, 0.359423076923077, 0.239422140869348, 0.500192307692305, 0.338228416219663, 0.737692307692306, 0.812303277960033, 2.32384615384615, 2.60654838081676, 6.9126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1185, '2021-05-23 00:00:00', 0.132768161150874, 0.339230769230767, 0.277620452028695, 0.528653846153844, 0.314445360301888, 0.728269230769229, 0.919832865253246, 2.4225, 2.621134993442, 6.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1200, '2021-05-23 00:00:00', 0.20248048339, 0.387884615384615, 0.207214957137606, 0.520961538461536, 0.382928643684235, 0.727115384615384, 0.996822895310588, 2.46673076923077, 2.62402321753331, 6.97538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1215, '2021-05-23 00:00:00', 0.0836816311063307, 0.323846153846151, 0.193368918033737, 0.466538461538461, 0.329761218972852, 0.732692307692308, 0.966605579413779, 2.53211538461539, 2.63761655958265, 7.01365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1230, '2021-05-23 00:00:00', 0.15212507505845, 0.345961538461536, 0.241719799640953, 0.502307692307691, 0.283425203808421, 0.765384615384613, 0.954215848021496, 2.59673076923077, 2.62979835436396, 7.02423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1245, '2021-05-23 00:00:00', 0.171835341578457, 0.37576923076923, 0.243954913867298, 0.565000000000002, 0.27668567281025, 0.820192307692306, 1.04022543784434, 2.67980769230769, 2.62593772994306, 7.0301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1260, '2021-05-23 00:00:00', 0.217807607411116, 0.426923076923078, 0.230314918184778, 0.58980769230769, 0.350733736395793, 0.821923076923075, 1.06556860949376, 2.71769230769231, 2.61218971657585, 7.04365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1275, '2021-05-23 00:00:00', 0.232718383790033, 0.405384615384613, 0.288746361948441, 0.592307692307693, 0.544520537155958, 0.893846153846152, 1.11478787219811, 2.725, 2.62160239460232, 7.06365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1290, '2021-05-23 00:00:00', 0.191040470943887, 0.432307692307691, 0.271661341775719, 0.558269230769229, 0.500994127095929, 0.836346153846152, 1.16207658955854, 2.7, 2.67494616049342, 7.03980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1305, '2021-05-23 00:00:00', 0.189736254189453, 0.394615384615384, 0.49370452078764, 0.666923076923073, 0.490978771278507, 0.853076923076922, 1.23300714328207, 2.76384615384615, 2.69167317138216, 7.03230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1320, '2021-05-23 00:00:00', 0.182916068303139, 0.396874999999997, 0.222627487495153, 0.52270833333333, 0.29794586610731, 0.76, 1.65044985907444, 2.93729166666667, 2.76643775517558, 6.903125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1335, '2021-05-23 00:00:00', 0.193716044242858, 0.387083333333332, 0.199075308014004, 0.533749999999998, 0.777033068467973, 1.74395833333333, 1.6869926370938, 2.960625, 2.77946728813223, 6.91333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1350, '2021-05-23 00:00:00', 0.174961564102076, 0.420624999999998, 0.205150947431117, 0.607291666666666, 0.886244289243882, 1.965625, 1.6717080998232, 2.98166666666667, 2.77981766162532, 6.91333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1365, '2021-05-23 00:00:00', 0.184617578692603, 0.455208333333335, 0.759365170360427, 1.694375, 0.986624657901731, 2.12895833333334, 1.65247013994377, 3.01979166666667, 2.7978807893175, 6.92229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 990, '2021-05-23 00:00:00', 0.595366413234663, 1.2254347826087, 0.587997203617882, 1.5454347826087, 0.853605235008081, 1.88347826086956, 0.905519362689465, 2.32195652173913, 3.17063792661037, 6.91304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1005, '2021-05-23 00:00:00', 0.439222498469799, 0.896304347826088, 0.659453525708348, 1.15804347826087, 0.798344507445986, 1.45804347826087, 0.879972151912944, 1.98347826086957, 2.99713219318054, 6.76826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1020, '2021-05-23 00:00:00', 0.270983970472358, 0.688695652173916, 0.4159721220516, 0.926521739130435, 0.419823038194919, 1.25673913043479, 0.711988738974764, 1.80565217391305, 2.87528238860625, 6.68978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1035, '2021-05-23 00:00:00', 0.252211365966189, 0.639130434782608, 0.325714174269649, 0.925217391304345, 0.466127558921129, 1.26891304347826, 0.80553605749274, 1.80739130434782, 2.86624684014071, 6.68630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1050, '2021-05-23 00:00:00', 0.309727344075373, 0.674130434782607, 0.357261211332172, 0.89913043478261, 0.508133548938969, 1.15739130434783, 0.811821379719189, 1.72195652173913, 2.81261841208789, 6.63217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1065, '2021-05-23 00:00:00', 0.210083504948347, 0.576521739130435, 0.414654482576694, 0.847391304347827, 0.461020306841421, 0.984782608695656, 0.777333157625906, 1.59826086956522, 2.7611721139197, 6.59152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1080, '2021-05-23 00:00:00', 0.376505672917596, 0.567608695652171, 0.401253470796315, 0.679565217391302, 0.422577728659351, 0.85413043478261, 0.854436168480659, 1.64043478260869, 2.77886294174648, 6.59239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1095, '2021-05-23 00:00:00', 0.200280929179203, 0.459782608695649, 0.292980121814871, 0.633478260869564, 0.421767525835978, 0.849130434782609, 1.01658456114603, 1.76347826086956, 2.77144637685142, 6.57326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1110, '2021-05-23 00:00:00', 0.272942355900047, 0.459565217391303, 0.311068063164555, 0.627391304347827, 0.438099560940705, 0.878043478260867, 1.03649245090859, 1.77065217391304, 2.81002544191146, 6.54543478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1125, '2021-05-23 00:00:00', 0.21732882501366, 0.445000000000002, 0.291148740221914, 0.60804347826087, 0.409035547417806, 0.841521739130435, 1.00195258974407, 1.78391304347826, 2.77179933283454, 6.70021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1140, '2021-05-23 00:00:00', 0.170931532880292, 0.38304347826087, 0.276442140269887, 0.560434782608693, 0.447766305154397, 0.814130434782608, 0.930811994110222, 1.71782608695652, 2.79105794397757, 6.71108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1155, '2021-05-23 00:00:00', 0.177942511922831, 0.368913043478258, 0.187939208908252, 0.510652173913041, 0.373869309879219, 0.806521739130433, 1.24224412035052, 2.675, 2.8056938683691, 6.68891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1170, '2021-05-23 00:00:00', 0.14308259313592, 0.39391304347826, 0.334679806864008, 0.625869565217393, 0.38795755849535, 0.842391304347825, 1.10305737526319, 2.88413043478261, 2.81342216326926, 6.69978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1185, '2021-05-23 00:00:00', 0.227118485210054, 0.433478260869566, 0.252940024761763, 0.601739130434783, 0.367473883882881, 0.829347826086955, 1.1406589178183, 3.01369565217392, 2.82828844247435, 6.70217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 990, '2021-05-23 00:00:00', 0.461132070627568, 1.08782608695652, 0.506231035852288, 1.43804347826087, 0.612836017373101, 1.80043478260869, 1.25735680943997, 2.52565217391304, 2.20921428720675, 6.22630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1005, '2021-05-23 00:00:00', 0.347379660398387, 0.92608695652174, 0.529851478183091, 1.29804347826087, 0.64491772616186, 1.58065217391304, 1.09524434619203, 2.20978260869565, 2.13837009889352, 6.00695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1020, '2021-05-23 00:00:00', 0.248149674328952, 0.806521739130435, 0.333479085394056, 0.975869565217389, 0.714137515681924, 1.44413043478261, 1.05457004707593, 1.9795652173913, 2.05631313651764, 5.93347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1035, '2021-05-23 00:00:00', 0.219458550382453, 0.589347826086952, 0.472218923236301, 0.940434782608694, 0.738706205272103, 1.41630434782609, 0.981460706588441, 1.88413043478261, 2.02771851875558, 5.90913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1050, '2021-05-23 00:00:00', 0.309889690943986, 0.619565217391303, 0.466013600541154, 0.961304347826089, 0.674367438929068, 1.26652173913044, 0.889013086953567, 1.74021739130435, 2.01275232871779, 5.88413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1065, '2021-05-23 00:00:00', 0.3386928488318, 0.614130434782614, 0.47012970205986, 0.879130434782609, 0.51636451490489, 1.04369565217392, 0.765668609107318, 1.56434782608696, 1.96021823621678, 5.96347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 990, '2021-05-23 00:00:00', 0.394094426079165, 1.14, 0.501611984838216, 1.422, 0.703561653304102, 1.7714, 1.50470049622286, 2.7794, 2.63941041396243, 6.8646 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1005, '2021-05-23 00:00:00', 0.318821789301384, 0.8316, 0.505601786652964, 1.1646, 0.616335474126444, 1.5006, 1.51545419484281, 2.6392, 2.68091521996998, 6.7972 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1020, '2021-05-23 00:00:00', 0.399172790488865, 0.7642, 0.499947330559262, 1.0084, 0.608082505366937, 1.2968, 1.55170261326067, 2.4282, 2.74314999893675, 6.7236 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1035, '2021-05-23 00:00:00', 0.294206984961267, 0.628399999999999, 0.307912054543718, 0.856599999999999, 0.490743483570251, 1.166, 1.49678591766937, 2.3608, 2.74306056258334, 6.685 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1050, '2021-05-23 00:00:00', 0.168637184511602, 0.535200000000002, 0.276545204261435, 0.7378, 0.421878438257594, 1.0272, 1.50002313871042, 2.2744, 2.73804852951879, 6.6392 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1065, '2021-05-23 00:00:00', 0.220882321610398, 0.508399999999998, 0.387041987386383, 0.7634, 0.429384443127603, 1.0028, 1.5067284371556, 2.2508, 2.74691455697722, 6.647 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1080, '2021-05-23 00:00:00', 0.207019480284806, 0.486250000000001, 0.272252746489389, 0.637083333333336, 0.346183121516906, 0.904166666666669, 1.50579815370791, 2.11041666666667, 2.78493995980347, 6.53166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1095, '2021-05-23 00:00:00', 0.167506218790028, 0.461000000000002, 0.251589612928143, 0.6516, 0.403092421164178, 0.937200000000002, 1.47752515489021, 2.2342, 2.76308827823748, 6.6138 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1110, '2021-05-23 00:00:00', 0.13111000470343, 0.4276, 0.180600849019785, 0.556, 1.36602733013167, 1.1634, 1.50249453687304, 2.2476, 2.77169167657588, 6.6668 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1125, '2021-05-23 00:00:00', 0.165699275798057, 0.358000000000001, 0.259253736713671, 0.652000000000002, 1.33310470956585, 1.1166, 1.47699844843069, 2.2384, 3.04389050668165, 6.9694 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1140, '2021-05-23 00:00:00', 0.212470193988082, 0.4946, 1.34667337044536, 0.890000000000001, 1.34866344331465, 1.1442, 1.48449593016171, 2.2486, 3.17681181899925, 7.064 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1155, '2021-05-23 00:00:00', 1.29215927165862, 0.633799999999999, 1.26909170275437, 0.807000000000002, 1.34484267977088, 1.1432, 1.61267575269591, 3.4422, 3.09869526306369, 7.1204 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1170, '2021-05-23 00:00:00', 0.345745812218551, 0.478800000000002, 0.763985274727204, 0.761200000000001, 0.868921601757029, 1.1082, 1.46763821041381, 3.4616, 3.10880467382562, 7.1246 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1185, '2021-05-23 00:00:00', 0.447341685217614, 0.531999999999999, 0.608635564192567, 0.743199999999998, 0.658207793937448, 1.062, 1.41002254710105, 3.4364, 3.1947535116187, 7.059 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1200, '2021-05-23 00:00:00', 0.312667978568538, 0.438913043478262, 0.3684761913032, 0.667391304347828, 0.430949865484684, 0.877826086956521, 1.46102365435234, 3.52586956521739, 3.27604943509493, 7.15108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1215, '2021-05-23 00:00:00', 0.253940875755454, 0.482826086956521, 0.314304081004315, 0.640652173913043, 0.367284259494914, 0.859999999999996, 1.3846723046643, 3.5441304347826, 3.29153156441279, 7.13869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1230, '2021-05-23 00:00:00', 0.200914411604825, 0.369347826086958, 0.336897023945125, 0.587826086956522, 0.514166599936361, 0.886739130434783, 1.29538295343401, 3.60978260869565, 3.27310990022827, 7.13565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1245, '2021-05-23 00:00:00', 0.255724963421635, 0.419565217391302, 0.329855040625557, 0.604565217391302, 0.519596985814956, 0.875869565217394, 1.28600585814905, 3.58260869565217, 3.30473544832249, 7.17673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1260, '2021-05-23 00:00:00', 0.265183768036507, 0.467391304347823, 0.453814204290488, 0.662826086956519, 0.644909222401368, 0.879782608695651, 1.21502801737407, 3.53108695652174, 3.3537071105568, 7.22826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1275, '2021-05-23 00:00:00', 0.253781869238425, 0.400652173913044, 0.279650226196688, 0.552608695652177, 0.627838691802996, 0.947173913043478, 1.1809084899602, 3.44695652173913, 3.30113431217749, 7.16673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1290, '2021-05-23 00:00:00', 0.169697766678914, 0.367826086956525, 0.331342788480841, 0.546956521739132, 0.603059721477053, 0.94913043478261, 1.16514604930263, 3.39195652173913, 3.26025746758453, 7.11913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1305, '2021-05-23 00:00:00', 0.177126699719785, 0.372708333333329, 0.529999615463351, 0.688124999999998, 0.596356692213495, 0.9475, 1.13430491708691, 3.35791666666667, 3.20163866982229, 7.18520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1320, '2021-05-23 00:00:00', 0.235181264714536, 0.419318181818183, 0.277095030349078, 0.57068181818182, 0.318851174419307, 0.8575, 1.17290764242644, 3.40363636363636, 3.27981179674656, 7.32022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1335, '2021-05-23 00:00:00', 0.135702636775066, 0.378409090909092, 0.282631898488634, 0.603863636363637, 1.3300128770981, 2.59840909090909, 1.17100857941929, 3.37704545454546, 3.29318652511173, 7.32181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1350, '2021-05-23 00:00:00', 0.244241470892836, 0.454090909090908, 0.261995753575845, 0.673181818181817, 1.21168680053774, 2.71795454545454, 1.15341277908693, 3.33909090909091, 3.26353244100721, 7.30022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1365, '2021-05-23 00:00:00', 0.157002667691791, 0.493863636363636, 1.29128664986563, 2.45545454545454, 1.15238647542593, 2.78227272727272, 1.14310657451203, 3.28545454545455, 3.23565278077684, 7.28818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1200, '2021-05-23 00:00:00', 0.189813790046388, 0.38068181818182, 0.285166561034894, 0.57340909090909, 0.385326645038496, 0.753636363636364, 1.17571853318049, 3.04545454545455, 2.87300821274082, 6.765 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1215, '2021-05-23 00:00:00', 0.192977495715985, 0.383863636363635, 0.270193633468849, 0.546136363636362, 0.361348858909912, 0.747045454545453, 1.18016260160783, 3.03136363636364, 2.89583482979811, 6.72613636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1230, '2021-05-23 00:00:00', 0.195334794182145, 0.361590909090908, 0.244882801723774, 0.511590909090911, 0.297043603865497, 0.702045454545455, 1.31873580499531, 3.14113636363637, 2.88221580825724, 6.72181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1245, '2021-05-23 00:00:00', 0.180676488527128, 0.369772727272727, 0.223194535922816, 0.540909090909089, 0.256243677991915, 0.653181818181816, 1.37925769373032, 3.1925, 2.89767216058278, 6.73295454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1260, '2021-05-23 00:00:00', 0.163004793704242, 0.379090909090909, 0.184629030187236, 0.500454545454547, 0.364575896646481, 0.733181818181817, 1.49361114163769, 3.26363636363637, 2.88413784975054, 6.74522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1275, '2021-05-23 00:00:00', 0.130982178821516, 0.36295454545455, 0.153436818081116, 0.46, 0.701102293825178, 0.882954545454547, 1.50505497447451, 3.3, 2.86149516853814, 6.76886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1290, '2021-05-23 00:00:00', 0.11397197194754, 0.334090909090908, 0.324065422821379, 0.577727272727272, 0.716831200281468, 0.937272727272727, 1.50679451412335, 3.30022727272728, 2.86103498967091, 6.76954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1305, '2021-05-23 00:00:00', 0.277859785874207, 0.446818181818183, 0.71518516961681, 0.742727272727273, 0.691525894504727, 1.01340909090909, 1.53434696756735, 3.31795454545455, 2.85980504625707, 6.77795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1320, '2021-05-23 00:00:00', 0.145550452457307, 0.363250000000001, 0.219206703700796, 0.504000000000001, 0.262610753577875, 0.82775, 1.64992445999331, 3.32425, 2.96384195677449, 6.87525 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1335, '2021-05-23 00:00:00', 0.191622401448376, 0.39075, 0.231588337130213, 0.634, 1.19636211183386, 2.19175, 1.71445286270024, 3.35475, 2.98980543065228, 6.86375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1350, '2021-05-23 00:00:00', 0.195793090303329, 0.458250000000001, 0.289988543330873, 0.655249999999999, 1.09588116432202, 2.5065, 1.73694171265414, 3.39675, 2.94340363086861, 6.90725 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1365, '2021-05-23 00:00:00', 0.264723664263422, 0.52375, 1.17830565242059, 2.169, 1.11350475030301, 2.68675, 1.73782598229421, 3.39125, 2.92268333808794, 6.931 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 930, '2021-05-23 00:00:00', 0.717713382904336, 1.39750000000001, 0.22980970388562, 2.42249999999999, 0.098994949366107, 2.51499999999999, 0.120208152801724, 2.745, 0.0707106781186708, 7.02000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 945, '2021-05-23 00:00:00', 0.434870670429713, 1.15749999999998, 0.565685424949226, 1.24999999999999, 0.593969696196687, 1.24999999999999, 0.623668181006522, 1.7375, 0.654851590056848, 6.6225 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 960, '2021-05-23 00:00:00', 0.222738636073761, 0.637499999999989, 0.647002704785685, 1.02249999999999, 0.413657466994116, 1.1875, 0.300520382004291, 1.6525, 0.753068721963692, 6.53750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 975, '2021-05-23 00:00:00', 0.445477272147522, 0.844999999999999, 0.247487373415288, 0.984999999999999, 0.212132034355952, 1.045, 0.300520382004291, 1.6525, 0.753068721963692, 6.53750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 930, '2021-05-23 00:00:00', 0.106066017177986, 0.859999999999999, 0.452548339959381, 1.59, 0.965200756319624, 1.9525, 0.134350288425442, 3.72, 1.0465180361561, 7.69499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 945, '2021-05-23 00:00:00', 0.22980970388562, 1.02250000000001, 0.399515331370378, 1.44750000000001, 0.647002704785685, 2.12750000000001, 0.30405591591022, 3.30500000000001, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 960, '2021-05-23 00:00:00', 0.053033008588983, 0.66749999999999, 0.00707106781187914, 0.890000000000001, 0.30405591591022, 2.095, 1.02884036662644, 2.7925, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 975, '2021-05-23 00:00:00', 0.219203102167811, 0.704999999999998, 0.14849242404916, 1.43000000000001, 0.526794551984001, 2.2925, 0.802566196646745, 2.6075, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 930, '2021-05-23 00:00:00', 0.130814754519513, 3.4425, 0.0318198051533858, 3.5125, 0.0141421356237382, 3.86499999999999, 0.275771644662744, 4.06999999999999, 0.169705627484758, 7.73999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 945, '2021-05-23 00:00:00', 0.0989949493661271, 1.07000000000001, 0.212132034355972, 1.535, 0.632860569161967, 1.8325, 0.664503597620066, 1.8325, 0.697728777501069, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 960, '2021-05-23 00:00:00', 0.0247487373415268, 0.937499999999986, 0.15556349186104, 1.02999999999999, 0.445477272147522, 1.23499999999999, 0.403050865276327, 1.40000000000001, 0.335875721063606, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 975, '2021-05-23 00:00:00', 0.00353553390592952, 0.537499999999994, 0.208596500450023, 0.802499999999995, 0.371231060122941, 0.947500000000005, 1.08540890912135, 1.85250000000001, 0.335875721063606, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 930, '2021-05-23 00:00:00', 0.201525432638184, 1.79249999999999, 0.211601704270093, 1.79249999999999, 0.222181789483598, 1.96749999999999, 0.233290878957777, 3.77, 0.244955422905666, 8.75249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 945, '2021-05-23 00:00:00', 0.0353553390593153, 0.719999999999985, 0.353553390593274, 1.255, 0.0954594154601976, 1.43749999999999, 2.5809397513309, 3.33, 1.20561706192307, 8.25249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 960, '2021-05-23 00:00:00', 0.240416305603429, 0.950000000000003, 0.0388908729652649, 1.0925, 0.0601040764008421, 1.29249999999999, 2.72589664147413, 3.19250000000001, 1.06066017177984, 8.11499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 975, '2021-05-23 00:00:00', 0.275771644662764, 0.605000000000004, 0.15556349186104, 0.989999999999995, 0.325269119345817, 1.33, 2.83196265865212, 3.11750000000001, 1.27632774004174, 8.2675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 930, '2021-05-23 00:00:00', 0.494974746830575, 1.32499999999999, 0.116672618895795, 1.72749999999999, 0.14849242404916, 1.91499999999999, 0.116672618895775, 2.15749999999998, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 945, '2021-05-23 00:00:00', 0.502045814642434, 1.28999999999999, 0.420728534805975, 1.5325, 0.367695526216992, 1.75999999999999, 0.102530483272057, 2.00249999999998, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 960, '2021-05-23 00:00:00', 0.00707106781185904, 0.764999999999986, 0.045961940777124, 0.992499999999978, 0.477297077300928, 1.36249999999998, 0.123743686707634, 1.84249999999999, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 975, '2021-05-23 00:00:00', 0.0494974746830535, 0.539999999999992, 0.844992603517919, 1.10249999999999, 0.335875721063606, 1.46249999999999, 0.208596500450023, 1.90249999999999, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:46:23 Duration: 775ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1080, '2021-05-23 00:00:00', 0.199999886775331, 0.44104166666667, 0.270447495507145, 0.56375, 0.351214701150665, 0.731875, 0.519997735502319, 1.07208333333333, 0.90093608223634, 3.41979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1095, '2021-05-23 00:00:00', 0.217934868444816, 0.347708333333332, 0.246088880932972, 0.476458333333332, 0.334535084596651, 0.655624999999998, 0.414710262049636, 0.994583333333332, 0.901239459525491, 3.42104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1110, '2021-05-23 00:00:00', 0.108817549402523, 0.322291666666665, 0.132648604115964, 0.419999999999998, 0.281646861708319, 0.608541666666663, 0.362107108423758, 0.965416666666669, 0.901239459525491, 3.42104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1125, '2021-05-23 00:00:00', 0.103254118772466, 0.291250000000001, 0.204476952919791, 0.446041666666667, 0.290269427566378, 0.604583333333335, 0.346795305181102, 0.951875000000002, 1.2543342068748, 3.66229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1140, '2021-05-23 00:00:00', 0.129312388581216, 0.307291666666661, 0.168371220087111, 0.395208333333326, 0.226346114183121, 0.547708333333328, 0.421843564314571, 1.02291666666666, 1.24495671014896, 3.68208333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1155, '2021-05-23 00:00:00', 0.112789884169699, 0.294583333333327, 0.194505946967693, 0.422291666666664, 0.183891976600319, 0.501458333333327, 0.634358485720652, 1.63541666666666, 1.24748413483566, 3.71666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1170, '2021-05-23 00:00:00', 0.168374044438508, 0.300416666666669, 0.166003208455114, 0.363749999999999, 0.147382352983709, 0.462916666666663, 0.639534477433458, 1.735, 1.24643077381499, 3.72125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1185, '2021-05-23 00:00:00', 0.102467518713516, 0.238124999999997, 0.130698894742677, 0.341874999999998, 0.141627285660211, 0.501874999999995, 0.621356882153887, 1.801875, 1.24185722810635, 3.729375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1200, '2021-05-23 00:00:00', 0.0911629771661611, 0.247916666666664, 0.108171353262625, 0.349791666666667, 0.138454035432474, 0.471041666666665, 0.64098585188664, 1.84791666666666, 1.23950490861402, 3.735625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1215, '2021-05-23 00:00:00', 0.077472529025603, 0.252083333333334, 0.119105969136969, 0.361666666666663, 0.13803601058199, 0.438124999999997, 0.659828562494879, 1.86458333333333, 1.23812268406532, 3.73895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1230, '2021-05-23 00:00:00', 0.0732167221732626, 0.239583333333329, 0.0723505456045462, 0.315416666666665, 0.100449848688034, 0.410208333333332, 0.710301910702643, 1.88375, 1.23929618218322, 3.754375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1245, '2021-05-23 00:00:00', 0.0849253721839381, 0.231666666666668, 0.0815741860277306, 0.299999999999999, 0.142847434323317, 0.436458333333333, 0.717579970799598, 1.92833333333333, 1.23918171852305, 3.761875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1260, '2021-05-23 00:00:00', 0.0661352232446733, 0.226041666666668, 0.0845823070545313, 0.319583333333333, 0.140604124859608, 0.468958333333334, 0.791949529939261, 1.97416666666667, 1.23915452636763, 3.778125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1275, '2021-05-23 00:00:00', 0.0772181058403064, 0.226875000000001, 0.12693644992216, 0.329583333333334, 0.28974056048697, 0.521875000000003, 0.798787095711596, 2.00104166666667, 1.22388806381696, 3.81958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1290, '2021-05-23 00:00:00', 0.0988621863204416, 0.252083333333334, 0.152792247887425, 0.372083333333335, 0.330236794709056, 0.59541666666667, 0.801539166998025, 2.00791666666667, 1.22370872493345, 3.82 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1305, '2021-05-23 00:00:00', 0.120915701561282, 0.274791666666667, 0.258476584872858, 0.418333333333336, 0.32046388478154, 0.678333333333337, 0.793791095022007, 2.00395833333333, 1.21821767452957, 3.82104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1320, '2021-05-23 00:00:00', 0.101783872543527, 0.258636363636368, 0.122354251134006, 0.379090909090913, 0.310781378037787, 0.682272727272731, 0.817424156165117, 1.95818181818182, 1.25882007300109, 3.8525 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1335, '2021-05-23 00:00:00', 0.101865712468053, 0.263636363636366, 0.166688689021241, 0.462500000000003, 0.634833891080238, 1.42454545454545, 0.823986751511616, 1.9675, 1.25779227064881, 3.85659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1350, '2021-05-23 00:00:00', 0.151680342849451, 0.360454545454546, 0.23303579514354, 0.54340909090909, 0.652232305639241, 1.52113636363636, 0.825007182180465, 1.95522727272727, 1.25779227064881, 3.85659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1365, '2021-05-23 00:00:00', 0.127540843131392, 0.379999999999999, 0.630217829791428, 1.30568181818182, 0.648103794263331, 1.53863636363636, 0.838637190722149, 1.91863636363636, 1.25457890781359, 3.87204545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 990, '2021-05-23 00:00:00', 0.296058011467089, 0.797884615384614, 0.432840217454608, 1.07057692307692, 0.600033364456958, 1.31403846153846, 0.746332674843105, 1.72769230769231, 1.23756953184613, 3.84211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1005, '2021-05-23 00:00:00', 0.288752489166755, 0.694999999999999, 0.370747270335924, 0.898461538461539, 0.488533913475191, 1.12923076923076, 0.620129794106413, 1.50980769230769, 1.2426570168548, 3.80230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1020, '2021-05-23 00:00:00', 0.171103320113453, 0.547884615384617, 0.276416630914557, 0.78807692307692, 0.354228576791012, 0.931730769230766, 0.461753722237303, 1.3425, 1.13392178539114, 3.76115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1035, '2021-05-23 00:00:00', 0.217903383671258, 0.548269230769227, 0.267889830972476, 0.675192307692304, 0.324051099958965, 0.836346153846149, 0.465570658935397, 1.27096153846154, 1.1366393278162, 3.7498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1050, '2021-05-23 00:00:00', 0.173327724268221, 0.427499999999996, 0.229810708058746, 0.56480769230769, 0.328919969223286, 0.792115384615381, 0.39882119571789, 1.20288461538461, 1.14551152497308, 3.75942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1065, '2021-05-23 00:00:00', 0.120641873072583, 0.402692307692307, 0.181224573813394, 0.522884615384614, 0.246414597469702, 0.761923076923078, 0.377994912460676, 1.11807692307692, 1.20631379066082, 3.8048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1080, '2021-05-23 00:00:00', 0.124623278477422, 0.330192307692311, 0.191249736048081, 0.522692307692308, 0.247190443554392, 0.723653846153849, 0.353494641456501, 1.08730769230769, 1.19740760041786, 3.79519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1095, '2021-05-23 00:00:00', 0.178901777950481, 0.375384615384616, 0.21190536712265, 0.533269230769232, 0.268540213290016, 0.684615384615388, 0.500773286643152, 1.12826923076923, 1.19854822437558, 3.80961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1110, '2021-05-23 00:00:00', 0.106716735044048, 0.35769230769231, 0.183155356502031, 0.488269230769231, 0.191678516913484, 0.624423076923077, 0.452997750036865, 1.11480769230769, 1.16933031458839, 3.85576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1125, '2021-05-23 00:00:00', 0.133132091721545, 0.333076923076924, 0.137604925001309, 0.443653846153848, 0.257759652508959, 0.609038461538461, 0.444383972916009, 1.13634615384616, 1.3199653841615, 3.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1140, '2021-05-23 00:00:00', 0.108970179407029, 0.292500000000003, 0.153336231856662, 0.409999999999999, 0.217485631709319, 0.545, 0.450829193307691, 1.2098076923077, 1.35430659237628, 3.92788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1155, '2021-05-23 00:00:00', 0.10274539106264, 0.286153846153847, 0.147666464085061, 0.395769230769232, 0.201386826396745, 0.510576923076925, 0.590180806715525, 1.57423076923077, 1.33066485695628, 3.97480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1170, '2021-05-23 00:00:00', 0.0806628786989432, 0.267499999999999, 0.142223551008753, 0.35653846153846, 0.183497641988627, 0.484230769230769, 0.603859159585567, 1.61826923076923, 1.32694704549144, 3.98730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1185, '2021-05-23 00:00:00', 0.0890721401665321, 0.254615384615384, 0.107946567979079, 0.352307692307694, 0.144332415464602, 0.494615384615387, 0.626901814174586, 1.65826923076923, 1.32277204559795, 3.99326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1200, '2021-05-23 00:00:00', 0.0868995883853211, 0.251538461538461, 0.11360948633198, 0.341346153846151, 0.141885652768486, 0.491538461538464, 0.64656015842421, 1.69096153846154, 1.32318578264151, 3.99384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1215, '2021-05-23 00:00:00', 0.0769585302914221, 0.241153846153847, 0.107647573126381, 0.350000000000001, 0.200039611461948, 0.509615384615383, 0.700451283102546, 1.725, 1.32603470484808, 4.01096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1230, '2021-05-23 00:00:00', 0.0949234509405426, 0.252307692307691, 0.0904467544172542, 0.351153846153849, 0.246327799112045, 0.519230769230769, 0.702375885559422, 1.74673076923077, 1.34040884979747, 4.03173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1245, '2021-05-23 00:00:00', 0.0658672908202539, 0.242500000000002, 0.1881648213668, 0.374999999999998, 0.28061443572714, 0.507307692307691, 0.687241335955683, 1.74442307692308, 1.37212021507424, 4.05173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1260, '2021-05-23 00:00:00', 0.130086953168315, 0.253846153846153, 0.214839564469719, 0.349038461538462, 0.235698960540772, 0.454999999999999, 0.669212510803099, 1.71576923076923, 1.40792150404007, 4.07019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1275, '2021-05-23 00:00:00', 0.12922029490519, 0.233269230769231, 0.142442566023587, 0.316730769230771, 0.373805224888369, 0.507115384615384, 0.591179004519458, 1.67615384615385, 1.44407915828206, 4.07115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1290, '2021-05-23 00:00:00', 0.0753698572681121, 0.218846153846155, 0.108813354666819, 0.302884615384613, 0.315899448461787, 0.522307692307693, 0.582738792256017, 1.6725, 1.48382008291489, 4.08096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1305, '2021-05-23 00:00:00', 0.106435426433122, 0.217499999999997, 0.32755815690324, 0.387884615384613, 0.327694804071389, 0.578269230769231, 0.590481029461445, 1.69538461538461, 1.49630812334893, 4.09000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1320, '2021-05-23 00:00:00', 0.0857099507185371, 0.241250000000001, 0.120641401790952, 0.347500000000002, 0.264602518418897, 0.604166666666667, 0.590980516611586, 1.68666666666666, 1.50149561609248, 4.01104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1335, '2021-05-23 00:00:00', 0.08099220529681, 0.253541666666669, 0.13150725306498, 0.389375, 0.360557576961502, 1.196875, 0.619908244729866, 1.69666666666667, 1.5014206889293, 4.02645833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1350, '2021-05-23 00:00:00', 0.10373963192476, 0.301458333333335, 0.195041801539638, 0.500000000000002, 0.365461788482162, 1.25916666666667, 0.625303078688564, 1.688125, 1.51552831941753, 4.035 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1365, '2021-05-23 00:00:00', 0.140750447266778, 0.387916666666669, 0.350187773129326, 1.10645833333333, 0.360512668373764, 1.29041666666667, 0.628256155641511, 1.65333333333333, 1.5271296456785, 4.03479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 990, '2021-05-23 00:00:00', 0.316231658026933, 0.742692307692308, 0.320006249938968, 0.930000000000002, 0.402925694619514, 1.16365384615385, 0.605400979643944, 1.51288461538461, 1.50678620044323, 4.05942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1005, '2021-05-23 00:00:00', 0.260449906596558, 0.568076923076927, 0.288689945469849, 0.773269230769234, 0.427153908490208, 1.01730769230769, 0.58005861772755, 1.355, 1.45294936118016, 4.04038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1020, '2021-05-23 00:00:00', 0.222661954886428, 0.532884615384613, 0.320743607166941, 0.742307692307696, 0.37936972021418, 0.974230769230766, 0.599925412030526, 1.2825, 1.48621874360612, 4.00692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1035, '2021-05-23 00:00:00', 0.244069662186845, 0.515000000000002, 0.285617078243957, 0.668653846153846, 0.32378488823006, 0.829423076923076, 0.576602416014575, 1.22288461538462, 1.4957336378462, 3.97134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1050, '2021-05-23 00:00:00', 0.151778178222747, 0.421153846153845, 0.221383499489355, 0.605576923076919, 0.231949679556048, 0.710576923076923, 0.606596970496378, 1.13673076923077, 1.4953275560893, 3.9375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1065, '2021-05-23 00:00:00', 0.138492432450855, 0.401923076923074, 0.122808168107201, 0.484615384615384, 0.209227976508512, 0.607115384615383, 0.677875754442905, 1.09846153846154, 1.47580216779267, 3.92596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1080, '2021-05-23 00:00:00', 0.0990153445761705, 0.345961538461535, 0.135781073791597, 0.437499999999997, 0.287502240793945, 0.583461538461536, 0.676940430284561, 1.07711538461538, 1.48894744702424, 3.9175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1095, '2021-05-23 00:00:00', 0.115290269120364, 0.324615384615382, 0.174003205098684, 0.43634615384615, 0.363846755569511, 0.612692307692305, 0.679595807475636, 1.07730769230769, 1.49429165107135, 3.91346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1110, '2021-05-23 00:00:00', 0.120552733434214, 0.285192307692303, 0.256491415360917, 0.404615384615384, 0.330452661569639, 0.574807692307692, 0.666161478460452, 1.04634615384615, 1.49800621339987, 3.89615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1125, '2021-05-23 00:00:00', 0.184466486428797, 0.286730769230772, 0.241915194930911, 0.429807692307693, 0.285218135144639, 0.580769230769233, 0.64354008900289, 1.04538461538462, 1.64453781208722, 4.06615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1140, '2021-05-23 00:00:00', 0.106679967119488, 0.281153846153844, 0.151968620242675, 0.382692307692305, 0.173460813575153, 0.550576923076921, 0.575065514662325, 1.06788461538462, 1.65140890896694, 4.04423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1155, '2021-05-23 00:00:00', 0.116652673153455, 0.274615384615385, 0.177765294700623, 0.407500000000002, 0.190183817964054, 0.536730769230768, 0.666049923053819, 1.5475, 1.58503520950943, 4.09615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1170, '2021-05-23 00:00:00', 0.12747367752418, 0.26846153846154, 0.147551816191935, 0.38153846153846, 0.212021497458668, 0.51634615384615, 0.704370886787527, 1.65288461538462, 1.54551351933962, 4.12903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1185, '2021-05-23 00:00:00', 0.104359769731739, 0.265192307692307, 0.149901634414037, 0.367499999999997, 0.199741467517774, 0.534423076923073, 0.666350017748816, 1.66288461538462, 1.54590716459251, 4.14480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1200, '2021-05-23 00:00:00', 0.151652563446848, 0.272499999999997, 0.17263077540052, 0.364230769230767, 0.237284720244558, 0.535961538461538, 0.624922272089774, 1.72538461538462, 1.55110947885203, 4.15884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1215, '2021-05-23 00:00:00', 0.0753228946704657, 0.221538461538458, 0.115196988475591, 0.337884615384613, 0.197316613983328, 0.505384615384618, 0.602359080232429, 1.75230769230769, 1.56063492996132, 4.17076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1230, '2021-05-23 00:00:00', 0.0769927569020918, 0.251730769230769, 0.166270400714758, 0.379615384615387, 0.224350429873926, 0.521346153846157, 0.597223608426137, 1.80596153846154, 1.5625406825473, 4.20423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1245, '2021-05-23 00:00:00', 0.136694493727381, 0.275769230769232, 0.148514697537366, 0.348846153846157, 0.231132329729432, 0.513076923076922, 0.609035807965848, 1.82615384615385, 1.55514704968818, 4.21711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1260, '2021-05-23 00:00:00', 0.0836689906715722, 0.252500000000004, 0.164390833545685, 0.372884615384617, 0.223962307955192, 0.518653846153845, 0.597361796053791, 1.82365384615385, 1.55676444539999, 4.21846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1275, '2021-05-23 00:00:00', 0.11480686122621, 0.258846153846155, 0.157594904251864, 0.396923076923078, 0.20671347691542, 0.522692307692307, 0.650153946266691, 1.84807692307693, 1.54537395275259, 4.23942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1290, '2021-05-23 00:00:00', 0.134771601665132, 0.290769230769231, 0.164950458763095, 0.384423076923075, 0.242207476223306, 0.527692307692305, 0.677983889075657, 1.87807692307693, 1.53743697807047, 4.25769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1305, '2021-05-23 00:00:00', 0.119540788018148, 0.269999999999998, 0.201584111095477, 0.388076923076919, 0.275853918977753, 0.579230769230768, 0.691093809729295, 1.90057692307693, 1.53179694627434, 4.26173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1320, '2021-05-23 00:00:00', 0.108854376863401, 0.239166666666663, 0.160702714099172, 0.334166666666665, 0.249942022262665, 0.584166666666671, 0.709532403688555, 1.94166666666667, 1.52141399476877, 4.14875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1335, '2021-05-23 00:00:00', 0.130312994168944, 0.263541666666669, 0.227390581267726, 0.407708333333335, 0.495624880064682, 1.18625, 0.709647289406731, 1.95416666666667, 1.51774741017303, 4.145625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1350, '2021-05-23 00:00:00', 0.126847042147028, 0.283541666666668, 0.166915755892658, 0.435000000000003, 0.547290716733978, 1.30354166666667, 0.736133129057274, 1.980625, 1.51505235895078, 4.14020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1365, '2021-05-23 00:00:00', 0.162527450301327, 0.357708333333335, 0.468429334763173, 1.09770833333334, 0.535250813143722, 1.37229166666667, 0.734337791996045, 2.03958333333334, 1.5047770400353, 4.126875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 990, '2021-05-23 00:00:00', 0.379649828256067, 0.721086956521743, 0.355219132946223, 0.880217391304349, 0.596340039480621, 1.15347826086957, 0.686489753614853, 1.58, 1.19068589692595, 3.70021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1005, '2021-05-23 00:00:00', 0.330212980738525, 0.607608695652172, 0.563889303183755, 0.840652173913041, 0.604740577444499, 1.01043478260869, 0.693332375278046, 1.48434782608696, 1.16602124062851, 3.67152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1020, '2021-05-23 00:00:00', 0.24719753346941, 0.570434782608696, 0.285151301631493, 0.711086956521741, 0.276955141128719, 0.842173913043478, 0.503071494773611, 1.33673913043478, 1.12861382676294, 3.61347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1035, '2021-05-23 00:00:00', 0.202538729034455, 0.459130434782611, 0.234427862944875, 0.612826086956522, 0.280115553513471, 0.789782608695654, 0.485547753113283, 1.2554347826087, 1.12044717745656, 3.60282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1050, '2021-05-23 00:00:00', 0.134513469651877, 0.430652173913045, 0.161341338992786, 0.58413043478261, 0.342589966834253, 0.817608695652174, 0.462042103209587, 1.22021739130435, 1.1237695071225, 3.57978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1065, '2021-05-23 00:00:00', 0.117017447433928, 0.386086956521742, 0.25382508527142, 0.581086956521741, 0.360455218337697, 0.785652173913045, 0.438836833912582, 1.17869565217392, 1.13544227074635, 3.56217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1080, '2021-05-23 00:00:00', 0.220268206974933, 0.408913043478261, 0.326262976208255, 0.575434782608694, 0.326567215508627, 0.694347826086957, 0.482765317497701, 1.12152173913044, 1.12093353774764, 3.56478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1095, '2021-05-23 00:00:00', 0.154821074848972, 0.371739130434781, 0.147909009525497, 0.454565217391303, 0.22311263749922, 0.587608695652173, 0.575290869891255, 1.11630434782609, 1.11966371645448, 3.54326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1110, '2021-05-23 00:00:00', 0.129039090807871, 0.304782608695655, 0.195935729964392, 0.431086956521743, 0.23774321850405, 0.553260869565218, 0.585995403265435, 1.12760869565218, 1.12973815567823, 3.54086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1125, '2021-05-23 00:00:00', 0.149912359113651, 0.308478260869566, 0.196722653427465, 0.395434782608696, 0.186853232336996, 0.521304347826086, 0.621140653525792, 1.2004347826087, 1.12260500446392, 3.60021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1140, '2021-05-23 00:00:00', 0.0876628918567869, 0.249347826086958, 0.115308059634181, 0.358695652173915, 0.161525888476805, 0.532391304347828, 0.705157384389393, 1.30913043478261, 1.15147821303697, 3.6095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1155, '2021-05-23 00:00:00', 0.103800793557094, 0.267173913043479, 0.156603335670357, 0.387173913043477, 0.346327571182636, 0.587826086956522, 0.69968605325712, 1.7408695652174, 1.19294790479606, 3.59239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1170, '2021-05-23 00:00:00', 0.0991006993749355, 0.271304347826084, 0.146139045273192, 0.385434782608695, 0.359477552389487, 0.553260869565216, 0.750453222743225, 1.84630434782609, 1.17799391510806, 3.57913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1185, '2021-05-23 00:00:00', 0.105069617425444, 0.256521739130437, 0.356791255498225, 0.420000000000002, 0.370630538471172, 0.529782608695655, 0.776139351205773, 1.89326086956522, 1.1992568515741, 3.58021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 990, '2021-05-23 00:00:00', 0.321002167133414, 0.749130434782609, 0.293740528398303, 0.971956521739131, 0.383239391020859, 1.21260869565217, 0.689675268720419, 1.75239130434782, 0.8619829606819, 3.50652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1005, '2021-05-23 00:00:00', 0.222287781282528, 0.611304347826088, 0.25003912737288, 0.801739130434785, 0.367212822375521, 1.0354347826087, 0.660575342113747, 1.55934782608695, 0.903008531030925, 3.43804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1020, '2021-05-23 00:00:00', 0.226030140702363, 0.581521739130435, 0.258512964025345, 0.731956521739131, 0.299093326876107, 0.935, 0.559823253445954, 1.43043478260869, 0.915233236650833, 3.44717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1035, '2021-05-23 00:00:00', 0.218093382109954, 0.51521739130435, 0.267484069194273, 0.720000000000002, 0.299305355201292, 0.897826086956521, 0.546625833977446, 1.33043478260869, 0.916319757089852, 3.43847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1050, '2021-05-23 00:00:00', 0.209414297090925, 0.480434782608698, 0.190942637745187, 0.610000000000002, 0.283084890688234, 0.834347826086956, 0.527441808790392, 1.24695652173913, 0.914659216437162, 3.43913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1065, '2021-05-23 00:00:00', 0.16050931781899, 0.412826086956524, 0.241272564940329, 0.604782608695653, 0.288648205539663, 0.777826086956523, 0.521107819634093, 1.14521739130435, 0.917271042826442, 3.4354347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 990, '2021-05-23 00:00:00', 0.243131822954816, 0.671199999999998, 0.35064785279061, 0.891799999999997, 0.518832824713319, 1.13, 0.756851592674109, 1.7092, 1.45278491181592, 4.1294 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1005, '2021-05-23 00:00:00', 0.24523084362834, 0.580599999999995, 0.314392668489581, 0.748599999999999, 0.410168969247227, 0.993599999999998, 0.68060928586084, 1.5954, 1.485974091295, 4.0474 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1020, '2021-05-23 00:00:00', 0.241658678028881, 0.519800000000001, 0.395716649468614, 0.739000000000002, 0.388551583877008, 0.971600000000001, 0.67362514303827, 1.58, 1.47848717726375, 4.0208 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1035, '2021-05-23 00:00:00', 0.172342923653202, 0.472000000000001, 0.171967293401969, 0.654599999999998, 0.244557934513137, 0.8324, 0.585968784720368, 1.4586, 1.49102403289372, 3.9738 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1050, '2021-05-23 00:00:00', 0.154887862661988, 0.445600000000001, 0.160746435937679, 0.6096, 0.246321605494389, 0.739200000000001, 0.556088796866111, 1.3892, 1.49370995064861, 3.9456 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1065, '2021-05-23 00:00:00', 0.102161228784048, 0.4184, 0.236611848111346, 0.561800000000001, 0.287179241357496, 0.698600000000002, 0.550504541307334, 1.3314, 1.48751266101054, 3.9222 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1080, '2021-05-23 00:00:00', 0.14797669225008, 0.346666666666669, 0.153438694503746, 0.462708333333334, 0.251805077592666, 0.663333333333333, 0.482638384075079, 1.225625, 1.46735021949999, 3.91166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1095, '2021-05-23 00:00:00', 0.123128658998083, 0.347400000000002, 0.182025639219681, 0.489, 0.246018292002847, 0.675000000000001, 0.526287944000236, 1.2704, 1.43408487080321, 3.8416 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1110, '2021-05-23 00:00:00', 0.15371998351982, 0.360600000000001, 0.192619659778883, 0.492600000000002, 0.307284070527582, 0.671200000000002, 0.534788665424638, 1.2302, 1.41788084243117, 3.8056 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1125, '2021-05-23 00:00:00', 0.117281001587355, 0.2944, 0.154581963156546, 0.408200000000001, 0.275514216209133, 0.606800000000001, 0.529480877841681, 1.182, 1.43181723112041, 3.8238 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1140, '2021-05-23 00:00:00', 0.141835585567704, 0.285600000000001, 0.249859627257653, 0.444400000000003, 0.354232503684609, 0.616599999999999, 0.53130680088501, 1.1934, 1.40103675897529, 3.8404 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1155, '2021-05-23 00:00:00', 0.201652134462628, 0.321399999999999, 0.245723760891507, 0.4348, 0.324714361657547, 0.610400000000001, 1.04270581501527, 1.612, 1.37027673604033, 3.843 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1170, '2021-05-23 00:00:00', 0.0821837372395891, 0.271, 0.162390989076774, 0.394, 0.234382522101514, 0.533200000000003, 0.998326808548517, 1.6228, 1.35100542806706, 3.8414 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1185, '2021-05-23 00:00:00', 0.138824529532789, 0.275799999999999, 0.216607363679079, 0.395000000000002, 0.241509489116539, 0.491800000000004, 0.985147112533622, 1.7026, 1.34386950631376, 3.8446 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1200, '2021-05-23 00:00:00', 0.121153872697351, 0.251521739130436, 0.127513852614906, 0.349347826086959, 0.135939128437383, 0.466086956521742, 0.986009444430391, 1.72652173913044, 1.34600895932273, 3.91913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1215, '2021-05-23 00:00:00', 0.113955993170375, 0.257173913043478, 0.119512762478561, 0.31913043478261, 0.16079287243559, 0.509565217391306, 0.982929245259176, 1.73391304347826, 1.33758166238825, 3.91260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1230, '2021-05-23 00:00:00', 0.0896898476679717, 0.21978260869565, 0.11940026350432, 0.332173913043479, 0.182166366215713, 0.513695652173911, 0.934183712920627, 1.72586956521739, 1.3246472421764, 3.89304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1245, '2021-05-23 00:00:00', 0.0761622721536353, 0.245652173913047, 0.128883545805686, 0.367826086956523, 0.149089794414033, 0.486304347826087, 0.984864710518004, 1.74304347826087, 1.32283860553152, 3.88260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1260, '2021-05-23 00:00:00', 0.133420343809678, 0.256521739130436, 0.164838824142448, 0.346739130434782, 0.142233038194898, 0.464347826086959, 1.02720480117516, 1.76739130434783, 1.33229007274867, 3.87826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1275, '2021-05-23 00:00:00', 0.100006916756838, 0.238260869565214, 0.0934722169201536, 0.309347826086955, 0.239642973902245, 0.524130434782607, 1.02867369229381, 1.78673913043478, 1.33059022833148, 3.88391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1290, '2021-05-23 00:00:00', 0.0751960546858444, 0.223913043478263, 0.110825593853427, 0.331304347826088, 0.278907914025274, 0.541521739130436, 1.03348426370224, 1.82978260869565, 1.32178897217238, 3.88521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1305, '2021-05-23 00:00:00', 0.0848741608995666, 0.239166666666666, 0.232611201395142, 0.399166666666664, 0.252985703754869, 0.536875000000001, 1.06773319076755, 1.88958333333333, 1.3040680497048, 3.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1320, '2021-05-23 00:00:00', 0.093764464973546, 0.258181818181817, 0.110482266309267, 0.342045454545457, 0.204344056694817, 0.572727272727274, 1.10370450590891, 1.94727272727273, 1.29800023095803, 3.73113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1335, '2021-05-23 00:00:00', 0.0977719871530769, 0.231136363636367, 0.157311180020071, 0.382045454545458, 0.916454944065535, 1.31795454545455, 1.11722970718412, 1.96886363636364, 1.29603441111924, 3.73136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1350, '2021-05-23 00:00:00', 0.120784995556218, 0.301590909090911, 0.177534217176295, 0.492272727272728, 0.897747813343832, 1.41022727272727, 1.10360441046835, 1.96886363636364, 1.27092709539855, 3.72340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1365, '2021-05-23 00:00:00', 0.156180049277136, 0.387272727272726, 0.925693638371362, 1.28295454545455, 0.913200688696357, 1.52545454545455, 1.09345180536197, 1.98022727272727, 1.26855236715916, 3.73318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1200, '2021-05-23 00:00:00', 0.108315516350383, 0.248181818181819, 0.167912443685952, 0.337727272727269, 0.195409576524288, 0.487954545454543, 0.802109536031214, 1.92022727272727, 1.20874089260459, 3.53954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1215, '2021-05-23 00:00:00', 0.123215618914927, 0.244772727272722, 0.141242170223167, 0.322727272727274, 0.187960113665119, 0.498636363636364, 0.79749679395195, 1.96022727272727, 1.19803150682358, 3.53840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1230, '2021-05-23 00:00:00', 0.106217941432937, 0.216818181818186, 0.1501975610964, 0.334545454545455, 0.250276902926592, 0.508636363636367, 0.808446917087895, 1.95568181818182, 1.20713689834334, 3.53340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1245, '2021-05-23 00:00:00', 0.132691093924671, 0.259545454545452, 0.153395902912374, 0.362727272727274, 0.228848992726337, 0.528636363636366, 0.803193302088282, 1.96363636363636, 1.19160110920693, 3.53181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1260, '2021-05-23 00:00:00', 0.0855783102552673, 0.238863636363638, 0.152154263540061, 0.338409090909094, 0.280918888788063, 0.540227272727274, 0.79899138258008, 1.98909090909091, 1.19017123799795, 3.52636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1275, '2021-05-23 00:00:00', 0.108074699595422, 0.227954545454546, 0.153222421301878, 0.358409090909093, 0.468405753825088, 0.587954545454545, 0.807001558332768, 2.01090909090909, 1.18724199749084, 3.53431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1290, '2021-05-23 00:00:00', 0.14883185113886, 0.278409090909092, 0.269615727828775, 0.409545454545453, 0.498576979341206, 0.628636363636362, 0.839849630944376, 2.01454545454545, 1.18871217466598, 3.54340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1305, '2021-05-23 00:00:00', 0.229697240973467, 0.291818181818182, 0.440653047447885, 0.43681818181818, 0.550740941292349, 0.69181818181818, 0.832202295222241, 2.01022727272727, 1.14975540877179, 3.5625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1320, '2021-05-23 00:00:00', 0.0938626516161813, 0.261249999999997, 0.109826418066248, 0.377499999999998, 0.381719103116689, 0.696, 0.864076172324498, 1.9775, 1.0872707259827, 3.4645 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1335, '2021-05-23 00:00:00', 0.10417470144451, 0.265499999999999, 0.169111260479759, 0.430249999999999, 0.604268315707864, 1.28175, 0.882230128707929, 2.002, 1.09048456153554, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1350, '2021-05-23 00:00:00', 0.136776806282509, 0.320000000000001, 0.328794048479881, 0.556500000000002, 0.676384107239602, 1.43425, 0.883476089093532, 2.008, 1.10188388322239, 3.46575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1365, '2021-05-23 00:00:00', 0.24025808491791, 0.431500000000002, 0.640072929644079, 1.19025, 0.712393112942861, 1.5125, 0.900941430130903, 1.98175, 1.12817770506712, 3.44425 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 930, '2021-05-23 00:00:00', 0.251022907321217, 1.1425, 0.417193000900055, 1.49, 0.463154941677169, 2.1275, 0.682358043845011, 2.3075, 1.83140656327315, 4.24999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 945, '2021-05-23 00:00:00', 0.0318198051533958, 0.602499999999999, 0.0742462120245802, 1.02749999999999, 0.0601040764008521, 1.25249999999999, 0.141421356237312, 1.52999999999999, 1.01116269709676, 3.66999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 960, '2021-05-23 00:00:00', 0.1520279579551, 0.557499999999997, 0.15556349186103, 0.770000000000003, 0.261629509039026, 0.870000000000005, 0.187383297014435, 1.3475, 0.717713382904346, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 975, '2021-05-23 00:00:00', 0.098994949366097, 0.354999999999997, 0.0106066017177886, 0.41749999999999, 0.144956890143241, 0.712499999999984, 0.286378246380542, 1.29749999999999, 0.717713382904346, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 930, '2021-05-23 00:00:00', 0.130814754519513, 0.722499999999997, 0.0813172798364393, 0.947500000000005, 0.190918830920355, 1.26499999999999, 1.09955104474507, 2.09249999999999, 0.958129688507755, 3.63249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 945, '2021-05-23 00:00:00', 0.091923881554248, 0.715000000000003, 0.22980970388562, 0.8125, 0.353553390593274, 1.32499999999999, 1.11015764646287, 1.85999999999999, 0.947523086789966, 3.62499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 960, '2021-05-23 00:00:00', 0.106066017177966, 0.370000000000005, 0.166170093578828, 0.612499999999997, 0.0141421356237181, 0.905000000000001, 0.696500179468759, 1.53749999999999, 0.929845417260298, 3.61249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 975, '2021-05-23 00:00:00', 0.0247487373415468, 0.352499999999992, 0.176776695296657, 0.644999999999996, 0.321733585439908, 0.747500000000002, 0.654073772597585, 1.50750000000001, 0.98994949366116, 3.65499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 930, '2021-05-23 00:00:00', 0.162634559672899, 0.679999999999993, 0.61164736572635, 0.997499999999988, 0.403050865276307, 1.145, 0.76721085758737, 1.8575, 1.65816540188244, 5.0275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 945, '2021-05-23 00:00:00', 0.236880771697499, 0.587499999999991, 0.00353553390592952, 0.752499999999998, 0.0989949493661271, 0.825000000000003, 0.289913780286462, 1.52000000000001, 1.20208152801713, 4.70500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 960, '2021-05-23 00:00:00', 0.109601551083936, 0.407499999999999, 0.15556349186106, 0.495000000000005, 0.360624458405153, 0.690000000000012, 0.0989949493660869, 1.38500000000001, 1.01116269709676, 4.57 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 975, '2021-05-23 00:00:00', 0.183847763108496, 0.465000000000003, 0.38183766184073, 0.614999999999995, 0.180312229202566, 0.807500000000005, 0.0176776695296476, 1.4425, 1.11722871427474, 4.645 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 930, '2021-05-23 00:00:00', 0.091923881554248, 0.905000000000001, 0.339411254969546, 1.08000000000001, 0.618718433538239, 1.40250000000001, 0.350017856687354, 1.78250000000001, 0.289913780286472, 5.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 945, '2021-05-23 00:00:00', 0.579827560572974, 0.785000000000004, 0.364159992311092, 0.937499999999993, 0.643467170879786, 1.45, 0.318198051533968, 1.68, 0.392444263558549, 5.68750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 960, '2021-05-23 00:00:00', 0.0141421356237281, 0.460000000000001, 0.325269119345807, 0.905000000000008, 0.0565685424949226, 1.285, 0.0636396103067816, 1.29, 0.724784450716205, 5.71250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 975, '2021-05-23 00:00:00', 0.240416305603439, 0.735000000000007, 0.272236110756845, 0.902499999999996, 0.053033008588973, 1.1325, 0.116672618895785, 1.25249999999999, 0.777817459305208, 5.675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 930, '2021-05-23 00:00:00', 0.45608387386533, 0.842499999999987, 0.240416305603449, 1.15000000000001, 0.254558441227167, 1.16, 0.116672618895775, 1.4225, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 945, '2021-05-23 00:00:00', 0.371231060122962, 1.0575, 0.38537319574668, 1.0675, 0.254558441227167, 1.16, 0.116672618895775, 1.4225, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 960, '2021-05-23 00:00:00', 0.141421356237301, 0.599999999999994, 0.148492424049167, 0.599999999999994, 0.155917045251625, 0.960000000000008, 0.163712897514206, 1.57499999999999, 0.171898542389917, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 975, '2021-05-23 00:00:00', 0.0318198051533858, 0.357500000000002, 0.120208152801724, 0.740000000000009, 0.0707106781186306, 0.875, 0.647002704785685, 1.5825, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:47:01 Duration: 769ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1080, '2021-05-23 00:00:00', 0.645207211688222, 1.16354166666667, 0.853843823753685, 1.62583333333334, 0.981677593071744, 2.03687500000001, 1.13497749450969, 2.90500000000001, 8.67973505813097, 14.700625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1095, '2021-05-23 00:00:00', 0.48387883072737, 1.051875, 0.575264904322284, 1.41416666666667, 0.783603715285153, 1.82, 1.05490003561708, 2.79145833333333, 8.69720735413786, 14.70125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1110, '2021-05-23 00:00:00', 0.438663153591496, 1.03916666666666, 0.575745263719689, 1.29499999999999, 0.762583299085076, 1.675625, 1.02499396869911, 2.663125, 8.70120568596633, 14.7022916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1125, '2021-05-23 00:00:00', 0.386222649235661, 0.793750000000002, 0.547259807679544, 1.25208333333333, 0.678948462324461, 1.56916666666667, 1.09894562033309, 2.79979166666667, 8.55559812281587, 14.94875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1140, '2021-05-23 00:00:00', 0.441683979015367, 0.89770833333334, 0.515271096158354, 1.11729166666667, 0.688585506672916, 1.5125, 1.14897431811841, 2.885625, 8.57596239370608, 15.02625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1155, '2021-05-23 00:00:00', 0.327342657745225, 0.791458333333341, 0.430568380672315, 1.0525, 0.562959313277431, 1.40333333333333, 2.89223244475487, 5.75958333333333, 8.59766604451717, 15.07375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1170, '2021-05-23 00:00:00', 0.32181712051718, 0.711458333333334, 0.453685990813986, 1.01875, 0.409633761841697, 1.39958333333333, 3.28766479583649, 6.179375, 8.58850761181409, 15.0877083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1185, '2021-05-23 00:00:00', 0.322683424413629, 0.744375000000003, 0.291770892350807, 1.02458333333334, 0.359525401735053, 1.32708333333334, 3.38362454126221, 6.49208333333333, 8.57410503368272, 15.1035416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1200, '2021-05-23 00:00:00', 0.232341187773995, 0.73708333333333, 0.32507161975635, 1.01791666666666, 0.459634188193745, 1.28125, 3.37300262286299, 6.63979166666666, 8.57693152021959, 15.0977083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1215, '2021-05-23 00:00:00', 0.247942895336457, 0.658124999999997, 0.280177787112586, 0.863125, 0.466825493805415, 1.20395833333333, 3.34878130547279, 6.69583333333333, 8.58586068039707, 15.0791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1230, '2021-05-23 00:00:00', 0.210149618888162, 0.617083333333331, 0.396040125236194, 0.852291666666664, 0.491127068182416, 1.29083333333333, 3.36493490445683, 6.75729166666666, 8.60157239375032, 15.0470833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1245, '2021-05-23 00:00:00', 0.291686671156626, 0.599374999999997, 0.384995529806532, 0.865416666666665, 0.500677077797545, 1.22416666666667, 3.30500328197123, 6.74145833333333, 8.59872007401288, 15.0677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1260, '2021-05-23 00:00:00', 0.253781187845644, 0.681249999999997, 0.348749253284746, 0.971041666666662, 0.383118816000876, 1.233125, 3.25346167371292, 6.79958333333333, 8.62120170513252, 15.1183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1275, '2021-05-23 00:00:00', 0.330960120632792, 0.67708333333333, 0.321789535931145, 0.864375000000001, 0.666401623038539, 1.39958333333333, 3.2991365800635, 6.9275, 8.62046574786682, 15.0758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1290, '2021-05-23 00:00:00', 0.176808973311533, 0.551250000000005, 0.25473629445005, 0.794166666666673, 0.633613651256006, 1.34479166666667, 3.32307345843346, 6.94458333333334, 8.65424147288569, 15.0179166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1305, '2021-05-23 00:00:00', 0.254237190263428, 0.563125000000003, 0.68252076997647, 1.05208333333333, 0.905441856062631, 1.52645833333333, 3.33268366857441, 6.9175, 8.65485471541421, 15.0533333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1320, '2021-05-23 00:00:00', 0.224028566708126, 0.634318181818177, 0.287023932965942, 0.8575, 0.75372179005024, 1.55318181818182, 3.34073724268691, 7.17090909090909, 8.98540237820592, 14.7952272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1335, '2021-05-23 00:00:00', 0.289528277335087, 0.636363636363642, 0.61275564503273, 1.07636363636363, 2.81368170941647, 5.16, 3.33757705781951, 7.10795454545455, 8.98017922043702, 14.7795454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1350, '2021-05-23 00:00:00', 0.423908899896252, 0.795227272727272, 0.483449679980859, 1.19954545454546, 3.08772685690577, 5.62, 3.31027961603905, 7.07522727272727, 8.98206270479674, 14.7563636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1365, '2021-05-23 00:00:00', 0.31505213270243, 0.900681818181822, 2.81230371128407, 4.96454545454545, 3.19790465083688, 5.87681818181818, 3.35266512194604, 6.98909090909091, 8.98691343238187, 14.7397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 990, '2021-05-23 00:00:00', 1.17686807312394, 2.31730769230769, 1.57554415508274, 3.06423076923077, 1.89666139875795, 3.91730769230769, 2.0725401452918, 4.92557692307692, 8.01703212877722, 14.8180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1005, '2021-05-23 00:00:00', 1.04189732625702, 2.01596153846154, 1.54372248651907, 2.68865384615385, 1.54241354326961, 3.36653846153846, 1.58684146850082, 4.28961538461538, 8.05179281517238, 14.7665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1020, '2021-05-23 00:00:00', 0.652312837878835, 1.60096153846154, 0.822695779832281, 2.25788461538462, 0.900638683635977, 2.72903846153846, 1.07194713202012, 3.63942307692307, 8.16644967817435, 14.7271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1035, '2021-05-23 00:00:00', 0.65382028229358, 1.55519230769231, 0.707312600894831, 1.93134615384616, 0.80830534976674, 2.30653846153846, 1.13559189920431, 3.41519230769231, 8.16888841181072, 14.6582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1050, '2021-05-23 00:00:00', 0.431318952124224, 1.17903846153846, 0.546573557580452, 1.64057692307692, 0.786302447192891, 2.12653846153846, 1.31607068140793, 3.29596153846154, 8.16324645308753, 14.5955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1065, '2021-05-23 00:00:00', 0.287544511604461, 1.01538461538461, 0.440147877248268, 1.34307692307692, 0.755803520459163, 2.05980769230769, 1.35191125391482, 3.08903846153846, 8.18488824227073, 14.5715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1080, '2021-05-23 00:00:00', 0.360232029926006, 0.983653846153849, 0.594871414677155, 1.465, 0.826640397121897, 2.03788461538462, 1.30725756687573, 3.10288461538462, 8.18496857754412, 14.5661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1095, '2021-05-23 00:00:00', 0.431687386890099, 1.005, 0.745629032325162, 1.50057692307692, 0.790009152819423, 1.92730769230769, 1.41460377708878, 3.16961538461538, 8.18775302133996, 14.5384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1110, '2021-05-23 00:00:00', 0.755553006845878, 1.11288461538462, 0.74512920923927, 1.47153846153846, 0.783987539147442, 1.79730769230769, 1.74619282572555, 3.24423076923077, 8.19662208098321, 14.4834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1125, '2021-05-23 00:00:00', 0.45356269179091, 0.906346153846157, 0.495520549911522, 1.22115384615384, 0.542988595998677, 1.49884615384615, 1.70510406855868, 3.14326923076923, 8.23945757409944, 15.4513461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1140, '2021-05-23 00:00:00', 0.376934803585245, 0.824615384615386, 0.506257193681082, 1.08788461538462, 0.527435304089515, 1.39, 1.86795186068757, 3.33307692307692, 8.26370117534417, 15.5086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1155, '2021-05-23 00:00:00', 0.423558006199131, 0.705769230769231, 0.451116265075183, 0.956730769230767, 0.464018898819362, 1.21846153846154, 3.72736510873917, 5.80942307692308, 8.0592719560478, 15.6723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1170, '2021-05-23 00:00:00', 0.292522451472332, 0.685769230769229, 0.338741108313616, 0.878461538461539, 0.47319909616924, 1.22923076923077, 3.68796535525193, 5.89269230769231, 8.05536786153279, 15.6657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1185, '2021-05-23 00:00:00', 0.27941394712174, 0.616923076923081, 0.346932768924822, 0.857115384615385, 0.481647053988067, 1.18173076923077, 3.83106406187026, 6.02038461538462, 8.03571952883834, 15.7028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1200, '2021-05-23 00:00:00', 0.208701111271963, 0.626923076923076, 0.370220152798924, 0.919807692307693, 0.591565198955599, 1.24576923076923, 3.76171742692085, 6.115, 7.99055823841729, 15.7601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1215, '2021-05-23 00:00:00', 0.312186827692354, 0.696153846153846, 0.391140148009143, 0.926153846153848, 0.597267012830428, 1.36826923076923, 3.750812917017, 6.16346153846154, 7.98079089969255, 15.7707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1230, '2021-05-23 00:00:00', 0.240382067678812, 0.66346153846154, 0.368348549401453, 0.930576923076923, 0.825236842460296, 1.54461538461538, 3.71890862816168, 6.22423076923077, 7.97434291722763, 15.7598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1245, '2021-05-23 00:00:00', 0.319863191909391, 0.702692307692311, 0.427038504839294, 1.03673076923077, 0.861998929144438, 1.56807692307693, 3.62746689005725, 6.23403846153846, 7.98282565164838, 15.7657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1260, '2021-05-23 00:00:00', 0.186823754872374, 0.701346153846153, 0.618002396062069, 1.12019230769231, 0.666861564459857, 1.47211538461539, 3.54250906844288, 6.2475, 7.99047011469577, 15.7444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1275, '2021-05-23 00:00:00', 0.596438274580543, 0.788846153846159, 0.67020100314412, 1.08923076923078, 0.849850937155817, 1.60384615384615, 3.52716351499878, 6.20230769230769, 7.99504837143206, 15.7423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1290, '2021-05-23 00:00:00', 0.418887170415217, 0.75730769230769, 0.450946184747653, 0.977692307692311, 1.11413928489837, 1.68211538461538, 3.53170279806302, 6.22557692307692, 7.99988344386245, 15.7563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1305, '2021-05-23 00:00:00', 0.291957847326263, 0.674230769230771, 0.629141172857586, 1.18884615384615, 1.10089956224618, 1.69538461538461, 3.49254551206512, 6.24307692307693, 7.9873285824871, 15.7582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1320, '2021-05-23 00:00:00', 0.218731106844571, 0.772916666666667, 0.342907168322503, 1.00875, 0.633808222034742, 1.64458333333333, 3.59551516511004, 6.13979166666667, 8.30854586404866, 15.676875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1335, '2021-05-23 00:00:00', 0.213133539822108, 0.644583333333333, 0.378691910932618, 0.968541666666667, 3.68589260594178, 5.06770833333334, 3.58586005666905, 6.12479166666667, 8.29568248103114, 15.715 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1350, '2021-05-23 00:00:00', 0.320582576578632, 0.728333333333335, 0.612533790845481, 1.25291666666667, 3.63260860051909, 5.173125, 3.56982781193773, 6.10520833333333, 8.30377055255579, 15.6997916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1365, '2021-05-23 00:00:00', 0.454723548361839, 0.991874999999996, 3.60823980909356, 4.83020833333333, 3.7153333866442, 5.3325, 3.48573676921758, 6.07770833333333, 8.32475551007573, 15.6072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 990, '2021-05-23 00:00:00', 1.13229326521955, 2.21596153846154, 1.35114465717605, 2.76673076923077, 1.6141201937898, 3.495, 1.51001839010707, 4.49846153846154, 8.14127237504159, 14.5432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1005, '2021-05-23 00:00:00', 0.880755444971052, 1.81692307692308, 1.09741964836401, 2.37673076923077, 1.15711458112244, 3.02307692307692, 1.25759789342161, 4.09769230769231, 8.18211837578659, 14.3213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1020, '2021-05-23 00:00:00', 0.667192164683753, 1.52576923076923, 0.851186592578039, 2.05884615384615, 0.911192962760697, 2.72884615384615, 1.96610614785046, 4.03076923076923, 8.19061145458628, 14.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1035, '2021-05-23 00:00:00', 0.592570703343938, 1.54596153846153, 0.65725349283678, 1.97692307692307, 0.739496424290519, 2.44019230769231, 2.12862936218085, 3.9101923076923, 8.15696784963628, 14.1675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1050, '2021-05-23 00:00:00', 0.511734944914016, 1.31057692307692, 0.554824712443906, 1.69230769230769, 0.727506595264847, 2.18538461538461, 2.68936887792257, 4.04519230769231, 8.16532967208588, 14.1155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1065, '2021-05-23 00:00:00', 0.476959762857015, 1.16384615384616, 0.552916219832481, 1.5371153846154, 0.81724499669033, 1.99076923076923, 2.66808983818301, 3.91923076923077, 8.14347431052335, 14.0246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1080, '2021-05-23 00:00:00', 0.417683032196199, 1.01634615384616, 0.5746307510045, 1.3625, 0.660225049043593, 1.81634615384615, 2.71756701141637, 3.72230769230769, 8.2115735398278, 13.92 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1095, '2021-05-23 00:00:00', 0.370950183261227, 0.965961538461534, 0.416630670239986, 1.27865384615385, 0.645106550531359, 1.75230769230769, 2.91471431506787, 3.88153846153846, 8.25042823364106, 13.8340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1110, '2021-05-23 00:00:00', 0.333523612357505, 0.899999999999994, 0.50150435230874, 1.21384615384615, 0.722080754060524, 1.69884615384614, 2.86851309646922, 3.77576923076923, 8.36591493226211, 13.9155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1125, '2021-05-23 00:00:00', 0.364266227662382, 0.821730769230768, 0.548549310594636, 1.20288461538461, 0.557728118213663, 1.61057692307692, 2.83453849180752, 3.67269230769231, 9.90915991160937, 15.3019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1140, '2021-05-23 00:00:00', 0.467293228646064, 0.88519230769231, 0.524851041138926, 1.20384615384615, 0.576798191611374, 1.58307692307692, 2.78774460810168, 3.765, 9.90010756934567, 15.4417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1155, '2021-05-23 00:00:00', 0.353033502441554, 0.805576923076924, 0.335894500378636, 1.09865384615385, 0.681734213943779, 1.51653846153846, 6.24308932710031, 6.78211538461538, 9.70263304469462, 15.48 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1170, '2021-05-23 00:00:00', 0.228704713886371, 0.709615384615386, 0.405007549787179, 1.00365384615384, 0.725662879982581, 1.43384615384616, 6.56475418720774, 7.04153846153846, 9.65410971276761, 15.5128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1185, '2021-05-23 00:00:00', 0.327898025893136, 0.706346153846149, 0.548946858854437, 1.04442307692308, 0.674506201146158, 1.47884615384615, 6.80832420361564, 7.23230769230769, 9.56243368604458, 15.51 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1200, '2021-05-23 00:00:00', 0.465390034933479, 0.821730769230777, 0.532808704306354, 1.10634615384616, 1.39727665065353, 1.74096153846154, 7.31060177729261, 7.53788461538461, 9.47478116045229, 15.5240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1215, '2021-05-23 00:00:00', 0.273585663704473, 0.746346153846158, 0.400410990781301, 1.09019230769231, 1.56922317871468, 1.68923076923076, 7.25217913139535, 7.73192307692308, 9.44358446451672, 15.5065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1230, '2021-05-23 00:00:00', 0.378634235926158, 0.731730769230766, 1.36368838082606, 1.20499999999999, 2.44690599769147, 1.9401923076923, 7.24072675113592, 7.93173076923077, 9.42888747210075, 15.5548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1245, '2021-05-23 00:00:00', 1.39168155066508, 0.946538461538454, 1.62349125225665, 1.24961538461538, 2.39845742894502, 1.92596153846154, 8.22522367477019, 8.1775, 9.39909432011732, 15.6159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1260, '2021-05-23 00:00:00', 0.640688812018873, 0.846923076923076, 1.89546009230964, 1.44980769230769, 1.85197434149031, 1.78980769230769, 8.32394707825191, 8.1201923076923, 9.07726270159932, 15.5019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1275, '2021-05-23 00:00:00', 1.8234352617645, 1.12307692307692, 1.78302107498654, 1.41192307692308, 2.05102166848998, 2.12673076923077, 8.30337040234034, 8.11903846153846, 9.07456393739369, 15.5044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1290, '2021-05-23 00:00:00', 0.64283509669157, 0.87519230769231, 0.787088915903701, 1.16519230769231, 1.49308946612256, 1.93692307692307, 8.17402559001095, 8.03288461538461, 9.07705449725592, 15.5021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1305, '2021-05-23 00:00:00', 0.726908760542783, 0.862115384615384, 1.38090137786325, 1.52115384615385, 1.44318575221092, 1.99134615384616, 8.08928872265428, 8.04403846153846, 9.03008086044383, 15.4928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1320, '2021-05-23 00:00:00', 0.579808775010961, 0.832291666666669, 0.869761310543788, 1.23270833333333, 0.923089880529639, 1.74416666666667, 8.41721139362245, 8.19708333333333, 9.26440974904438, 15.9497916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1335, '2021-05-23 00:00:00', 0.525672404116174, 0.843541666666666, 0.610424797146227, 1.14854166666667, 6.21094650407241, 5.57270833333333, 8.40251462318, 8.08458333333333, 9.27284733212661, 15.9304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1350, '2021-05-23 00:00:00', 0.576057589147558, 0.898541666666664, 0.600376089859816, 1.24416666666667, 6.46468808092824, 5.925625, 8.39639039670266, 8.17895833333333, 9.25724238361042, 15.921875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1365, '2021-05-23 00:00:00', 0.406803051643033, 0.873125000000003, 6.18572918958502, 5.38104166666666, 6.73073393490905, 6.08979166666666, 8.42358089959974, 8.61770833333333, 9.26470944623675, 15.8620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 990, '2021-05-23 00:00:00', 0.675449125944455, 2.05239130434782, 1.01011837446647, 2.66369565217391, 1.16710055925572, 3.43847826086956, 2.93660397149079, 5.12260869565217, 5.96250474598132, 13.3591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1005, '2021-05-23 00:00:00', 0.904055531016787, 1.65130434782609, 0.949743152297485, 2.13434782608696, 1.21309794351213, 2.8645652173913, 2.89686623648639, 4.43108695652174, 6.12232513989392, 13.0858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1020, '2021-05-23 00:00:00', 0.402132040337012, 1.26978260869565, 0.88234444485563, 1.91891304347826, 1.43386811346038, 2.41130434782609, 2.86077815984425, 4.06804347826087, 6.02213753694102, 12.8421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1035, '2021-05-23 00:00:00', 0.818179556430775, 1.45782608695652, 0.839452932150715, 1.75195652173913, 1.67151170603116, 2.29673913043479, 2.98151437434517, 3.91565217391305, 6.07942851647724, 12.7402173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1050, '2021-05-23 00:00:00', 0.518521671022685, 1.09521739130435, 1.41914726246756, 1.61695652173914, 1.95016888900735, 2.14717391304348, 2.98914928344758, 3.7604347826087, 6.04433180233837, 12.6991304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1065, '2021-05-23 00:00:00', 1.09220400337128, 1.17630434782609, 1.2740198123316, 1.5608695652174, 1.66418073827462, 2.00543478260869, 2.81179411870925, 3.50543478260869, 6.05509051511578, 12.855652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1080, '2021-05-23 00:00:00', 0.500141383172857, 0.963695652173913, 0.787064265548097, 1.26760869565218, 0.927461845203511, 1.71826086956522, 2.65495604498276, 3.32565217391304, 6.04231378934046, 12.8217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1095, '2021-05-23 00:00:00', 0.65832409392959, 0.877608695652172, 0.726999831458516, 1.21586956521739, 0.827774231216222, 1.54978260869565, 2.72241883773662, 3.41065217391304, 6.02851931722067, 12.7973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1110, '2021-05-23 00:00:00', 0.466825436477376, 0.883478260869565, 0.636119193593853, 1.20108695652174, 0.830171776119623, 1.60978260869566, 2.87528878082229, 3.46413043478261, 6.04654107668962, 12.7810869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1125, '2021-05-23 00:00:00', 0.445918911787027, 0.866304347826081, 0.560421213694566, 1.12586956521739, 0.969781667290858, 1.68413043478261, 2.88951077686938, 3.4404347826087, 7.68467881811267, 14.4089130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1140, '2021-05-23 00:00:00', 0.435931150962447, 0.777173913043481, 0.596037972634408, 1.14108695652174, 0.932554187301179, 1.57130434782608, 2.86064895619733, 3.38478260869565, 7.83617614787681, 14.5295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1155, '2021-05-23 00:00:00', 0.541104674508271, 0.869782608695656, 0.790620347320277, 1.22152173913043, 2.47701379326313, 2.12782608695652, 4.10251467759006, 6.67304347826087, 8.09911129414461, 14.6291304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1170, '2021-05-23 00:00:00', 0.412738731971651, 0.761521739130435, 0.549669142310085, 1.0545652173913, 2.43743405707902, 1.92565217391304, 4.16981868261077, 6.75086956521739, 8.51360727854419, 14.8004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1185, '2021-05-23 00:00:00', 0.359477140064914, 0.735217391304346, 2.47214909466339, 1.53565217391304, 2.44510115619612, 1.78586956521739, 4.11342461403342, 6.85934782608696, 8.50166038770228, 14.9154347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 990, '2021-05-23 00:00:00', 1.27529908140622, 2.42826086956521, 1.85558293899202, 3.08195652173913, 1.81872330128591, 3.46608695652173, 2.00713913565588, 4.60434782608695, 9.06052083744913, 14.9341304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1005, '2021-05-23 00:00:00', 0.892122917761484, 1.8158695652174, 0.98889975592712, 2.275, 1.1631548264086, 2.81782608695652, 1.41791212787378, 3.86956521739131, 8.89365462500838, 14.7580434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1020, '2021-05-23 00:00:00', 0.566818752357144, 1.50195652173912, 0.755519414032649, 1.98369565217391, 1.11320066091538, 2.6454347826087, 1.33413141052648, 3.6195652173913, 8.91125486343572, 14.7221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1035, '2021-05-23 00:00:00', 0.627850259708958, 1.33369565217392, 0.829770552599016, 1.83152173913044, 1.25841841103554, 2.31652173913044, 1.33917176929175, 3.3208695652174, 8.93652615966471, 14.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1050, '2021-05-23 00:00:00', 0.696274530155933, 1.26630434782609, 0.806933638679907, 1.70152173913043, 1.06109208043508, 2.11369565217391, 1.25453903160411, 3.175, 8.89435708994632, 14.5569565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1065, '2021-05-23 00:00:00', 0.59588733781445, 1.12391304347826, 0.902121018497971, 1.52782608695652, 1.0003376900183, 2.07130434782609, 1.20650673351777, 3.00695652173913, 8.85431754176655, 14.5913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 990, '2021-05-23 00:00:00', 1.16472553991631, 2.3228, 1.38588494592204, 2.929, 1.97990740524231, 3.84899999999999, 3.26952056882963, 5.6278, 6.95879131027796, 13.8934 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1005, '2021-05-23 00:00:00', 0.742898209716516, 1.7704, 1.0007537992267, 2.4204, 1.56694615414826, 3.3516, 3.13515766482857, 5.1214, 7.02833006481625, 13.7662 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1020, '2021-05-23 00:00:00', 0.574162433462868, 1.58, 1.0617292498561, 2.2476, 1.43262559077148, 3.0384, 2.89662753617605, 4.8264, 7.10876157170385, 13.6734 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1035, '2021-05-23 00:00:00', 0.763733974190839, 1.427, 0.976753679286647, 2.0196, 1.92739800854243, 2.8038, 2.83840173630631, 4.5834, 7.08760801211053, 13.6104 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1050, '2021-05-23 00:00:00', 0.534404107394394, 1.3126, 0.916507501333183, 1.7288, 1.74951307511547, 2.4028, 3.01594478010899, 4.475, 7.13961350494549, 13.5668 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1065, '2021-05-23 00:00:00', 0.596923850531485, 1.1158, 1.43552902559765, 1.6854, 1.57694131681134, 2.14719999999999, 3.05438643593112, 4.3066, 7.11897208169832, 13.5998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1080, '2021-05-23 00:00:00', 1.10162765942037, 1.1528, 1.26133649356546, 1.5198, 1.41370488433761, 2.14359999999999, 3.09093631984442, 4.2704, 7.05612982920997, 13.6884 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1095, '2021-05-23 00:00:00', 0.76230090296855, 1.1312, 1.20906558272632, 1.58099999999999, 1.39771530839916, 2.15319999999999, 3.16762367556501, 4.3778, 7.07473340487117, 13.6794 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1110, '2021-05-23 00:00:00', 0.530435905647417, 1.0118, 0.763319232038603, 1.475, 1.31684715007728, 2.1202, 2.79118370946808, 4.1224, 6.68217686586241, 13.4922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1125, '2021-05-23 00:00:00', 0.58814560272096, 0.989399999999999, 0.664157486343917, 1.3252, 1.32960232149817, 1.9956, 2.74398580231993, 4.0182, 6.49478734576173, 13.8772 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1140, '2021-05-23 00:00:00', 0.363994047570377, 0.894000000000001, 1.30978745095022, 1.5384, 1.76935232971465, 2.1108, 2.6928732641301, 4.0068, 6.49340019429985, 13.9826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1155, '2021-05-23 00:00:00', 1.20833828734617, 1.2172, 1.24374592126634, 1.5418, 1.74664397249888, 2.1262, 2.32898443532799, 5.59179999999999, 6.2465055097497, 14.1854 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1170, '2021-05-23 00:00:00', 0.523945528339224, 0.907199999999999, 0.889334816965277, 1.3932, 1.78536823932767, 2.0872, 2.29769047088593, 5.6424, 6.21736881646891, 14.205 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1185, '2021-05-23 00:00:00', 0.645079323287704, 0.952599999999998, 1.62701861800452, 1.49599999999999, 1.77501650227071, 2.03239999999999, 2.26935284460864, 5.7154, 6.16780449863104, 14.2604 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1200, '2021-05-23 00:00:00', 0.3311406803726, 0.842173913043476, 0.554891471780331, 1.195, 0.875474461990092, 1.72652173913044, 1.7550604135858, 5.30934782608695, 5.81315504192878, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1215, '2021-05-23 00:00:00', 0.365693612443281, 0.784999999999999, 0.542818093115402, 1.12586956521739, 0.813718529867547, 1.71086956521739, 1.70125752721716, 5.35891304347826, 5.81315504192878, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1230, '2021-05-23 00:00:00', 0.358075388975175, 0.755434782608692, 0.651262759428316, 1.15, 0.821938744916714, 1.61913043478261, 1.86589756294793, 5.47652173913043, 5.80625640483911, 13.7454347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1245, '2021-05-23 00:00:00', 0.464905426227712, 0.855652173913044, 0.685643144601571, 1.27760869565217, 0.706055960786998, 1.58826086956522, 2.00795667776046, 5.54173913043478, 5.81772552095354, 13.725652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1260, '2021-05-23 00:00:00', 0.627037548282811, 0.965217391304345, 0.738312425165762, 1.25565217391304, 0.791159715640381, 1.59717391304348, 2.19613269504127, 5.55978260869565, 5.83039434526893, 13.7336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1275, '2021-05-23 00:00:00', 0.474671511129819, 0.808043478260867, 0.488999341238031, 1.04608695652174, 1.24612656777909, 1.73217391304348, 2.22628665556062, 5.49, 5.8316482697006, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1290, '2021-05-23 00:00:00', 0.346895320862601, 0.709999999999998, 0.53524725548659, 1.04847826086957, 1.30513560696548, 1.75304347826088, 2.28194693588213, 5.605, 5.76677513473046, 13.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1305, '2021-05-23 00:00:00', 0.284283997622707, 0.697500000000004, 1.1921290592216, 1.30229166666667, 1.35315867724266, 1.71166666666667, 2.56265441387003, 5.77291666666666, 5.7162497048682, 13.8104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1320, '2021-05-23 00:00:00', 0.296187627002904, 0.691590909090911, 0.576620246861753, 1.03363636363637, 0.828318591069698, 1.60954545454546, 2.62213324186534, 5.6975, 5.95297557830794, 13.9970454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1335, '2021-05-23 00:00:00', 0.543760953017016, 0.754545454545456, 0.640666970169889, 1.0525, 2.03307238762749, 4.625, 2.63119979052567, 5.74363636363636, 5.95297557830794, 13.9970454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1350, '2021-05-23 00:00:00', 0.328187416759819, 0.748863636363634, 0.624259041303649, 1.21727272727273, 1.94718450311661, 4.69318181818182, 2.6449654454817, 5.69772727272727, 5.95087659518178, 13.9981818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1365, '2021-05-23 00:00:00', 0.646386768876309, 0.997045454545456, 2.02692969624171, 4.48522727272727, 1.97907321492745, 4.82613636363636, 2.66058057858647, 5.6915909090909, 5.95568770768151, 13.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1200, '2021-05-23 00:00:00', 0.434499513049008, 0.742272727272727, 0.56837411464557, 1.00090909090909, 0.647319188681, 1.21568181818182, 3.895876420578, 6.62068181818182, 8.6155215061255, 14.9931818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1215, '2021-05-23 00:00:00', 0.391713200698843, 0.664772727272725, 0.478234317851159, 0.851590909090906, 0.845519768931321, 1.23181818181818, 3.86400775080335, 6.65477272727273, 9.4779950891046, 15.2563636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1230, '2021-05-23 00:00:00', 0.418570542084959, 0.633181818181815, 0.50290498099881, 0.894090909090908, 1.06734062853243, 1.36227272727273, 3.86275128072077, 6.67613636363636, 9.65065022594591, 15.2845454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1245, '2021-05-23 00:00:00', 0.40304764308627, 0.680454545454547, 0.74645819552225, 0.956136363636367, 1.05499802527461, 1.3425, 3.84889378046905, 6.695, 9.6440559632386, 15.2902272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1260, '2021-05-23 00:00:00', 0.448177224628075, 0.646590909090911, 0.807675972275066, 1.005, 0.922040838227519, 1.27954545454546, 3.80363986077497, 6.62, 9.68954054336729, 15.1956818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1275, '2021-05-23 00:00:00', 0.498143360248139, 0.697045454545448, 0.558849554598844, 0.896590909090909, 1.11823136966547, 1.44159090909091, 3.88920116660038, 6.66, 9.72021830997157, 15.1347727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1290, '2021-05-23 00:00:00', 0.418514172465058, 0.622727272727273, 0.478628824819456, 0.843863636363639, 1.08566954225416, 1.50454545454546, 3.99930817204406, 6.75295454545454, 9.65065348089057, 15.1856818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1305, '2021-05-23 00:00:00', 0.3531858713769, 0.585454545454547, 0.928697156822887, 1.13886363636363, 1.09027380492102, 1.57727272727273, 4.02516776558761, 6.85772727272727, 9.65843776019355, 15.1715909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1320, '2021-05-23 00:00:00', 0.277817030852283, 0.63325, 0.292455124762761, 0.877000000000004, 0.4964942226833, 1.30275, 4.23656510413554, 6.97125, 10.019581945791, 15.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1335, '2021-05-23 00:00:00', 0.256194185192241, 0.615249999999999, 0.449064158468538, 0.949249999999999, 3.86170247259445, 5.81975, 4.14844894921108, 6.9705, 9.98338143788019, 15.49625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1350, '2021-05-23 00:00:00', 0.244363297269934, 0.683499999999998, 0.347771476691234, 0.978499999999995, 3.91128410566954, 5.96975, 4.12009085074844, 6.90775, 10.0144195906124, 15.5405 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1365, '2021-05-23 00:00:00', 0.349541428912671, 0.791500000000002, 3.81768511942154, 5.63525, 3.83753172453885, 6.0345, 4.12127116152797, 6.80375, 10.018433861611, 15.57275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 930, '2021-05-23 00:00:00', 1.13137084989849, 1.99000000000001, 0.940452018978117, 2.38500000000001, 0.724784450716215, 2.6375, 0.360624458405133, 2.89500000000001, 2.87085353161738, 15.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 945, '2021-05-23 00:00:00', 0.162634559672919, 1.53, 0.0954594154601775, 1.7525, 0.183847763108496, 1.875, 0.15556349186106, 2.53, 3.20672925268101, 15.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 960, '2021-05-23 00:00:00', 0.0282842712474563, 1.13000000000001, 0.530330085889911, 1.58500000000001, 0.205060966544093, 1.86, 0.286378246380573, 2.6225, 3.2915820664234, 15.5275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 975, '2021-05-23 00:00:00', 0.410121933088206, 1.16500000000001, 0.441941738241592, 1.1875, 0.091923881554248, 1.65000000000001, 0.357088924499223, 2.78750000000001, 3.2915820664234, 15.5275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 930, '2021-05-23 00:00:00', 1.42835569799681, 2.29499999999999, 1.23743686707644, 2.52499999999999, 1.6546298679765, 3.44999999999999, 2.11071374184183, 4.1075, 2.7966073195928, 18.0275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 945, '2021-05-23 00:00:00', 0.0212132034355771, 1.34999999999999, 0.632860569161947, 1.7825, 0.403050865276307, 2.3, 0.417193000900065, 3.27, 2.88499566724112, 18.09 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 960, '2021-05-23 00:00:00', 0.0565685424949326, 1.02999999999999, 0.30759144981615, 1.64249999999998, 0.166170093578848, 1.79249999999999, 0.22627416997969, 2.815, 3.2385490578344, 18.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 975, '2021-05-23 00:00:00', 0.484368145112787, 1.42249999999999, 0.0989949493661271, 1.74499999999999, 0.0601040764008622, 1.8575, 0.272236110756814, 2.8475, 3.2385490578344, 18.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 930, '2021-05-23 00:00:00', 0.169705627484778, 1.935, 0.922774349448449, 4.00749999999999, 1.45663996924427, 4.95999999999999, 0.53386561979584, 6.7775, 0.636396103067897, 15.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 945, '2021-05-23 00:00:00', 0.636396103067897, 2.39999999999999, 0.668215908221292, 2.39999999999999, 0.701626703632356, 3.935, 0.736708038813974, 5.17, 0.773543440754673, 14.2325 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 960, '2021-05-23 00:00:00', 0.268700576850905, 1.08, 0.707106781186548, 2.125, 1.53088618126889, 2.70750000000001, 0.215667568261882, 3.94250000000001, 1.38592929112562, 13.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 975, '2021-05-23 00:00:00', 0.463154941677169, 1.53749999999999, 1.28693434175951, 2.12, 1.11015764646287, 2.245, 0.441941738241592, 4.24250000000001, 1.49906637611548, 12.76 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 930, '2021-05-23 00:00:00', 0.406586399182277, 2.3875, 0.426915719141391, 2.3875, 0.44826150509846, 3.47500000000001, 0.470674580353383, 4.22000000000001, 0.494208309371053, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 945, '2021-05-23 00:00:00', 0.106066017177986, 1.44000000000001, 1.4884597743977, 2.52250000000001, 1.31521861300699, 2.86500000000001, 1.57684812204601, 4.20500000000001, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 960, '2021-05-23 00:00:00', 1.33643181644261, 2.40000000000001, 1.15258405333409, 2.75000000000001, 0.802566196646725, 3.27250000000001, 1.59452579157566, 4.2175, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 975, '2021-05-23 00:00:00', 0.190918830920375, 1.175, 0.498510280736525, 1.7925, 1.33996735034851, 3.72750000000001, 1.93040151263929, 4.45500000000001, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 930, '2021-05-23 00:00:00', 2.11778480965371, 2.7525, 2.05060966544099, 3.23, 1.85615530061471, 3.7325, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 945, '2021-05-23 00:00:00', 0.137885822331372, 1.78749999999999, 0.335875721063626, 2.1275, 0.502045814642454, 3.18499999999999, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 960, '2021-05-23 00:00:00', 0.675286976033162, 1.8875, 0.791959594928936, 2.97999999999999, 0.76721085758741, 3.55749999999999, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 975, '2021-05-23 00:00:00', 0.314662517628009, 1.73749999999998, 0.371231060122941, 2.18749999999999, 1.11369318036882, 2.89749999999999, 1.87736850405028, 5.80749999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:46:25 Duration: 759ms Database: acaweb_fx User: pgperfstats
9 32 4s430ms 110ms 193ms 138ms with selec as ( select uuid from solr_relevance_old where age <> newage or relevant <> newrelevant or hod_correct <> new_hod_correct or hod_percent <> new_hod_percent or hod_total <> new_hod_total or pattern_correct <> new_pattern_correct or pattern_percent <> new_pattern_percent or pattern_total <> new_pattern_total or percent <> new_percent or symbol_correct <> new_symbol_correct or symbol_percent <> new_symbol_percent or symbol_total <> new_symbol_total limit ? ), upp as ( update solr_relevance_old set relevant = coalesce(newrelevant, relevant), age = coalesce(newage, age), hod_correct = coalesce(new_hod_correct, coalesce(hod_correct, ?)), hod_percent = coalesce(new_hod_percent, coalesce(hod_percent, ?)), hod_total = coalesce(new_hod_total, coalesce(hod_total, ?)), pattern_correct = coalesce(new_pattern_correct, coalesce(pattern_correct, ?)), pattern_percent = coalesce(new_pattern_percent, coalesce(pattern_percent, ?)), pattern_total = coalesce(new_pattern_total, coalesce(pattern_total, ?)), percent = coalesce(new_percent, coalesce(percent, ?)), symbol_correct = coalesce(new_symbol_correct, coalesce(symbol_correct, ?)), symbol_percent = coalesce(new_symbol_percent, coalesce(symbol_percent, ?)), symbol_total = coalesce(new_symbol_total, coalesce(symbol_total, ?)) where uuid in ( select uuid from selec) returning * ) select ? || upp.uuid || ? || upp.age || ? || upp.relevant || ? || upp.hod_correct || ? || upp.hod_percent || ? || upp.hod_total || ? || upp.pattern_correct || ? || upp.pattern_percent || ? || upp.pattern_total || ? || upp.percent || ? || upp.symbol_correct || ? || upp.symbol_percent || ? || upp.symbol_total || ? from upp;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 23 17 32 4s430ms 138ms [ User: postgres - Total duration: 4s430ms - Times executed: 32 ]
-
WITH selec AS ( SELECT uuid FROM solr_relevance_old where age <> newage or relevant <> newrelevant or hod_correct <> new_hod_correct or hod_percent <> new_hod_percent or hod_total <> new_hod_total or pattern_correct <> new_pattern_correct or pattern_percent <> new_pattern_percent or pattern_total <> new_pattern_total or percent <> new_percent or symbol_correct <> new_symbol_correct or symbol_percent <> new_symbol_percent or symbol_total <> new_symbol_total limit 10000 ), upp AS ( UPDATE solr_relevance_old SET relevant = COALESCE(newrelevant, relevant), age = COALESCE(newage, age), hod_correct = COALESCE(new_hod_correct, COALESCE(hod_correct, 0)), hod_percent = COALESCE(new_hod_percent, COALESCE(hod_percent, 0)), hod_total = COALESCE(new_hod_total, COALESCE(hod_total, 0)), pattern_correct = COALESCE(new_pattern_correct, COALESCE(pattern_correct, 0)), pattern_percent = COALESCE(new_pattern_percent, COALESCE(pattern_percent, 0)), pattern_total = COALESCE(new_pattern_total, COALESCE(pattern_total, 0)), percent = COALESCE(new_percent, COALESCE(percent, 0)), symbol_correct = COALESCE(new_symbol_correct, COALESCE(symbol_correct, 0)), symbol_percent = COALESCE(new_symbol_percent, COALESCE(symbol_percent, 0)), symbol_total = COALESCE(new_symbol_total, COALESCE(symbol_total, 0)) WHERE uuid in ( SELECT uuid FROM selec) RETURNING * ) SELECT '{"uuid":"' || upp.uuid || '","age":{"set":' || upp.age || '},"relevance":{"set":' || upp.relevant || '},"stats_hod_correct":{"set":' || upp.hod_correct || '},"stats_hod_percent":{"set":' || upp.hod_percent || '},"stats_hod_total":{"set":' || upp.hod_total || '},"stats_pattern_name_correct":{"set":' || upp.pattern_correct || '},"stats_pattern_name_percent":{"set":' || upp.pattern_percent || '},"stats_pattern_name_total":{"set":' || upp.pattern_total || '},"stats_percent":{"set":' || upp.percent || '},"stats_symbol_correct":{"set":' || upp.symbol_correct || '},"stats_symbol_percent":{"set":' || upp.symbol_percent || '},"stats_symbol_total":{"set":' || upp.symbol_total || '}},' from upp;
Date: 2021-05-23 17:20:12 Duration: 193ms Database: acaweb_fx User: postgres
-
WITH selec AS ( SELECT uuid FROM solr_relevance_old where age <> newage or relevant <> newrelevant or hod_correct <> new_hod_correct or hod_percent <> new_hod_percent or hod_total <> new_hod_total or pattern_correct <> new_pattern_correct or pattern_percent <> new_pattern_percent or pattern_total <> new_pattern_total or percent <> new_percent or symbol_correct <> new_symbol_correct or symbol_percent <> new_symbol_percent or symbol_total <> new_symbol_total limit 10000 ), upp AS ( UPDATE solr_relevance_old SET relevant = COALESCE(newrelevant, relevant), age = COALESCE(newage, age), hod_correct = COALESCE(new_hod_correct, COALESCE(hod_correct, 0)), hod_percent = COALESCE(new_hod_percent, COALESCE(hod_percent, 0)), hod_total = COALESCE(new_hod_total, COALESCE(hod_total, 0)), pattern_correct = COALESCE(new_pattern_correct, COALESCE(pattern_correct, 0)), pattern_percent = COALESCE(new_pattern_percent, COALESCE(pattern_percent, 0)), pattern_total = COALESCE(new_pattern_total, COALESCE(pattern_total, 0)), percent = COALESCE(new_percent, COALESCE(percent, 0)), symbol_correct = COALESCE(new_symbol_correct, COALESCE(symbol_correct, 0)), symbol_percent = COALESCE(new_symbol_percent, COALESCE(symbol_percent, 0)), symbol_total = COALESCE(new_symbol_total, COALESCE(symbol_total, 0)) WHERE uuid in ( SELECT uuid FROM selec) RETURNING * ) SELECT '{"uuid":"' || upp.uuid || '","age":{"set":' || upp.age || '},"relevance":{"set":' || upp.relevant || '},"stats_hod_correct":{"set":' || upp.hod_correct || '},"stats_hod_percent":{"set":' || upp.hod_percent || '},"stats_hod_total":{"set":' || upp.hod_total || '},"stats_pattern_name_correct":{"set":' || upp.pattern_correct || '},"stats_pattern_name_percent":{"set":' || upp.pattern_percent || '},"stats_pattern_name_total":{"set":' || upp.pattern_total || '},"stats_percent":{"set":' || upp.percent || '},"stats_symbol_correct":{"set":' || upp.symbol_correct || '},"stats_symbol_percent":{"set":' || upp.symbol_percent || '},"stats_symbol_total":{"set":' || upp.symbol_total || '}},' from upp;
Date: 2021-05-23 17:20:34 Duration: 191ms Database: acaweb_fx User: postgres
-
WITH selec AS ( SELECT uuid FROM solr_relevance_old where age <> newage or relevant <> newrelevant or hod_correct <> new_hod_correct or hod_percent <> new_hod_percent or hod_total <> new_hod_total or pattern_correct <> new_pattern_correct or pattern_percent <> new_pattern_percent or pattern_total <> new_pattern_total or percent <> new_percent or symbol_correct <> new_symbol_correct or symbol_percent <> new_symbol_percent or symbol_total <> new_symbol_total limit 10000 ), upp AS ( UPDATE solr_relevance_old SET relevant = COALESCE(newrelevant, relevant), age = COALESCE(newage, age), hod_correct = COALESCE(new_hod_correct, COALESCE(hod_correct, 0)), hod_percent = COALESCE(new_hod_percent, COALESCE(hod_percent, 0)), hod_total = COALESCE(new_hod_total, COALESCE(hod_total, 0)), pattern_correct = COALESCE(new_pattern_correct, COALESCE(pattern_correct, 0)), pattern_percent = COALESCE(new_pattern_percent, COALESCE(pattern_percent, 0)), pattern_total = COALESCE(new_pattern_total, COALESCE(pattern_total, 0)), percent = COALESCE(new_percent, COALESCE(percent, 0)), symbol_correct = COALESCE(new_symbol_correct, COALESCE(symbol_correct, 0)), symbol_percent = COALESCE(new_symbol_percent, COALESCE(symbol_percent, 0)), symbol_total = COALESCE(new_symbol_total, COALESCE(symbol_total, 0)) WHERE uuid in ( SELECT uuid FROM selec) RETURNING * ) SELECT '{"uuid":"' || upp.uuid || '","age":{"set":' || upp.age || '},"relevance":{"set":' || upp.relevant || '},"stats_hod_correct":{"set":' || upp.hod_correct || '},"stats_hod_percent":{"set":' || upp.hod_percent || '},"stats_hod_total":{"set":' || upp.hod_total || '},"stats_pattern_name_correct":{"set":' || upp.pattern_correct || '},"stats_pattern_name_percent":{"set":' || upp.pattern_percent || '},"stats_pattern_name_total":{"set":' || upp.pattern_total || '},"stats_percent":{"set":' || upp.percent || '},"stats_symbol_correct":{"set":' || upp.symbol_correct || '},"stats_symbol_percent":{"set":' || upp.symbol_percent || '},"stats_symbol_total":{"set":' || upp.symbol_total || '}},' from upp;
Date: 2021-05-23 17:05:34 Duration: 174ms Database: acaweb_fx User: postgres
10 27 1s846ms 53ms 131ms 68ms with rar_max as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or bmr.patternlengthbars <= ?) order by symbolid, identified desc, interval desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, interval desc;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 23 17 27 1s846ms 68ms [ User: postgres - Total duration: 1s846ms - Times executed: 27 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('224' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'ENI.MI', 'EOAN.de', 'FB', 'FCA.MI', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UCG.MI', 'UMI.br.', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-05-23 17:58:17 Duration: 131ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('224' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'ENI.MI', 'EOAN.de', 'FB', 'FCA.MI', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UCG.MI', 'UMI.br.', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-05-23 17:52:02 Duration: 104ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('224' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'ENI.MI', 'EOAN.de', 'FB', 'FCA.MI', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UCG.MI', 'UMI.br.', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-05-23 17:36:01 Duration: 103ms Database: acaweb_fx User: postgres Bind query: yes
11 24 2m6s 794ms 11s848ms 5s281ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 23 17 24 2m6s 5s281ms [ User: postgres - Total duration: 2m6s - Times executed: 24 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:05:42 Duration: 11s848ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:20:41 Duration: 10s691ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:30:39 Duration: 9s659ms Database: acaweb_fx User: postgres Bind query: yes
12 18 2s798ms 51ms 426ms 155ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 23 17 18 2s798ms 155ms [ User: postgres - Total duration: 2s798ms - Times executed: 18 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1016398' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:02:48 Duration: 426ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1002798' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:47:29 Duration: 352ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1032158' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:09:48 Duration: 246ms Database: acaweb_fx User: postgres Bind query: yes
13 16 3s740ms 222ms 251ms 233ms with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration May 23 17 16 3s740ms 233ms [ User: postgres - Total duration: 3s740ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-23 17:56:11 Duration: 251ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-23 17:50:12 Duration: 243ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-23 17:16:11 Duration: 242ms Database: acaweb_fx User: postgres
14 16 3s71ms 145ms 529ms 191ms update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type = ?) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 23 17 16 3s71ms 191ms [ User: postgres - Total duration: 3s71ms - Times executed: 16 ]
-
UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type = 'cp') sub WHERE result_uid = sub.resultuid;
Date: 2021-05-23 17:46:12 Duration: 529ms Database: acaweb_fx User: postgres
-
UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type = 'cp') sub WHERE result_uid = sub.resultuid;
Date: 2021-05-23 17:41:12 Duration: 401ms Database: acaweb_fx User: postgres
-
UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type = 'cp') sub WHERE result_uid = sub.resultuid;
Date: 2021-05-23 17:50:12 Duration: 177ms Database: acaweb_fx User: postgres
15 16 2s738ms 57ms 515ms 171ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t240 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 23 17 16 2s738ms 171ms [ User: postgres - Total duration: 2s738ms - Times executed: 16 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '1002799' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:43:43 Duration: 515ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '1016474' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:24:29 Duration: 327ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '1016414' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:24:29 Duration: 322ms Database: acaweb_fx User: postgres Bind query: yes
16 16 2s654ms 153ms 208ms 165ms copy solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) from ? with ( format csv, header);Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 23 17 16 2s654ms 165ms [ User: postgres - Total duration: 2s654ms - Times executed: 16 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-23 17:18:11 Duration: 208ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-23 17:26:11 Duration: 185ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-23 17:46:11 Duration: 172ms Database: acaweb_fx User: postgres
17 16 1s838ms 108ms 138ms 114ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 23 17 16 1s838ms 114ms [ User: postgres - Total duration: 1s838ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-23 17:20:12 Duration: 138ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-23 17:35:12 Duration: 130ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-23 17:48:11 Duration: 116ms Database: acaweb_fx User: postgres
18 16 1s475ms 75ms 127ms 92ms update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join autochartist_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 23 17 16 1s475ms 92ms [ User: postgres - Total duration: 1s475ms - Times executed: 16 ]
-
update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join autochartist_results a on a.resultuid = s.result_uid where s.uuid ilike 'cp_%' and a.resultuid is null);
Date: 2021-05-23 17:46:11 Duration: 127ms Database: acaweb_fx User: postgres
-
update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join autochartist_results a on a.resultuid = s.result_uid where s.uuid ilike 'cp_%' and a.resultuid is null);
Date: 2021-05-23 17:03:11 Duration: 127ms Database: acaweb_fx User: postgres
-
update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join autochartist_results a on a.resultuid = s.result_uid where s.uuid ilike 'cp_%' and a.resultuid is null);
Date: 2021-05-23 17:33:11 Duration: 121ms Database: acaweb_fx User: postgres
19 14 4s405ms 51ms 569ms 314ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t30 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 23 17 14 4s405ms 314ms [ User: postgres - Total duration: 4s405ms - Times executed: 14 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '982731' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:05:38 Duration: 569ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '1009902' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:03:15 Duration: 533ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '983516' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:16:10 Duration: 496ms Database: acaweb_fx User: postgres Bind query: yes
20 13 1m4s 4s592ms 5s700ms 4s984ms copy ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ?) as broker_ids, string_to_array(coalesce(replace(broker_symbol_mappings, ?, ?), ?), ?) as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ?) as search_groups, string_to_array(pattern_basegroupnames, ?) as base_groups, simulation from solr_fetch_results (?::character varying, current_timestamp::timestamp without time zone)) t) to ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration May 23 17 13 1m4s 4s984ms [ User: postgres - Total duration: 1m4s - Times executed: 13 ]
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:48:08 Duration: 5s700ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:18:07 Duration: 5s583ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:31:08 Duration: 5s502ms Database: acaweb_fx User: postgres
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 26s521ms 26s521ms 26s521ms 1 26s521ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 23 17 1 26s521ms 26s521ms [ User: pgperfstats - Total duration: 26s521ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1050, '2021-05-23 00:00:00', 0.00061737437214756, 0.00119634615384614, 0.000796523310779643, 0.00160576923076923, 0.00097785575859396, 0.00211326923076921, 0.00335012452696221, 0.00378711538461536, 0.00341559813998167, 0.0100555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1065, '2021-05-23 00:00:00', 0.000340607376043714, 0.000939230769230773, 0.000556285344598779, 0.00137923076923077, 0.000671330739306982, 0.00181519230769229, 0.00338213078603506, 0.00346057692307689, 0.00339784432228165, 0.00991596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1080, '2021-05-23 00:00:00', 0.00053592755681514, 0.00101788461538462, 0.00061663332203681, 0.00139942307692306, 0.000814978432937849, 0.00187961538461536, 0.00338759597650014, 0.00342249999999998, 0.00341005991375295, 0.00992115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1095, '2021-05-23 00:00:00', 0.000488415845833801, 0.000914038461538437, 0.000571581914178002, 0.00123326923076921, 0.00104213067614085, 0.00180288461538455, 0.00341671255066125, 0.00329942307692305, 0.00341590600663338, 0.00996961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1110, '2021-05-23 00:00:00', 0.000418871055980822, 0.000845192307692302, 0.000778373081398755, 0.00124057692307689, 0.00110673907702557, 0.0017107692307692, 0.00342766671591399, 0.00321365384615383, 0.00342346875933664, 0.0099471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1125, '2021-05-23 00:00:00', 0.000663698610932591, 0.000890384615384564, 0.000878095929576283, 0.00129230769230763, 0.00158756107090282, 0.00162807692307688, 0.00345340454646403, 0.00308480769230767, 0.00339804199276811, 0.00992923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1140, '2021-05-23 00:00:00', 0.000561478302889236, 0.000853269230769201, 0.000735788117494533, 0.00100307692307693, 0.00135247164053873, 0.00147153846153846, 0.00311162594152962, 0.00296999999999999, 0.00340497525123731, 0.0099223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1155, '2021-05-23 00:00:00', 0.000320954106472461, 0.000648461538461534, 0.000927079637272935, 0.00106057692307692, 0.00276016140135652, 0.00194519230769233, 0.00306289953123857, 0.00299153846153847, 0.00341345140020165, 0.00996269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1170, '2021-05-23 00:00:00', 0.000737369336534651, 0.000783461538461513, 0.00111684467964956, 0.00110096153846154, 0.00300000741024724, 0.00199230769230771, 0.00299085077296643, 0.00287788461538462, 0.00341607545854328, 0.00999846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1185, '2021-05-23 00:00:00', 0.00089126012778795, 0.000863846153846177, 0.00251812400409511, 0.00158750000000003, 0.00293908112275824, 0.00195461538461541, 0.00279633387051415, 0.00277365384615386, 0.00346610233325785, 0.0100507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1200, '2021-05-23 00:00:00', 0.00213457350270765, 0.00119596153846154, 0.00244657600614535, 0.00150692307692307, 0.00255219760508168, 0.00189884615384618, 0.0024304975828007, 0.00262250000000001, 0.00345054881365048, 0.0100663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1215, '2021-05-23 00:00:00', 0.00102076443828218, 0.00084403846153844, 0.00116059301817915, 0.00111192307692309, 0.00116623331878581, 0.00159692307692308, 0.00129281887897962, 0.00231942307692307, 0.00345687324259723, 0.0101088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1230, '2021-05-23 00:00:00', 0.000712929951246699, 0.000761346153846163, 0.000752526820375599, 0.00109115384615385, 0.000946952460020272, 0.00154480769230771, 0.00129446674497499, 0.00228192307692308, 0.00345300139232302, 0.0100961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1245, '2021-05-23 00:00:00', 0.000561132680045772, 0.00086673076923076, 0.000729157153051462, 0.00125192307692307, 0.000792856568656331, 0.00144153846153847, 0.00111701919617136, 0.00219673076923075, 0.00340161757901238, 0.0101569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1260, '2021-05-23 00:00:00', 0.00063251293693063, 0.00093615384615383, 0.0007265344769203, 0.00111711538461538, 0.000721351535980566, 0.00128903846153847, 0.00105617109627909, 0.00211423076923075, 0.00331220336262504, 0.0101686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1275, '2021-05-23 00:00:00', 0.000537666754097311, 0.000666538461538498, 0.000518661294547353, 0.000801538461538495, 0.000914061014627298, 0.00120153846153848, 0.000920576658739178, 0.00200076923076922, 0.00334521980420741, 0.0101315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1290, '2021-05-23 00:00:00', 0.000278840456175241, 0.000519999999999999, 0.000388661856195789, 0.000785961538461538, 0.00070160818015578, 0.00108403846153846, 0.00075099708080965, 0.00205884615384617, 0.00325639688211467, 0.0100855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1305, '2021-05-23 00:00:00', 0.000403781357439121, 0.000655769230769248, 0.000710608514963344, 0.000932692307692295, 0.000731060452093645, 0.00113423076923075, 0.000882222455811755, 0.00225730769230769, 0.00325730285429761, 0.0100832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1320, '2021-05-23 00:00:00', 0.000439890370957909, 0.000651538461538434, 0.000439062813098673, 0.000771923076923061, 0.000762342467964044, 0.00121903846153845, 0.000977219761127714, 0.00235769230769233, 0.00325011669021282, 0.0100675 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1335, '2021-05-23 00:00:00', 0.000305692719019509, 0.000480961538461555, 0.000669326642115926, 0.000851923076923064, 0.000732157848680615, 0.00130634615384616, 0.000944572369667085, 0.00240519230769233, 0.00328594281049537, 0.0100830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1350, '2021-05-23 00:00:00', 0.000600641195851455, 0.000620384615384623, 0.000683986195317295, 0.000936346153846156, 0.000665161894694712, 0.00120711538461539, 0.000927076795424939, 0.00256076923076924, 0.0032839925337215, 0.0100848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1365, '2021-05-23 00:00:00', 0.000379809111973991, 0.00069519230769231, 0.000471438061842512, 0.000999615384615392, 0.00046193889039736, 0.00111653846153846, 0.00099756225947981, 0.00270269230769232, 0.00338656477297254, 0.0101048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1380, '2021-05-23 00:00:00', 0.000397961536602965, 0.000699230769230755, 0.000381687195730496, 0.000798653846153835, 0.000469602982889257, 0.0010501923076923, 0.0011214247119693, 0.00270076923076922, 0.00342921500324222, 0.0101334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1395, '2021-05-23 00:00:00', 0.000205068562643354, 0.000483653846153829, 0.000276263252379642, 0.000679230769230753, 0.000410072085595443, 0.00104365384615383, 0.00104800875289947, 0.00270711538461537, 0.00344055825635676, 0.0101136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1410, '2021-05-23 00:00:00', 0.000275943765174126, 0.000470192307692288, 0.000338727710024528, 0.000722307692307693, 0.000424842459488945, 0.00110634615384615, 0.00104309541196461, 0.00283903846153846, 0.00344306118826748, 0.0101078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 1, 1425, '2021-05-23 00:00:00', 0.000247955641194167, 0.000559999999999988, 0.000398614523646003, 0.000881538461538455, 0.000472418206188616, 0.00114980769230769, 0.00109088772954032, 0.00296403846153845, 0.00344826910872018, 0.0101003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 0, '2021-05-23 00:00:00', 0.000405127900032357, 0.00071884615384614, 0.000439721633973854, 0.000911346153846155, 0.000491133735507793, 0.00112288461538461, 0.00124766242969066, 0.00311346153846153, 0.00346670277841152, 0.0100819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 15, '2021-05-23 00:00:00', 0.000374013831500735, 0.000527884615384606, 0.000435389657486449, 0.000708076923076907, 0.00044413234340853, 0.00105653846153842, 0.00127447793233153, 0.00310999999999998, 0.00347626154743194, 0.0100628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 30, '2021-05-23 00:00:00', 0.000225420717770129, 0.00045250000000001, 0.000270403117870067, 0.00066538461538461, 0.000419833849919782, 0.00114769230769232, 0.00110119754742807, 0.00310596153846153, 0.00339231457177045, 0.0100469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 45, '2021-05-23 00:00:00', 0.000211821042028765, 0.000473076923076931, 0.000341675059309065, 0.000809615384615359, 0.000635093209391683, 0.00133576923076922, 0.00109229307140813, 0.00308692307692307, 0.00341134871252729, 0.0100459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 60, '2021-05-23 00:00:00', 0.000298828739221322, 0.000691153846153822, 0.000407099685391861, 0.000941923076923073, 0.000751618663541968, 0.00146115384615384, 0.00110484250530946, 0.0031101923076923, 0.00345105290510683, 0.0100580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 75, '2021-05-23 00:00:00', 0.000329429109918276, 0.000586538461538469, 0.000531177827676733, 0.000958269230769232, 0.0006404861134626, 0.00143769230769231, 0.00107959059191612, 0.00303961538461539, 0.00348001306916202, 0.0100048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 90, '2021-05-23 00:00:00', 0.000276532095786376, 0.000610000000000017, 0.000448694730901159, 0.000920192307692332, 0.000512837806118683, 0.00147115384615384, 0.0010342378092846, 0.00287538461538462, 0.00356145614126494, 0.00999461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 105, '2021-05-23 00:00:00', 0.000299100510505423, 0.000646346153846144, 0.000374062366252111, 0.00103557692307691, 0.000610607515890128, 0.00157153846153846, 0.000960126113511191, 0.00284192307692309, 0.00355112820642418, 0.00999653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 120, '2021-05-23 00:00:00', 0.000302333234387767, 0.000840769230769247, 0.000403660796290109, 0.00120596153846154, 0.000550227819949292, 0.00165557692307692, 0.0009770495814519, 0.00288173076923078, 0.0035319318368281, 0.0100375 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 135, '2021-05-23 00:00:00', 0.000330814670403049, 0.000827115384615372, 0.000479647145947297, 0.00117076923076923, 0.000516663296101487, 0.00155480769230769, 0.00103335326076731, 0.00274480769230771, 0.00349403628178951, 0.0102015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 150, '2021-05-23 00:00:00', 0.000346736044586319, 0.000768269230769234, 0.000497117730986844, 0.00108096153846154, 0.000529460138689886, 0.00157596153846155, 0.000994993544625356, 0.00264307692307693, 0.00384258608832045, 0.0104646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 165, '2021-05-23 00:00:00', 0.000273750588337959, 0.000719230769230758, 0.00042676047145909, 0.00111249999999999, 0.000623164628205209, 0.00155307692307692, 0.000918913572566059, 0.00263192307692308, 0.0037384936960472, 0.0104663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 180, '2021-05-23 00:00:00', 0.000365212898921246, 0.000797307692307698, 0.000440682381697365, 0.00113480769230769, 0.000768053709059452, 0.0016225, 0.000877505292554718, 0.00261346153846154, 0.00374911349521461, 0.010435 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 195, '2021-05-23 00:00:00', 0.000245073693783322, 0.000728653846153871, 0.000350669305098771, 0.00105019230769232, 0.000691572928464214, 0.00145365384615387, 0.0007940183344134, 0.00249634615384616, 0.00380542224989556, 0.0103175 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 210, '2021-05-23 00:00:00', 0.00027841039160535, 0.000677115384615371, 0.000560753373733769, 0.000992115384615376, 0.000587147733997532, 0.0012823076923077, 0.000743366665919314, 0.00238000000000001, 0.00382173345687331, 0.0103261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 225, '2021-05-23 00:00:00', 0.000543817029467124, 0.000714807692307695, 0.000555575273581693, 0.000941730769230764, 0.000527153787224006, 0.00124365384615384, 0.000828728335370606, 0.00237557692307693, 0.00380533156849099, 0.0103321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 240, '2021-05-23 00:00:00', 0.000268730061872212, 0.00060538461538461, 0.000298129811685069, 0.00081576923076922, 0.000363402722143804, 0.00113846153846153, 0.000835957304761825, 0.00245115384615387, 0.00377012932342976, 0.0103586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 255, '2021-05-23 00:00:00', 0.000234037143666094, 0.000559230769230786, 0.000302475682430124, 0.000791538461538472, 0.000343345979353863, 0.00108230769230769, 0.000863949361942024, 0.00270250000000004, 0.00377329523911642, 0.0103751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 270, '2021-05-23 00:00:00', 0.00024905150841977, 0.000580576923076926, 0.000280697277397644, 0.000810192307692303, 0.000383581101644031, 0.00102730769230768, 0.000891892370188274, 0.00294500000000002, 0.0038045991399075, 0.0104088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 285, '2021-05-23 00:00:00', 0.000208503827671934, 0.000550384615384609, 0.000288328138385064, 0.000733653846153844, 0.000411405517707307, 0.00112750000000001, 0.00110549376368138, 0.00319730769230768, 0.00379528655551353, 0.0104259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 300, '2021-05-23 00:00:00', 0.000231693846404085, 0.000540961538461521, 0.000296429846415885, 0.000759423076923065, 0.000581747268678893, 0.00121673076923076, 0.00140106532269612, 0.00355096153846152, 0.00379867719891263, 0.0104176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 315, '2021-05-23 00:00:00', 0.000175537416568047, 0.000474230769230776, 0.000285996772440086, 0.000813076923076946, 0.000532090543191508, 0.00120288461538463, 0.00138160464121088, 0.00394923076923076, 0.00380189479581719, 0.0104109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 330, '2021-05-23 00:00:00', 0.000229321071526705, 0.000608076923076953, 0.000407615580588438, 0.000857307692307706, 0.000416322545075889, 0.00118730769230771, 0.00125444066604021, 0.00417076923076923, 0.00379883889649702, 0.0104201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 345, '2021-05-23 00:00:00', 0.000246646508185306, 0.000552499999999981, 0.000392410352329537, 0.000826730769230805, 0.000449340071660673, 0.0011725, 0.00126712739933829, 0.00437538461538461, 0.00382262318813425, 0.0104540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 360, '2021-05-23 00:00:00', 0.000308034026591963, 0.00062019230769234, 0.000266998775566211, 0.000797115384615363, 0.000509698893012823, 0.00122980769230768, 0.00134178256865203, 0.00445730769230769, 0.00383159131934262, 0.0104709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 375, '2021-05-23 00:00:00', 0.000181510436233138, 0.00054596153846152, 0.0003473853989226, 0.00084884615384613, 0.000503982753062703, 0.00129384615384612, 0.00131100114416425, 0.00456499999999998, 0.00379816905282614, 0.0105069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 390, '2021-05-23 00:00:00', 0.000314898335242426, 0.000615192307692298, 0.000446373593098182, 0.000899230769230759, 0.000636267753266017, 0.0013755769230769, 0.00155922629975449, 0.00484942307692305, 0.0037809653020604, 0.0105238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 405, '2021-05-23 00:00:00', 0.000354384189610883, 0.000623076923076931, 0.000460567709880604, 0.00096615384615383, 0.000637066836247346, 0.00143807692307692, 0.00165286428546139, 0.00495288461538459, 0.00371598902871614, 0.0105073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 420, '2021-05-23 00:00:00', 0.000361129424913698, 0.000787692307692284, 0.000585746860525444, 0.00111423076923074, 0.000634583691516327, 0.00170769230769231, 0.00161692977108326, 0.00506173076923073, 0.00368883633934358, 0.0105134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 435, '2021-05-23 00:00:00', 0.000415268634093089, 0.00069596153846152, 0.000422059100856008, 0.00105173076923078, 0.00078222001626533, 0.00196307692307694, 0.00171000053981097, 0.00527038461538459, 0.0036808818184694, 0.0105251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 450, '2021-05-23 00:00:00', 0.000392993638625384, 0.00081000000000002, 0.000574675025223308, 0.0013342307692308, 0.000903169206397466, 0.00219884615384619, 0.00192290146353409, 0.00536096153846153, 0.00367668347626166, 0.0105442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 465, '2021-05-23 00:00:00', 0.00040730767051646, 0.000883461538461519, 0.000667125665707889, 0.00159557692307694, 0.000918024048620826, 0.00248307692307691, 0.00197416160393761, 0.00535403846153845, 0.00366000309478644, 0.0105694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 480, '2021-05-23 00:00:00', 0.00061513900868016, 0.00131500000000003, 0.000752652642325796, 0.00179500000000002, 0.00116495057670012, 0.00287961538461538, 0.00197715491008205, 0.00530653846153846, 0.00365637287696219, 0.0105938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 495, '2021-05-23 00:00:00', 0.000458232599652866, 0.00111134615384614, 0.000676330625792286, 0.00178134615384613, 0.00104009468873679, 0.00300980769230767, 0.00195484373760705, 0.00515096153846152, 0.00378894464705697, 0.0106434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 510, '2021-05-23 00:00:00', 0.000588039931925064, 0.0013951923076923, 0.00098679888450562, 0.00212903846153845, 0.00100077892740526, 0.0031126923076923, 0.00198094519980119, 0.00520173076923076, 0.00395514502311182, 0.010753076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 525, '2021-05-23 00:00:00', 0.000666049894180957, 0.0014026923076923, 0.000845403249252183, 0.00227057692307691, 0.000901671865950236, 0.00302807692307692, 0.00190207903459505, 0.00531057692307692, 0.00408734600744975, 0.0108492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 540, '2021-05-23 00:00:00', 0.000771373998883704, 0.00187961538461537, 0.000843604468930785, 0.00235249999999997, 0.00092015377059407, 0.00301480769230769, 0.00204052166218497, 0.00546442307692309, 0.00412198242540948, 0.0108763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 555, '2021-05-23 00:00:00', 0.000616721262309481, 0.00144634615384613, 0.000925953500244656, 0.00207673076923078, 0.000993118243792658, 0.00277538461538462, 0.00209676692516397, 0.00549346153846156, 0.00412828349503574, 0.0109138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 570, '2021-05-23 00:00:00', 0.000801043166031723, 0.00139692307692307, 0.000920541897262343, 0.00202076923076923, 0.00108558833747491, 0.00293903846153846, 0.00202204595549999, 0.00547038461538462, 0.00413151170415121, 0.0108851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 585, '2021-05-23 00:00:00', 0.000599768416846149, 0.00148192307692309, 0.000730029109008667, 0.00206250000000002, 0.00122409376212016, 0.00296346153846155, 0.00217219496397963, 0.00549480769230769, 0.00423994381312556, 0.0109684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 600, '2021-05-23 00:00:00', 0.000416053482139026, 0.00140250000000003, 0.00090389373524512, 0.00212173076923079, 0.00126455642876798, 0.0030098076923077, 0.00201596902639514, 0.00548865384615386, 0.00404189394391371, 0.0109494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 615, '2021-05-23 00:00:00', 0.000759756438705088, 0.00147461538461538, 0.000833869294314139, 0.00200999999999998, 0.00150850533514264, 0.00306288461538464, 0.00188041813067034, 0.00533788461538462, 0.00393244009685905, 0.0108886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 630, '2021-05-23 00:00:00', 0.000594444148893591, 0.00140538461538462, 0.000883340882889834, 0.00213634615384613, 0.00135702610371128, 0.00305038461538462, 0.00217278711477993, 0.00533038461538461, 0.00390971787788013, 0.0108067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 645, '2021-05-23 00:00:00', 0.000637355503986213, 0.00149596153846151, 0.00132061506649218, 0.0021069230769231, 0.0012732676315443, 0.00270730769230771, 0.00203777636162554, 0.00528749999999999, 0.00387015768412607, 0.0108275 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 660, '2021-05-23 00:00:00', 0.000933098663263734, 0.00152365384615387, 0.000996117018921262, 0.00209865384615385, 0.00141249904016303, 0.00261846153846156, 0.00201471353184131, 0.00526115384615385, 0.00386091603817621, 0.0107705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 675, '2021-05-23 00:00:00', 0.000723796853140048, 0.00139673076923074, 0.00070978894479546, 0.00172211538461538, 0.0012282215410284, 0.00253692307692309, 0.00206631408179282, 0.00532326923076923, 0.00391435767399968, 0.010765 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 690, '2021-05-23 00:00:00', 0.000292540661210612, 0.00111903846153844, 0.0011709916244856, 0.00166576923076921, 0.00117886359881685, 0.00251076923076921, 0.00192595083410366, 0.00510615384615384, 0.00372976332513723, 0.0106373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 705, '2021-05-23 00:00:00', 0.000931186525973095, 0.00118788461538462, 0.000895922150635868, 0.00177250000000001, 0.00103935381182437, 0.00260288461538462, 0.00191988060526209, 0.00517846153846154, 0.00368944736845718, 0.0106567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 720, '2021-05-23 00:00:00', 0.000633342810320465, 0.00130865384615385, 0.000782255048905704, 0.0018398076923077, 0.00105247071949043, 0.00268115384615386, 0.00208409504434086, 0.0052419230769231, 0.00372441733181699, 0.0106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 735, '2021-05-23 00:00:00', 0.000556621850644904, 0.00124326923076925, 0.000530728236989926, 0.00177769230769234, 0.000843654253826782, 0.00253750000000002, 0.00213419547983632, 0.00517211538461539, 0.00358788944281264, 0.0106355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 750, '2021-05-23 00:00:00', 0.000410334572682415, 0.00126730769230771, 0.000814447996167711, 0.00186653846153848, 0.000789309752008325, 0.00247326923076925, 0.00206050318723737, 0.00519423076923077, 0.00352655513431803, 0.0105213461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 765, '2021-05-23 00:00:00', 0.000610337895066228, 0.0013471153846154, 0.000648846787651907, 0.00173307692307693, 0.000827597751604975, 0.00231596153846155, 0.00209883180877803, 0.00512480769230769, 0.00365519693776495, 0.0105744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 780, '2021-05-23 00:00:00', 0.000370628364558625, 0.00122076923076923, 0.000671383989635218, 0.00174230769230767, 0.000669919426842912, 0.00232096153846152, 0.00226319465324164, 0.00538903846153846, 0.00367798667751802, 0.010585 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 795, '2021-05-23 00:00:00', 0.000550074400562212, 0.00116461538461538, 0.000540136200772194, 0.00158365384615385, 0.00066798606618354, 0.00231576923076923, 0.00274150798621154, 0.00592403846153846, 0.00367844632754312, 0.0106507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 810, '2021-05-23 00:00:00', 0.000451898899516933, 0.00114384615384617, 0.000626684806065863, 0.0017046153846154, 0.00174031337805754, 0.00253057692307692, 0.00273146359752704, 0.00597076923076926, 0.00371879655885528, 0.0106003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 825, '2021-05-23 00:00:00', 0.000533379645425117, 0.00118461538461537, 0.000563163864662421, 0.00175153846153845, 0.00170834909060898, 0.00278615384615383, 0.00273300395451317, 0.00595384615384617, 0.00375393871102791, 0.0105696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 840, '2021-05-23 00:00:00', 0.000419107338922223, 0.0012851923076923, 0.00177348536677182, 0.00202711538461538, 0.00165757084777229, 0.00288365384615385, 0.00272889944003918, 0.00590192307692309, 0.00379561727016022, 0.0105176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 855, '2021-05-23 00:00:00', 0.00183544666540286, 0.00154230769230768, 0.00179112363744533, 0.00217173076923078, 0.00179784366566001, 0.0029696153846154, 0.00274643548706599, 0.00600826923076926, 0.00384116006615793, 0.0105344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 870, '2021-05-23 00:00:00', 0.000575128112818216, 0.00137788461538461, 0.000588122305438087, 0.00192038461538458, 0.00107870870096537, 0.00272230769230769, 0.00243896138046188, 0.00580615384615387, 0.00391930205717611, 0.0105638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 885, '2021-05-23 00:00:00', 0.000556717474266632, 0.00148711538461539, 0.000994722632387842, 0.00205865384615386, 0.00114356461927671, 0.00293403846153848, 0.00230436972861427, 0.00572038461538465, 0.00380267958661545, 0.0106709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 900, '2021-05-23 00:00:00', 0.000726362406897427, 0.00154788461538462, 0.000940532766369873, 0.00199173076923079, 0.00145814312898815, 0.00311076923076923, 0.00226774686553722, 0.00566038461538464, 0.00395536526077607, 0.0108871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 915, '2021-05-23 00:00:00', 0.000608481590644999, 0.00121461538461537, 0.000800231817374499, 0.00206019230769228, 0.00123478377116743, 0.00299980769230768, 0.00210808076221003, 0.00540250000000003, 0.00403617302080157, 0.0110005769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 930, '2021-05-23 00:00:00', 0.000579267740673155, 0.00154865384615382, 0.000815928069982036, 0.0022211538461538, 0.00104051549724163, 0.00298749999999999, 0.0021594155192124, 0.00522576923076925, 0.00439649468764173, 0.0111365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 945, '2021-05-23 00:00:00', 0.000583145482573745, 0.00155442307692303, 0.000773786817192908, 0.00214596153846153, 0.000997124172500407, 0.00297615384615385, 0.0020733573386771, 0.00512442307692311, 0.00448643672640107, 0.0113275 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 960, '2021-05-23 00:00:00', 0.000655324464556436, 0.00165192307692308, 0.000947623363188958, 0.00234096153846154, 0.00135765907128638, 0.00354307692307693, 0.00202641670291334, 0.00500057692307696, 0.00445354403817907, 0.0112975 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 975, '2021-05-23 00:00:00', 0.000858541988579382, 0.0016228846153846, 0.000924525907612184, 0.00215192307692307, 0.00210964652525928, 0.00383269230769233, 0.00196158382828385, 0.00477865384615387, 0.00475728766048634, 0.0112682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 990, '2021-05-23 00:00:00', 0.000551102670875545, 0.00132692307692306, 0.00126011612712723, 0.00263442307692309, 0.00205546013003264, 0.00351288461538466, 0.00185077602227157, 0.00441326923076925, 0.00459333997803845, 0.0110430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1005, '2021-05-23 00:00:00', 0.00120522254568001, 0.00211076923076922, 0.00198940377616398, 0.00294076923076925, 0.00190571138544519, 0.0032867307692308, 0.00174032716862266, 0.00430057692307695, 0.00456239935610809, 0.0109967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1020, '2021-05-23 00:00:00', 0.00183376711884414, 0.00202038461538463, 0.00179326243306609, 0.00239807692307695, 0.00166694184523173, 0.00277865384615387, 0.00156613011543149, 0.00383846153846156, 0.00447004619232717, 0.0108298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1035, '2021-05-23 00:00:00', 0.00070749525684739, 0.00127153846153848, 0.000959805208603059, 0.00173403846153848, 0.0010444347017185, 0.00232461538461541, 0.00124899541170554, 0.00333653846153844, 0.00418639097369266, 0.0105492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1050, '2021-05-23 00:00:00', 0.000701660996383685, 0.00123307692307692, 0.000841932301316411, 0.00159999999999998, 0.0010105017793917, 0.00218538461538463, 0.00116921961153579, 0.00313249999999997, 0.00426322424481031, 0.0104951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1065, '2021-05-23 00:00:00', 0.000579238392533338, 0.00111865384615381, 0.000734462964453511, 0.00156538461538462, 0.000922490108348061, 0.00211999999999999, 0.00112213863465464, 0.0030186538461538, 0.00424743241898516, 0.0104380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1080, '2021-05-23 00:00:00', 0.000539493637233456, 0.00109923076923081, 0.000608792657642986, 0.00145250000000003, 0.000895649678252539, 0.00195288461538461, 0.00100818130237644, 0.00285346153846152, 0.004047476307718, 0.0103226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1095, '2021-05-23 00:00:00', 0.000456769635593253, 0.0010025, 0.000674780078133739, 0.00143192307692304, 0.000858726068975712, 0.00191230769230765, 0.00102481810768845, 0.0027880769230769, 0.00404421512780912, 0.01035 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1110, '2021-05-23 00:00:00', 0.000391336614890345, 0.00100711538461534, 0.000695460666365482, 0.00139153846153841, 0.000743634629060846, 0.00176769230769227, 0.00100835069067494, 0.0026786538461538, 0.00401325278105124, 0.0103632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1125, '2021-05-23 00:00:00', 0.000523156727509514, 0.000875192307692302, 0.000543217232365182, 0.00117519230769229, 0.000637125183931722, 0.00154249999999999, 0.00114764782858747, 0.00253153846153844, 0.00402525930363978, 0.0103076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1140, '2021-05-23 00:00:00', 0.000342439719568965, 0.000889807692307689, 0.000347649027258599, 0.00113038461538462, 0.000518947010782402, 0.001415, 0.00118513569492468, 0.00259384615384615, 0.00399909666722952, 0.0103519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1155, '2021-05-23 00:00:00', 0.000290446870555346, 0.000695769230769228, 0.00048016087047827, 0.0010173076923077, 0.000479609777278894, 0.00138346153846152, 0.00117011835364565, 0.00250980769230768, 0.00401591564422592, 0.0103173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1170, '2021-05-23 00:00:00', 0.000355189223675743, 0.000739230769230778, 0.000388177199821794, 0.000988461538461541, 0.000590964433395443, 0.00136519230769228, 0.0011337362500226, 0.00247673076923076, 0.00401636600002464, 0.0103153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1185, '2021-05-23 00:00:00', 0.000259427253772591, 0.000747500000000003, 0.000342876968291267, 0.00102884615384614, 0.000650361792803393, 0.00141230769230769, 0.00110960562987311, 0.00240942307692306, 0.00399349365073511, 0.0103665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1200, '2021-05-23 00:00:00', 0.000309355720067448, 0.000695192307692302, 0.000456611432182764, 0.000929999999999986, 0.000601450426373236, 0.00138384615384613, 0.00112820129136873, 0.00229192307692307, 0.00402772740369325, 0.0103009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1215, '2021-05-23 00:00:00', 0.000424823040082116, 0.00068884615384614, 0.000483490991086225, 0.000976538461538462, 0.000632157021633066, 0.00142749999999998, 0.0011385835498548, 0.00228250000000001, 0.00400125992176696, 0.0103448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1230, '2021-05-23 00:00:00', 0.000391145703719807, 0.000704807692307715, 0.000465262250283072, 0.00103019230769229, 0.000660862402762211, 0.00139634615384615, 0.00113864156580756, 0.00229884615384617, 0.00393782943432626, 0.0102894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1245, '2021-05-23 00:00:00', 0.000256866397478994, 0.000807884615384613, 0.000355643728383448, 0.0011073076923077, 0.000530824213985996, 0.00131788461538459, 0.0010382119985081, 0.00222307692307695, 0.00383759468437439, 0.0103898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1260, '2021-05-23 00:00:00', 0.000305578895767479, 0.000732307692307707, 0.000459120731566163, 0.000880384615384627, 0.000553970562950229, 0.00124076923076925, 0.00122691440676948, 0.00222480769230772, 0.00382812547519622, 0.0103805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1275, '2021-05-23 00:00:00', 0.00031170554398958, 0.000587115384615388, 0.000365100829065876, 0.000756153846153847, 0.000596687522912963, 0.00126, 0.00120374645937655, 0.00219346153846156, 0.00381390847879383, 0.0103682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1290, '2021-05-23 00:00:00', 0.000195934054840259, 0.000491923076923071, 0.000416510088528674, 0.000915576923076935, 0.000635023712458528, 0.00120634615384615, 0.00114089433542964, 0.00215673076923078, 0.00380740596126106, 0.010373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1305, '2021-05-23 00:00:00', 0.000416748771397772, 0.000781538461538475, 0.000504902427740723, 0.000997692307692302, 0.000679048315942689, 0.00120615384615384, 0.00119642263242746, 0.00216634615384614, 0.00380522620878182, 0.0103775 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1320, '2021-05-23 00:00:00', 0.000320989156299004, 0.000694038461538448, 0.000404950756740393, 0.000878653846153829, 0.000529454472510669, 0.00115096153846153, 0.00102628697815887, 0.00220019230769228, 0.00361305611636465, 0.0103175 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1335, '2021-05-23 00:00:00', 0.000315156127364473, 0.000490769230769226, 0.000361456029882552, 0.000677692307692315, 0.000480043587764504, 0.00118961538461538, 0.00133968051587509, 0.00237326923076922, 0.00361384807160115, 0.0103082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1350, '2021-05-23 00:00:00', 0.000241615715230092, 0.000463076923076942, 0.000358902011482457, 0.000820576923076927, 0.000476411465663219, 0.00117673076923076, 0.00234068412090273, 0.00273692307692306, 0.00360818571498837, 0.0103030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1365, '2021-05-23 00:00:00', 0.000287246610745179, 0.000686153846153849, 0.000419627169685703, 0.0010251923076923, 0.000452856107219655, 0.00118557692307692, 0.00234139057958168, 0.00296961538461538, 0.00360413853998214, 0.0103061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1380, '2021-05-23 00:00:00', 0.000337683966954969, 0.000772307692307696, 0.000411580677202098, 0.00087557692307692, 0.000401350269043801, 0.000999038461538473, 0.00231530454052693, 0.00302865384615383, 0.00360072129526208, 0.0103003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1395, '2021-05-23 00:00:00', 0.000396673523965718, 0.000513269230769254, 0.000406320070880083, 0.000730000000000017, 0.00053898298103572, 0.0010344230769231, 0.00226715338288758, 0.00300230769230773, 0.00357637450714892, 0.0102761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1410, '2021-05-23 00:00:00', 0.000350859877794769, 0.000544423076923082, 0.000353158114512694, 0.000664423076923074, 0.000679566858656776, 0.00114134615384616, 0.00225086072425643, 0.00300000000000002, 0.00370109159053632, 0.0103751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 2, 1425, '2021-05-23 00:00:00', 0.00024905027296017, 0.000444038461538492, 0.000469992962304128, 0.000805769230769257, 0.000637789119959341, 0.0010948076923077, 0.00222923123175133, 0.00304173076923079, 0.00369510566102703, 0.0103696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 0, '2021-05-23 00:00:00', 0.000409590649307348, 0.000652499999999988, 0.000582740607289916, 0.000876153846153821, 0.00077586507550257, 0.00112884615384614, 0.00224827781098885, 0.00306134615384615, 0.00364535791742785, 0.0103278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 15, '2021-05-23 00:00:00', 0.000336489170016616, 0.000535192307692304, 0.000339849797138972, 0.000678269230769233, 0.000490157117667397, 0.00101000000000003, 0.00224962100226823, 0.00293442307692309, 0.00359188063019061, 0.0102773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 30, '2021-05-23 00:00:00', 0.000211677548680518, 0.000474230769230759, 0.000395014361958964, 0.00070211538461539, 0.000478349405608652, 0.00102192307692308, 0.00224795561823151, 0.0029773076923077, 0.00360154356331582, 0.0102809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 45, '2021-05-23 00:00:00', 0.000346826990787127, 0.000499807692307704, 0.000362598315580114, 0.00076153846153848, 0.000478401022638464, 0.00107846153846153, 0.00212180867150214, 0.00299096153846153, 0.00360111487544537, 0.0102821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 60, '2021-05-23 00:00:00', 0.000266511437191448, 0.000607115384615416, 0.000366014501604237, 0.000831153846153868, 0.000536630692376059, 0.00128250000000001, 0.0021173787132643, 0.00299615384615385, 0.00359700752228637, 0.0103086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 75, '2021-05-23 00:00:00', 0.00026411950966298, 0.000498653846153851, 0.000269925060825281, 0.000721538461538457, 0.00092950443785924, 0.00145749999999999, 0.00206594575101913, 0.00296038461538459, 0.00357643217681877, 0.0102863461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 90, '2021-05-23 00:00:00', 0.000202983136851672, 0.000533076923076922, 0.000424914516289856, 0.000967115384615392, 0.00206983488750639, 0.0018126923076923, 0.00199754500286268, 0.00296903846153845, 0.00361481653965794, 0.0103438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 105, '2021-05-23 00:00:00', 0.000390587328952749, 0.000732307692307707, 0.000829805074423171, 0.00117730769230768, 0.00210441119117404, 0.00194730769230768, 0.00191937542926381, 0.00299903846153843, 0.00364070289071513, 0.0103634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 120, '2021-05-23 00:00:00', 0.000761280601254325, 0.00092192307692307, 0.00199545341868808, 0.0015128846153846, 0.00199028536801986, 0.0019753846153846, 0.0018589032022633, 0.00298134615384612, 0.00361556219694808, 0.01034 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 135, '2021-05-23 00:00:00', 0.00137868634520747, 0.00101903846153843, 0.00142224486694045, 0.00135769230769229, 0.00133372729596422, 0.00175249999999999, 0.00140749706926874, 0.00278499999999998, 0.00351014534544566, 0.0102871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 150, '2021-05-23 00:00:00', 0.000425934673575488, 0.000802115384615404, 0.000424834809525594, 0.00108384615384615, 0.000493737395165322, 0.00145615384615385, 0.000768465103556842, 0.00246884615384613, 0.00330444191145099, 0.0101378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 165, '2021-05-23 00:00:00', 0.000275024264663768, 0.000712884615384597, 0.000371136715427701, 0.000997692307692328, 0.000462004870104216, 0.00132750000000001, 0.000745899560159502, 0.00233192307692306, 0.00333048019753217, 0.0100928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 180, '2021-05-23 00:00:00', 0.000242985358849856, 0.000703269230769252, 0.000306910974313174, 0.000927884615384631, 0.000396825673797237, 0.00124615384615385, 0.000627197429351112, 0.00227615384615385, 0.00332751557240766, 0.0101017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 195, '2021-05-23 00:00:00', 0.000269689921662189, 0.000619423076923078, 0.000329403189933641, 0.000877692307692319, 0.000354878364860629, 0.00120942307692308, 0.00069676118853321, 0.00233307692307691, 0.00333247872634449, 0.0100973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 210, '2021-05-23 00:00:00', 0.000266608038426901, 0.000630384615384629, 0.000356082801520209, 0.000919807692307697, 0.00043517971530782, 0.00124076923076923, 0.00077620806588085, 0.0024048076923077, 0.00332786561304114, 0.0100965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 225, '2021-05-23 00:00:00', 0.000279066369277187, 0.000694038461538473, 0.000304135850212721, 0.000933846153846165, 0.0005015582257786, 0.00122557692307692, 0.000720362729143113, 0.00247230769230769, 0.00335540661298474, 0.0101065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 240, '2021-05-23 00:00:00', 0.000201000956752416, 0.000589230769230761, 0.000401046323815795, 0.000856923076923063, 0.000466811937096093, 0.00109923076923075, 0.000718436255937973, 0.00255057692307691, 0.00332343231406237, 0.0100671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 255, '2021-05-23 00:00:00', 0.000317575430167619, 0.000573076923076937, 0.000386261619192934, 0.000805961538461498, 0.000415047402297431, 0.00098788461538458, 0.0011501019352816, 0.00291269230769233, 0.00328957659188023, 0.0100530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 270, '2021-05-23 00:00:00', 0.000202115446827178, 0.000529423076923001, 0.000231503862735661, 0.000679038461538392, 0.000337205484032405, 0.000943461538461502, 0.00125620956115549, 0.0032323076923077, 0.00328775644802633, 0.0100523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 285, '2021-05-23 00:00:00', 0.000203372715816217, 0.000522692307692282, 0.000240204800438794, 0.000722115384615367, 0.000440995900905432, 0.00101923076923074, 0.00125622317039855, 0.00357557692307695, 0.00325704965598295, 0.0100773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 300, '2021-05-23 00:00:00', 0.000194055107161297, 0.000510769230769238, 0.000324187267818112, 0.00074576923076924, 0.000577929893272924, 0.00108480769230769, 0.00158174416875317, 0.00400615384615384, 0.00323126513089751, 0.0101021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 315, '2021-05-23 00:00:00', 0.00028918326635278, 0.000525192307692315, 0.000400996690951248, 0.00073711538461538, 0.000568330788023477, 0.00103326923076923, 0.00161991306746808, 0.00418288461538461, 0.00321489268274055, 0.0100901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 330, '2021-05-23 00:00:00', 0.000297432603872118, 0.0005230769230769, 0.000493710441453271, 0.000744999999999987, 0.000490925695458615, 0.00110596153846151, 0.00164414168629574, 0.00426826923076922, 0.00321322304643703, 0.0100821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 345, '2021-05-23 00:00:00', 0.000253338630174034, 0.00047769230769232, 0.000336767667002727, 0.000687307692307694, 0.000333371414491404, 0.00101750000000001, 0.00165908950933938, 0.004445, 0.00321296477631586, 0.0100805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 360, '2021-05-23 00:00:00', 0.000314450925607472, 0.000544230769230765, 0.000308080159399119, 0.00078576923076922, 0.000374860435567484, 0.00105211538461539, 0.00172395030492361, 0.00465557692307692, 0.00321250149356449, 0.0100803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 375, '2021-05-23 00:00:00', 0.000191367146123319, 0.000570769230769221, 0.000274885500638967, 0.000754038461538482, 0.000481732809760773, 0.0012925, 0.00161793405779861, 0.00479884615384616, 0.0031732050104684, 0.0100990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 390, '2021-05-23 00:00:00', 0.000256774144996079, 0.000585192307692332, 0.000344042931131471, 0.000788461538461563, 0.000528191107605798, 0.00147538461538462, 0.00165133555505374, 0.00489365384615383, 0.00316146215563916, 0.0101048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 405, '2021-05-23 00:00:00', 0.000261438623478141, 0.00056807692307693, 0.000397203300009534, 0.00101269230769231, 0.000526215223590544, 0.00155269230769232, 0.0017435229146318, 0.00504192307692308, 0.00315430972578061, 0.0101096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 420, '2021-05-23 00:00:00', 0.000379885002842492, 0.000858846153846127, 0.000457287529477232, 0.00122673076923079, 0.000710698681147353, 0.00178884615384616, 0.00177618724108262, 0.00512134615384614, 0.00313127993613821, 0.0101240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 435, '2021-05-23 00:00:00', 0.000299119798485721, 0.000734423076923114, 0.000493412957018617, 0.00113711538461538, 0.00110857649540025, 0.00218538461538462, 0.00191564792212415, 0.00523519230769228, 0.00313780475075272, 0.0101394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 450, '2021-05-23 00:00:00', 0.000298889547389089, 0.00076519230769229, 0.000473639468534694, 0.00122288461538461, 0.00106086809518653, 0.00244134615384613, 0.00192527461577665, 0.00535788461538461, 0.00314177531880406, 0.0101119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 465, '2021-05-23 00:00:00', 0.000323813811650111, 0.000819230769230764, 0.000782627846523419, 0.00174788461538462, 0.00102670840740991, 0.00267192307692309, 0.00192600455307395, 0.00537653846153845, 0.00316916800535314, 0.0101246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 480, '2021-05-23 00:00:00', 0.000761485718841813, 0.00149749999999999, 0.000936445160413341, 0.00205846153846151, 0.00147316734910247, 0.00304096153846152, 0.00198947408009873, 0.00552365384615383, 0.00319734411420097, 0.0101642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 495, '2021-05-23 00:00:00', 0.00076840426559502, 0.00124634615384612, 0.000774142428755848, 0.00181750000000001, 0.00159968386299873, 0.00289230769230769, 0.00200229991797894, 0.0054351923076923, 0.00324358674333501, 0.0102301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 510, '2021-05-23 00:00:00', 0.00042215928455792, 0.0011973076923077, 0.00147090249637636, 0.00196192307692306, 0.00167196245817259, 0.0029673076923077, 0.00191360565827566, 0.00539384615384614, 0.00335432400618392, 0.0102465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 525, '2021-05-23 00:00:00', 0.00152775125089637, 0.00148673076923074, 0.00163992407188215, 0.00218480769230768, 0.00165559048262361, 0.00306038461538462, 0.00186426550807964, 0.00558326923076921, 0.00351633447695839, 0.0103619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 540, '2021-05-23 00:00:00', 0.00065766243971767, 0.00173673076923075, 0.000930779842596862, 0.00227634615384617, 0.00107278953416568, 0.00315923076923077, 0.00162593623916993, 0.0053905769230769, 0.00342924116409717, 0.0102701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 555, '2021-05-23 00:00:00', 0.000515961574299714, 0.00144788461538466, 0.000778158501750207, 0.00197557692307693, 0.000892217376065885, 0.00294038461538461, 0.00153665110398702, 0.00534115384615383, 0.00346505185331389, 0.0102571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 570, '2021-05-23 00:00:00', 0.000531234302935493, 0.00143326923076921, 0.000821961654542616, 0.00227019230769231, 0.000849182774563491, 0.00294923076923076, 0.00142297851218975, 0.00526038461538459, 0.00352176291627668, 0.0102809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 585, '2021-05-23 00:00:00', 0.000682646349482305, 0.00168403846153848, 0.000755432021072399, 0.00220346153846155, 0.000878992627080289, 0.00294903846153846, 0.00137230554177993, 0.00504749999999999, 0.00348347336057651, 0.0102805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 600, '2021-05-23 00:00:00', 0.000554713543538134, 0.00147865384615385, 0.000730518677695179, 0.00203346153846152, 0.000855676542949397, 0.00270288461538458, 0.00129893277199163, 0.00488211538461536, 0.00366483697297187, 0.0103740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 615, '2021-05-23 00:00:00', 0.00044488857723462, 0.0013546153846154, 0.000649566008962897, 0.00191500000000001, 0.000780286264037847, 0.00253942307692305, 0.00134619115113148, 0.00474884615384614, 0.00372188581232688, 0.010395 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 630, '2021-05-23 00:00:00', 0.000389453265686482, 0.00135461538461538, 0.000574298669281476, 0.00176480769230768, 0.000666470843034722, 0.00247423076923075, 0.00133150090268322, 0.00478057692307692, 0.00375896453111146, 0.0104521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 645, '2021-05-23 00:00:00', 0.000508132213261342, 0.0012428846153846, 0.000617004083018547, 0.00171096153846151, 0.000669920890852055, 0.00244, 0.00132790235102067, 0.00487057692307692, 0.00379847131701083, 0.0104071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 660, '2021-05-23 00:00:00', 0.000436106770624608, 0.00120634615384611, 0.000525615975638276, 0.0017330769230769, 0.000685905942195047, 0.00244980769230769, 0.00183735466196545, 0.00522692307692306, 0.00391273039134883, 0.0104186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 675, '2021-05-23 00:00:00', 0.000439130434451473, 0.00123153846153846, 0.000435212459168379, 0.00172673076923081, 0.000681102499910723, 0.00225884615384617, 0.00226827369125983, 0.00548653846153846, 0.00394087301924919, 0.0104180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 690, '2021-05-23 00:00:00', 0.000330693734675816, 0.00111788461538465, 0.000546424883992432, 0.00161807692307693, 0.000599282391377727, 0.00209423076923075, 0.00266278437267922, 0.00563884615384616, 0.00409072952399223, 0.0104940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 705, '2021-05-23 00:00:00', 0.000424975112393466, 0.00115538461538463, 0.000574325591120043, 0.00159826923076921, 0.000917055090199911, 0.00245096153846151, 0.00279732240104435, 0.00590384615384614, 0.00407365585665526, 0.0105409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 720, '2021-05-23 00:00:00', 0.000407756007360372, 0.00116980769230767, 0.000489275131031794, 0.00160692307692306, 0.000940409812467222, 0.00244615384615384, 0.00278173902442339, 0.00603, 0.0041082223228358, 0.0105844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 735, '2021-05-23 00:00:00', 0.000355865791469868, 0.00113269230769229, 0.000886867868052858, 0.00178115384615383, 0.000990411355874984, 0.00258057692307694, 0.0030913252572568, 0.00627538461538461, 0.0042300683937006, 0.0107038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989290 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989290, 3, 750, '2021-05-23 00:00:00', 0.000734347250703215, 0.00124326923076925, 0.000741451175839534, 0.00172538461538464, 0.00094316433432273, 0.00243980769230771, 0.00299322560767837, 0.00634153846153846, 0.0043171180023430[...];
Date: 2021-05-23 17:20:54 Duration: 26s521ms Database: acaweb_fx User: pgperfstats
2 1s917ms 25s686ms 13s801ms 2 27s603ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 23 17 2 27s603ms 13s801ms [ User: pgperfstats - Total duration: 27s603ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1050, '2021-05-23 00:00:00', 0.01972882506541, 0.0485576923076913, 0.0295342369775494, 0.0676346153846142, 0.0432055017864095, 0.0856538461538463, 0.0576279846548928, 0.133230769230771, 0.157636529347151, 0.506846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1065, '2021-05-23 00:00:00', 0.0128778432260139, 0.0408269230769218, 0.0184527775687016, 0.0552500000000004, 0.0358492624106097, 0.0755192307692328, 0.0552639679524202, 0.125615384615388, 0.158684371049529, 0.50898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1080, '2021-05-23 00:00:00', 0.0190318053632494, 0.0409807692307687, 0.0240544894258533, 0.056461538461538, 0.0339188227752889, 0.0740576923076939, 0.0549816647759808, 0.12271153846154, 0.16007012886184, 0.510115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1095, '2021-05-23 00:00:00', 0.016867230405093, 0.0407115384615394, 0.0273120781960059, 0.0530192307692336, 0.0364746329132168, 0.0741730769230807, 0.0551412591580789, 0.121038461538465, 0.164466200642704, 0.514865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1110, '2021-05-23 00:00:00', 0.0179420863206713, 0.0340384615384628, 0.0216850533423736, 0.048692307692309, 0.0275885776252513, 0.070519230769233, 0.0527832323317236, 0.115980769230771, 0.168754601076876, 0.516346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1125, '2021-05-23 00:00:00', 0.0155376589663268, 0.0351730769230782, 0.0184423842943787, 0.0521923076923082, 0.0233540969886186, 0.0700769230769232, 0.0460843374027017, 0.114615384615386, 0.170694433463381, 0.518519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1140, '2021-05-23 00:00:00', 0.0173089683290317, 0.0410961538461528, 0.0215699666559406, 0.0527115384615387, 0.0271423314003445, 0.0676153846153844, 0.0463012543441983, 0.115384615384615, 0.170137117779025, 0.519673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1155, '2021-05-23 00:00:00', 0.0131085996435691, 0.0306538461538455, 0.0208516094195301, 0.0429807692307695, 0.0304624421971617, 0.0629038461538464, 0.0453866169702048, 0.116250000000001, 0.171361575667898, 0.526019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1170, '2021-05-23 00:00:00', 0.0158856490630335, 0.0315769230769241, 0.0191619514824419, 0.044096153846154, 0.0314421140902063, 0.0684423076923076, 0.0424533409032352, 0.115115384615386, 0.170489584613073, 0.528961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1185, '2021-05-23 00:00:00', 0.0144132017475432, 0.031596153846156, 0.0196972469767107, 0.048692307692309, 0.0320007211457199, 0.0658846153846168, 0.0367869385265202, 0.110326923076925, 0.169781004872114, 0.531519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1200, '2021-05-23 00:00:00', 0.0158941692259952, 0.0342692307692293, 0.0194680408717603, 0.0477692307692293, 0.0277302181744007, 0.0607499999999993, 0.0335550122359374, 0.107826923076924, 0.170312975475695, 0.532519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1215, '2021-05-23 00:00:00', 0.0127833425266567, 0.0304230769230779, 0.0223316694749509, 0.0442115384615397, 0.025980384612536, 0.0639038461538474, 0.0327711235459147, 0.107557692307694, 0.1714762777942, 0.535423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1230, '2021-05-23 00:00:00', 0.0197569851328197, 0.0334615384615403, 0.0216976868671425, 0.0445192307692318, 0.025114660137977, 0.0628846153846178, 0.0358113647625155, 0.109576923076925, 0.171350397858172, 0.535826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1245, '2021-05-23 00:00:00', 0.0165121517024925, 0.0321346153846141, 0.0245520561570396, 0.0492884615384624, 0.0233602226016795, 0.0590000000000008, 0.0365731301115165, 0.113576923076924, 0.171255015648055, 0.538096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1260, '2021-05-23 00:00:00', 0.0176017044629193, 0.0365000000000005, 0.016443282472229, 0.0443076923076929, 0.0225850869789376, 0.0606153846153855, 0.0370281857300849, 0.114442307692307, 0.171630345174201, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1275, '2021-05-23 00:00:00', 0.00861065976208934, 0.0257884615384628, 0.0169171851632051, 0.0363653846153833, 0.0203739652875529, 0.0590384615384614, 0.0426382322118773, 0.120173076923077, 0.171948364342323, 0.540499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1290, '2021-05-23 00:00:00', 0.0146124420114663, 0.0262884615384592, 0.017533144436928, 0.0423653846153847, 0.0198311332544024, 0.0549230769230757, 0.0511745918025143, 0.125673076923076, 0.171652421614593, 0.541423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1305, '2021-05-23 00:00:00', 0.0161717346008416, 0.0362500000000004, 0.0188524228191985, 0.0479230769230773, 0.021893527318858, 0.0564423076923083, 0.0596325027532441, 0.133653846153846, 0.171539203861795, 0.541961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1320, '2021-05-23 00:00:00', 0.0140010576523559, 0.0319807692307694, 0.014352713493112, 0.0359038461538465, 0.0246082537748239, 0.0598846153846155, 0.0589043847133796, 0.138442307692308, 0.173959934600339, 0.543326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1335, '2021-05-23 00:00:00', 0.0119014058639514, 0.0212884615384626, 0.0188732615093426, 0.0320000000000014, 0.0302487444113251, 0.0759423076923079, 0.0537537547883534, 0.152884615384614, 0.174938056069966, 0.544211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1350, '2021-05-23 00:00:00', 0.0124048532685948, 0.0220961538461539, 0.0243529574890092, 0.0480576923076906, 0.027508935611208, 0.0763076923076915, 0.0541630728590868, 0.157961538461536, 0.17691234683181, 0.545538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1365, '2021-05-23 00:00:00', 0.0214368571892856, 0.0408269230769223, 0.0268828011933288, 0.0667499999999995, 0.0254967645006189, 0.0742499999999998, 0.0529155967992013, 0.169403846153844, 0.177427307975364, 0.54601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1380, '2021-05-23 00:00:00', 0.0278524408542332, 0.0555384615384605, 0.0278811488561454, 0.0639615384615378, 0.0267961033332499, 0.0693653846153846, 0.0564275164736566, 0.177230769230767, 0.182629861068354, 0.548884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1395, '2021-05-23 00:00:00', 0.0223149139504372, 0.0381538461538469, 0.0209568512755293, 0.0424807692307693, 0.0236884262554851, 0.0568076923076925, 0.0554536708918769, 0.184519230769229, 0.181573341825111, 0.547961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1410, '2021-05-23 00:00:00', 0.0144715769168919, 0.0274423076923081, 0.0181595598896171, 0.0365192307692313, 0.0289388214102694, 0.059153846153846, 0.057390635124556, 0.189749999999998, 0.18149058886387, 0.547076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 1, 1425, '2021-05-23 00:00:00', 0.015751788665222, 0.026673076923078, 0.0170270486172849, 0.0405961538461547, 0.0358834437932247, 0.0666923076923069, 0.0616092900087682, 0.195230769230767, 0.181368006677457, 0.546923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 0, '2021-05-23 00:00:00', 0.0152649422382942, 0.0314615384615378, 0.0203724927669279, 0.0475384615384601, 0.0321257624872092, 0.0677692307692281, 0.079705370922204, 0.205115384615381, 0.185329769496265, 0.547211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 15, '2021-05-23 00:00:00', 0.0150759232400039, 0.0292884615384598, 0.0244494454868692, 0.0466538461538437, 0.0347989445021205, 0.0755576923076896, 0.0831779394754682, 0.206519230769228, 0.195241353595611, 0.551115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 30, '2021-05-23 00:00:00', 0.017766823013696, 0.0369999999999979, 0.0200214980612194, 0.0504038461538431, 0.0424035194475472, 0.083961538461536, 0.082842900443226, 0.209884615384614, 0.195241353595611, 0.551115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 45, '2021-05-23 00:00:00', 0.0162906887043348, 0.0304423076923066, 0.0323565473103396, 0.0621153846153844, 0.0512347425694138, 0.0901730769230762, 0.08219856118898, 0.212288461538461, 0.193746508653408, 0.54851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 60, '2021-05-23 00:00:00', 0.0239291984500438, 0.0515576923076909, 0.0383672185796469, 0.0657115384615369, 0.0468861960988044, 0.100346153846153, 0.0801364797368556, 0.213346153846152, 0.193477350095561, 0.548249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 75, '2021-05-23 00:00:00', 0.0315876314645226, 0.0424615384615379, 0.0440267095505266, 0.0686346153846157, 0.0374196986379363, 0.112576923076923, 0.079274452670162, 0.210673076923076, 0.195487092825943, 0.55128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 90, '2021-05-23 00:00:00', 0.0202362583954213, 0.0486153846153845, 0.026370999514327, 0.0730192307692307, 0.0305945445111726, 0.107884615384613, 0.0796843798031677, 0.208403846153845, 0.195007539301987, 0.550403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 105, '2021-05-23 00:00:00', 0.0200346238758324, 0.0578846153846163, 0.027730017060105, 0.0909230769230771, 0.0376904650256021, 0.114134615384614, 0.0813665873590724, 0.204692307692307, 0.196420063991594, 0.549192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 120, '2021-05-23 00:00:00', 0.0289472796649366, 0.068249999999999, 0.031909005239659, 0.08076923076923, 0.0442870053870633, 0.112326923076923, 0.081510001745891, 0.196403846153846, 0.20182296983705, 0.553134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 135, '2021-05-23 00:00:00', 0.0181398414037687, 0.0484230769230753, 0.0351907822283944, 0.0751346153846145, 0.0487954955361179, 0.109903846153843, 0.074561621392076, 0.185846153846154, 0.211271593343371, 0.556384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 150, '2021-05-23 00:00:00', 0.0254535776539309, 0.0557307692307697, 0.0284858466881081, 0.0782115384615392, 0.0416673871732555, 0.108634615384616, 0.0671305530577991, 0.180634615384617, 0.215910039136675, 0.56375 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 165, '2021-05-23 00:00:00', 0.0224818559321479, 0.0514230769230781, 0.0323864703470188, 0.0767884615384625, 0.0462969387590731, 0.103442307692308, 0.0652338190959734, 0.178134615384618, 0.222996068437229, 0.569057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 180, '2021-05-23 00:00:00', 0.0227180798890689, 0.0526346153846158, 0.0320448963895235, 0.0706538461538468, 0.0549092853293911, 0.10098076923077, 0.0574214245730627, 0.1695, 0.229933054638486, 0.572480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 195, '2021-05-23 00:00:00', 0.0186488193068199, 0.0430384615384621, 0.0227952086733482, 0.0601923076923071, 0.0426124981666173, 0.0902500000000008, 0.0510184619675889, 0.161288461538463, 0.234463876994699, 0.573980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 210, '2021-05-23 00:00:00', 0.0162668728969701, 0.0391346153846126, 0.0346337096793555, 0.0640769230769219, 0.0377289166799987, 0.0856346153846149, 0.0541292754573572, 0.158461538461539, 0.234612315238436, 0.570961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 225, '2021-05-23 00:00:00', 0.025446051529883, 0.0473076923076914, 0.0274315722087906, 0.0623653846153845, 0.0334804248203904, 0.085173076923077, 0.0520057837020213, 0.151807692307693, 0.235383834651798, 0.570480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 240, '2021-05-23 00:00:00', 0.0185932680124994, 0.0419807692307691, 0.0213849335892225, 0.0553461538461536, 0.0306422031744568, 0.0797307692307679, 0.0488167531142266, 0.147346153846156, 0.235013512704795, 0.568134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 255, '2021-05-23 00:00:00', 0.0171635122817625, 0.0373846153846157, 0.0230256712923115, 0.0536923076923083, 0.0305506703942565, 0.0752115384615374, 0.048177396551303, 0.151307692307694, 0.23534707594072, 0.566615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 270, '2021-05-23 00:00:00', 0.0175728046008156, 0.0402884615384621, 0.0213694965924657, 0.052846153846152, 0.0300434621071637, 0.0724807692307693, 0.0538238473026733, 0.163557692307696, 0.235213827432371, 0.565769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 285, '2021-05-23 00:00:00', 0.0132560000928455, 0.0333076923076896, 0.0213265904808633, 0.0497884615384593, 0.0289390672860154, 0.0669807692307682, 0.0799977427566152, 0.178826923076924, 0.235010353290758, 0.565884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 300, '2021-05-23 00:00:00', 0.0164713270681106, 0.0347692307692295, 0.0214175431328204, 0.0481346153846146, 0.0255636234942123, 0.0656730769230768, 0.0894331056411183, 0.183403846153847, 0.241644014234545, 0.571480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 315, '2021-05-23 00:00:00', 0.0145115868824245, 0.0313846153846166, 0.0157006736749132, 0.0441346153846162, 0.0196698617569753, 0.0657115384615401, 0.0998659023968576, 0.191538461538462, 0.248698844759311, 0.575346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 330, '2021-05-23 00:00:00', 0.00917597196696143, 0.0285384615384612, 0.0169672195265327, 0.0434423076923063, 0.0327759057845864, 0.0674999999999987, 0.0995727797218638, 0.199038461538462, 0.248278894824722, 0.575480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 345, '2021-05-23 00:00:00', 0.0130767556550377, 0.0318076923076917, 0.0167873578807226, 0.048153846153846, 0.0412007888274017, 0.074250000000002, 0.116725788133492, 0.219980769230771, 0.248360061975785, 0.575903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 360, '2021-05-23 00:00:00', 0.0118166766120538, 0.0345769230769209, 0.0230134743139761, 0.0484999999999982, 0.0398292750856223, 0.0733653846153846, 0.133068850021911, 0.222173076923077, 0.250334957914085, 0.576865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 375, '2021-05-23 00:00:00', 0.0158950887431897, 0.0325769230769234, 0.0319465178071104, 0.0520000000000018, 0.0350578642554544, 0.0770769230769238, 0.130416964446289, 0.22773076923077, 0.250321116844868, 0.576692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 390, '2021-05-23 00:00:00', 0.0290161824876024, 0.0378269230769244, 0.0302301746858747, 0.0527115384615382, 0.0298487211425581, 0.0773846153846165, 0.130386278183178, 0.235692307692309, 0.250243691229171, 0.575749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 405, '2021-05-23 00:00:00', 0.0125275235443338, 0.0348269230769227, 0.0176987179022855, 0.0537307692307689, 0.024281054659644, 0.0724807692307704, 0.134229728450891, 0.244000000000001, 0.250220502757069, 0.574499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 420, '2021-05-23 00:00:00', 0.0169410289397802, 0.0404615384615382, 0.0234974384856002, 0.0575192307692316, 0.0215849751875256, 0.0763653846153852, 0.134341798581654, 0.247326923076923, 0.249316827319409, 0.574403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 435, '2021-05-23 00:00:00', 0.0138319724384634, 0.0352884615384628, 0.016676895579026, 0.0481730769230779, 0.0189252781709079, 0.0878846153846164, 0.124673111035958, 0.251769230769232, 0.24823186431548, 0.570461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 450, '2021-05-23 00:00:00', 0.0124870548353689, 0.0334423076923094, 0.020515360099204, 0.0560000000000001, 0.0358918728748117, 0.101557692307693, 0.129392664160151, 0.256192307692308, 0.248521758836898, 0.56976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 465, '2021-05-23 00:00:00', 0.0177997082949303, 0.04148076923077, 0.0207351151431589, 0.0732500000000011, 0.0726989710010764, 0.115596153846154, 0.129774194424244, 0.255807692307694, 0.24742745634599, 0.569115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 480, '2021-05-23 00:00:00', 0.0227445682442089, 0.0598461538461543, 0.0405630800302263, 0.0812115384615398, 0.0840790470560069, 0.124615384615384, 0.12986453889164, 0.254538461538462, 0.247674688157363, 0.567634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 495, '2021-05-23 00:00:00', 0.0316695255119802, 0.0553269230769254, 0.067813284380434, 0.0868076923076925, 0.0794712550839336, 0.133096153846154, 0.12264726313231, 0.250865384615386, 0.245191354628616, 0.564403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 510, '2021-05-23 00:00:00', 0.0443259083815094, 0.0616153846153853, 0.0529875457065138, 0.0895000000000005, 0.055633170100082, 0.131480769230769, 0.109853932740078, 0.241557692307692, 0.239568393960088, 0.556346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 525, '2021-05-23 00:00:00', 0.0242591219956557, 0.0532499999999996, 0.03650987748331, 0.088634615384615, 0.0727708019427073, 0.137519230769231, 0.1029597979796, 0.2345, 0.236090699650662, 0.550038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 540, '2021-05-23 00:00:00', 0.0329684464532139, 0.0770384615384621, 0.037210668445406, 0.0999230769230769, 0.0888460466199816, 0.139, 0.106359868082193, 0.234192307692308, 0.239793173701519, 0.552115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 555, '2021-05-23 00:00:00', 0.0193754106656221, 0.0604423076923066, 0.0669146758652678, 0.101076923076924, 0.0785257356148044, 0.128634615384614, 0.107290197774362, 0.233557692307692, 0.236696904532748, 0.547269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 570, '2021-05-23 00:00:00', 0.0488973965014009, 0.0758461538461558, 0.060549309212853, 0.0941730769230757, 0.0594291983404168, 0.124480769230768, 0.102230252936129, 0.23076923076923, 0.234491506324774, 0.545557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 585, '2021-05-23 00:00:00', 0.0306213349455253, 0.0558846153846133, 0.0314120750912495, 0.0809615384615353, 0.0467748165313187, 0.116288461538459, 0.0980882334353208, 0.226307692307691, 0.237190596032292, 0.546673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 600, '2021-05-23 00:00:00', 0.0177465597966307, 0.0574038461538442, 0.0314722099637131, 0.0819999999999985, 0.0519099701406186, 0.116749999999999, 0.10012534452068, 0.23126923076923, 0.23366767740006, 0.552288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 615, '2021-05-23 00:00:00', 0.0240495082310185, 0.0548269230769236, 0.0391095748654203, 0.0788269230769223, 0.0638412604704952, 0.110942307692308, 0.104986147437872, 0.239634615384616, 0.235407398909929, 0.547788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 630, '2021-05-23 00:00:00', 0.0311345529053394, 0.0595961538461542, 0.0339728002061368, 0.0803653846153847, 0.0624962768121806, 0.111769230769231, 0.119149920107144, 0.254788461538463, 0.238049871956407, 0.548807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 645, '2021-05-23 00:00:00', 0.0236580121409542, 0.0566923076923056, 0.0515830025671863, 0.0768846153846141, 0.0589367751199411, 0.105711538461539, 0.133982049601374, 0.27201923076923, 0.237348997340333, 0.548057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 660, '2021-05-23 00:00:00', 0.0369476136421058, 0.054884615384614, 0.0450034870443836, 0.0810769230769227, 0.0464157963827633, 0.103384615384617, 0.152704808246299, 0.27503846153846, 0.236503732284747, 0.553653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 675, '2021-05-23 00:00:00', 0.0256428427561261, 0.0571538461538469, 0.0232291925088962, 0.0703461538461563, 0.0380485165990029, 0.104519230769231, 0.167169394742165, 0.283942307692307, 0.239936161381443, 0.551692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 690, '2021-05-23 00:00:00', 0.0181331506872403, 0.0476346153846176, 0.0313566395864403, 0.0698269230769247, 0.0494853358232355, 0.107538461538461, 0.179348874672116, 0.286173076923076, 0.239004329700081, 0.552980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 705, '2021-05-23 00:00:00', 0.0261969243643945, 0.0516730769230782, 0.0336781657183663, 0.0773269230769223, 0.0410858435286585, 0.107942307692305, 0.179237415608031, 0.295365384615384, 0.239802761901076, 0.55176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 720, '2021-05-23 00:00:00', 0.0229889020047617, 0.0520192307692305, 0.0375756518956693, 0.0730192307692296, 0.0457568153813855, 0.102115384615385, 0.17273065404309, 0.308826923076924, 0.23865167407429, 0.549692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 735, '2021-05-23 00:00:00', 0.0242778785031843, 0.0506538461538453, 0.0283792177482044, 0.0704999999999988, 0.0610393315821868, 0.113, 0.163171929146954, 0.314038461538463, 0.238076636013248, 0.549769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 750, '2021-05-23 00:00:00', 0.0221668931933655, 0.0491346153846128, 0.0322893230745912, 0.0714038461538444, 0.063694296931032, 0.118288461538461, 0.158956802308048, 0.310249999999999, 0.233916961762074, 0.54925 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 765, '2021-05-23 00:00:00', 0.0174508981474833, 0.0474230769230782, 0.0544875568011076, 0.0825769230769255, 0.0700813812649273, 0.117000000000001, 0.150619403183602, 0.311769230769231, 0.222759443380936, 0.549980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 780, '2021-05-23 00:00:00', 0.0487849007220654, 0.0640576923076926, 0.0520584730412331, 0.0867692307692308, 0.0669229666223683, 0.127788461538462, 0.149393491774627, 0.314153846153846, 0.219579613212295, 0.549442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 795, '2021-05-23 00:00:00', 0.0306760743652355, 0.0563076923076928, 0.0581480768912762, 0.0891730769230758, 0.0668626865011711, 0.141673076923076, 0.13980445134324, 0.30676923076923, 0.213630108977031, 0.549788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 810, '2021-05-23 00:00:00', 0.0487844868154432, 0.0633846153846163, 0.0485288177668295, 0.0921153846153856, 0.080695469799448, 0.146826923076924, 0.136867532813525, 0.306192307692305, 0.211243902961627, 0.551442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 825, '2021-05-23 00:00:00', 0.0266442951030498, 0.0594615384615393, 0.03581265354377, 0.0966153846153835, 0.095527370222038, 0.160461538461538, 0.133540655002367, 0.306057692307692, 0.207971825939513, 0.548903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 840, '2021-05-23 00:00:00', 0.0266741375752742, 0.0680192307692298, 0.0456649714265172, 0.101519230769232, 0.0965834115395364, 0.156153846153845, 0.116258758148166, 0.305826923076922, 0.199001654419097, 0.543461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 855, '2021-05-23 00:00:00', 0.0355430886931076, 0.0748653846153868, 0.0782500454657036, 0.11948076923077, 0.0912392375107256, 0.158038461538461, 0.115124542929018, 0.305403846153846, 0.196570148958426, 0.542288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 870, '2021-05-23 00:00:00', 0.0739807485353196, 0.0838653846153839, 0.0811777370958327, 0.106249999999998, 0.0948221432269592, 0.155326923076922, 0.102817822459846, 0.298230769230768, 0.188483845461619, 0.542 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 885, '2021-05-23 00:00:00', 0.0325626496748376, 0.0688846153846153, 0.0500725473687925, 0.0999999999999987, 0.0647875255086848, 0.156211538461537, 0.0851071022074764, 0.276173076923077, 0.191358865445569, 0.539653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 900, '2021-05-23 00:00:00', 0.0349951480153362, 0.0749038461538453, 0.051627959032352, 0.107615384615385, 0.0529004762229558, 0.170596153846155, 0.0849539784915245, 0.270461538461539, 0.19477095818896, 0.545884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 915, '2021-05-23 00:00:00', 0.0380880407234872, 0.0726730769230769, 0.0461442262410442, 0.121480769230768, 0.0519192123917994, 0.171769230769231, 0.081019297321449, 0.264442307692307, 0.19541055400204, 0.548769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 930, '2021-05-23 00:00:00', 0.0271640104097033, 0.0852115384615387, 0.0380009159808626, 0.122519230769232, 0.0485194330615604, 0.160653846153846, 0.0838290132444509, 0.255788461538462, 0.190952870746039, 0.541673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 945, '2021-05-23 00:00:00', 0.0237482711921402, 0.0780961538461545, 0.0318810348736583, 0.111096153846155, 0.0446701285493496, 0.150903846153847, 0.0841001257659352, 0.242634615384616, 0.187684318635144, 0.539788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 960, '2021-05-23 00:00:00', 0.031086257166397, 0.0826538461538467, 0.0355690660762721, 0.109461538461538, 0.0431763646169807, 0.155038461538461, 0.0829647492335427, 0.233980769230769, 0.192163541126983, 0.539942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 975, '2021-05-23 00:00:00', 0.0280867337970165, 0.0757307692307695, 0.0345177323437377, 0.112076923076924, 0.0504508138228176, 0.15473076923077, 0.0902568066898345, 0.225365384615385, 0.201139015264415, 0.548288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 990, '2021-05-23 00:00:00', 0.0286999396943897, 0.0714423076923083, 0.0317510569176001, 0.108480769230769, 0.052822489382983, 0.145153846153844, 0.0823108460934225, 0.211846153846153, 0.200660459483177, 0.543499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1005, '2021-05-23 00:00:00', 0.0254610411292321, 0.089269230769229, 0.0416970760826953, 0.114615384615384, 0.049048390548361, 0.142269230769229, 0.0885659858306439, 0.202423076923076, 0.202373333603629, 0.549384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1020, '2021-05-23 00:00:00', 0.0447604564491743, 0.0775384615384645, 0.051416399658534, 0.0998846153846157, 0.0479257117438413, 0.127076923076924, 0.0905378565106244, 0.185288461538464, 0.204369921014283, 0.547269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1035, '2021-05-23 00:00:00', 0.0274767104178176, 0.0579807692307684, 0.0310610131589672, 0.0769423076923078, 0.0350754351911162, 0.107884615384615, 0.084188243743502, 0.167403846153846, 0.210079297299486, 0.544634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1050, '2021-05-23 00:00:00', 0.0216507594466203, 0.0551538461538461, 0.0237055089345509, 0.0763653846153836, 0.033339489175173, 0.0996923076923055, 0.0796487674345676, 0.160884615384616, 0.209207340105087, 0.543634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1065, '2021-05-23 00:00:00', 0.0220744544317993, 0.0501923076923074, 0.0287564842186144, 0.075653846153845, 0.0344980266994195, 0.0914230769230773, 0.0757727777381398, 0.152576923076925, 0.202674483233203, 0.539115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1080, '2021-05-23 00:00:00', 0.0247439192219343, 0.0538076923076913, 0.0266716790161114, 0.0660384615384609, 0.0285525157183437, 0.085615384615384, 0.0714258087377811, 0.150115384615387, 0.201634041120197, 0.535442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1095, '2021-05-23 00:00:00', 0.015888033716752, 0.0389807692307668, 0.018573233428783, 0.051749999999999, 0.0322126348837497, 0.0789230769230755, 0.0686208451173203, 0.143903846153847, 0.20224245255481, 0.535019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1110, '2021-05-23 00:00:00', 0.0160845004226484, 0.0363653846153861, 0.0225808291733027, 0.0559230769230761, 0.0350079826061671, 0.0763269230769224, 0.0659252140394986, 0.142423076923078, 0.19978394965177, 0.534442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1125, '2021-05-23 00:00:00', 0.0131120613881331, 0.0398846153846151, 0.026618624191459, 0.0578653846153833, 0.0407248034419388, 0.0769807692307684, 0.0655295852150887, 0.139057692307694, 0.200111835078441, 0.532942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1140, '2021-05-23 00:00:00', 0.0260384626746986, 0.042692307692306, 0.0306755791118311, 0.0541346153846142, 0.0374626429311202, 0.0725192307692311, 0.0619680687004334, 0.142807692307694, 0.203347600277115, 0.531442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1155, '2021-05-23 00:00:00', 0.0156852331337973, 0.0334423076923078, 0.0250675778953303, 0.0507884615384625, 0.0314742202200705, 0.067942307692308, 0.0540494360605337, 0.135807692307695, 0.200308700221971, 0.524653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1170, '2021-05-23 00:00:00', 0.011699983563434, 0.03598076923077, 0.0146240713051626, 0.04771153846154, 0.030236758067979, 0.065192307692308, 0.0451736648944948, 0.129500000000002, 0.20058615356001, 0.522250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1185, '2021-05-23 00:00:00', 0.011827038773669, 0.0303269230769241, 0.0213713683374589, 0.0468461538461529, 0.0342182193934957, 0.0625576923076948, 0.0441451147223135, 0.125865384615387, 0.199183592350219, 0.52521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1200, '2021-05-23 00:00:00', 0.0208660287032807, 0.0366346153846138, 0.0300141569161054, 0.0465192307692299, 0.0357655399253788, 0.0664230769230787, 0.0464319560051208, 0.125057692307694, 0.199116878123995, 0.524865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1215, '2021-05-23 00:00:00', 0.0153368961858434, 0.0295961538461541, 0.0195484408191921, 0.0418076923076941, 0.0270592867607377, 0.0617500000000008, 0.0579292273780264, 0.125346153846155, 0.199004334123656, 0.526250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1230, '2021-05-23 00:00:00', 0.013206481508947, 0.0273653846153874, 0.0164433760336705, 0.0407692307692325, 0.0205311021098759, 0.0581153846153855, 0.0624159742866642, 0.128076923076925, 0.200650999154099, 0.531211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1245, '2021-05-23 00:00:00', 0.0121226583781724, 0.034326923076923, 0.0168119463020045, 0.0488076923076909, 0.0186682474147533, 0.0592115384615392, 0.0615693480181846, 0.130269230769231, 0.200171564875272, 0.535153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1260, '2021-05-23 00:00:00', 0.0171100959849834, 0.0358461538461517, 0.0161378794717925, 0.0436346153846144, 0.0254955576824366, 0.0662115384615387, 0.0627719682660968, 0.127000000000001, 0.200346895312951, 0.534961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1275, '2021-05-23 00:00:00', 0.0116079548321249, 0.0257307692307691, 0.0126214103807785, 0.0345000000000008, 0.0276029611009116, 0.0652115384615388, 0.0571481879381589, 0.131153846153847, 0.20052596992755, 0.53523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1290, '2021-05-23 00:00:00', 0.0108403803509756, 0.0245769230769246, 0.0236783331663873, 0.0492115384615395, 0.031324756736731, 0.0665961538461543, 0.055744251169617, 0.134307692307694, 0.200810010668331, 0.535596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1305, '2021-05-23 00:00:00', 0.0195639877168388, 0.0374807692307684, 0.0250929042989018, 0.0494230769230768, 0.0317479981198087, 0.0593461538461546, 0.0547802322572084, 0.133923076923077, 0.201108486796401, 0.535288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1320, '2021-05-23 00:00:00', 0.0144773563247522, 0.0320769230769243, 0.0215531632516874, 0.0413269230769242, 0.0304164176315769, 0.0669615384615406, 0.056937198871955, 0.147769230769232, 0.202174136670498, 0.534192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1335, '2021-05-23 00:00:00', 0.0129112354172645, 0.0239999999999998, 0.0135324254463697, 0.0320576923076929, 0.027684465235662, 0.0739807692307689, 0.0519288307353277, 0.163711538461538, 0.203634050537874, 0.533057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1350, '2021-05-23 00:00:00', 0.00780354948823988, 0.0216538461538452, 0.0248997760261786, 0.0513269230769238, 0.0241933954751158, 0.0710961538461544, 0.0591142082361292, 0.18098076923077, 0.204051521585943, 0.53321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1365, '2021-05-23 00:00:00', 0.0246512365113493, 0.0437115384615395, 0.0258022062264802, 0.0629230769230778, 0.024227797131521, 0.067884615384616, 0.0696306436740419, 0.196057692307692, 0.205742846403353, 0.533826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1380, '2021-05-23 00:00:00', 0.0239600709514802, 0.0457500000000004, 0.0232905477690973, 0.0515192307692297, 0.0230214281452329, 0.0608846153846153, 0.0828235775609813, 0.20975, 0.210902752836101, 0.535634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1395, '2021-05-23 00:00:00', 0.016544671463832, 0.0273846153846144, 0.0184638940804841, 0.0371538461538454, 0.0370061325479155, 0.0635769230769228, 0.0816094286596444, 0.219826923076924, 0.207484794623604, 0.533000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1410, '2021-05-23 00:00:00', 0.0141298919370877, 0.0284230769230754, 0.0161310617705748, 0.0378653846153851, 0.0445181380493912, 0.0727307692307683, 0.0839549512902824, 0.222076923076924, 0.208138068081297, 0.534346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 2, 1425, '2021-05-23 00:00:00', 0.0126251275698057, 0.0254230769230775, 0.0321551527154484, 0.049923076923077, 0.0390721078953335, 0.0760192307692314, 0.0863973757614271, 0.225942307692309, 0.20828584002242, 0.533865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 0, '2021-05-23 00:00:00', 0.0279931310255818, 0.0426538461538454, 0.0371852948602814, 0.0588846153846151, 0.0404941401268795, 0.0783461538461535, 0.0884327645511193, 0.229076923076923, 0.208066728386683, 0.533788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 15, '2021-05-23 00:00:00', 0.0282372912189657, 0.0367307692307686, 0.0295557881875056, 0.0527307692307707, 0.0392425642148133, 0.0818269230769235, 0.0871121381633155, 0.22473076923077, 0.207415439674543, 0.532769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 30, '2021-05-23 00:00:00', 0.0138311382255918, 0.0369038461538475, 0.0236309445105674, 0.0506923076923082, 0.0298447585914942, 0.0799807692307702, 0.0837797501694851, 0.223942307692308, 0.204391160617237, 0.531057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 45, '2021-05-23 00:00:00', 0.0201976388566726, 0.0362692307692312, 0.0232874347102608, 0.064730769230769, 0.0300567220179046, 0.081442307692308, 0.0776588619936818, 0.226673076923077, 0.19983619157084, 0.529288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 60, '2021-05-23 00:00:00', 0.0194421825302228, 0.0550384615384614, 0.0278811488561462, 0.0664615384615393, 0.0349490398239402, 0.106653846153847, 0.097071306066923, 0.233538461538462, 0.199256579854679, 0.530730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 75, '2021-05-23 00:00:00', 0.0161091111343389, 0.0407115384615416, 0.0236975493702161, 0.0585769230769251, 0.0365843388098483, 0.121423076923077, 0.112732631273495, 0.234115384615386, 0.19933133220846, 0.533000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 90, '2021-05-23 00:00:00', 0.018919271818805, 0.0443269230769221, 0.037013100591339, 0.0849807692307689, 0.052802363729142, 0.135019230769231, 0.113196493558086, 0.232884615384616, 0.200009166136106, 0.531942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 105, '2021-05-23 00:00:00', 0.0323206768779071, 0.0671153846153859, 0.0365251441317622, 0.100384615384616, 0.0641394154587062, 0.14576923076923, 0.11648557685561, 0.22848076923077, 0.197273359736022, 0.530961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 120, '2021-05-23 00:00:00', 0.0348709544110642, 0.0677115384615371, 0.0519486284708276, 0.0970000000000008, 0.0832703659542454, 0.140076923076923, 0.121457007271645, 0.21373076923077, 0.193010218940304, 0.522769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 135, '2021-05-23 00:00:00', 0.0396350709114263, 0.0566730769230781, 0.0450400505533265, 0.0846153846153831, 0.0715631216802018, 0.130596153846154, 0.0974631449081361, 0.190230769230769, 0.20043595274762, 0.520865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 150, '2021-05-23 00:00:00', 0.0282988515668048, 0.0532499999999985, 0.05119197653479, 0.0884615384615384, 0.068739097037556, 0.11471153846154, 0.092334925469935, 0.180461538461538, 0.200840530884963, 0.516673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 165, '2021-05-23 00:00:00', 0.0429712828973735, 0.0656346153846167, 0.0617105308305218, 0.0899807692307715, 0.0627698145240587, 0.103519230769233, 0.0756794556005793, 0.166000000000001, 0.202092824255055, 0.515019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 180, '2021-05-23 00:00:00', 0.0403180480678331, 0.0582500000000016, 0.0421048690771038, 0.0720000000000022, 0.0472956494990657, 0.0929615384615391, 0.072279109121408, 0.163519230769231, 0.202509616105963, 0.514230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 195, '2021-05-23 00:00:00', 0.023382578985219, 0.0422500000000011, 0.0359996367503043, 0.0624230769230766, 0.0417330343234961, 0.0866153846153839, 0.0692447748653557, 0.159173076923076, 0.204943651730458, 0.511096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 210, '2021-05-23 00:00:00', 0.0224609747031458, 0.0443461538461535, 0.0234478472031339, 0.0568076923076914, 0.0369251477784646, 0.0820576923076906, 0.0670630013781519, 0.152615384615383, 0.204952185793513, 0.510538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 225, '2021-05-23 00:00:00', 0.0199912384655038, 0.0409807692307665, 0.0264455972778947, 0.0594807692307679, 0.0369279183524629, 0.0868653846153829, 0.0639372438712064, 0.146865384615384, 0.206874481640066, 0.513865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 240, '2021-05-23 00:00:00', 0.0191521438848133, 0.0397692307692294, 0.0265325054631823, 0.0569230769230754, 0.0499781336801781, 0.0849230769230758, 0.064339603786351, 0.142730769230768, 0.207911963617741, 0.514269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 255, '2021-05-23 00:00:00', 0.0177046712653854, 0.0386538461538454, 0.0255037930813928, 0.0577884615384604, 0.0633714962618177, 0.0799423076923074, 0.0587280597329763, 0.145249999999998, 0.21042344122123, 0.517269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 270, '2021-05-23 00:00:00', 0.0178733148748446, 0.0393461538461521, 0.0388957779001959, 0.0566923076923067, 0.0520070298502609, 0.0788653846153862, 0.057543257975731, 0.149557692307692, 0.210488480408347, 0.517596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 285, '2021-05-23 00:00:00', 0.0360371816536523, 0.0420384615384606, 0.0529765550466927, 0.0568461538461536, 0.0511819830078448, 0.0776538461538475, 0.0576413613515633, 0.155942307692307, 0.209789095558812, 0.517269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 300, '2021-05-23 00:00:00', 0.0242143631883098, 0.0378461538461553, 0.0258898925927001, 0.05244230769231, 0.0316402615957289, 0.0696153846153863, 0.0600932512529803, 0.163326923076922, 0.209481609253376, 0.51623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 315, '2021-05-23 00:00:00', 0.0184293661980421, 0.0361923076923089, 0.0206053484468334, 0.0475961538461554, 0.0276912649376306, 0.0676153846153866, 0.0611889161657425, 0.167711538461537, 0.209373550052383, 0.514211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 330, '2021-05-23 00:00:00', 0.0154933856855114, 0.0337500000000021, 0.0254938001512877, 0.0459230769230792, 0.0286655783931763, 0.066653846153848, 0.0598324873163522, 0.171942307692306, 0.20918654262496, 0.514519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 345, '2021-05-23 00:00:00', 0.0160282083071824, 0.0322884615384627, 0.0203395030572362, 0.0491538461538475, 0.0259985872397233, 0.0670576923076933, 0.06165268725817, 0.192576923076923, 0.208997759465354, 0.514788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 360, '2021-05-23 00:00:00', 0.0176755916014578, 0.0350576923076935, 0.0188303049527981, 0.0470961538461552, 0.0258870921206227, 0.0673076923076929, 0.0663058095841935, 0.204403846153846, 0.208934248950752, 0.515403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 375, '2021-05-23 00:00:00', 0.013839853267341, 0.0318076923076939, 0.0170746438187871, 0.0457115384615397, 0.023772260822552, 0.0725961538461539, 0.0647079949881353, 0.206769230769232, 0.208883316710549, 0.515000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 390, '2021-05-23 00:00:00', 0.0162690007257793, 0.0324038461538457, 0.0206132612281894, 0.049057692307691, 0.0313967416241789, 0.079846153846153, 0.068955314404441, 0.212846153846155, 0.206278427411555, 0.518519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 405, '2021-05-23 00:00:00', 0.0164298508818556, 0.0359999999999997, 0.0227879607215344, 0.0561346153846151, 0.0304218039216312, 0.077115384615385, 0.0713010410971554, 0.22046153846154, 0.204500668609024, 0.519788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 420, '2021-05-23 00:00:00', 0.0194248156114396, 0.0442884615384593, 0.0268535128772013, 0.0633653846153827, 0.0291344100018139, 0.0765769230769198, 0.0854845217658628, 0.235288461538462, 0.204500668609024, 0.519788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 435, '2021-05-23 00:00:00', 0.0147837358659366, 0.0381730769230772, 0.0184742648443293, 0.0484615384615403, 0.0321349318678895, 0.0874230769230768, 0.0892517808484249, 0.234096153846154, 0.203432891977824, 0.518192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 450, '2021-05-23 00:00:00', 0.011269427669585, 0.0330000000000018, 0.0157491391706147, 0.0501538461538468, 0.0423874845461938, 0.101173076923078, 0.0864943328512595, 0.235980769230771, 0.20309635549508, 0.51598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 465, '2021-05-23 00:00:00', 0.0127470207680679, 0.0380576923076909, 0.0278157951807693, 0.0720384615384595, 0.0492027399174544, 0.110480769230769, 0.0859486698335329, 0.238076923076924, 0.203127168390791, 0.515057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 480, '2021-05-23 00:00:00', 0.0250145880514669, 0.0595192307692297, 0.0397498911464403, 0.0825769230769233, 0.0526893252945981, 0.113250000000001, 0.0852960207386363, 0.235365384615385, 0.204366055438236, 0.515269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 495, '2021-05-23 00:00:00', 0.0267114207783867, 0.0560000000000001, 0.0374896703721894, 0.0816538461538458, 0.0485070653061524, 0.111346153846153, 0.0841831359870565, 0.229403846153846, 0.203087112797969, 0.516846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 510, '2021-05-23 00:00:00', 0.0204052783518245, 0.0533461538461533, 0.0291228234577928, 0.0751730769230773, 0.0335223232167177, 0.110115384615383, 0.080226086779799, 0.225249999999999, 0.203992036986363, 0.514365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 525, '2021-05-23 00:00:00', 0.0259247209019902, 0.0551346153846157, 0.0302327700453559, 0.0829038461538446, 0.0417169445374237, 0.124711538461539, 0.0771119989665378, 0.224096153846153, 0.201653800818668, 0.510846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 540, '2021-05-23 00:00:00', 0.0280188123615859, 0.0695769230769219, 0.0294707416836531, 0.089269230769229, 0.050683512719014, 0.140461538461539, 0.0730884316848694, 0.222326923076923, 0.198439172040198, 0.51575 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 555, '2021-05-23 00:00:00', 0.0200492182851643, 0.0563653846153859, 0.0435651060085759, 0.094961538461541, 0.0480603306752619, 0.130346153846155, 0.0783174702977966, 0.215115384615386, 0.194673735931527, 0.524288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 570, '2021-05-23 00:00:00', 0.0331584076819151, 0.0670000000000007, 0.0431534515956193, 0.0985961538461551, 0.0418888455870452, 0.122346153846155, 0.0764037856492621, 0.205038461538462, 0.191227963034052, 0.521076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 585, '2021-05-23 00:00:00', 0.0218794336166325, 0.0630192307692316, 0.022213137138605, 0.0802884615384618, 0.0513482117132985, 0.118826923076924, 0.0711406002223755, 0.197750000000001, 0.190624501008172, 0.522596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 600, '2021-05-23 00:00:00', 0.0200120060117764, 0.0570961538461537, 0.0330875528536966, 0.0766153846153842, 0.0742132167370578, 0.123807692307691, 0.0716650220443355, 0.194653846153848, 0.18980157655177, 0.521038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 615, '2021-05-23 00:00:00', 0.0194248849120417, 0.0521153846153848, 0.0442014270566684, 0.0838846153846153, 0.0676487875836529, 0.112961538461538, 0.0768836883770637, 0.20669230769231, 0.189627660470152, 0.521480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 630, '2021-05-23 00:00:00', 0.0384246715615803, 0.0601538461538464, 0.0649093687678902, 0.0883846153846144, 0.0619082074837086, 0.110115384615386, 0.0715911575975261, 0.214923076923078, 0.191768274628117, 0.517865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 645, '2021-05-23 00:00:00', 0.0351273945255509, 0.0604230769230768, 0.0329815099714964, 0.0744999999999999, 0.0323007799381879, 0.0970961538461534, 0.0986072005484371, 0.240000000000001, 0.190496510163873, 0.519096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 660, '2021-05-23 00:00:00', 0.0178237093609788, 0.0497307692307695, 0.0245891548952287, 0.0720576923076937, 0.031839386590534, 0.0915576923076944, 0.107206337714491, 0.253826923076924, 0.199844655054483, 0.525115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 675, '2021-05-23 00:00:00', 0.016010429293242, 0.0470769230769243, 0.0201963153532054, 0.0618653846153865, 0.0361465233991616, 0.0913653846153863, 0.135776469299304, 0.26798076923077, 0.201078267387064, 0.524519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 690, '2021-05-23 00:00:00', 0.0151354398172474, 0.0441923076923083, 0.0259315148330843, 0.0622115384615376, 0.0404610781635133, 0.0908269230769211, 0.13715802929468, 0.271249999999999, 0.202180425895742, 0.528230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 705, '2021-05-23 00:00:00', 0.0197611117719019, 0.0473076923076908, 0.0303085225384144, 0.0685576923076912, 0.0338036923335998, 0.0944807692307667, 0.136257354071117, 0.289557692307693, 0.205251305626876, 0.532961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 720, '2021-05-23 00:00:00', 0.0235290981879544, 0.0474615384615388, 0.0268170726332185, 0.0653461538461516, 0.0301383285228914, 0.0868269230769212, 0.14211621463274, 0.29496153846154, 0.206974011746549, 0.534807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 735, '2021-05-23 00:00:00', 0.0175499726057196, 0.0423076923076899, 0.0209699510288832, 0.0618269230769221, 0.0293612578330454, 0.087788461538461, 0.153898273094725, 0.311038461538462, 0.206210911447477, 0.535 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 750, '2021-05-23 00:00:00', 0.0146475647752847, 0.0418653846153856, 0.0157380479680987, 0.0536153846153826, 0.0280793723905335, 0.0848653846153848, 0.155244115458897, 0.322153846153846, 0.206235038618188, 0.534865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 765, '2021-05-23 00:00:00', 0.0144020965354147, 0.0414038461538427, 0.0226339092106065, 0.0669230769230751, 0.0280808722196333, 0.0911538461538463, 0.160350049770926, 0.33146153846154, 0.205344585626584, 0.536826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 780, '2021-05-23 00:00:00', 0.0234742166249244, 0.053326923076923, 0.0231876376214037, 0.0680576923076926, 0.0420718844543305, 0.104288461538463, 0.164083459064166, 0.350307692307694, 0.204651786813978, 0.537423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 795, '2021-05-23 00:00:00', 0.0145782767790338, 0.0456153846153849, 0.0302942048278863, 0.0701730769230775, 0.0681622075527322, 0.127557692307695, 0.166234634917499, 0.350076923076925, 0.205947188898961, 0.534730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 810, '2021-05-23 00:00:00', 0.028917315813301, 0.0546346153846161, 0.0423178858349344, 0.0827115384615388, 0.0662182783271785, 0.143903846153848, 0.16643772224053, 0.350346153846155, 0.207130668531131, 0.541576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989295, 3, 825, '2021-05-23 00:00:00', 0.0247442922711481, 0.0549999999999992, 0.0602431866559341, 0.0978076923076947, 0.101193599675991, 0.170230769230769, 0.156305535361405, 0.3[...];
Date: 2021-05-23 17:21:20 Duration: 25s686ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1065, '2021-05-23 00:00:00', 0.0593755971629883, 0.137307692307693, 0.067075115757233, 0.157134615384616, 0.0681933563197601, 0.179576923076925, 0.086323953801942, 0.234750000000001, 0.278291277952823, 0.642846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1080, '2021-05-23 00:00:00', 0.0245750655371233, 0.0809230769230774, 0.0350511933298451, 0.102384615384616, 0.0389569436883652, 0.14021153846154, 0.0639284335439617, 0.200730769230771, 0.296157087344901, 0.642403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1095, '2021-05-23 00:00:00', 0.0276544682715943, 0.0669807692307682, 0.0380199340427542, 0.0898461538461543, 0.0468340646899733, 0.126519230769233, 0.0578799154749262, 0.185769230769231, 0.297691552424007, 0.642403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1110, '2021-05-23 00:00:00', 0.0219577216136288, 0.0621923076923079, 0.0271873344380472, 0.0918653846153849, 0.0404511861573724, 0.120961538461538, 0.0530859716367279, 0.177403846153846, 0.302148598184098, 0.642346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1125, '2021-05-23 00:00:00', 0.0185806040309208, 0.0578269230769232, 0.0252513289825435, 0.0795192307692328, 0.0345200109189764, 0.105365384615385, 0.0569311763988224, 0.163826923076923, 0.303543785334809, 0.643519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1140, '2021-05-23 00:00:00', 0.0188541364569819, 0.0535384615384641, 0.0261654572642284, 0.0711346153846162, 0.0334598496479215, 0.093692307692308, 0.067874615737684, 0.162288461538461, 0.304008749874078, 0.643 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1155, '2021-05-23 00:00:00', 0.0132640636539256, 0.0466538461538454, 0.0249339820634112, 0.0637115384615393, 0.0247731632090984, 0.0900192307692304, 0.0670143526532811, 0.16528846153846, 0.305059422332512, 0.644365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1170, '2021-05-23 00:00:00', 0.0221923063591524, 0.0489615384615394, 0.0273633176688444, 0.0701346153846147, 0.0246552225704822, 0.0914999999999996, 0.0706864174745381, 0.16798076923077, 0.308389601241427, 0.649384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1185, '2021-05-23 00:00:00', 0.0216597464293695, 0.0512692307692296, 0.0199105403087072, 0.0680192307692287, 0.0207600670667372, 0.0819038461538442, 0.0720147313989418, 0.165192307692308, 0.309036866732757, 0.64975 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1200, '2021-05-23 00:00:00', 0.0167167925705302, 0.0486346153846142, 0.0167446547154139, 0.0602115384615374, 0.0242528031686734, 0.076961538461537, 0.0736567715827948, 0.178, 0.309205856248651, 0.649692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1215, '2021-05-23 00:00:00', 0.0121488840893068, 0.0383461538461538, 0.0166421268056503, 0.0504038461538452, 0.0285875174481122, 0.0743846153846142, 0.0715565403128079, 0.183961538461538, 0.309133795405062, 0.651711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1230, '2021-05-23 00:00:00', 0.0118260468718567, 0.0361538461538444, 0.0220235974843755, 0.0528269230769223, 0.0278163551779287, 0.0744807692307696, 0.0707393699543516, 0.183461538461538, 0.309307539264976, 0.655576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1245, '2021-05-23 00:00:00', 0.0174598550527054, 0.0399423076923071, 0.0212989075198349, 0.0562115384615369, 0.0274502907368663, 0.0730384615384594, 0.0680519258756469, 0.184230769230768, 0.309311461773753, 0.655403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1260, '2021-05-23 00:00:00', 0.0152337302871481, 0.0389423076923056, 0.0177393521692492, 0.0542692307692308, 0.0177947701910956, 0.0735769230769219, 0.0646633203601545, 0.180749999999998, 0.309311461773753, 0.655403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1275, '2021-05-23 00:00:00', 0.0126362117010545, 0.0390769230769249, 0.0149648434158694, 0.0504423076923075, 0.0254251541104156, 0.0790384615384618, 0.0635474262627188, 0.177653846153845, 0.307792692470861, 0.657192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1290, '2021-05-23 00:00:00', 0.0118307292186967, 0.0353846153846138, 0.0142358701876622, 0.0539999999999993, 0.0329403481836711, 0.0774423076923063, 0.0631705505875856, 0.177461538461536, 0.30825309344009, 0.660019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1305, '2021-05-23 00:00:00', 0.0121848739774423, 0.0461346153846159, 0.0212731322058186, 0.0636153846153845, 0.0358607778027114, 0.0788461538461527, 0.0620873702008852, 0.175692307692307, 0.312387267050668, 0.66626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1320, '2021-05-23 00:00:00', 0.0208401978434433, 0.0474230769230754, 0.0310558120412011, 0.0587884615384597, 0.0449088649806034, 0.0871153846153825, 0.0622739882726704, 0.173480769230767, 0.328406727772369, 0.671826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1335, '2021-05-23 00:00:00', 0.0137534890678143, 0.0339615384615366, 0.022481855932148, 0.0499230769230748, 0.0358636145160218, 0.084826923076922, 0.0499686555598768, 0.176442307692306, 0.329380524037754, 0.67251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1350, '2021-05-23 00:00:00', 0.0182593390224972, 0.0377115384615376, 0.0230030098365086, 0.0639615384615378, 0.0328705619993626, 0.0830769230769235, 0.0506229197103456, 0.178999999999998, 0.329845003227041, 0.673115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1365, '2021-05-23 00:00:00', 0.0209088222086718, 0.0523269230769226, 0.0296503210515746, 0.0656923076923076, 0.0363037823839988, 0.0812307692307696, 0.05415656789489, 0.18257692307692, 0.329938061786429, 0.673230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1380, '2021-05-23 00:00:00', 0.0299941083958429, 0.0480576923076917, 0.0286462039369981, 0.0607500000000004, 0.0492286853525314, 0.108788461538462, 0.0581924525901905, 0.186807692307691, 0.331759317300035, 0.67376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1395, '2021-05-23 00:00:00', 0.0260549493305073, 0.0445961538461542, 0.0357486578553885, 0.0565576923076929, 0.0496985257481394, 0.134711538461539, 0.0594778077553683, 0.190980769230768, 0.332238248620104, 0.674076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1410, '2021-05-23 00:00:00', 0.0310129997556853, 0.0386153846153853, 0.0465305400124057, 0.0983653846153859, 0.0484743230999676, 0.135500000000001, 0.0653150029884754, 0.19401923076923, 0.333404305841791, 0.674865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 1, 1425, '2021-05-23 00:00:00', 0.0452228201413667, 0.0862115384615391, 0.0495783606642436, 0.125923076923078, 0.0445978310959346, 0.137442307692308, 0.0757625668682197, 0.198942307692307, 0.334434744698482, 0.675538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 0, '2021-05-23 00:00:00', 0.0380597118573795, 0.1, 0.0351112873589107, 0.11064, 0.0441988687638048, 0.131539999999999, 0.0756720060524365, 0.203259999999999, 0.339269097964041, 0.6753 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 15, '2021-05-23 00:00:00', 0.0226295897738627, 0.0606600000000003, 0.031745078358699, 0.0818000000000001, 0.0390272661097344, 0.103259999999999, 0.0813009430039602, 0.18602, 0.329894342934219, 0.67156 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 30, '2021-05-23 00:00:00', 0.033903134073414, 0.0533800000000008, 0.0405923124905841, 0.079439999999999, 0.0391628863423852, 0.0957399999999995, 0.0954540683610003, 0.197499999999999, 0.329949143808557, 0.6714 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 45, '2021-05-23 00:00:00', 0.0314597911871397, 0.0605384615384604, 0.0285952726055315, 0.0784807692307679, 0.0319221890516012, 0.0923846153846143, 0.0974774392043951, 0.198134615384616, 0.3202437611234, 0.670057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 60, '2021-05-23 00:00:00', 0.0180139796141361, 0.052211538461538, 0.0186708740679582, 0.0613076923076932, 0.0217627062796752, 0.0751538461538464, 0.104279506062387, 0.205346153846154, 0.319521705654898, 0.670096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 75, '2021-05-23 00:00:00', 0.0145096387062042, 0.0364807692307702, 0.0165548970212635, 0.0502307692307686, 0.0313257082920715, 0.0830000000000011, 0.101368854266903, 0.206269230769231, 0.32172319026431, 0.669634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 90, '2021-05-23 00:00:00', 0.0135644331305751, 0.0374230769230752, 0.0133704755107885, 0.0505192307692315, 0.0372965867689723, 0.0916538461538471, 0.102434371109582, 0.208403846153846, 0.325159078819062, 0.672442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 105, '2021-05-23 00:00:00', 0.0148452012448469, 0.0375000000000014, 0.0350361187260319, 0.0689807692307712, 0.0453978142476234, 0.0973076923076913, 0.106010667097523, 0.210307692307692, 0.329572261248752, 0.673846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 120, '2021-05-23 00:00:00', 0.0269705608737762, 0.0548653846153853, 0.0328282476863112, 0.0719230769230765, 0.0434677997532029, 0.10051923076923, 0.0983688897036975, 0.208461538461536, 0.333649561089753, 0.671980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 135, '2021-05-23 00:00:00', 0.0241194862172618, 0.0464807692307693, 0.0287221972589974, 0.0682307692307676, 0.0365086133145869, 0.101173076923077, 0.095874110165363, 0.203249999999999, 0.334213317416379, 0.667307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 150, '2021-05-23 00:00:00', 0.0190234369619729, 0.0503653846153841, 0.0320829214092792, 0.075076923076923, 0.034760100911603, 0.102269230769232, 0.0911340200769426, 0.203980769230769, 0.331439408547719, 0.666192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 165, '2021-05-23 00:00:00', 0.0252235238189698, 0.0606153846153849, 0.0258713384625973, 0.082884615384616, 0.0332102220130179, 0.106326923076922, 0.0858105538605024, 0.199865384615385, 0.33104658108211, 0.664173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 180, '2021-05-23 00:00:00', 0.0216635905114148, 0.0603653846153854, 0.0273619050169018, 0.0800769230769239, 0.0359304937986579, 0.111596153846154, 0.0804607429362045, 0.194134615384616, 0.329797201089024, 0.663423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 195, '2021-05-23 00:00:00', 0.017552602261598, 0.0519230769230762, 0.0314810077055025, 0.0785769230769228, 0.0437979275941054, 0.106961538461538, 0.0775661231565583, 0.184288461538462, 0.3255174058917, 0.661307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 210, '2021-05-23 00:00:00', 0.0249937299829689, 0.0575576923076922, 0.0271109969172322, 0.0801153846153835, 0.0443315871065388, 0.113480769230768, 0.06729599656626, 0.178134615384615, 0.319394889415306, 0.666346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 225, '2021-05-23 00:00:00', 0.0204744963308006, 0.0557499999999995, 0.0304315688819248, 0.074596153846152, 0.04522661316594, 0.112557692307692, 0.0668776408536798, 0.173673076923076, 0.314637166492551, 0.669557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 240, '2021-05-23 00:00:00', 0.018551591264945, 0.0496923076923061, 0.0256300679791419, 0.0810961538461519, 0.0487915069847841, 0.110865384615384, 0.0566626080748696, 0.162365384615384, 0.310638654784226, 0.669576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 255, '2021-05-23 00:00:00', 0.0199101443026894, 0.0615769230769209, 0.0213110661033556, 0.0781923076923083, 0.0409116308457833, 0.103192307692306, 0.0508820544154678, 0.161788461538461, 0.311042933593516, 0.668557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 270, '2021-05-23 00:00:00', 0.0166469331894905, 0.0480961538461545, 0.0400220371987545, 0.0707884615384618, 0.0401186173931571, 0.0867115384615376, 0.0466200188100164, 0.153615384615384, 0.311886110870371, 0.664115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 285, '2021-05-23 00:00:00', 0.0343451541761656, 0.0520192307692305, 0.0318220110083478, 0.0670961538461523, 0.0329617785647829, 0.0831730769230745, 0.0441046308400667, 0.151038461538461, 0.311723859554228, 0.665730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 300, '2021-05-23 00:00:00', 0.0166331457776798, 0.0433076923076903, 0.0200862754521209, 0.0550384615384593, 0.0237268510666376, 0.0802115384615372, 0.0478827092607944, 0.150923076923076, 0.311929317067431, 0.664826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 315, '2021-05-23 00:00:00', 0.0183008196537773, 0.0434999999999995, 0.0215374450309572, 0.0623076923076903, 0.030610204432257, 0.0857307692307676, 0.0481994134978679, 0.16328846153846, 0.312495029498932, 0.665211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 330, '2021-05-23 00:00:00', 0.0153761553662209, 0.0466153846153831, 0.0180244705459438, 0.061192307692308, 0.0316891694674766, 0.0837884615384615, 0.05344867055985, 0.166903846153845, 0.312105598500547, 0.66526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 345, '2021-05-23 00:00:00', 0.0146494552274671, 0.0420576923076925, 0.0208239876473853, 0.0585384615384607, 0.0240949084950461, 0.0792307692307699, 0.0674600964673532, 0.186269230769229, 0.312555617204609, 0.665076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 360, '2021-05-23 00:00:00', 0.0166096010233194, 0.0403269230769243, 0.0196337719249252, 0.0537500000000009, 0.0212985102404267, 0.0735576923076943, 0.0895532866724955, 0.207365384615383, 0.312701079307378, 0.66375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 375, '2021-05-23 00:00:00', 0.0148976120956953, 0.0363269230769249, 0.0190478749067046, 0.0536923076923088, 0.0218722514756788, 0.0726538461538465, 0.0990080027845454, 0.234230769230768, 0.313643332465397, 0.6655 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 390, '2021-05-23 00:00:00', 0.0129472450292, 0.0361346153846141, 0.0174241212117004, 0.0509999999999997, 0.0216387117489439, 0.0720769230769229, 0.109476434064068, 0.258519230769233, 0.313919171370348, 0.665384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 405, '2021-05-23 00:00:00', 0.0128872626442368, 0.0376923076923095, 0.0127835982655667, 0.0519038461538475, 0.0357373592498636, 0.0761730769230777, 0.118486501990084, 0.274134615384616, 0.313628315661413, 0.664903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 420, '2021-05-23 00:00:00', 0.0109602077464874, 0.0386153846153859, 0.0194406394323454, 0.0524615384615403, 0.0366677598904623, 0.0752307692307699, 0.12070219709937, 0.291403846153847, 0.316116937954198, 0.667961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 435, '2021-05-23 00:00:00', 0.013634698383169, 0.0377499999999988, 0.0326704995134997, 0.0588076923076905, 0.0313124760095097, 0.0821346153846151, 0.123908286492624, 0.298211538461539, 0.314504445975667, 0.669057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 450, '2021-05-23 00:00:00', 0.0297527245035574, 0.0447307692307686, 0.0283759649107369, 0.0576538461538465, 0.0255042077976277, 0.079730769230769, 0.123317152091668, 0.3025, 0.313399794438104, 0.668634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 465, '2021-05-23 00:00:00', 0.0154161753213441, 0.0399615384615374, 0.0208296386467387, 0.0624230769230787, 0.0215486569276278, 0.0807692307692311, 0.139627885962873, 0.320942307692308, 0.313065977317635, 0.668384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 480, '2021-05-23 00:00:00', 0.0196404214274057, 0.0486153846153855, 0.0172877012753187, 0.0622692307692297, 0.0250602044316052, 0.0840769230769223, 0.150240827187039, 0.331615384615385, 0.312866703000101, 0.668923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 495, '2021-05-23 00:00:00', 0.0145638778648256, 0.0419423076923068, 0.0150440890513376, 0.0582307692307707, 0.0310639600724777, 0.0994807692307687, 0.166004221447713, 0.346692307692308, 0.312234556802315, 0.672038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 510, '2021-05-23 00:00:00', 0.0110967770788856, 0.041538461538462, 0.0197246916715696, 0.0642884615384602, 0.0406822017405818, 0.107192307692307, 0.180538656631928, 0.363442307692308, 0.312886206889244, 0.672538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 525, '2021-05-23 00:00:00', 0.0165669388101244, 0.0477884615384613, 0.0290366081935296, 0.0827307692307674, 0.0619258147985251, 0.138057692307691, 0.189820931811657, 0.383884615384615, 0.313430409402888, 0.671307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 540, '2021-05-23 00:00:00', 0.0286205950591252, 0.0719615384615372, 0.0400038315472584, 0.0930576923076923, 0.0932929546354661, 0.165653846153845, 0.189741625942711, 0.390230769230769, 0.311299453284751, 0.672019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 555, '2021-05-23 00:00:00', 0.0225330953181172, 0.0620961538461552, 0.0596700059945078, 0.11298076923077, 0.100590227388916, 0.190423076923077, 0.185096479000712, 0.392442307692309, 0.314410374290575, 0.668288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 570, '2021-05-23 00:00:00', 0.0559589719210556, 0.0854423076923079, 0.0854655418642748, 0.128173076923075, 0.108170428206887, 0.207692307692309, 0.176991647999384, 0.385788461538462, 0.314353855000773, 0.662615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 585, '2021-05-23 00:00:00', 0.0391971152784721, 0.0839230769230754, 0.0548054320721529, 0.136846153846154, 0.0898827205948878, 0.200788461538463, 0.148264711294981, 0.375769230769231, 0.285657129063176, 0.659346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 600, '2021-05-23 00:00:00', 0.0408448848129681, 0.110730769230771, 0.0696245646305953, 0.152500000000004, 0.0806620132690449, 0.201596153846157, 0.129099007920873, 0.371576923076925, 0.275565508754971, 0.657519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 615, '2021-05-23 00:00:00', 0.03996003773002, 0.0942692307692327, 0.0534869502416608, 0.132423076923078, 0.0619760127294912, 0.174384615384617, 0.124639265636721, 0.358557692307693, 0.266793544495768, 0.654653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 630, '2021-05-23 00:00:00', 0.0449137335515374, 0.0937115384615383, 0.0604608964538245, 0.1265, 0.0559644942386205, 0.16426923076923, 0.124872373307248, 0.353480769230769, 0.261060193471515, 0.65376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 645, '2021-05-23 00:00:00', 0.0301974527708251, 0.0811153846153844, 0.0316640781668097, 0.110923076923078, 0.0462810020834284, 0.168634615384615, 0.1274356564642, 0.342557692307693, 0.257545246211523, 0.660923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 660, '2021-05-23 00:00:00', 0.0242661286570405, 0.0867500000000005, 0.0305151412605924, 0.120423076923077, 0.0570548723733466, 0.177538461538463, 0.134058197752379, 0.344596153846154, 0.252696556397955, 0.665980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 675, '2021-05-23 00:00:00', 0.026309606318137, 0.0803461538461554, 0.0487655773928874, 0.121807692307692, 0.0796263123306927, 0.192519230769233, 0.137526603020878, 0.344057692307693, 0.238454443318764, 0.671807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 690, '2021-05-23 00:00:00', 0.036388042203238, 0.0909807692307686, 0.0451770236020335, 0.13121153846154, 0.0872242313721467, 0.212442307692308, 0.146288756863321, 0.350596153846153, 0.229546379593789, 0.673403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 705, '2021-05-23 00:00:00', 0.0460411354534844, 0.0943846153846157, 0.0679278378416831, 0.141365384615385, 0.0955431034422928, 0.214230769230767, 0.142939922829354, 0.34680769230769, 0.225707081276735, 0.671057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 720, '2021-05-23 00:00:00', 0.0427681990052642, 0.0898269230769251, 0.0629985714123772, 0.1405, 0.0818480322586655, 0.187403846153845, 0.140029322478709, 0.349365384615382, 0.20855248370983, 0.666538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 735, '2021-05-23 00:00:00', 0.0331835976627953, 0.0866346153846158, 0.0536400001434077, 0.124980769230767, 0.0640865910612064, 0.171365384615385, 0.151319641309892, 0.349423076923076, 0.193128801182409, 0.654423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 750, '2021-05-23 00:00:00', 0.0383496916044178, 0.0858269230769208, 0.038975574205077, 0.111846153846152, 0.0662232703697239, 0.163692307692306, 0.151058944175394, 0.34476923076923, 0.188536774621335, 0.653346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 765, '2021-05-23 00:00:00', 0.024102824603067, 0.0743846153846147, 0.0466759532884383, 0.112730769230771, 0.0516244016541952, 0.156326923076923, 0.138874837118232, 0.332596153846154, 0.186457424507168, 0.643134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 780, '2021-05-23 00:00:00', 0.0368496738321852, 0.0860384615384652, 0.0447366868894667, 0.119134615384616, 0.0417614516768019, 0.159673076923079, 0.130660534916308, 0.341346153846154, 0.187829776659613, 0.635250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 795, '2021-05-23 00:00:00', 0.0217201873486749, 0.0785576923076914, 0.0325336807726293, 0.104403846153847, 0.0429839370713508, 0.145173076923078, 0.131096783097306, 0.335057692307693, 0.197079815927847, 0.630076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 810, '2021-05-23 00:00:00', 0.0245861436898625, 0.0690384615384621, 0.0298704639298526, 0.101230769230769, 0.0554489404768022, 0.13975, 0.13210490732165, 0.333057692307692, 0.199667558321712, 0.631576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 825, '2021-05-23 00:00:00', 0.0221929389324962, 0.0734423076923075, 0.0450700992472155, 0.103576923076921, 0.0520666769263598, 0.142826923076924, 0.130696312701798, 0.331384615384616, 0.202619462388146, 0.628057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 840, '2021-05-23 00:00:00', 0.0338393319173935, 0.0700961538461519, 0.0372437914289084, 0.0959999999999998, 0.0621811899581818, 0.151596153846155, 0.137501962223764, 0.350519230769232, 0.212241670127386, 0.631057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 855, '2021-05-23 00:00:00', 0.0227745471963756, 0.0700000000000014, 0.0412384482659651, 0.105019230769232, 0.0686748778386527, 0.170173076923079, 0.132974584037704, 0.352000000000002, 0.21938981201365, 0.63298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 870, '2021-05-23 00:00:00', 0.037738171860659, 0.0780192307692316, 0.0553398173525658, 0.115846153846156, 0.0755434566733191, 0.174576923076924, 0.129002350902849, 0.354442307692308, 0.223851437685458, 0.637115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 885, '2021-05-23 00:00:00', 0.0436232339294282, 0.0824423076923084, 0.0490522641208801, 0.12523076923077, 0.0655807546816559, 0.174153846153846, 0.126637489892029, 0.353576923076922, 0.222168717073654, 0.635173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 900, '2021-05-23 00:00:00', 0.0287021050331378, 0.0865400000000022, 0.0450156269162881, 0.11686, 0.0545264691075184, 0.17086, 0.123804220445024, 0.334119999999999, 0.23362604021527, 0.62778 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 915, '2021-05-23 00:00:00', 0.0412878815957748, 0.083779999999997, 0.0358720875705156, 0.11984, 0.0621138269630815, 0.173260000000001, 0.129414714516291, 0.32178, 0.232923014821062, 0.63012 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 930, '2021-05-23 00:00:00', 0.0279473015990231, 0.0895200000000017, 0.0389430674189908, 0.122300000000001, 0.0542723302736621, 0.167060000000001, 0.130782940401261, 0.32564, 0.228228188077927, 0.63372 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 945, '2021-05-23 00:00:00', 0.0340327415880657, 0.0900399999999996, 0.0532730779412369, 0.121800000000002, 0.0525488820052345, 0.159979999999999, 0.13394653162114, 0.324060000000001, 0.236387746439334, 0.6448 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 960, '2021-05-23 00:00:00', 0.0384198624845696, 0.0867599999999999, 0.0448535301472096, 0.115879999999998, 0.0553584681868996, 0.176819999999998, 0.129754168205367, 0.31346, 0.221472048650239, 0.645079999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 975, '2021-05-23 00:00:00', 0.0280893218145265, 0.077519999999999, 0.036614864923054, 0.121759999999996, 0.0669561299160376, 0.18696, 0.131785596076859, 0.317619999999999, 0.227736025915973, 0.655019999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 990, '2021-05-23 00:00:00', 0.0356061792390031, 0.0969999999999991, 0.0600861176850485, 0.158692307692308, 0.0846898232011738, 0.198615384615383, 0.136726239673974, 0.321230769230769, 0.22345249796356, 0.659326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1005, '2021-05-23 00:00:00', 0.0341068964377514, 0.106903846153845, 0.0384217886901933, 0.134576923076923, 0.0717815409097951, 0.185019230769231, 0.104287149809481, 0.304019230769232, 0.208696206334621, 0.648557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1020, '2021-05-23 00:00:00', 0.0233375316735807, 0.0869038461538446, 0.0474952467257348, 0.124961538461537, 0.0648585798843574, 0.195846153846154, 0.0922860290284854, 0.283865384615385, 0.203210199055068, 0.63975 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1035, '2021-05-23 00:00:00', 0.0291408053845728, 0.0865576923076908, 0.0466793810518582, 0.12773076923077, 0.0580875069316838, 0.18696153846154, 0.0855390778893129, 0.269923076923078, 0.209870367498241, 0.640865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1050, '2021-05-23 00:00:00', 0.0364407896984442, 0.0963653846153856, 0.0507133156539338, 0.152596153846154, 0.0583087570939903, 0.181134615384616, 0.0845578477456973, 0.26048076923077, 0.212154708608167, 0.639903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1065, '2021-05-23 00:00:00', 0.0381164208506207, 0.113192307692307, 0.0423767216577864, 0.132442307692308, 0.0647073887113826, 0.165884615384615, 0.0979659359950402, 0.247269230769229, 0.204794836360687, 0.633749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1080, '2021-05-23 00:00:00', 0.0304444007735657, 0.0788076923076937, 0.0495939861428625, 0.106288461538461, 0.053248506660173, 0.13778846153846, 0.0930690810428144, 0.223576923076921, 0.196460463824542, 0.628576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1095, '2021-05-23 00:00:00', 0.0274462902074902, 0.0738269230769225, 0.037153175658863, 0.0984615384615375, 0.0356972741902682, 0.122846153846154, 0.0759100099814551, 0.207980769230768, 0.202610034682013, 0.626115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1110, '2021-05-23 00:00:00', 0.0249547359463848, 0.0708269230769229, 0.0304418487258255, 0.092384615384616, 0.0336901092538797, 0.122211538461539, 0.0720142934530258, 0.198961538461537, 0.201907210219106, 0.621307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1125, '2021-05-23 00:00:00', 0.023936558778442, 0.0571730769230755, 0.0231971152052604, 0.0763846153846145, 0.0362947813582914, 0.107865384615385, 0.0711122974326778, 0.181673076923076, 0.200801709500846, 0.619942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1140, '2021-05-23 00:00:00', 0.0167137552747627, 0.0575192307692321, 0.0274831696749975, 0.0812307692307696, 0.041383813260744, 0.114000000000001, 0.0675990782822916, 0.177153846153846, 0.202196208021967, 0.619942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1155, '2021-05-23 00:00:00', 0.0203219188221835, 0.0549038461538454, 0.0249270705489804, 0.0766730769230763, 0.0328703279803889, 0.11053846153846, 0.0617913735577529, 0.165076923076923, 0.200529794448454, 0.61903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1170, '2021-05-23 00:00:00', 0.0177689010958428, 0.0484230769230753, 0.0272463123828082, 0.0778076923076916, 0.0304027136946696, 0.0982499999999985, 0.0537342069821449, 0.156749999999999, 0.200058792320198, 0.618903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1185, '2021-05-23 00:00:00', 0.0240705453583029, 0.0566346153846163, 0.0220480245059585, 0.0731538461538457, 0.0259828049649411, 0.0896153846153851, 0.0535860199908674, 0.149307692307692, 0.197481711908881, 0.619942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1200, '2021-05-23 00:00:00', 0.0158512921094295, 0.0497115384615392, 0.023169052634925, 0.0637500000000005, 0.0275669255560977, 0.0878461538461535, 0.055333203969573, 0.15671153846154, 0.196287760698421, 0.61725 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1215, '2021-05-23 00:00:00', 0.0161321585183606, 0.0410576923076927, 0.0224485051755208, 0.0566538461538467, 0.0270472520998698, 0.0884230769230799, 0.0553523573259376, 0.158711538461539, 0.194370483870367, 0.62075 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1230, '2021-05-23 00:00:00', 0.0149788568938411, 0.039384615384616, 0.0225981959797344, 0.0614615384615379, 0.0272779144251288, 0.0877307692307711, 0.05602347378898, 0.160480769230771, 0.193723161912919, 0.620288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1245, '2021-05-23 00:00:00', 0.0113798235757592, 0.0419038461538446, 0.0198488906878563, 0.062461538461541, 0.0441253459345775, 0.0853846153846164, 0.0563319590941468, 0.162519230769232, 0.193720207635018, 0.620173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1260, '2021-05-23 00:00:00', 0.0220078744648742, 0.0469423076923088, 0.0306152802472141, 0.0643461538461566, 0.0560298443826009, 0.0972115384615397, 0.0567488427533649, 0.163365384615386, 0.19187896826265, 0.622461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1275, '2021-05-23 00:00:00', 0.0201012533095666, 0.0395961538461549, 0.0312464397971981, 0.0580000000000009, 0.042296321898644, 0.0841730769230771, 0.0501968624517506, 0.16475, 0.191575429009047, 0.620249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1290, '2021-05-23 00:00:00', 0.0185931025258971, 0.0417884615384632, 0.0301321001846605, 0.0672115384615402, 0.0285125141216701, 0.0752115384615418, 0.0520849638719128, 0.167288461538462, 0.192887269787703, 0.619326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1305, '2021-05-23 00:00:00', 0.0260207313797749, 0.0505384615384602, 0.0240545214045085, 0.0604999999999987, 0.0239578797058494, 0.0674999999999993, 0.0526493918439562, 0.167461538461539, 0.195781711253985, 0.627461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1320, '2021-05-23 00:00:00', 0.0135758410987486, 0.0397884615384619, 0.0149887778533959, 0.0477884615384623, 0.0220963710908514, 0.0670192307692316, 0.0542845246399441, 0.16448076923077, 0.196371692304319, 0.628692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1335, '2021-05-23 00:00:00', 0.0151737120857605, 0.0338076923076936, 0.0165458337772569, 0.0432307692307685, 0.0310241841149753, 0.0760000000000011, 0.052436426710388, 0.168326923076924, 0.197259084805902, 0.628057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1350, '2021-05-23 00:00:00', 0.0102232766085747, 0.0323461538461542, 0.0197333084286063, 0.0552115384615392, 0.0320040382067393, 0.0825384615384627, 0.0526726173204315, 0.169230769230769, 0.198440682863633, 0.629730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1365, '2021-05-23 00:00:00', 0.0196806034929372, 0.0473846153846143, 0.0317290269917956, 0.0646346153846157, 0.0310174950632677, 0.0807499999999991, 0.0528718370576068, 0.168134615384616, 0.198440682863633, 0.629730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1380, '2021-05-23 00:00:00', 0.0248354585220392, 0.0445000000000004, 0.0259058131284481, 0.0601346153846156, 0.0301261769639208, 0.0905576923076935, 0.0511789958418932, 0.171980769230769, 0.198390841910221, 0.629884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1395, '2021-05-23 00:00:00', 0.019575887837219, 0.041653846153845, 0.0180805462817404, 0.0508846153846135, 0.0440413835107215, 0.111788461538462, 0.0499190460029661, 0.174865384615386, 0.198390841910221, 0.629884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1410, '2021-05-23 00:00:00', 0.0127084617479857, 0.0322499999999988, 0.0268659421229513, 0.073326923076925, 0.0460760783921543, 0.114750000000001, 0.0510458165241327, 0.186153846153846, 0.198746274275675, 0.630307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 2, 1425, '2021-05-23 00:00:00', 0.0250881522758335, 0.0656538461538481, 0.0389762896367277, 0.104134615384616, 0.0434739754158914, 0.117057692307693, 0.0522349868015093, 0.192076923076924, 0.198713005265228, 0.632038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 0, '2021-05-23 00:00:00', 0.0381971404487497, 0.0878076923076913, 0.0431681194686719, 0.0984423076923071, 0.0420750062845654, 0.113115384615385, 0.0639429944439695, 0.199442307692308, 0.198583612500746, 0.631865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 15, '2021-05-23 00:00:00', 0.0311415132283886, 0.0530769230769235, 0.0297060794088735, 0.069634615384615, 0.0260148256547342, 0.099134615384616, 0.0654509828333091, 0.198634615384614, 0.198593276863506, 0.632519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 30, '2021-05-23 00:00:00', 0.0268227802149897, 0.0486923076923101, 0.0242350985143466, 0.0670000000000013, 0.03108487759964, 0.101519230769232, 0.065292186480349, 0.199980769230768, 0.198593276863506, 0.632519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 45, '2021-05-23 00:00:00', 0.0261090980311477, 0.0497499999999998, 0.0240190629420764, 0.0788461538461543, 0.0392110512287223, 0.100442307692309, 0.0677995915576529, 0.20173076923077, 0.198736563164562, 0.632692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 60, '2021-05-23 00:00:00', 0.0216687651843704, 0.0641538461538459, 0.0320000240384518, 0.0791923076923081, 0.0422331668788329, 0.0934038461538472, 0.0701293009102036, 0.201673076923078, 0.199646064709141, 0.631365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 75, '2021-05-23 00:00:00', 0.0328537083728179, 0.0441153846153854, 0.0392102665127398, 0.0612500000000017, 0.0423471413983929, 0.0879038461538477, 0.071623591407817, 0.194673076923078, 0.197984952808192, 0.629192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 90, '2021-05-23 00:00:00', 0.0167825458781986, 0.0429230769230747, 0.0232210779581487, 0.0560384615384607, 0.0321662807204158, 0.0885192307692288, 0.0675738371082955, 0.189711538461538, 0.196505436409433, 0.626557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 105, '2021-05-23 00:00:00', 0.0140474060019856, 0.0399807692307683, 0.0269881170432198, 0.0675384615384605, 0.0321378102264895, 0.0861730769230774, 0.0650551718514013, 0.189846153846154, 0.196505436409433, 0.626557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 120, '2021-05-23 00:00:00', 0.0259477581660954, 0.0566153846153844, 0.0292269633149822, 0.0691538461538457, 0.0404064160937157, 0.101961538461539, 0.0667995422600613, 0.189326923076925, 0.196856098360043, 0.626711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 135, '2021-05-23 00:00:00', 0.0165940791108879, 0.0452115384615395, 0.0206382859306144, 0.0611730769230771, 0.0337841849664359, 0.110134615384615, 0.0758417000174597, 0.190211538461538, 0.195515008276958, 0.631538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 150, '2021-05-23 00:00:00', 0.0151118012977126, 0.0445576923076919, 0.0388557143604604, 0.078942307692307, 0.0397639428860649, 0.118134615384614, 0.0726209574540182, 0.188211538461539, 0.193583292548316, 0.628865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 165, '2021-05-23 00:00:00', 0.03165922517153, 0.0624423076923074, 0.0273774261306378, 0.0927884615384613, 0.0431735896834389, 0.119826923076922, 0.0735231517697228, 0.187076923076923, 0.19397109717291, 0.627942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 180, '2021-05-23 00:00:00', 0.0273728950718642, 0.0681538461538453, 0.0393456526774595, 0.0899038461538442, 0.0613679351252632, 0.118288461538458, 0.0758346582020068, 0.182846153846153, 0.194112129569881, 0.628173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 195, '2021-05-23 00:00:00', 0.0298622736009066, 0.0578461538461557, 0.0311728000272438, 0.0767884615384614, 0.0541954298385459, 0.11676923076923, 0.0614254551343451, 0.171942307692309, 0.189837128572405, 0.626846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 210, '2021-05-23 00:00:00', 0.0217844775365039, 0.0532115384615351, 0.0418193780993383, 0.0804038461538431, 0.0503537524382786, 0.107403846153843, 0.059516801118546, 0.16751923076923, 0.188988196619628, 0.628038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 225, '2021-05-23 00:00:00', 0.0337600868117741, 0.0622884615384611, 0.044947854402459, 0.0875192307692294, 0.0449467591028112, 0.103865384615384, 0.0506069165233359, 0.162500000000001, 0.187689798296593, 0.626903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 240, '2021-05-23 00:00:00', 0.027206256350614, 0.0584038461538446, 0.0340431174564518, 0.0730769230769211, 0.035865882652759, 0.0908076923076919, 0.0472446863108991, 0.162903846153847, 0.187791893820302, 0.627653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 255, '2021-05-23 00:00:00', 0.0225863811927577, 0.0457307692307684, 0.0228935328456276, 0.0615769230769236, 0.0330292236570085, 0.0839807692307701, 0.0461188306276454, 0.160557692307694, 0.181015592188587, 0.628730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 270, '2021-05-23 00:00:00', 0.0184012123346435, 0.0467692307692311, 0.0209738756918824, 0.0607884615384627, 0.0306235015332008, 0.0838269230769238, 0.0453703266294332, 0.158942307692308, 0.181218104885968, 0.629807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 285, '2021-05-23 00:00:00', 0.0194298442133187, 0.0481730769230774, 0.025390519126998, 0.0674615384615376, 0.0317137194286634, 0.0874999999999997, 0.0466803368256246, 0.159923076923076, 0.181466182482069, 0.630846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 300, '2021-05-23 00:00:00', 0.0224571729161217, 0.0452692307692299, 0.0276166894913477, 0.0588076923076927, 0.0357641042645569, 0.0811346153846175, 0.0428027003102165, 0.157365384615386, 0.180891306080156, 0.63273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 315, '2021-05-23 00:00:00', 0.0158572963065535, 0.0384230769230767, 0.0216093373692581, 0.0577884615384614, 0.0440441954614455, 0.0806346153846156, 0.0430054021651322, 0.159769230769231, 0.182152439329938, 0.631365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 330, '2021-05-23 00:00:00', 0.0123950982867611, 0.0410384615384613, 0.0252835610929013, 0.0555384615384633, 0.0364479238619434, 0.0826346153846148, 0.0439604892532451, 0.160769230769232, 0.180762776971537, 0.631692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 345, '2021-05-23 00:00:00', 0.0240948845512576, 0.0437884615384624, 0.0360666903644624, 0.0613846153846144, 0.0389336121345816, 0.0898846153846133, 0.0561192583151827, 0.172865384615383, 0.178878352519248, 0.63275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 360, '2021-05-23 00:00:00', 0.0212826491266037, 0.0426346153846129, 0.0239352973981619, 0.0609615384615355, 0.0322080556096438, 0.0821730769230747, 0.0656495972218002, 0.187019230769231, 0.17737021690846, 0.633423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 375, '2021-05-23 00:00:00', 0.0153139956098498, 0.0415384615384593, 0.0202277132819169, 0.0574038461538437, 0.0277456926664042, 0.0777884615384613, 0.0805572801465824, 0.208653846153847, 0.177630814201383, 0.632384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 390, '2021-05-23 00:00:00', 0.0138322504982432, 0.0393653846153829, 0.0241266211093466, 0.0525769230769227, 0.0241474715988133, 0.0695961538461538, 0.0757953925938857, 0.224807692307693, 0.178079702337508, 0.632096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 405, '2021-05-23 00:00:00', 0.0173091349826091, 0.0363846153846153, 0.0205639340743776, 0.0528461538461553, 0.0195939943703309, 0.0667692307692309, 0.089913839099099, 0.252461538461539, 0.177845114117271, 0.63273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 420, '2021-05-23 00:00:00', 0.0161887425273039, 0.0393461538461548, 0.0167911721311664, 0.0477115384615384, 0.0186352127394917, 0.0673653846153843, 0.0957268570143517, 0.266134615384615, 0.17798758059526, 0.632826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 435, '2021-05-23 00:00:00', 0.012758963666621, 0.0346346153846157, 0.0157784175866414, 0.0469615384615381, 0.0251974128708621, 0.0734807692307686, 0.0941796666769679, 0.28198076923077, 0.178197652794696, 0.632288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 450, '2021-05-23 00:00:00', 0.0122206634592652, 0.0337692307692291, 0.0150671828820141, 0.0514999999999994, 0.0294677137532964, 0.0788846153846155, 0.104559478840444, 0.298269230769233, 0.179232200060319, 0.632307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 465, '2021-05-23 00:00:00', 0.0145329334219274, 0.0411153846153842, 0.0249135814057636, 0.0640576923076937, 0.0313687804132614, 0.0850961538461552, 0.107692803845013, 0.315000000000002, 0.17926868532586, 0.632692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 480, '2021-05-23 00:00:00', 0.0205095474952912, 0.050192307692308, 0.0241246442779688, 0.0654615384615395, 0.0309267869951959, 0.0883846153846171, 0.10174516620535, 0.332826923076926, 0.179824445373388, 0.631865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 495, '2021-05-23 00:00:00', 0.0194968340625238, 0.0434423076923085, 0.0299005080996198, 0.0605961538461562, 0.0400970553302108, 0.0990769230769239, 0.101672712094327, 0.340403846153848, 0.18064610110975, 0.633923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 510, '2021-05-23 00:00:00', 0.0190463503469419, 0.041288461538463, 0.0243526416194665, 0.062634615384616, 0.0417995077262146, 0.106673076923077, 0.09799415995158, 0.343653846153848, 0.180761675865043, 0.634711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 525, '2021-05-23 00:00:00', 0.0213236686842083, 0.0458269230769222, 0.0368775729219744, 0.0818461538461533, 0.0519121002642557, 0.120384615384615, 0.0967626199282805, 0.34573076923077, 0.180937154410459, 0.634076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 540, '2021-05-23 00:00:00', 0.0326863180033406, 0.0738461538461528, 0.0382112347554807, 0.0965384615384612, 0.0503292276301366, 0.141365384615386, 0.095295863176016, 0.344307692307693, 0.182478120922441, 0.631269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 555, '2021-05-23 00:00:00', 0.0189511111912919, 0.0622692307692302, 0.0329824253901288, 0.0879038461538461, 0.0520446406019338, 0.15723076923077, 0.0967511260121332, 0.339596153846154, 0.182569456751293, 0.626557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 570, '2021-05-23 00:00:00', 0.0263151316516988, 0.0706153846153829, 0.0355342954601047, 0.104884615384617, 0.0501721996267292, 0.16748076923077, 0.100412282806744, 0.345557692307693, 0.183281759762229, 0.624788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 585, '2021-05-23 00:00:00', 0.0227935635314331, 0.0760576923076947, 0.0356180215837196, 0.122288461538463, 0.0779293170863101, 0.192961538461541, 0.100064071781726, 0.337538461538462, 0.18044698347757, 0.622423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 600, '2021-05-23 00:00:00', 0.0297587802169382, 0.10025, 0.034836480657716, 0.130596153846154, 0.0845665714097487, 0.20325, 0.104212314715977, 0.342057692307692, 0.184881475545822, 0.628 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 615, '2021-05-23 00:00:00', 0.0330552742213143, 0.0866346153846153, 0.0795535064256476, 0.143596153846156, 0.0885554259294053, 0.200788461538461, 0.111762710514457, 0.336288461538461, 0.191075812581935, 0.638384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 630, '2021-05-23 00:00:00', 0.053125616738501, 0.100365384615387, 0.0643692742039111, 0.13728846153846, 0.0871895128662048, 0.195865384615385, 0.117668792019738, 0.32576923076923, 0.184676977866345, 0.642884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 645, '2021-05-23 00:00:00', 0.0439836508086967, 0.0883076923076898, 0.0551358741237014, 0.136269230769228, 0.063185161354423, 0.199769230769231, 0.11205958064969, 0.318480769230769, 0.166956641077856, 0.644 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 660, '2021-05-23 00:00:00', 0.0395576356530765, 0.0965576923076915, 0.0599076886037699, 0.142134615384615, 0.0665647082515627, 0.206403846153847, 0.120379012034746, 0.317057692307693, 0.173640000044301, 0.64798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 675, '2021-05-23 00:00:00', 0.0372882534607602, 0.0949230769230771, 0.0476941255857016, 0.139480769230771, 0.0546992652179612, 0.19398076923077, 0.127628693723387, 0.323211538461539, 0.164436816250077, 0.645557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 690, '2021-05-23 00:00:00', 0.0394466728635008, 0.0965000000000006, 0.0619581279202714, 0.139519230769232, 0.0568946259460276, 0.18146153846154, 0.117073198667132, 0.317423076923076, 0.162476909602091, 0.644115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 705, '2021-05-23 00:00:00', 0.0369477177394476, 0.100423076923079, 0.0422105892656545, 0.134576923076924, 0.0417849853416254, 0.16925, 0.123794687347175, 0.326269230769231, 0.17282420703843, 0.640942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 720, '2021-05-23 00:00:00', 0.0312064650599584, 0.0877884615384631, 0.0320827116156874, 0.124403846153848, 0.055299353174684, 0.161461538461539, 0.128287117885565, 0.32623076923077, 0.16765284186263, 0.631846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 735, '2021-05-23 00:00:00', 0.0304340459657636, 0.0876346153846168, 0.0398795108372103, 0.117653846153846, 0.0629744881189675, 0.161884615384616, 0.133536143191504, 0.328807692307692, 0.171943140199134, 0.628788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 750, '2021-05-23 00:00:00', 0.033138891862072, 0.0796153846153827, 0.0537062379989508, 0.115, 0.0750413116992146, 0.157961538461538, 0.126135734276766, 0.328288461538461, 0.167109914312523, 0.624711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 765, '2021-05-23 00:00:00', 0.045541173256061, 0.0824615384615392, 0.0552628404849201, 0.116307692307692, 0.0670281370309973, 0.152365384615385, 0.116264282828127, 0.336711538461539, 0.16852734541862, 0.621615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 780, '2021-05-23 00:00:00', 0.0262721042464906, 0.0797884615384616, 0.0380215778817168, 0.108096153846155, 0.0507011303166354, 0.152269230769232, 0.114620680440379, 0.334096153846155, 0.169233170961981, 0.617615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 795, '2021-05-23 00:00:00', 0.0303869405147356, 0.0693846153846155, 0.0343171408168868, 0.100115384615383, 0.0523073608586764, 0.1405, 0.127796949825166, 0.336096153846154, 0.168392887662707, 0.61873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 810, '2021-05-23 00:00:00', 0.02809714603629, 0.0779807692307688, 0.0407258989606604, 0.112673076923078, 0.0581550480645025, 0.145519230769233, 0.128114474051682, 0.330461538461539, 0.170168754476256, 0.617250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 825, '2021-05-23 00:00:00', 0.0372324506931167, 0.0798461538461547, 0.0397076237593656, 0.0991538461538468, 0.0560262472829959, 0.137403846153847, 0.127316764259618, 0.333961538461538, 0.16957293869737, 0.616307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019039 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019039, 3, 840, '2021-05-23 00:00:00', 0.0171937936029705, 0.0699423076923072, 0.0340243803990384, 0.102461538461539, 0.043236402931576, 0.133057692307693, 0.125443876509962, 0.36188461[...];
Date: 2021-05-23 17:44:22 Duration: 1s917ms Database: acaweb_fx User: pgperfstats
3 1s861ms 25s277ms 13s569ms 2 27s139ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = '?-05-23 ?:?:?[...];Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 23 17 2 27s139ms 13s569ms [ User: pgperfstats - Total duration: 27s139ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1035, '2021-05-23 00:00:00', 0.000724359690718936, 0.00140980769230768, 0.000762328038616898, 0.00195903846153846, 0.001566779352194, 0.00323653846153844, 0.00193151351575349, 0.00440730769230768, 0.00258147915261475, 0.00987115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1050, '2021-05-23 00:00:00', 0.000515762654119688, 0.00135865384615387, 0.00107994344581271, 0.00247461538461538, 0.00152214433764192, 0.00312576923076922, 0.00168974883204118, 0.00429134615384615, 0.00260227373951792, 0.00991884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1065, '2021-05-23 00:00:00', 0.00085038199561228, 0.00200846153846154, 0.00123409337634493, 0.00253269230769231, 0.00136656544496948, 0.00312865384615384, 0.0016155956748566, 0.00415923076923077, 0.00269742635887218, 0.0100001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1080, '2021-05-23 00:00:00', 0.000690563203813769, 0.00153846153846153, 0.000778616425758881, 0.00191346153846152, 0.0010428805521985, 0.00253538461538463, 0.00145195793539406, 0.00356538461538463, 0.00276878701572754, 0.0102515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1095, '2021-05-23 00:00:00', 0.000379367743245803, 0.00117673076923077, 0.000488491595077701, 0.00163903846153846, 0.000880460893291332, 0.00207423076923079, 0.00134292615353419, 0.0031594230769231, 0.002832470734454, 0.0102576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1110, '2021-05-23 00:00:00', 0.000378302941284609, 0.00121365384615385, 0.000759575286186025, 0.00159384615384616, 0.00101942427190732, 0.00194038461538462, 0.00132569919142835, 0.00307211538461539, 0.00290773840215802, 0.0102888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1125, '2021-05-23 00:00:00', 0.000501279324866369, 0.00101480769230769, 0.000596303097942115, 0.00128076923076924, 0.000819288082141078, 0.00168019230769232, 0.00126356181547972, 0.0029073076923077, 0.00312864116486077, 0.0103384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1140, '2021-05-23 00:00:00', 0.000385530603394657, 0.00089961538461542, 0.000611443342868683, 0.00125980769230772, 0.000674285148537624, 0.00162269230769231, 0.00127854365768843, 0.00287826923076923, 0.00315222246384012, 0.0103073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1155, '2021-05-23 00:00:00', 0.000434443454760877, 0.000923653846153859, 0.000489183621337198, 0.00118615384615385, 0.000717147367110701, 0.00164211538461536, 0.00125927970864909, 0.0027907692307692, 0.0031700562237188, 0.0103123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1170, '2021-05-23 00:00:00', 0.000348270728026329, 0.000812499999999994, 0.000505561721104488, 0.0011255769230769, 0.000853025137153281, 0.00163326923076921, 0.00126886636260632, 0.00266461538461537, 0.00319347936607368, 0.0102873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1185, '2021-05-23 00:00:00', 0.000434939474126958, 0.000812884615384586, 0.000556490825136882, 0.0011509615384615, 0.000888536155707808, 0.00166249999999996, 0.00125855651442436, 0.00260749999999996, 0.00315095262762524, 0.0103126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1200, '2021-05-23 00:00:00', 0.00031170282938424, 0.000725576923076902, 0.00055008366496515, 0.00105403846153847, 0.000752311540418023, 0.00154942307692308, 0.00110774205550682, 0.00247730769230766, 0.00303080614434761, 0.0102582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1215, '2021-05-23 00:00:00', 0.000351820321274297, 0.00072346153846153, 0.000514781843263572, 0.00106211538461539, 0.000663520824552915, 0.00143173076923078, 0.00102781936829688, 0.00250057692307691, 0.00305814068700875, 0.0102476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1230, '2021-05-23 00:00:00', 0.000304262854478493, 0.000713269230769232, 0.000560687078502799, 0.00105500000000002, 0.000718330784099244, 0.00136865384615386, 0.00100718312443858, 0.00247461538461538, 0.00309250926246978, 0.0102634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1245, '2021-05-23 00:00:00', 0.000437223451056631, 0.000737115384615371, 0.000445252564455119, 0.000939615384615383, 0.000695645826110281, 0.00125634615384614, 0.000925039396250453, 0.00247326923076922, 0.00309849899144731, 0.010235 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1260, '2021-05-23 00:00:00', 0.000287454946302624, 0.000667884615384635, 0.00047341265135348, 0.000921538461538486, 0.000676695733239545, 0.00134865384615386, 0.000821587768615415, 0.00248769230769228, 0.00313884452649991, 0.0102851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1275, '2021-05-23 00:00:00', 0.000339864452618762, 0.000640384615384617, 0.000479854505192839, 0.000857884615384625, 0.000654084827479191, 0.00136519230769234, 0.000799274599005488, 0.00249673076923075, 0.00317722590659501, 0.0102876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1290, '2021-05-23 00:00:00', 0.000312788512970298, 0.000625576923076931, 0.000411392616141055, 0.0010417307692308, 0.000670005510884348, 0.00142076923076927, 0.00097573004226815, 0.00263134615384613, 0.00320918086840767, 0.0103753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1305, '2021-05-23 00:00:00', 0.000379690157081538, 0.000848846153846155, 0.000525421625568831, 0.00110673076923079, 0.000782317956214329, 0.00150076923076923, 0.000977240699426374, 0.00267076923076919, 0.00334698608969554, 0.0104717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1320, '2021-05-23 00:00:00', 0.000421077783788222, 0.000757500000000009, 0.000532172073097245, 0.00105865384615387, 0.00073936230319417, 0.00143615384615383, 0.000883940587108887, 0.00262980769230765, 0.0033157788503782, 0.0104407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1335, '2021-05-23 00:00:00', 0.000348886801126104, 0.000750000000000011, 0.00049753129008672, 0.00099576923076923, 0.000475933778522207, 0.00137019230769227, 0.000848930730163157, 0.00262923076923073, 0.00334096032371165, 0.0104782692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1350, '2021-05-23 00:00:00', 0.000346044961507335, 0.000671346153846145, 0.000373063203554218, 0.00104307692307687, 0.000420853345551061, 0.00127846153846148, 0.000853570509908006, 0.00261884615384609, 0.00333584488778851, 0.0104986538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1365, '2021-05-23 00:00:00', 0.000308754570193497, 0.000825769230769226, 0.000336848801964024, 0.00102634615384614, 0.000344348660517219, 0.00124499999999998, 0.000939031170122449, 0.00272653846153842, 0.00331121581203133, 0.0104919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1380, '2021-05-23 00:00:00', 0.000334614129086943, 0.000681153846153842, 0.000341857651437184, 0.000855576923076917, 0.000389132170545988, 0.00122038461538461, 0.00101803052697165, 0.00279807692307689, 0.00336386732565592, 0.0105242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1395, '2021-05-23 00:00:00', 0.000201775579829151, 0.000559230769230761, 0.000251714199960091, 0.000769038461538435, 0.000675437749793542, 0.00159807692307689, 0.00109197247429382, 0.00289326923076922, 0.00335996147528282, 0.0105263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1410, '2021-05-23 00:00:00', 0.000305227594780313, 0.000593269230769232, 0.000310071021641053, 0.00099596153846153, 0.000693848575810207, 0.00170038461538459, 0.00107998539876169, 0.00299269230769229, 0.00335527988629633, 0.0105363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 1, 1425, '2021-05-23 00:00:00', 0.000222778002642851, 0.000800961538461542, 0.00069501079128314, 0.00149499999999997, 0.000785825117557721, 0.00176134615384611, 0.00131772164972494, 0.00321288461538461, 0.00335167191918395, 0.0105305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 0, '2021-05-23 00:00:00', 0.000761516225394084, 0.00131980769230767, 0.000762793575262353, 0.00151596153846154, 0.00079177784374541, 0.00187807692307688, 0.00132197732146265, 0.00334903846153844, 0.0033491484566402, 0.0105357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 15, '2021-05-23 00:00:00', 0.000424298735169732, 0.000937399999999995, 0.000486338359581042, 0.00120799999999996, 0.000591116739739267, 0.00174239999999992, 0.00117543254449871, 0.00324699999999998, 0.00338885735413381, 0.0106 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 30, '2021-05-23 00:00:00', 0.000394150246310544, 0.000902399999999979, 0.000589366750560835, 0.00139859999999996, 0.000646526101561255, 0.00185779999999995, 0.00122475534971958, 0.0033456, 0.00340407191218596, 0.0106058 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 45, '2021-05-23 00:00:00', 0.000585768430223173, 0.0011455769230769, 0.000510973919250097, 0.00138788461538459, 0.000716715800343139, 0.00181846153846152, 0.00124918399519293, 0.00342442307692308, 0.00335470766810784, 0.0105234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 60, '2021-05-23 00:00:00', 0.000374248786031615, 0.000986923076923069, 0.000690458515436259, 0.0013601923076923, 0.000751969107385081, 0.00165653846153844, 0.00133260779618819, 0.00354653846153848, 0.00335499774733388, 0.0105217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 75, '2021-05-23 00:00:00', 0.000561405242364076, 0.000815384615384611, 0.000631272097861524, 0.00108230769230768, 0.000660036828809299, 0.00149615384615383, 0.00133435944010026, 0.00354865384615384, 0.0033184405049082, 0.0104892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 90, '2021-05-23 00:00:00', 0.00039891897191517, 0.000717115384615385, 0.000558931707676507, 0.0010555769230769, 0.000562557074027586, 0.00143730769230769, 0.0013801660574561, 0.0037521153846154, 0.00332602410486663, 0.0104471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 105, '2021-05-23 00:00:00', 0.000392994470503288, 0.000770576923076941, 0.000470863568350789, 0.00116250000000002, 0.000695505488558791, 0.00156826923076925, 0.00155068054538845, 0.0039919230769231, 0.00340100053717227, 0.0104955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 120, '2021-05-23 00:00:00', 0.000384701132749119, 0.000935192307692302, 0.000462794189179666, 0.00114730769230768, 0.000773714343033258, 0.00160673076923077, 0.00155822714844591, 0.00401038461538461, 0.00342227299634886, 0.0105773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 135, '2021-05-23 00:00:00', 0.000331312773442473, 0.000761923076923098, 0.000461450597405778, 0.00118057692307694, 0.000712410777139576, 0.00173865384615389, 0.00157036997110677, 0.00398461538461539, 0.00330373266752346, 0.0105334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 150, '2021-05-23 00:00:00', 0.000459650243287033, 0.000907115384615366, 0.000556326031968785, 0.00122942307692304, 0.000558139905262242, 0.00178192307692306, 0.0016524999359944, 0.00397903846153844, 0.00325107989159578, 0.0104576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 165, '2021-05-23 00:00:00', 0.000428245795704346, 0.000857307692307689, 0.000552456924878456, 0.00132057692307696, 0.000757580790309616, 0.00199442307692311, 0.00169298790263295, 0.00394596153846156, 0.00321725999045055, 0.0104503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 180, '2021-05-23 00:00:00', 0.000551900388169445, 0.00110096153846156, 0.000540716085034828, 0.00143826923076922, 0.00072335181354157, 0.00209461538461537, 0.00170354273387955, 0.00397538461538461, 0.00319160100287278, 0.0104548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 195, '2021-05-23 00:00:00', 0.000350982193280481, 0.000967499999999984, 0.000768929450599979, 0.00150250000000002, 0.000671651609553173, 0.00195326923076924, 0.00171567358380137, 0.00380461538461539, 0.00294559331884089, 0.01053 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 210, '2021-05-23 00:00:00', 0.000538501660593115, 0.00108596153846156, 0.000537856715263308, 0.0013996153846154, 0.000604225919287225, 0.00193019230769233, 0.00185763568714476, 0.00380211538461539, 0.00290921665375089, 0.0105865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 225, '2021-05-23 00:00:00', 0.00029005523346691, 0.00093096153846154, 0.000411382472234225, 0.00139846153846155, 0.000540025497973519, 0.00194153846153848, 0.0017473839017228, 0.00385249999999999, 0.00290277824479611, 0.0105665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 240, '2021-05-23 00:00:00', 0.000444623609186644, 0.00109192307692306, 0.000571304310665168, 0.00147884615384615, 0.000728430768580911, 0.00202923076923076, 0.00175412556563092, 0.00386249999999997, 0.00289743361243386, 0.0105484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 255, '2021-05-23 00:00:00', 0.000340822760164501, 0.000996923076923092, 0.000484297786649744, 0.00143788461538462, 0.000760651264479197, 0.0018921153846154, 0.00183737149210494, 0.00374499999999998, 0.00282515459073276, 0.0104323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 270, '2021-05-23 00:00:00', 0.000387016845190935, 0.00101596153846156, 0.000561978681500969, 0.00132596153846154, 0.000798112219794089, 0.00196365384615385, 0.00177480889545453, 0.00372115384615384, 0.00303810338103333, 0.0106580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 285, '2021-05-23 00:00:00', 0.000481517513061188, 0.000968653846153847, 0.000612975121844276, 0.0012725, 0.00122116835606159, 0.00217807692307694, 0.0017213301207541, 0.00369076923076922, 0.0030368952832685, 0.0106548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 300, '2021-05-23 00:00:00', 0.000432416866176405, 0.000847115384615417, 0.000606843155506121, 0.00138384615384616, 0.00129540598031896, 0.00199942307692307, 0.0016757507158102, 0.0036876923076923, 0.00304578198244973, 0.0106132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 315, '2021-05-23 00:00:00', 0.000486752661878851, 0.00103307692307691, 0.00125379499305724, 0.00160826923076924, 0.00140534211547881, 0.00200230769230768, 0.00165112809920974, 0.00374500000000001, 0.00306549411251206, 0.0106019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 330, '2021-05-23 00:00:00', 0.0012942804505266, 0.00120326923076926, 0.00132332890265999, 0.00145076923076924, 0.00144443228134258, 0.00200615384615382, 0.00180419903387794, 0.00389692307692305, 0.00306549125815848, 0.0105994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 345, '2021-05-23 00:00:00', 0.000349420234102134, 0.000822500000000008, 0.000532209906536332, 0.00123423076923076, 0.00059403901063303, 0.00169788461538461, 0.00136722622066048, 0.00379846153846152, 0.00302716186576444, 0.0103748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 360, '2021-05-23 00:00:00', 0.000387633897461953, 0.000854038461538446, 0.00049284339843871, 0.00118615384615383, 0.000514277536564997, 0.00167423076923079, 0.00136106176031238, 0.00380365384615383, 0.00301159628002262, 0.0103869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 375, '2021-05-23 00:00:00', 0.000339435560894853, 0.000777500000000012, 0.000401213208234165, 0.00120596153846156, 0.000514181051621056, 0.00156807692307696, 0.00147959897113525, 0.00411134615384614, 0.0029787702418693, 0.0104069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 390, '2021-05-23 00:00:00', 0.000254375025987541, 0.000819423076923073, 0.000338228245647577, 0.00114711538461539, 0.000694849624019455, 0.00157000000000001, 0.0015890913707573, 0.00417576923076922, 0.00294327573265934, 0.0103959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 405, '2021-05-23 00:00:00', 0.000239499156895872, 0.000754615384615392, 0.000319953361986002, 0.00100807692307695, 0.000860984610780019, 0.0017475, 0.00157638495884143, 0.0042584615384615, 0.00286091209904489, 0.0104690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 420, '2021-05-23 00:00:00', 0.000290531343469985, 0.000767692307692307, 0.000488786920698745, 0.00114942307692307, 0.000766768970320382, 0.00179557692307692, 0.00154218372895262, 0.00437557692307687, 0.00282467062749732, 0.0104830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 435, '2021-05-23 00:00:00', 0.000331941839205876, 0.000825769230769226, 0.000675985320732773, 0.00130307692307689, 0.000705152902131621, 0.00180115384615383, 0.0014509704975, 0.00448576923076919, 0.00284552418450718, 0.0104817307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 450, '2021-05-23 00:00:00', 0.000510113599716173, 0.000943269230769219, 0.000533837378003675, 0.00124288461538463, 0.000696104794276982, 0.00175826923076922, 0.00148382027731953, 0.00456384615384613, 0.00292066781088476, 0.0104473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 465, '2021-05-23 00:00:00', 0.000366508526503795, 0.000822500000000017, 0.000492360249598428, 0.00115615384615382, 0.000677078679668433, 0.00170653846153842, 0.00145016843849259, 0.00469749999999998, 0.00292980739718763, 0.0104392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 480, '2021-05-23 00:00:00', 0.000438760360386127, 0.000959423076923043, 0.000588432631265878, 0.00135519230769227, 0.000719886208956767, 0.00197692307692304, 0.00145030750055079, 0.00488961538461536, 0.00297718995673127, 0.0105509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 495, '2021-05-23 00:00:00', 0.000382745798349013, 0.000867115384615369, 0.000489062407532565, 0.00121903846153843, 0.000766344795867916, 0.00202711538461538, 0.00146097180512996, 0.00493615384615383, 0.00303128233844764, 0.0106038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 510, '2021-05-23 00:00:00', 0.000266053276908699, 0.00082711538461538, 0.00063479945349209, 0.00130711538461538, 0.000732974760820622, 0.00219499999999999, 0.00146172570561705, 0.00506903846153844, 0.0031134945738733, 0.0106823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 525, '2021-05-23 00:00:00', 0.000425917110028908, 0.000910769230769245, 0.000459731401514463, 0.0015148076923077, 0.000758112433309503, 0.00226769230769229, 0.00155692232156414, 0.00519634615384615, 0.00309283114015919, 0.0106723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 540, '2021-05-23 00:00:00', 0.000284231216820694, 0.00117923076923077, 0.000540061250087575, 0.00166692307692306, 0.000835826444995527, 0.00230038461538459, 0.00175928732292805, 0.00532673076923075, 0.00306249320250422, 0.0106488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 555, '2021-05-23 00:00:00', 0.000398150532027604, 0.00112961538461537, 0.000489121701074024, 0.0017459615384615, 0.00108846193530841, 0.00264423076923075, 0.00176312503374416, 0.00537326923076921, 0.0030394691148291, 0.0106875 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 570, '2021-05-23 00:00:00', 0.000370309278223575, 0.00127019230769229, 0.000680212212361809, 0.00179442307692307, 0.00123335747204377, 0.00277942307692308, 0.00178700815718514, 0.00523192307692306, 0.00307996134466254, 0.0106517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 585, '2021-05-23 00:00:00', 0.000484205177426037, 0.00119442307692308, 0.000974191124037702, 0.00198288461538462, 0.00118358074697735, 0.00270576923076923, 0.00176257805064498, 0.00506076923076922, 0.00306049896007424, 0.0106417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 600, '2021-05-23 00:00:00', 0.000861719479609504, 0.00162269230769231, 0.00109884946823767, 0.00214192307692309, 0.00109360300770509, 0.00279346153846154, 0.00169011424283869, 0.00499807692307693, 0.00315013214008557, 0.0106825 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 615, '2021-05-23 00:00:00', 0.000542462937408202, 0.00131403846153846, 0.000613472869439606, 0.00172480769230768, 0.000626222281744964, 0.0024678846153846, 0.00162259788136665, 0.00479826923076922, 0.00313967266789686, 0.0106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 630, '2021-05-23 00:00:00', 0.000402773318572468, 0.00118711538461536, 0.000506626702202567, 0.00170384615384611, 0.000846383710036656, 0.00249076923076922, 0.00171690097604336, 0.00476480769230767, 0.00315121452166281, 0.0107201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 645, '2021-05-23 00:00:00', 0.000370176101543398, 0.00114288461538462, 0.000607165419102472, 0.00173038461538462, 0.00098441987992931, 0.00256749999999999, 0.00169804530156119, 0.00481038461538461, 0.00280481097676558, 0.0108711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 660, '2021-05-23 00:00:00', 0.000445112777411992, 0.00126923076923077, 0.000675359505403214, 0.00170769230769231, 0.000866012724191483, 0.00251903846153845, 0.00175466596645808, 0.00479442307692305, 0.00270944882984317, 0.0108548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 675, '2021-05-23 00:00:00', 0.000472534776904949, 0.00108634615384615, 0.000617401284541817, 0.00162288461538461, 0.000671039950662133, 0.00217884615384617, 0.00184720095945609, 0.00461576923076923, 0.00267608816113258, 0.0107696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 690, '2021-05-23 00:00:00', 0.000460007190579254, 0.00121115384615383, 0.000625118358023874, 0.00169980769230767, 0.000772749934673876, 0.00241769230769227, 0.00190045431815257, 0.00471115384615385, 0.00276708032743209, 0.0108834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 705, '2021-05-23 00:00:00', 0.000301523567136048, 0.00108230769230769, 0.000407394771689547, 0.00145250000000003, 0.000830287276512475, 0.0022048076923077, 0.00179651123441651, 0.00463115384615387, 0.00275789926323533, 0.0108421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 720, '2021-05-23 00:00:00', 0.000308726166940624, 0.00100538461538463, 0.000687475565999384, 0.00159442307692309, 0.00107163794474412, 0.00224173076923077, 0.00168477124674129, 0.00468307692307694, 0.0026764669090771, 0.0108836538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 735, '2021-05-23 00:00:00', 0.000522069292483142, 0.00115288461538461, 0.000617923445594529, 0.00154576923076923, 0.00100856556554346, 0.00211749999999999, 0.00156618665996303, 0.00480057692307692, 0.00281431749480022, 0.0108901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 750, '2021-05-23 00:00:00', 0.000317225714352023, 0.0010369230769231, 0.000608054653414033, 0.00151769230769232, 0.000801897677148022, 0.00202326923076927, 0.0014814699171379, 0.00467634615384616, 0.00295692787560649, 0.0108926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 765, '2021-05-23 00:00:00', 0.000491792013574233, 0.00113076923076923, 0.000487280877776007, 0.00150557692307691, 0.000753284704579792, 0.00207538461538462, 0.0015392849113993, 0.00478903846153848, 0.00303369488476453, 0.0109594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 780, '2021-05-23 00:00:00', 0.000277871649950377, 0.00104442307692305, 0.000561953324095114, 0.00142153846153847, 0.000651562766325362, 0.00206596153846154, 0.00153024066734614, 0.00493750000000002, 0.0032216085088998, 0.0110757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 795, '2021-05-23 00:00:00', 0.000380665005160492, 0.000890384615384633, 0.000469448121160926, 0.00131846153846153, 0.000693328232846138, 0.00192903846153845, 0.00142408264669413, 0.00494576923076926, 0.00329403463154933, 0.0110880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 810, '2021-05-23 00:00:00', 0.000345594916273137, 0.00105538461538459, 0.000463059225319869, 0.00150038461538461, 0.000851288819288832, 0.00211942307692308, 0.00139747845724416, 0.00495403846153851, 0.00329558403835289, 0.0110880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 825, '2021-05-23 00:00:00', 0.000403161735058506, 0.00109423076923077, 0.000656554760736793, 0.00145692307692307, 0.00100980815009586, 0.00228750000000001, 0.00154698023457116, 0.00499538461538464, 0.00334351259904913, 0.0110525 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 840, '2021-05-23 00:00:00', 0.00050289209731159, 0.00105730769230771, 0.000694729056207158, 0.00153730769230769, 0.00113461916687765, 0.00241442307692308, 0.00178387904902166, 0.00546269230769232, 0.00342505705735745, 0.0109896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 855, '2021-05-23 00:00:00', 0.000417779708237929, 0.00106326923076924, 0.000549420288892011, 0.00162557692307693, 0.000942618223558524, 0.00230365384615387, 0.0019478454369261, 0.00551461538461542, 0.00356999773755587, 0.0109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 870, '2021-05-23 00:00:00', 0.000474798904800782, 0.00116, 0.000823623326900968, 0.00168423076923076, 0.000977751423498774, 0.00232961538461539, 0.00200842285043609, 0.0054521153846154, 0.00351593008266007, 0.0109271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 885, '2021-05-23 00:00:00', 0.000566056432359352, 0.00110673076923078, 0.000561776748704177, 0.00152865384615386, 0.000658712643080327, 0.00222788461538464, 0.00212740296714452, 0.00544576923076925, 0.00350960480462053, 0.0108767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 900, '2021-05-23 00:00:00', 0.000323754922742513, 0.00108879999999998, 0.00047450386370043, 0.00169320000000003, 0.000690327518887452, 0.002419, 0.00214436373624749, 0.00549600000000001, 0.00366167738202046, 0.010945 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 915, '2021-05-23 00:00:00', 0.000463674952459641, 0.00125230769230771, 0.000557043845809154, 0.00170038461538461, 0.000766911914508679, 0.00259173076923076, 0.00210531799169478, 0.00540461538461539, 0.00359990826806208, 0.0110415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 930, '2021-05-23 00:00:00', 0.000425931377643795, 0.00116153846153844, 0.000492820961404859, 0.0017175, 0.000645500283024441, 0.00240884615384615, 0.0021448794479303, 0.00530461538461539, 0.00360010555400812, 0.011005 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 945, '2021-05-23 00:00:00', 0.000423681347967278, 0.00127326923076925, 0.000684690721870383, 0.00187923076923077, 0.000973680329787679, 0.00269923076923078, 0.00213964623244123, 0.005335, 0.00352678814438644, 0.0111738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 960, '2021-05-23 00:00:00', 0.000421426880235011, 0.00131615384615386, 0.000494485474625272, 0.00163326923076924, 0.00114610880138642, 0.00301076923076925, 0.00215403482758786, 0.00533096153846153, 0.00352213593412601, 0.0112665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 975, '2021-05-23 00:00:00', 0.000406672614500418, 0.00120884615384618, 0.000787111882380534, 0.00219365384615387, 0.00105076179324995, 0.0030071153846154, 0.00208905338334412, 0.00531596153846154, 0.00340878081633981, 0.0113244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 990, '2021-05-23 00:00:00', 0.000662077528576664, 0.00165942307692308, 0.00102783356928731, 0.00235961538461539, 0.000889667634569226, 0.0028475, 0.00211968499111034, 0.0052223076923077, 0.00335264644032834, 0.0113580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1005, '2021-05-23 00:00:00', 0.000628002480396894, 0.00157365384615384, 0.000687002435333268, 0.0020771153846154, 0.00113248414830135, 0.00294288461538462, 0.00187988486758754, 0.00502134615384616, 0.00323492768317697, 0.0113163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1020, '2021-05-23 00:00:00', 0.000479403956852874, 0.00148192307692308, 0.000713735676132717, 0.00205884615384617, 0.00171845203151422, 0.00354576923076924, 0.00182468366067614, 0.00490230769230771, 0.00320750692187037, 0.0112594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1035, '2021-05-23 00:00:00', 0.000512646714459533, 0.00153942307692309, 0.000920212935224136, 0.00222961538461542, 0.00171312225079057, 0.00360961538461541, 0.00179110766115447, 0.00474442307692308, 0.0033445384641923, 0.0112915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1050, '2021-05-23 00:00:00', 0.000562894716211181, 0.00145230769230773, 0.001392639883873, 0.00265961538461541, 0.00147835646789055, 0.00329961538461539, 0.00183713799155098, 0.004535, 0.00321980685039432, 0.0111280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1065, '2021-05-23 00:00:00', 0.00102574680111613, 0.00216750000000002, 0.00115312026526023, 0.00263788461538464, 0.00116873806040798, 0.00307057692307693, 0.00178779375208668, 0.00440249999999999, 0.0032754010265333, 0.0110867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1080, '2021-05-23 00:00:00', 0.000686400673524882, 0.00156826923076922, 0.00070121688184516, 0.00194865384615382, 0.000786166869153011, 0.00236211538461535, 0.00175637998560851, 0.00410942307692306, 0.0032237353155331, 0.0111292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1095, '2021-05-23 00:00:00', 0.000529138341660654, 0.00124423076923072, 0.000798538761642898, 0.00172692307692305, 0.000814981665673921, 0.00219634615384614, 0.00180473630078877, 0.00392365384615384, 0.00315582994082136, 0.0110538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1110, '2021-05-23 00:00:00', 0.000500500403442538, 0.00117057692307694, 0.000547417995263608, 0.00153730769230769, 0.000668645617302957, 0.00197980769230768, 0.00157084319591546, 0.00371211538461537, 0.00311042876712914, 0.0110413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1125, '2021-05-23 00:00:00', 0.00051991378723193, 0.00108711538461537, 0.000580762529253242, 0.00153865384615385, 0.000707217325971186, 0.00196711538461537, 0.00145796265911878, 0.00360365384615383, 0.00317665499567365, 0.0110951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1140, '2021-05-23 00:00:00', 0.000458714633933358, 0.00104365384615387, 0.000517078665343936, 0.00128211538461538, 0.000550269164905839, 0.00172807692307693, 0.00154153105709877, 0.00338, 0.00319576135144422, 0.0110488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1155, '2021-05-23 00:00:00', 0.000295377463855763, 0.000810384615384604, 0.000411646226005568, 0.00117384615384616, 0.000660773817929808, 0.00169096153846154, 0.00157899827056955, 0.00323153846153844, 0.00317384482316613, 0.0110198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1170, '2021-05-23 00:00:00', 0.000293275664494368, 0.000863846153846142, 0.000351076366884255, 0.00120115384615384, 0.000667922640615051, 0.00180057692307693, 0.00143507512534527, 0.00314615384615382, 0.00323469564018245, 0.0109817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1185, '2021-05-23 00:00:00', 0.000223200927072793, 0.00087557692307692, 0.000374923376787216, 0.00119846153846152, 0.00058058750085913, 0.00171461538461537, 0.00125785716750598, 0.00300557692307688, 0.00325859358525209, 0.0109380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1200, '2021-05-23 00:00:00', 0.000351686704982622, 0.000841538461538458, 0.000526952231085679, 0.00126057692307693, 0.000561036849194283, 0.00171288461538461, 0.00120825404868092, 0.00293038461538461, 0.00321115066843407, 0.0109638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1215, '2021-05-23 00:00:00', 0.000350094932180499, 0.000847307692307709, 0.000415639127868629, 0.00108826923076925, 0.000554936344235838, 0.00153711538461539, 0.00122229185737913, 0.00288576923076924, 0.00319407020297588, 0.0109726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1230, '2021-05-23 00:00:00', 0.000250574110026129, 0.000700769230769236, 0.000487617323160445, 0.00110442307692308, 0.000648991051259856, 0.00156923076923076, 0.00118784259835279, 0.00279903846153847, 0.00320772354578037, 0.0109178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1245, '2021-05-23 00:00:00', 0.000362485861793241, 0.000835000000000005, 0.000391767837451656, 0.00110596153846152, 0.000797317160135253, 0.00167942307692306, 0.00108781759288245, 0.00279365384615385, 0.0031939308792675, 0.0109026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1260, '2021-05-23 00:00:00', 0.000223311183363888, 0.000713269230769241, 0.000442334584466718, 0.00107326923076924, 0.000777262751336636, 0.00169076923076922, 0.000994492777558181, 0.00274326923076923, 0.00319904476127099, 0.0108642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1275, '2021-05-23 00:00:00', 0.000376784625278351, 0.000860576923076933, 0.000605229168294022, 0.00120711538461539, 0.000775921610830554, 0.00168288461538462, 0.000947199292651757, 0.0027375, 0.00321911500021595, 0.0109092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1290, '2021-05-23 00:00:00', 0.000418841442369523, 0.000888076923076934, 0.000562169321605029, 0.00126288461538462, 0.000585250899516309, 0.00157615384615386, 0.000904983127764519, 0.00275269230769231, 0.00322007453927102, 0.0109090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1305, '2021-05-23 00:00:00', 0.000378192868988609, 0.00094038461538461, 0.000432880335214469, 0.00120923076923076, 0.000464549078304802, 0.00145038461538459, 0.000939400320171536, 0.00276519230769228, 0.00313316262560076, 0.0109440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1320, '2021-05-23 00:00:00', 0.000261770010622951, 0.000863461538461525, 0.000325804153064151, 0.0010528846153846, 0.000385348992672658, 0.00131538461538461, 0.00107189194705147, 0.0028828846153846, 0.00316113261104548, 0.0109592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1335, '2021-05-23 00:00:00', 0.00022720339921617, 0.000615769230769225, 0.000268313321438807, 0.00086903846153845, 0.000422033219618492, 0.00126096153846152, 0.0010302963166002, 0.00288749999999998, 0.0031995590381272, 0.0109909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1350, '2021-05-23 00:00:00', 0.000223856839554622, 0.000636730769230782, 0.000335120644177367, 0.000954615384615404, 0.00052990670441563, 0.00132865384615385, 0.00099627336378354, 0.00288384615384615, 0.00325227219979178, 0.0110626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1365, '2021-05-23 00:00:00', 0.000263500401400977, 0.000742307692307705, 0.000346087416702792, 0.000957499999999987, 0.000528681705900509, 0.00124211538461538, 0.00112539053050653, 0.00298961538461538, 0.00324922873688746, 0.0110957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1380, '2021-05-23 00:00:00', 0.000300689783919958, 0.000697884615384635, 0.000519600290163966, 0.000977692307692316, 0.000540337252235888, 0.00149288461538463, 0.00112557301646075, 0.00309384615384614, 0.00319355787243872, 0.0111282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1395, '2021-05-23 00:00:00', 0.000390358858566774, 0.000634038461538465, 0.000328779561408591, 0.000810000000000003, 0.000600214961492938, 0.00176000000000002, 0.00127136201949536, 0.00322423076923074, 0.0032655600061622, 0.0111530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1410, '2021-05-23 00:00:00', 0.000169257200733062, 0.000530000000000005, 0.000388007583193127, 0.00116673076923079, 0.000637277291415448, 0.00178211538461541, 0.00136029664468396, 0.00329980769230767, 0.00328576763657115, 0.0111798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 2, 1425, '2021-05-23 00:00:00', 0.000360984977313639, 0.00101192307692307, 0.000634632449653979, 0.00160211538461541, 0.000566751743236408, 0.00182153846153847, 0.00126033245003665, 0.00353173076923074, 0.00328175143201589, 0.0111923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 0, '2021-05-23 00:00:00', 0.000635104019342206, 0.00134634615384616, 0.000593651542444006, 0.00150192307692307, 0.000593672436229312, 0.00179519230769231, 0.00116303230988919, 0.0036930769230769, 0.00326542922729332, 0.0112259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 15, '2021-05-23 00:00:00', 0.000548197044866198, 0.001025, 0.000475665202233019, 0.00131576923076924, 0.000633442274705913, 0.00170865384615384, 0.00116264188546868, 0.00371192307692305, 0.00326765020842429, 0.0112067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 30, '2021-05-23 00:00:00', 0.000429546093165583, 0.00102038461538461, 0.000472398300003439, 0.00129307692307692, 0.000738194392784507, 0.00179980769230771, 0.00123815994058181, 0.00385403846153843, 0.0032472585419799, 0.0112109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 45, '2021-05-23 00:00:00', 0.000392500269475637, 0.000952307692307705, 0.00051387730502073, 0.00128173076923077, 0.000847872541219391, 0.00180961538461539, 0.00143665032413814, 0.0041580769230769, 0.00323155816191602, 0.0111730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 60, '2021-05-23 00:00:00', 0.000476905086509324, 0.000937692307692285, 0.000635528641247736, 0.00127557692307693, 0.00087153597833854, 0.00177980769230769, 0.00130038451414011, 0.00414826923076921, 0.00318257099745568, 0.0111019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 75, '2021-05-23 00:00:00', 0.000394436111625032, 0.000829615384615397, 0.000518877486651562, 0.00113961538461537, 0.000667195537016996, 0.00168173076923078, 0.00126140086960734, 0.00417192307692307, 0.00316802911311408, 0.0110573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 90, '2021-05-23 00:00:00', 0.000416585386944096, 0.000824230769230754, 0.000530073470959818, 0.00117173076923076, 0.000546023245489963, 0.00162423076923075, 0.00124728832025564, 0.00413192307692307, 0.00317720264601522, 0.011100576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 105, '2021-05-23 00:00:00', 0.000397055363316578, 0.000824807692307673, 0.000530885472221076, 0.00133923076923076, 0.000691824010524703, 0.00178769230769229, 0.00129124728013713, 0.00420346153846153, 0.00319742182799732, 0.0111328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 120, '2021-05-23 00:00:00', 0.000371994416831578, 0.0010446153846154, 0.000444642985568638, 0.00127576923076923, 0.000814116604764843, 0.00205461538461539, 0.00128645943760981, 0.00424826923076924, 0.00320300311606754, 0.0111751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 135, '2021-05-23 00:00:00', 0.000381121422202349, 0.00080153846153846, 0.000625276830999356, 0.00124365384615383, 0.00109582943647546, 0.00208307692307693, 0.00137684445521131, 0.00412442307692308, 0.0032625975081214, 0.0112575 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 150, '2021-05-23 00:00:00', 0.000444368220493568, 0.000886346153846145, 0.000680415059978964, 0.00144057692307694, 0.00113462260753894, 0.0020573076923077, 0.00147905683304754, 0.00414634615384615, 0.00342586844688826, 0.0113661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 165, '2021-05-23 00:00:00', 0.000551345487107538, 0.00101961538461539, 0.000815567664504069, 0.00160384615384616, 0.000843019960526563, 0.00218442307692308, 0.00152360478420802, 0.00404846153846154, 0.0034072643718972, 0.0113425 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 180, '2021-05-23 00:00:00', 0.000787658262485431, 0.00121346153846154, 0.000904546210071054, 0.0014996153846154, 0.000900697763702413, 0.00226769230769231, 0.00161201694016677, 0.00406884615384616, 0.00348954268548849, 0.0113680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 195, '2021-05-23 00:00:00', 0.000490824463373769, 0.000995576923076938, 0.000598538251460627, 0.00164096153846152, 0.000679514079777141, 0.00225423076923075, 0.00175807184591094, 0.00403884615384614, 0.00342865785021577, 0.0113955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 210, '2021-05-23 00:00:00', 0.000462999418507692, 0.00114730769230768, 0.000541520224780336, 0.00164307692307692, 0.000653032570750901, 0.00223653846153844, 0.00165116788504845, 0.00398576923076919, 0.0033362778430691, 0.0113746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 225, '2021-05-23 00:00:00', 0.000310658419886146, 0.00102057692307693, 0.000312233640330166, 0.00145961538461539, 0.00108184749387331, 0.00214, 0.00165859319443176, 0.00370076923076921, 0.00339304975705428, 0.0112455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 240, '2021-05-23 00:00:00', 0.000326371956280167, 0.00113057692307692, 0.000492897087089729, 0.00149346153846154, 0.00107987777086114, 0.00217999999999999, 0.00164362190346153, 0.0037001923076923, 0.00335852536894487, 0.0111994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 255, '2021-05-23 00:00:00', 0.000455266827932119, 0.000996730769230783, 0.00112484727168419, 0.00162423076923077, 0.00109906967652018, 0.00202692307692307, 0.00160445552710619, 0.00360653846153847, 0.00335076432153348, 0.0111115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 270, '2021-05-23 00:00:00', 0.000926448803019012, 0.00120076923076924, 0.000894224889972415, 0.00154307692307691, 0.000853299748938482, 0.00190769230769229, 0.00167946686824675, 0.0035951923076923, 0.00334788625048012, 0.0111171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 285, '2021-05-23 00:00:00', 0.000381825372892684, 0.000898846153846133, 0.000432697487148506, 0.00130634615384614, 0.000558454873874237, 0.00174461538461537, 0.00150315372313836, 0.00338365384615385, 0.00332894174106197, 0.0109686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 300, '2021-05-23 00:00:00', 0.000287225722010791, 0.000941153846153837, 0.000420440657113308, 0.00128211538461536, 0.000684876883938917, 0.00173211538461538, 0.00145029207933598, 0.00334365384615385, 0.00331559857109022, 0.0109567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 315, '2021-05-23 00:00:00', 0.00036400063398085, 0.00083269230769228, 0.000548056706779665, 0.00122192307692305, 0.000699172285359932, 0.00161673076923075, 0.00127623490724141, 0.00335346153846155, 0.00329146967407946, 0.0108638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 330, '2021-05-23 00:00:00', 0.000370814488141152, 0.000875769230769221, 0.000510790526085281, 0.00116019230769231, 0.000914548059888654, 0.00164807692307693, 0.001073225924312, 0.00335673076923077, 0.00319718854861341, 0.0107761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 345, '2021-05-23 00:00:00', 0.000372304930854358, 0.000809807692307694, 0.000401709424258949, 0.00117730769230771, 0.000820757811181435, 0.00163576923076922, 0.000960210153279755, 0.00340653846153845, 0.00313287406140359, 0.0106767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 360, '2021-05-23 00:00:00', 0.000339193670568666, 0.000842115384615402, 0.000718805339006747, 0.00116634615384614, 0.00084667133301761, 0.00158211538461539, 0.00102498151953323, 0.00351365384615384, 0.00313272668772749, 0.0106725 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 375, '2021-05-23 00:00:00', 0.000601993259609561, 0.000736730769230736, 0.000604056193259644, 0.0010532692307692, 0.000704475609666744, 0.00151173076923077, 0.00119450255175694, 0.00372211538461537, 0.00309496860304692, 0.0106344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 390, '2021-05-23 00:00:00', 0.000356534872606602, 0.000761346153846137, 0.000504323957239937, 0.00102057692307692, 0.000559885153058537, 0.00157423076923075, 0.00139626578911257, 0.0038480769230769, 0.00313436436937381, 0.010575 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 405, '2021-05-23 00:00:00', 0.000295019751620375, 0.00064442307692308, 0.00034819601022764, 0.0010076923076923, 0.000519388730957954, 0.00153557692307691, 0.00148188051007961, 0.00415961538461537, 0.00313210330535003, 0.0105563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 420, '2021-05-23 00:00:00', 0.000269982335604486, 0.000732307692307673, 0.000409026094710144, 0.00111211538461537, 0.000662056731243343, 0.00156634615384615, 0.00154985310718343, 0.00438942307692305, 0.00308253654292395, 0.0105265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 435, '2021-05-23 00:00:00', 0.000419957919137293, 0.000845576923076903, 0.000410058391714367, 0.00114326923076921, 0.000610659920464354, 0.00168346153846154, 0.00158885110886888, 0.0045303846153846, 0.00307911315903684, 0.0105246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 450, '2021-05-23 00:00:00', 0.000323728815760732, 0.000817115384615357, 0.000554202996688453, 0.00112019230769231, 0.000780129698289863, 0.00164788461538462, 0.00166388600987152, 0.00477942307692308, 0.00303844844641774, 0.0105301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 465, '2021-05-23 00:00:00', 0.000366059894216576, 0.000739615384615405, 0.000492946400581404, 0.00114192307692311, 0.000565759972208948, 0.00155288461538462, 0.00158226260827286, 0.0048748076923077, 0.00319810211146932, 0.0106386538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 480, '2021-05-23 00:00:00', 0.000373706229749856, 0.000952884615384641, 0.000539236390292229, 0.00124173076923078, 0.00049201864411204, 0.00165788461538462, 0.00166192993696623, 0.00496634615384616, 0.00323621870992389, 0.0107084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 495, '2021-05-23 00:00:00', 0.000367102218001385, 0.000889038461538487, 0.000363444472533804, 0.00115826923076924, 0.000579347809709665, 0.00184173076923075, 0.00169326545013339, 0.00498826923076922, 0.00325434117756573, 0.0107075 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 510, '2021-05-23 00:00:00', 0.000279798347716024, 0.00081134615384614, 0.000326133349319668, 0.00114980769230768, 0.000646166000343581, 0.00185749999999999, 0.00169372021120558, 0.00492192307692307, 0.00331025409203675, 0.010653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 525, '2021-05-23 00:00:00', 0.00024085496753154, 0.000846346153846156, 0.000481448815076401, 0.00139980769230768, 0.000723100296267113, 0.00196403846153843, 0.00169661472894163, 0.00491153846153846, 0.00346577624227797, 0.0106551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 540, '2021-05-23 00:00:00', 0.000433969025835509, 0.00116634615384613, 0.00054639605950827, 0.00147442307692306, 0.00077269849329379, 0.00215519230769228, 0.00169622812326465, 0.0049853846153846, 0.00357514378946981, 0.0106286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 555, '2021-05-23 00:00:00', 0.000267566598467341, 0.000926730769230751, 0.000433206115447982, 0.00135653846153842, 0.000695695335617537, 0.00224499999999999, 0.00152988622000262, 0.00484461538461538, 0.0037376399433538, 0.0105471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 570, '2021-05-23 00:00:00', 0.000370440330500796, 0.000969038461538439, 0.000591940875425932, 0.00150999999999998, 0.000818757219580606, 0.00235576923076924, 0.00147564510013026, 0.00469269230769231, 0.00385678052266394, 0.010525 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 585, '2021-05-23 00:00:00', 0.000640939934783261, 0.00118999999999998, 0.000595840873181634, 0.00183711538461537, 0.00109405148592107, 0.00268057692307692, 0.00141239708951185, 0.00463653846153846, 0.00387665113705907, 0.0105140384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 600, '2021-05-23 00:00:00', 0.000523920905657177, 0.00137365384615384, 0.000771207170609809, 0.0018775, 0.00123142212970957, 0.0027776923076923, 0.00136951851449277, 0.00453480769230771, 0.00388425725995824, 0.0105373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 615, '2021-05-23 00:00:00', 0.000576801558997119, 0.00127596153846154, 0.000946754781020214, 0.00197384615384615, 0.00114131880532333, 0.00257615384615383, 0.00129757094070184, 0.00440711538461539, 0.00388326056991365, 0.0105555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 630, '2021-05-23 00:00:00', 0.000656111740014302, 0.00143884615384616, 0.000788924901368929, 0.00192250000000001, 0.00103255852879372, 0.00267134615384616, 0.00116291351619704, 0.00422538461538462, 0.00384639095576818, 0.0105592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 645, '2021-05-23 00:00:00', 0.000442939004309258, 0.0012651923076923, 0.000564079645222087, 0.00167538461538458, 0.000824854019718755, 0.00256307692307693, 0.00101268477896058, 0.0040126923076923, 0.0040131451554188, 0.0106309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 660, '2021-05-23 00:00:00', 0.000424083672803438, 0.00120519230769228, 0.000732489669131698, 0.00171365384615383, 0.000795958928202087, 0.00241115384615383, 0.00117510536352473, 0.00406384615384613, 0.00435817492235523, 0.0107494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 675, '2021-05-23 00:00:00', 0.000420091198889749, 0.00115884615384617, 0.000587705839554242, 0.00181307692307695, 0.000648525932107096, 0.00230173076923076, 0.00124915830123266, 0.0041173076923077, 0.00443134419613453, 0.0108457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 690, '2021-05-23 00:00:00', 0.000473764141254339, 0.0012473076923077, 0.00060500607117106, 0.00163211538461536, 0.000676606237038951, 0.00216499999999998, 0.00125708675730224, 0.00412134615384615, 0.00450771603859596, 0.0108317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 705, '2021-05-23 00:00:00', 0.000379745511949959, 0.00110057692307691, 0.000492178204124657, 0.00146923076923076, 0.000576194845516739, 0.0020625, 0.00142029736864665, 0.00424884615384616, 0.00471315372123592, 0.01094 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 720, '2021-05-23 00:00:00', 0.000295164426145039, 0.00101596153846157, 0.000405502205248698, 0.00138596153846152, 0.000691372464461401, 0.00218326923076921, 0.00163251382371339, 0.00433423076923076, 0.00469229316170512, 0.0109886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988170, 3, 735, '2021-05-23 00:00:00', 0.000325343132471175, 0.0010380769230769, 0.000428150270169433, 0.00151442307692307, 0.000696613677287913, 0.00230615384615382, 0.00166667288332173, 0.00451749999999997, 0.00468281089567104, 0.0110482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988170 and enddate = '2021-05-23 00:00:00[...];
Date: 2021-05-23 17:11:25 Duration: 25s277ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1050, '2021-05-23 00:00:00', 0.000380431536345472, 0.0012230769230769, 0.000774090533365533, 0.00160307692307694, 0.00103612764657642, 0.00195250000000001, 0.00131795926165592, 0.00311384615384616, 0.00293708739164398, 0.0103321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1065, '2021-05-23 00:00:00', 0.000508761580854734, 0.0010271153846154, 0.000598114119545755, 0.0012925, 0.000823108951569486, 0.0016971153846154, 0.00125457668312707, 0.00294557692307693, 0.00314323982785037, 0.0104011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1080, '2021-05-23 00:00:00', 0.000385824641315396, 0.000914423076923072, 0.00060821697166011, 0.00127326923076921, 0.000687187355485001, 0.00162769230769233, 0.00126765939674419, 0.00291288461538463, 0.00316788236111228, 0.0103694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1095, '2021-05-23 00:00:00', 0.000436312388089084, 0.000942499999999983, 0.000490867991027509, 0.00120923076923077, 0.000733343344919981, 0.00168269230769233, 0.00123658750351366, 0.00284557692307694, 0.00318633035251916, 0.0103763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1110, '2021-05-23 00:00:00', 0.000345019787615353, 0.00083057692307695, 0.000510821849120103, 0.00111980769230775, 0.000849565250810485, 0.00166134615384619, 0.00124327713662785, 0.00271596153846156, 0.00320567184845864, 0.01035 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1125, '2021-05-23 00:00:00', 0.000427031434620309, 0.000799615384615422, 0.000575303799342989, 0.00118730769230773, 0.000881721676825865, 0.00169865384615386, 0.00125236749644577, 0.00264711538461542, 0.00316241638381407, 0.0103742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1140, '2021-05-23 00:00:00', 0.000347793539551636, 0.0007628846153846, 0.00055530341671505, 0.00107826923076924, 0.000740010498886015, 0.00157846153846154, 0.00108236876980358, 0.00257307692307695, 0.00304003661415201, 0.0103211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1155, '2021-05-23 00:00:00', 0.000346903500215239, 0.000730961538461545, 0.000502942877931026, 0.00107846153846153, 0.000656969850613693, 0.00144076923076921, 0.00106727993588302, 0.00263730769230771, 0.00306978940019324, 0.0103098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1170, '2021-05-23 00:00:00', 0.0003062231463894, 0.000726153846153812, 0.000553707365089062, 0.00106461538461536, 0.000723209752529538, 0.00137288461538458, 0.00104989854821239, 0.00265019230769232, 0.00309915792533297, 0.0103296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1185, '2021-05-23 00:00:00', 0.00043375391818229, 0.000742692307692305, 0.000445066460032818, 0.000948076923076908, 0.000699160485593521, 0.00127076923076925, 0.000968872004724305, 0.00263519230769234, 0.00311903135851259, 0.0103111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1200, '2021-05-23 00:00:00', 0.000283798411661374, 0.000683461538461515, 0.000473811712034955, 0.00093346153846153, 0.00068015634514879, 0.00136557692307694, 0.000909574541285045, 0.00264961538461541, 0.00317408953026756, 0.0103428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1215, '2021-05-23 00:00:00', 0.000346018952348843, 0.00064365384615387, 0.000481537601375462, 0.000882692307692351, 0.000666176691738301, 0.00137423076923079, 0.000884130276686578, 0.00265288461538463, 0.00320370271957074, 0.0103586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1230, '2021-05-23 00:00:00', 0.000323466559917111, 0.000656153846153883, 0.000414709351418362, 0.00105038461538465, 0.000685435655960132, 0.00142596153846153, 0.00101747931371905, 0.00282307692307693, 0.00321156674561478, 0.0104701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1245, '2021-05-23 00:00:00', 0.000376876841748285, 0.000856923076923097, 0.000533248967686247, 0.00111769230769231, 0.000794309206408046, 0.00151365384615384, 0.000994572579244288, 0.00286884615384617, 0.00334428353256031, 0.0105628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1260, '2021-05-23 00:00:00', 0.000426261205582459, 0.000773846153846168, 0.000532650556542085, 0.00104884615384617, 0.000734214912993169, 0.00144346153846153, 0.000919161239726417, 0.00281423076923078, 0.00331465441405518, 0.0105317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1275, '2021-05-23 00:00:00', 0.000317942665368317, 0.00074153846153846, 0.000488896559768856, 0.000995384615384612, 0.000488452186464066, 0.00137653846153845, 0.000878235140232081, 0.0028198076923077, 0.00334234766064447, 0.0105767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1290, '2021-05-23 00:00:00', 0.000341098282700974, 0.000694038461538448, 0.000370662193295288, 0.00106269230769231, 0.000438748964495846, 0.00131442307692308, 0.000896398713657119, 0.0027994230769231, 0.00333701552519385, 0.0105961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1305, '2021-05-23 00:00:00', 0.000305014753741506, 0.00085, 0.000361469064534436, 0.00105826923076921, 0.000354916674944772, 0.00127038461538463, 0.00101352924894232, 0.00290346153846155, 0.00331289387788893, 0.0105896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1320, '2021-05-23 00:00:00', 0.000343847517636264, 0.000731346153846145, 0.000376949547736103, 0.000900192307692312, 0.000410840601693644, 0.001465, 0.00110464014328373, 0.00293538461538464, 0.00336222397208479, 0.0106190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1335, '2021-05-23 00:00:00', 0.000212897953164268, 0.000571538461538465, 0.000238195540228244, 0.000778653846153874, 0.000761365776847048, 0.00176538461538463, 0.00112024902794667, 0.00297326923076925, 0.00330434646162621, 0.0105715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1350, '2021-05-23 00:00:00', 0.000287520166516839, 0.000615384615384633, 0.000403079539774272, 0.00120134615384615, 0.00081262670018047, 0.00187807692307693, 0.00110709279716677, 0.00308769230769233, 0.00330248305766342, 0.0105771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1365, '2021-05-23 00:00:00', 0.00034991982598217, 0.000998269230769195, 0.000678489498813412, 0.00162000000000001, 0.000835384572885707, 0.00191423076923078, 0.00132800974567788, 0.00329673076923079, 0.00329903976705578, 0.0105657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1380, '2021-05-23 00:00:00', 0.000727162372090772, 0.00137865384615388, 0.00088312419633588, 0.00162288461538461, 0.000875427983243742, 0.00197692307692309, 0.00129508545901568, 0.00335788461538465, 0.0032990798484053, 0.0105653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1395, '2021-05-23 00:00:00', 0.000508591304865358, 0.000938653846153855, 0.000525633390813852, 0.00121230769230773, 0.000745185186070172, 0.0018248076923077, 0.00123719597664047, 0.0033517307692308, 0.00329843662268146, 0.0105569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1410, '2021-05-23 00:00:00', 0.000394836869917394, 0.000873076923076955, 0.000737521759783288, 0.00145211538461538, 0.000761050690720477, 0.00189192307692305, 0.00129825849328422, 0.00343365384615386, 0.0033185894420093, 0.0105367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 1, 1425, '2021-05-23 00:00:00', 0.000771841977649248, 0.00118596153846155, 0.000697436404600089, 0.00142346153846156, 0.000829741016128598, 0.00185692307692308, 0.00134019349923234, 0.00347384615384618, 0.00331888461917326, 0.0105313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 0, '2021-05-23 00:00:00', 0.000328907515642541, 0.000956923076923077, 0.000663201210911014, 0.0013203846153846, 0.000730887447927843, 0.00161230769230768, 0.0013049722219266, 0.0035425, 0.00331888461917326, 0.0105313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 15, '2021-05-23 00:00:00', 0.000552164830462765, 0.000809999999999995, 0.000636091551223927, 0.00107730769230769, 0.000652982742144426, 0.00149230769230771, 0.0013396829848886, 0.00355250000000001, 0.00328292192203135, 0.0104971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 30, '2021-05-23 00:00:00', 0.000410637777871679, 0.000729230769230773, 0.000572934148451243, 0.00105653846153847, 0.000564253625461238, 0.00144307692307695, 0.00137884059434562, 0.00375923076923077, 0.00331111735730499, 0.0104730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 45, '2021-05-23 00:00:00', 0.000397265654191241, 0.000780000000000011, 0.000465901813690383, 0.00117250000000001, 0.000696953839107118, 0.00158057692307694, 0.00155503669261681, 0.00400634615384616, 0.00338745118613711, 0.0105215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 60, '2021-05-23 00:00:00', 0.00038643299747623, 0.000952692307692323, 0.000470053843069737, 0.00115884615384618, 0.000782528249674408, 0.00162269230769231, 0.00156022449075078, 0.00403230769230769, 0.00340643723762032, 0.0106005769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 75, '2021-05-23 00:00:00', 0.000337309262341765, 0.00077346153846155, 0.000477334909036221, 0.00120115384615387, 0.000712567081862382, 0.00175461538461538, 0.00156442524466779, 0.00400211538461537, 0.00328534695509998, 0.0105561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 90, '2021-05-23 00:00:00', 0.0004747853361095, 0.000923653846153851, 0.000570988650028656, 0.00123903846153845, 0.000565767280235107, 0.00179884615384616, 0.00165445538331641, 0.00399615384615383, 0.00323686470452269, 0.0104813461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 105, '2021-05-23 00:00:00', 0.000429526438695533, 0.000860192307692306, 0.000551124759015623, 0.00133250000000003, 0.000754267882427403, 0.00201096153846157, 0.00169419158166501, 0.00396365384615384, 0.00320086574827213, 0.0104715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 120, '2021-05-23 00:00:00', 0.000548944756923561, 0.00111711538461539, 0.000542696968850943, 0.00145000000000001, 0.00072530473701641, 0.00211019230769232, 0.0017031418026694, 0.00398999999999999, 0.00316986561229338, 0.01048 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 135, '2021-05-23 00:00:00', 0.000364387209519683, 0.000975961538461536, 0.000776958072326852, 0.00150538461538461, 0.000682329860449862, 0.00196596153846152, 0.00171609458229568, 0.00381115384615383, 0.00290847642510382, 0.0105663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 150, '2021-05-23 00:00:00', 0.000545567735341981, 0.00108692307692309, 0.000546306373609294, 0.0014094230769231, 0.00060463657234358, 0.00193923076923077, 0.001853396756893, 0.00381153846153845, 0.00288363566593394, 0.0105855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 165, '2021-05-23 00:00:00', 0.000296091461960941, 0.000948076923076943, 0.00040312820064327, 0.00141288461538462, 0.000529056380592982, 0.00195442307692307, 0.00174287278321212, 0.00386346153846155, 0.00286608977797012, 0.0105961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 180, '2021-05-23 00:00:00', 0.000446429294944505, 0.00110634615384615, 0.000568326592185029, 0.00149365384615384, 0.000729520284950228, 0.00205461538461539, 0.00176313428303122, 0.0038825, 0.0028645636061792, 0.0105855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 195, '2021-05-23 00:00:00', 0.00034199983130901, 0.00101173076923076, 0.000478888978622536, 0.00144942307692306, 0.000750985608793749, 0.00190923076923077, 0.00183905749272241, 0.00376269230769233, 0.00278968347391161, 0.0104567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 210, '2021-05-23 00:00:00', 0.000383809247493521, 0.00103153846153845, 0.000555670212100112, 0.00135076923076922, 0.000794251873439094, 0.00196903846153847, 0.00178164535018794, 0.00373192307692308, 0.00284128503565664, 0.0104994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 225, '2021-05-23 00:00:00', 0.000482092434481823, 0.000981346153846161, 0.000607638429938757, 0.00128230769230771, 0.00123394453497094, 0.00218865384615385, 0.00172881110771361, 0.00370461538461541, 0.00299154815207011, 0.0106921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 240, '2021-05-23 00:00:00', 0.000437547887489036, 0.000856923076923088, 0.000603145377296263, 0.00138288461538461, 0.00130701416918933, 0.00201903846153847, 0.00167775619389527, 0.0036996153846154, 0.00300113322827335, 0.0106494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 255, '2021-05-23 00:00:00', 0.00047855523754796, 0.00103365384615386, 0.00126453586803163, 0.0016248076923077, 0.0014044805226352, 0.00201346153846154, 0.00165644411779714, 0.00375634615384616, 0.00302236868391974, 0.0106376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 270, '2021-05-23 00:00:00', 0.00129730252684325, 0.00121961538461539, 0.00133002968445765, 0.0014698076923077, 0.0014403950446372, 0.00202173076923079, 0.00180519366103645, 0.00390692307692309, 0.00302153109430407, 0.0106319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 285, '2021-05-23 00:00:00', 0.000346257185429474, 0.00083403846153846, 0.000527998433855483, 0.00123711538461538, 0.000586736639912112, 0.00170673076923077, 0.00136279567010669, 0.00380096153846152, 0.00297511781925719, 0.0104159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 300, '2021-05-23 00:00:00', 0.000387340885446482, 0.000860192307692281, 0.000490359522736604, 0.00119769230769231, 0.000508275364496283, 0.00168961538461538, 0.00136499536488364, 0.00381211538461536, 0.00295854415861276, 0.0104284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 315, '2021-05-23 00:00:00', 0.000335046495051299, 0.000786923076923083, 0.000403930877559692, 0.00121192307692308, 0.000516239807126033, 0.00157846153846155, 0.00147475647272561, 0.00412442307692308, 0.00292343752482221, 0.0104498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 330, '2021-05-23 00:00:00', 0.000252379445707003, 0.000819230769230773, 0.000339024392133563, 0.00115346153846154, 0.000684161165223482, 0.00156249999999998, 0.00158734679454548, 0.0041853846153846, 0.00288336299377069, 0.0104419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 345, '2021-05-23 00:00:00', 0.000242129336067775, 0.000768846153846152, 0.000320846776275164, 0.00102057692307691, 0.000859665319492675, 0.0017576923076923, 0.001576977049733, 0.00426884615384614, 0.00280718049760858, 0.0105171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 360, '2021-05-23 00:00:00', 0.000295011929354635, 0.000784038461538465, 0.00047625207449576, 0.00116096153846153, 0.000783074709079521, 0.00181500000000001, 0.00154605418354646, 0.00438846153846153, 0.00278811416828377, 0.0105288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 375, '2021-05-23 00:00:00', 0.000319864213979314, 0.00083865384615384, 0.000694626767518975, 0.00132288461538461, 0.000722716376968484, 0.0018198076923077, 0.00145558406199659, 0.00449980769230766, 0.00281366646238294, 0.0105248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 390, '2021-05-23 00:00:00', 0.00051055885669905, 0.000957884615384614, 0.000541615141533565, 0.00125519230769231, 0.000700936543819443, 0.00176596153846154, 0.00148760819903836, 0.00457807692307688, 0.00289081280159166, 0.0104955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 405, '2021-05-23 00:00:00', 0.000373842675672337, 0.00083788461538463, 0.000499424283935652, 0.00116615384615388, 0.000680664494333424, 0.00172192307692311, 0.00146067718752429, 0.00471538461538459, 0.00289632207091366, 0.0104865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 420, '2021-05-23 00:00:00', 0.000443962792966338, 0.000970192307692344, 0.000596317578012064, 0.00136557692307694, 0.000721315464966611, 0.00199500000000001, 0.00146151050681768, 0.00490980769230766, 0.00294099847644666, 0.0106059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 435, '2021-05-23 00:00:00', 0.000397190711797836, 0.000877692307692327, 0.000491788924391219, 0.00123288461538466, 0.000769687349113021, 0.00204115384615387, 0.00146958822071407, 0.00495846153846153, 0.00300054559782309, 0.0106532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 450, '2021-05-23 00:00:00', 0.000274548650585763, 0.000840192307692286, 0.000645531653278589, 0.00132365384615381, 0.000739804781942222, 0.00221134615384613, 0.00147714518061544, 0.00509173076923076, 0.00308191237458425, 0.0107267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 465, '2021-05-23 00:00:00', 0.00044132183442297, 0.000915192307692282, 0.000467322323291051, 0.00152192307692307, 0.000756596427328437, 0.00227692307692307, 0.00156238827292854, 0.00521634615384614, 0.00305856952486969, 0.0107165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 480, '2021-05-23 00:00:00', 0.000290675671761229, 0.00118711538461537, 0.000534561070843672, 0.00167846153846152, 0.000841739065177631, 0.00231557692307689, 0.00176461654147908, 0.00534346153846152, 0.00302890447953613, 0.0106878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 495, '2021-05-23 00:00:00', 0.000396357647353191, 0.00114576923076922, 0.000493055816780959, 0.00175903846153845, 0.00109229581792028, 0.00265692307692307, 0.00177002287034336, 0.00539019230769231, 0.00299950488222, 0.0107315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 510, '2021-05-23 00:00:00', 0.000379944732823067, 0.00127999999999998, 0.000686668434152559, 0.00181346153846152, 0.00124854181101242, 0.00279557692307691, 0.00179511212420328, 0.00525153846153847, 0.00304309483155657, 0.0106919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 525, '2021-05-23 00:00:00', 0.000492851358462627, 0.00121730769230771, 0.000978955114080637, 0.00200134615384616, 0.00119265921369017, 0.00272, 0.00176386277374841, 0.00508326923076924, 0.00302584023295757, 0.0106886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 540, '2021-05-23 00:00:00', 0.000885145533448914, 0.00164384615384615, 0.00112048143842105, 0.00216557692307693, 0.00111147767201353, 0.00281884615384615, 0.00169890548476184, 0.0050246153846154, 0.00311577512272383, 0.0107288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 555, '2021-05-23 00:00:00', 0.000547017261716094, 0.00133173076923078, 0.000615746326389018, 0.00173653846153845, 0.000629029686226228, 0.00248788461538459, 0.0016242885779982, 0.00481576923076925, 0.00311231586418563, 0.0107340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 570, '2021-05-23 00:00:00', 0.000406781220729846, 0.00119980769230768, 0.000509488468956845, 0.00172749999999999, 0.000843331694029026, 0.00250711538461535, 0.00171528324640119, 0.00478115384615386, 0.00312007297745027, 0.0107657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 585, '2021-05-23 00:00:00', 0.000368565671008802, 0.00116057692307694, 0.000611109961148868, 0.00174423076923076, 0.000984821576967911, 0.00258653846153845, 0.00169613456469067, 0.0048223076923077, 0.00276828747395598, 0.0109115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 600, '2021-05-23 00:00:00', 0.000454727010244743, 0.00127942307692306, 0.000671825784422859, 0.00172173076923074, 0.000874000638091635, 0.00253634615384613, 0.00175167130083069, 0.00481211538461538, 0.00267339393194955, 0.0108963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 615, '2021-05-23 00:00:00', 0.000473263627947971, 0.0010976923076923, 0.000620554218792789, 0.00164153846153845, 0.000679211307326378, 0.0022, 0.00184937017345407, 0.00463903846153848, 0.00264245416960475, 0.0108059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 630, '2021-05-23 00:00:00', 0.000458648725983329, 0.00123057692307691, 0.000636563006731027, 0.0017126923076923, 0.000773990856634508, 0.00244038461538466, 0.00190624233668067, 0.00472961538461539, 0.0027330206802111, 0.0109259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 645, '2021-05-23 00:00:00', 0.000303717986600446, 0.00109115384615383, 0.00039431971604467, 0.00147903846153845, 0.00082829714103462, 0.00222307692307695, 0.00179579328945775, 0.00463846153846154, 0.00272556122661003, 0.010885 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 660, '2021-05-23 00:00:00', 0.000267959885057422, 0.00105250000000001, 0.000679253351397398, 0.0016213461538462, 0.00106509113008446, 0.0022663461538462, 0.00173002992415201, 0.00466846153846154, 0.00264419760258918, 0.0109298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 675, '2021-05-23 00:00:00', 0.000527388376815407, 0.00116750000000006, 0.000621134724640202, 0.00155711538461543, 0.00101179393234914, 0.00212980769230772, 0.00158555601749526, 0.00481173076923077, 0.00278259193641741, 0.0109367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 690, '2021-05-23 00:00:00', 0.000314445543775091, 0.001055, 0.00060642448321795, 0.00153557692307695, 0.00080303146791489, 0.00204346153846155, 0.00149239827639429, 0.00469384615384613, 0.00292715730438514, 0.0109382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 705, '2021-05-23 00:00:00', 0.000501823137707368, 0.00114769230769231, 0.000493208217849085, 0.0015228846153846, 0.00075200235269679, 0.00209346153846152, 0.00156757132091458, 0.0047903846153846, 0.00300328023232033, 0.0110030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 720, '2021-05-23 00:00:00', 0.000278776516503529, 0.00106288461538461, 0.000566311412020446, 0.00144384615384616, 0.000651710913967665, 0.00208634615384616, 0.00154822057909668, 0.00495019230769229, 0.00318985650147461, 0.0111225 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 735, '2021-05-23 00:00:00', 0.000381195689700379, 0.000916923076923072, 0.000463813664508283, 0.00133865384615384, 0.000700440548182663, 0.00194480769230768, 0.00143375359968697, 0.00496923076923074, 0.00326450048010646, 0.0111357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 750, '2021-05-23 00:00:00', 0.000342943872958831, 0.00106749999999999, 0.000471525184905295, 0.00152, 0.000863387002093875, 0.00213365384615382, 0.00141432392111783, 0.0049630769230769, 0.00326860966090852, 0.0111363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 765, '2021-05-23 00:00:00', 0.00040767638938445, 0.00111096153846155, 0.000652976734183247, 0.00147115384615386, 0.00101470027783879, 0.00230057692307692, 0.00154963817116721, 0.00501730769230768, 0.00331968200516021, 0.0110988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 780, '2021-05-23 00:00:00', 0.000504878050774486, 0.0010696153846154, 0.000702713559107719, 0.00155788461538462, 0.0011434532717236, 0.00243576923076921, 0.00178213969278937, 0.00547826923076923, 0.00340161018433237, 0.0110353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 795, '2021-05-23 00:00:00', 0.000405908904141704, 0.00106403846153848, 0.000528648785548141, 0.00162346153846155, 0.000933828204427691, 0.00230134615384615, 0.0019271882268057, 0.00551269230769232, 0.00354996776258385, 0.0109813461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 810, '2021-05-23 00:00:00', 0.000444088565317928, 0.0011594230769231, 0.00079976092581567, 0.00168846153846153, 0.000955419621865771, 0.00233442307692311, 0.00199742122209151, 0.00545346153846156, 0.00349392488691221, 0.0109736538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 825, '2021-05-23 00:00:00', 0.000558796784308791, 0.00113961538461541, 0.000570641204799814, 0.00154423076923083, 0.000672218056425585, 0.00222134615384619, 0.00212896348922698, 0.00545846153846155, 0.00348874248889856, 0.0109230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 840, '2021-05-23 00:00:00', 0.000330159227320111, 0.00109865384615388, 0.000494520124814088, 0.00167692307692312, 0.000729410299224927, 0.0023792307692308, 0.00214194243261002, 0.00542923076923078, 0.00356767718011852, 0.0109923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 855, '2021-05-23 00:00:00', 0.000463381426207218, 0.0012621153846154, 0.000544647698411191, 0.00169634615384614, 0.000773239041554825, 0.00260384615384617, 0.00210820266140106, 0.00541769230769232, 0.00357335871415115, 0.0110875 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 870, '2021-05-23 00:00:00', 0.000394487447397064, 0.0011628846153846, 0.000493852204611871, 0.001715, 0.00064692589636266, 0.00241365384615383, 0.00214914459727586, 0.00531750000000001, 0.00357522417263804, 0.0110567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 885, '2021-05-23 00:00:00', 0.000413473280691961, 0.00128192307692309, 0.000684191381233244, 0.00189538461538462, 0.000977593454120096, 0.00271019230769231, 0.00213972097390147, 0.00535038461538462, 0.00351802674149105, 0.0112219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 900, '2021-05-23 00:00:00', 0.000434769081060474, 0.00133807692307694, 0.000499372991475692, 0.00164923076923074, 0.00114557852364915, 0.00302807692307691, 0.00215546700276298, 0.00534499999999999, 0.00351071540484928, 0.0113144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 915, '2021-05-23 00:00:00', 0.0004040818652775, 0.00122307692307691, 0.000787376974517298, 0.00220749999999999, 0.00104649225437246, 0.00302596153846152, 0.00208564124062973, 0.00533076923076923, 0.00339466108538325, 0.0113732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 930, '2021-05-23 00:00:00', 0.000673719783110033, 0.00168211538461538, 0.00102298576950776, 0.00238326923076922, 0.000882968354690373, 0.00287134615384615, 0.00212781311534781, 0.00524442307692309, 0.0033402323272491, 0.01142 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 945, '2021-05-23 00:00:00', 0.000623802976785269, 0.0015930769230769, 0.000685422525499054, 0.00209903846153845, 0.00112177510429467, 0.00296923076923077, 0.00187453243400954, 0.00504038461538463, 0.00323289396433215, 0.0113907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 960, '2021-05-23 00:00:00', 0.000488852187822074, 0.00150730769230769, 0.00071363999219603, 0.00208403846153846, 0.00171014191943692, 0.00356076923076923, 0.00181677966362291, 0.00491711538461538, 0.00320423623444867, 0.0113346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 975, '2021-05-23 00:00:00', 0.000507276589703837, 0.00155846153846154, 0.000916617359979273, 0.00225076923076924, 0.00172006784302694, 0.00362076923076927, 0.00179002054135183, 0.00475653846153847, 0.00334582470573975, 0.0113651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 990, '2021-05-23 00:00:00', 0.000565376967504542, 0.00147134615384613, 0.00139165280816068, 0.00267346153846155, 0.00148829924875548, 0.00331057692307695, 0.00183791948639258, 0.00454596153846154, 0.0032203755156097, 0.0112023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1005, '2021-05-23 00:00:00', 0.00102187792813032, 0.0021775, 0.00115200048410777, 0.00264865384615386, 0.00117376188451423, 0.00308019230769231, 0.00178889752254115, 0.00441711538461538, 0.00328607909919312, 0.0111646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1020, '2021-05-23 00:00:00', 0.000697201990376248, 0.00158384615384617, 0.000721456966038966, 0.00196307692307694, 0.000804174014846188, 0.00237538461538463, 0.00175378605834962, 0.00412153846153845, 0.00324190338203676, 0.0112065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1035, '2021-05-23 00:00:00', 0.000534271610556066, 0.00125807692307694, 0.000806524738520879, 0.00173692307692307, 0.000827582415138329, 0.00220557692307691, 0.00180669384618597, 0.00393057692307692, 0.00318441621868845, 0.0111294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1050, '2021-05-23 00:00:00', 0.000502380219172059, 0.00117826923076925, 0.000546911749314681, 0.00154269230769233, 0.000667751335568741, 0.00198961538461539, 0.00157000349093196, 0.00371480769230767, 0.00314945009241538, 0.0111132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1065, '2021-05-23 00:00:00', 0.000517356594771768, 0.00109461538461539, 0.000584022128137108, 0.00155038461538462, 0.000705436389761655, 0.00197749999999996, 0.00144517761751072, 0.00361211538461537, 0.00322367437871752, 0.0111625 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1080, '2021-05-23 00:00:00', 0.000459814218336734, 0.00106365384615387, 0.000510627404428945, 0.00130288461538463, 0.000536713109154669, 0.00174480769230769, 0.00151981204556557, 0.00339057692307691, 0.00324007208490558, 0.0111186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1095, '2021-05-23 00:00:00', 0.000293088067625787, 0.000823846153846154, 0.000415728137868238, 0.00118326923076921, 0.000651563120503322, 0.00170250000000002, 0.00152423746383359, 0.00323038461538461, 0.00322690840970351, 0.0110882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1110, '2021-05-23 00:00:00', 0.000295563932951147, 0.00088096153846152, 0.000348004862919191, 0.00122076923076922, 0.000676445034437674, 0.00182326923076924, 0.00139607340836306, 0.00314980769230768, 0.00329606311202644, 0.0110559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1125, '2021-05-23 00:00:00', 0.000223552781583792, 0.000900384615384613, 0.000386389848966861, 0.00121634615384618, 0.000590777974694905, 0.00173384615384617, 0.00121585753213997, 0.00301346153846152, 0.00331904321245652, 0.0110103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1140, '2021-05-23 00:00:00', 0.000349876901429419, 0.000850384615384635, 0.000535270025314323, 0.001275, 0.00056177383897242, 0.00172038461538459, 0.00118845544559053, 0.00295711538461537, 0.00327228703837826, 0.0110376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1155, '2021-05-23 00:00:00', 0.000355549033727576, 0.000863653846153842, 0.000410900371604388, 0.00109865384615384, 0.000545147263096424, 0.00155346153846152, 0.00117214210545673, 0.00297634615384615, 0.00325332504465104, 0.0110603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1170, '2021-05-23 00:00:00', 0.000240450298718563, 0.000707115384615397, 0.000494401619676202, 0.0011098076923077, 0.000640990219534157, 0.00158269230769231, 0.00113167744793019, 0.00289461538461537, 0.00326976576436998, 0.0110080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1185, '2021-05-23 00:00:00', 0.000364288400119392, 0.000844038461538448, 0.000393120650887032, 0.00112038461538459, 0.000800273799300092, 0.00169807692307692, 0.00101716069753767, 0.00290826923076922, 0.00325653709423886, 0.0109953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1200, '2021-05-23 00:00:00', 0.00022445146811383, 0.000727307692307683, 0.000441035887254252, 0.00108942307692307, 0.000781131944926458, 0.00170865384615385, 0.000951645073624499, 0.0028478846153846, 0.00326461314117589, 0.0109498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1215, '2021-05-23 00:00:00', 0.000373152938330388, 0.000873653846153839, 0.000600462001615925, 0.00122115384615386, 0.000771715272324244, 0.00169769230769229, 0.000901675129113317, 0.00286596153846153, 0.00326772092420105, 0.0109590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1230, '2021-05-23 00:00:00', 0.000411252495900781, 0.000901153846153849, 0.000561169657604, 0.00127423076923077, 0.00058450231953218, 0.00157980769230768, 0.000879673016173966, 0.00289115384615386, 0.00326890861580152, 0.0109884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1245, '2021-05-23 00:00:00', 0.000380754362569069, 0.000953269230769241, 0.000441055377649862, 0.00122038461538461, 0.000468708372510633, 0.00145846153846153, 0.000921689418738957, 0.00291423076923076, 0.00320562950136162, 0.0110275 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1260, '2021-05-23 00:00:00', 0.000272815590012465, 0.000882115384615382, 0.000333151386240309, 0.00106538461538461, 0.000391596142041168, 0.00132846153846155, 0.00103755216736315, 0.00300249999999999, 0.00322981902922414, 0.0110448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1275, '2021-05-23 00:00:00', 0.000233889191383773, 0.000621923076923069, 0.000270261696537629, 0.000875769230769246, 0.000482668742912364, 0.00130865384615385, 0.000983743888652675, 0.00300403846153847, 0.00328422450745751, 0.0110711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1290, '2021-05-23 00:00:00', 0.000218843463549798, 0.000647307692307714, 0.000342566108162408, 0.000981538461538478, 0.000530679861483929, 0.00134865384615384, 0.000945877126513531, 0.00299653846153847, 0.00334037796686817, 0.0111398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1305, '2021-05-23 00:00:00', 0.000280802216186737, 0.000766730769230788, 0.000459554675745956, 0.00101250000000001, 0.000531086984038729, 0.00126423076923078, 0.00105394781654499, 0.00313, 0.0033424607759047, 0.0111759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1320, '2021-05-23 00:00:00', 0.00045699928463162, 0.000772115384615379, 0.000518876782468242, 0.00101134615384615, 0.000611804801701142, 0.00161134615384614, 0.00107363632648045, 0.0032348076923077, 0.00334253788885951, 0.0111665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1335, '2021-05-23 00:00:00', 0.00041310829274957, 0.000652307692307687, 0.000352781093597707, 0.000832500000000022, 0.000658088636770269, 0.00190442307692306, 0.00123179076957086, 0.00334749999999999, 0.00335270437339538, 0.0112311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1350, '2021-05-23 00:00:00', 0.000176314077277295, 0.000550576923076926, 0.000482568608115419, 0.00128730769230766, 0.000681223785663577, 0.0019103846153846, 0.00131335214095604, 0.00340461538461537, 0.00337100932157621, 0.0112553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1365, '2021-05-23 00:00:00', 0.000444588184555282, 0.00113557692307691, 0.000661481321324758, 0.00176346153846153, 0.000608246534025335, 0.00196461538461537, 0.00123290407637351, 0.00363730769230769, 0.00336552551617127, 0.01127 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1380, '2021-05-23 00:00:00', 0.000649709195303183, 0.00151596153846156, 0.000645032527504167, 0.00163480769230772, 0.000632752594742856, 0.00192538461538464, 0.00112522013230916, 0.00379788461538461, 0.00335396548879083, 0.0112925 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1395, '2021-05-23 00:00:00', 0.000619651421861824, 0.00101326923076923, 0.000607874860603624, 0.00134461538461537, 0.000659639674367765, 0.00176750000000002, 0.00119016831388865, 0.00378884615384617, 0.00333657464267679, 0.0112678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1410, '2021-05-23 00:00:00', 0.000469288331904306, 0.00102653846153843, 0.000466259419372765, 0.00125961538461535, 0.000712438175455363, 0.00181692307692308, 0.00122134163304759, 0.0038992307692308, 0.00326094689528149, 0.0112344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 2, 1425, '2021-05-23 00:00:00', 0.000356281435860013, 0.000887692307692324, 0.000482838084024671, 0.00131115384615387, 0.000842509917768608, 0.0018198076923077, 0.00146922309401942, 0.00419250000000001, 0.00324549533969776, 0.011185 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 0, '2021-05-23 00:00:00', 0.000455161890049958, 0.000962115384615385, 0.000633159142712182, 0.00128750000000001, 0.000841943904581248, 0.00180346153846154, 0.00128762902266139, 0.00416750000000001, 0.00319094254823771, 0.0111071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 15, '2021-05-23 00:00:00', 0.00041036137919944, 0.000847692307692318, 0.000527092022326261, 0.00116000000000001, 0.000662203808970739, 0.00170173076923078, 0.00124416009667317, 0.00418788461538465, 0.00316618446058681, 0.0110609615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 30, '2021-05-23 00:00:00', 0.000426769303560525, 0.000845961538461529, 0.00053210279515841, 0.00118923076923076, 0.000528348515514281, 0.00162692307692309, 0.0012320174980026, 0.00414865384615388, 0.00317127797583243, 0.011105 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 45, '2021-05-23 00:00:00', 0.000390896996072433, 0.000832307692307696, 0.000535162699918995, 0.00135634615384617, 0.000697293448876535, 0.00180192307692308, 0.00127657841965875, 0.00421769230769232, 0.00318267997859567, 0.0111253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 60, '2021-05-23 00:00:00', 0.000383124452565771, 0.00106788461538462, 0.000442423613572052, 0.00127442307692308, 0.000805102764582553, 0.00206769230769231, 0.00127330357731373, 0.00426000000000002, 0.00318647338822186, 0.0111705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 75, '2021-05-23 00:00:00', 0.000350397795918601, 0.000791153846153862, 0.000617229168262373, 0.00124961538461538, 0.00109872305252682, 0.00209788461538462, 0.00136094159994523, 0.00413596153846154, 0.00318340060071228, 0.0112007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 90, '2021-05-23 00:00:00', 0.00046190758316422, 0.000913846153846145, 0.000680902596671403, 0.00146711538461539, 0.0011210651699989, 0.00206865384615385, 0.00147258925548999, 0.00415865384615386, 0.00327876902909519, 0.0112728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 105, '2021-05-23 00:00:00', 0.000551951642251906, 0.00103115384615386, 0.000823969939705579, 0.00161769230769231, 0.000833558913058, 0.00219269230769231, 0.00151943214342121, 0.00406596153846155, 0.00340763040271951, 0.0113601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 120, '2021-05-23 00:00:00', 0.000797319475589196, 0.00123288461538459, 0.000894389177036479, 0.00151999999999997, 0.000895649227354947, 0.00228153846153844, 0.00160812733900695, 0.00408153846153845, 0.0035021252283984, 0.0113813461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 135, '2021-05-23 00:00:00', 0.00048385598620316, 0.00101884615384617, 0.000586359203376772, 0.00166134615384615, 0.000672506791501328, 0.00228076923076924, 0.00175750239085077, 0.00404942307692309, 0.00349247864923818, 0.0113636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 150, '2021-05-23 00:00:00', 0.000458233061292552, 0.00116846153846154, 0.000540061428130016, 0.00166211538461538, 0.000655892257803201, 0.00225942307692309, 0.00165497428518252, 0.00400173076923075, 0.00335686328517926, 0.0113863461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 165, '2021-05-23 00:00:00', 0.000311790856924215, 0.00103346153846155, 0.00031719861528457, 0.0014798076923077, 0.00107886010000583, 0.00215365384615385, 0.00166066126773456, 0.00370538461538462, 0.00336353085999723, 0.0112496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 180, '2021-05-23 00:00:00', 0.000331891780323281, 0.00115307692307694, 0.000489725551084098, 0.00150134615384619, 0.00107700160702686, 0.00219730769230771, 0.00166070693936694, 0.00371346153846155, 0.00335476740567119, 0.0112171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 195, '2021-05-23 00:00:00', 0.000425622620856337, 0.000981153846153886, 0.00112351789551321, 0.00163269230769234, 0.00109824252961088, 0.00203942307692311, 0.00159958529481382, 0.00361634615384616, 0.00333405549420843, 0.0111259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 210, '2021-05-23 00:00:00', 0.00107845822999601, 0.00124192307692307, 0.00104136899541678, 0.00158076923076924, 0.000994182017849532, 0.00194826923076925, 0.00171437098803476, 0.00363173076923077, 0.0033163898351161, 0.0110915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 225, '2021-05-23 00:00:00', 0.000390000443786714, 0.000902884615384603, 0.000437007833057758, 0.00131461538461539, 0.000553506896628576, 0.0017532692307692, 0.00149652083693635, 0.00338884615384615, 0.00334161688178275, 0.0109607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 240, '2021-05-23 00:00:00', 0.000287074702151528, 0.000951730769230796, 0.000423699821172433, 0.00129153846153848, 0.0006846034225403, 0.00173961538461537, 0.00144293792179494, 0.00335038461538461, 0.00331820892373258, 0.0109823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 255, '2021-05-23 00:00:00', 0.000362000637483509, 0.000847307692307718, 0.000539234214846897, 0.00123653846153844, 0.000694492288266451, 0.00162653846153846, 0.00127029331864123, 0.00336134615384616, 0.00328187514411175, 0.0108826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 270, '2021-05-23 00:00:00', 0.000366748341719279, 0.000887884615384574, 0.000512709431879772, 0.00117480769230767, 0.000917207970712463, 0.00166730769230766, 0.00107248582561907, 0.0033653846153846, 0.00319739059474826, 0.0108011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 285, '2021-05-23 00:00:00', 0.000380918777936474, 0.00082365384615387, 0.000407654689846534, 0.00119711538461541, 0.000826906189451904, 0.0016596153846154, 0.000967914192795719, 0.00341673076923076, 0.00313407505678127, 0.0106676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 300, '2021-05-23 00:00:00', 0.000339711642426372, 0.000855000000000025, 0.000720753692058104, 0.00118173076923078, 0.000849401055948342, 0.00159192307692309, 0.00102442599312232, 0.00352115384615383, 0.00313514816850202, 0.0106959615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 315, '2021-05-23 00:00:00', 0.000605990003725645, 0.000751730769230766, 0.000613802931291109, 0.00107096153846154, 0.000710146463766455, 0.00152500000000001, 0.00119672098476825, 0.00373365384615384, 0.00309343893774202, 0.0106576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 330, '2021-05-23 00:00:00', 0.000376764566356146, 0.000783461538461538, 0.000516658345673277, 0.00103538461538461, 0.000566002616194006, 0.00158019230769229, 0.00139976180666023, 0.00385365384615385, 0.00313430399585963, 0.0105965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 345, '2021-05-23 00:00:00', 0.000291293468199004, 0.000643269230769226, 0.000348427677077834, 0.00101038461538462, 0.00051611227907828, 0.00153673076923077, 0.00148366636566831, 0.00416173076923077, 0.00312549698201989, 0.0105742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 360, '2021-05-23 00:00:00', 0.000253956386322229, 0.000754615384615375, 0.000412968987474102, 0.00111923076923075, 0.000681524112108029, 0.00157865384615382, 0.00154980079365059, 0.00439749999999996, 0.00308277455574334, 0.0105498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 375, '2021-05-23 00:00:00', 0.000426633377106778, 0.000854038461538446, 0.000410360863706016, 0.00115403846153846, 0.000607776812527587, 0.00169557692307691, 0.00158023401382883, 0.00453346153846153, 0.00307868516515638, 0.0105428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 390, '2021-05-23 00:00:00', 0.000320287431007748, 0.000835961538461532, 0.000576959837290355, 0.00113442307692308, 0.000777799682536454, 0.0016578846153846, 0.00165989426215601, 0.00478980769230766, 0.00303965178294136, 0.0105498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 405, '2021-05-23 00:00:00', 0.000389818350201523, 0.000752115384615384, 0.000497594714602177, 0.00116250000000001, 0.000564654727721712, 0.0015648076923077, 0.00157183979659311, 0.00488211538461536, 0.00305145712986185, 0.0105111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 420, '2021-05-23 00:00:00', 0.000375476364103, 0.000972500000000009, 0.000535707619738726, 0.0012555769230769, 0.000489675245600419, 0.00166538461538459, 0.00165440922525697, 0.00498173076923074, 0.00318530185141307, 0.0107032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 435, '2021-05-23 00:00:00', 0.000364199860600626, 0.000898461538461523, 0.000358376681933742, 0.0011646153846154, 0.000581186617718791, 0.00184826923076923, 0.00168570196517196, 0.00500365384615383, 0.00323374629731288, 0.0107163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 450, '2021-05-23 00:00:00', 0.000282740979588144, 0.000807692307692296, 0.000338136294777962, 0.0011430769230769, 0.000647653427025938, 0.00186019230769228, 0.00168480873144061, 0.00494230769230768, 0.00331334166085216, 0.0106801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 465, '2021-05-23 00:00:00', 0.000246912706468079, 0.000851730769230738, 0.000486949689393067, 0.00141499999999999, 0.00073081948207788, 0.00197634615384612, 0.00169192226817263, 0.0049301923076923, 0.0034046944966303, 0.0106538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 480, '2021-05-23 00:00:00', 0.000446911624373343, 0.00119, 0.000551647183791034, 0.00149115384615381, 0.00078001659252567, 0.00217173076923073, 0.00168270566236458, 0.00501211538461537, 0.00351560834543062, 0.0106309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 495, '2021-05-23 00:00:00', 0.000258431065053337, 0.00093615384615383, 0.000429927364169273, 0.00136846153846152, 0.000690438990787757, 0.00226499999999999, 0.00152223005690791, 0.00486288461538459, 0.00374624573611832, 0.0105686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 510, '2021-05-23 00:00:00', 0.000376767628856112, 0.00101038461538461, 0.000578115772275655, 0.00154038461538459, 0.000833349797273281, 0.00238326923076922, 0.00147910712411759, 0.00473826923076922, 0.00386209755682862, 0.0105515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 525, '2021-05-23 00:00:00', 0.000642889301393456, 0.0012055769230769, 0.000595234407607632, 0.00186499999999999, 0.00109230053627126, 0.00270230769230771, 0.00141339875423093, 0.00466596153846152, 0.0038828314856756, 0.0105421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 540, '2021-05-23 00:00:00', 0.000508608357715915, 0.00142230769230769, 0.000775482504886231, 0.00188134615384616, 0.00121992807165011, 0.0028275, 0.00136068965828137, 0.0045878846153846, 0.00389063633810519, 0.0105613461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 555, '2021-05-23 00:00:00', 0.000550756263276637, 0.00125269230769233, 0.00098963833720281, 0.00199596153846159, 0.0011762270352536, 0.0025990384615385, 0.0013066017579378, 0.00444307692307693, 0.00388806177242001, 0.0105821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 570, '2021-05-23 00:00:00', 0.000781644322024954, 0.00150038461538464, 0.000889068419102866, 0.00199057692307692, 0.00107972938204973, 0.00273653846153845, 0.00113470614630464, 0.00429596153846153, 0.00385482909927474, 0.0105807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 585, '2021-05-23 00:00:00', 0.000446831107311816, 0.00128903846153841, 0.000566961978103796, 0.00168673076923075, 0.000820747618848901, 0.00257442307692302, 0.00101274867791341, 0.0040332692307692, 0.00402113465139076, 0.0106567307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 600, '2021-05-23 00:00:00', 0.000422492421415879, 0.00121538461538463, 0.000737546165439042, 0.00172711538461537, 0.000800092422545902, 0.00243173076923075, 0.00117526743274093, 0.00408153846153846, 0.00436409439015174, 0.0107696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 615, '2021-05-23 00:00:00', 0.000421181123106835, 0.00117153846153845, 0.000586992202804992, 0.00182461538461536, 0.000647824792315368, 0.0023251923076923, 0.00124765239550121, 0.00413249999999997, 0.00443533346677997, 0.0108601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 630, '2021-05-23 00:00:00', 0.000470756347234495, 0.00126153846153845, 0.000608777747748614, 0.00165711538461539, 0.000681529981280827, 0.00218865384615384, 0.00125404559173649, 0.00414288461538461, 0.00451561912017185, 0.0108459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 645, '2021-05-23 00:00:00', 0.000386122539337744, 0.00111884615384616, 0.000498092206477753, 0.00148961538461539, 0.000577655506868427, 0.00208173076923079, 0.00141782310114972, 0.00426788461538462, 0.00471778804102092, 0.010955 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 660, '2021-05-23 00:00:00', 0.000293938834558396, 0.00103096153846154, 0.000410276689002023, 0.00139980769230767, 0.000699345518214107, 0.00220692307692305, 0.00164697238545808, 0.00435596153846151, 0.00469694229914936, 0.0110051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 675, '2021-05-23 00:00:00', 0.000326572880309821, 0.00106038461538459, 0.000430606727590458, 0.00153307692307691, 0.000703692131108922, 0.00232884615384614, 0.00168146062878493, 0.00454038461538459, 0.00468724037639994, 0.0110621153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 690, '2021-05-23 00:00:00', 0.000335612643018514, 0.00106961538461537, 0.000621971833396392, 0.00164019230769229, 0.000528267414799032, 0.0021273076923077, 0.00171915512568057, 0.0045928846153846, 0.00471820862763042, 0.0110844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 705, '2021-05-23 00:00:00', 0.00043403704202076, 0.00115692307692306, 0.000511334641291396, 0.00156634615384615, 0.000512038948338263, 0.00204673076923077, 0.00176178419179576, 0.00464153846153847, 0.00465396152177409, 0.0110903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 720, '2021-05-23 00:00:00', 0.00034335253244803, 0.00104980769230769, 0.000416580078182393, 0.00144519230769232, 0.000684815780955852, 0.00202442307692307, 0.00183490993281372, 0.00475269230769231, 0.00480799216049535, 0.0112461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 735, '2021-05-23 00:00:00', 0.000307412839429583, 0.00103942307692311, 0.000468375958458099, 0.00142596153846159, 0.000855269840459719, 0.00211250000000006, 0.00184536875614438, 0.00497538461538462, 0.00478168839267214, 0.0113067307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989350, 3, 750, '2021-05-23 00:00:00', 0.000385213427356017, 0.000950769230769234, 0.000556000449640118, 0.00134249999999998, 0.000835824443289347, 0.00191250000000003, 0.00173602890130142, 0.00501288461538458, 0.00472711776309347, 0.0113421153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989350 and enddate = '2021-05-23 00:00:0[...];
Date: 2021-05-23 17:22:27 Duration: 1s861ms Database: acaweb_fx User: pgperfstats
4 1s961ms 24s924ms 13s443ms 2 26s886ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 23 17 2 26s886ms 13s443ms [ User: pgperfstats - Total duration: 26s886ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1035, '2021-05-23 00:00:00', 0.00134069442396895, 0.00296153846153853, 0.00184627691897462, 0.00400769230769236, 0.00262607340690653, 0.00598846153846135, 0.00323289165632541, 0.00813269230769221, 0.0100410612755059, 0.0244365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1050, '2021-05-23 00:00:00', 0.00105536176808645, 0.00278269230769231, 0.00209844264597845, 0.00451153846153843, 0.00216720752618167, 0.00561730769230751, 0.00293163711155491, 0.00775192307692301, 0.00993777331506114, 0.0244576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1065, '2021-05-23 00:00:00', 0.00151959002568244, 0.00341538461538468, 0.00150843780627001, 0.00434615384615376, 0.00174911516091823, 0.00515961538461538, 0.00304210263823195, 0.0073326923076923, 0.00976086081481321, 0.0245903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1080, '2021-05-23 00:00:00', 0.0011656906173529, 0.00297115384615372, 0.00164505435963485, 0.00375961538461537, 0.00214289882743329, 0.00493076923076925, 0.00313939239589195, 0.00725384615384616, 0.00972151143677702, 0.0245961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1095, '2021-05-23 00:00:00', 0.00115826793764853, 0.00235384615384617, 0.00141198305720939, 0.00324807692307697, 0.00222885275767263, 0.00449615384615396, 0.00275261623802629, 0.00690192307692312, 0.00970313113619288, 0.0246346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1110, '2021-05-23 00:00:00', 0.0011616169102392, 0.00231538461538472, 0.00156403324772836, 0.00315000000000007, 0.00199037684873983, 0.004, 0.0026246355058296, 0.00663653846153847, 0.00970255814800337, 0.0246211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1125, '2021-05-23 00:00:00', 0.00108954648292833, 0.00213653846153847, 0.00160826351648654, 0.00288653846153853, 0.00156324612954538, 0.00365769230769229, 0.00265090478023001, 0.00639807692307694, 0.00968647193056069, 0.0245923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1140, '2021-05-23 00:00:00', 0.00115328293946525, 0.00176153846153846, 0.00154950116042346, 0.00251538461538453, 0.00175852320034574, 0.00349038461538454, 0.00266296899083591, 0.00645961538461533, 0.009694312567369, 0.0245480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1155, '2021-05-23 00:00:00', 0.00148986447499296, 0.00199807692307688, 0.00136280395339335, 0.00272884615384611, 0.00197750814449358, 0.00370769230769224, 0.00272154438621769, 0.00650961538461535, 0.00969759069999438, 0.0245057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1170, '2021-05-23 00:00:00', 0.000540982013066557, 0.00161153846153846, 0.000896763411042567, 0.00215384615384616, 0.00119535157364485, 0.00319423076923074, 0.00218117822782499, 0.00614230769230769, 0.00911815285781409, 0.0242634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1185, '2021-05-23 00:00:00', 0.000890568098722223, 0.00146346153846161, 0.00105007692025949, 0.00228846153846157, 0.00153199342235981, 0.00324038461538465, 0.00223690720553029, 0.00593461538461549, 0.00910506536959611, 0.0242192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1200, '2021-05-23 00:00:00', 0.000894659367924784, 0.00173076923076916, 0.00116016577064857, 0.00235384615384613, 0.00197818973189744, 0.00342115384615387, 0.00225469851302007, 0.00589423076923073, 0.0089623245610982, 0.0241615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1215, '2021-05-23 00:00:00', 0.000779657222512109, 0.00164423076923066, 0.00118863205149706, 0.00247307692307686, 0.00171442858836858, 0.00325576923076923, 0.00208786696452102, 0.00581730769230766, 0.00894769609366664, 0.0242057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1230, '2021-05-23 00:00:00', 0.00112456487311584, 0.00182692307692309, 0.00145120771985054, 0.00250961538461541, 0.00166466097264467, 0.00344807692307698, 0.00196299222146657, 0.0055576923076923, 0.00897737926465964, 0.0242423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1245, '2021-05-23 00:00:00', 0.000967908132957943, 0.00182307692307705, 0.00120227508691453, 0.00220576923076928, 0.00162490354743329, 0.0032134615384616, 0.00191324633501844, 0.00521346153846151, 0.00901322297857656, 0.0242673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1260, '2021-05-23 00:00:00', 0.000714993275923143, 0.0014692307692308, 0.00129507350548739, 0.00233076923076926, 0.00144457739361857, 0.00310961538461535, 0.00181726336942288, 0.00492307692307693, 0.00900881021769598, 0.0242615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1275, '2021-05-23 00:00:00', 0.0009072295104412, 0.00154423076923086, 0.00105377161443287, 0.00202115384615385, 0.0013547139919555, 0.00302499999999995, 0.00183275853460127, 0.00474038461538464, 0.0090705864452934, 0.0242576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1290, '2021-05-23 00:00:00', 0.000795274505099673, 0.00126153846153846, 0.000995947558088056, 0.00191346153846142, 0.0013030673871233, 0.00280384615384604, 0.00198253625439731, 0.00472499999999999, 0.00914900015554462, 0.0243403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1305, '2021-05-23 00:00:00', 0.000800117779791378, 0.00136730769230758, 0.00120076898437881, 0.00217307692307678, 0.00146304345589804, 0.00284807692307684, 0.00200019614422798, 0.00475384615384614, 0.00922478455032971, 0.024425 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1320, '2021-05-23 00:00:00', 0.000809653297120714, 0.00155769230769226, 0.000855599205235646, 0.00197499999999994, 0.0013194360683494, 0.0029634615384615, 0.00192058985330432, 0.00469423076923073, 0.00924832978684017, 0.0244596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1335, '2021-05-23 00:00:00', 0.000570994409241076, 0.00117884615384628, 0.000804707304648023, 0.00178461538461553, 0.00147563415311712, 0.00285192307692323, 0.00182947764718197, 0.00528269230769219, 0.0092520268049764, 0.02445 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1350, '2021-05-23 00:00:00', 0.000727228669994144, 0.00113846153846148, 0.00123596272037382, 0.00215961538461537, 0.00153982516490075, 0.0025615384615385, 0.00205505100067727, 0.005678846153846, 0.00926516137930779, 0.0245192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1365, '2021-05-23 00:00:00', 0.00115731785408528, 0.00175384615384623, 0.00140300227534214, 0.00213076923076935, 0.00148770473704148, 0.00239423076923096, 0.00239619249258868, 0.00599230769230763, 0.00928893220658129, 0.0245115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1380, '2021-05-23 00:00:00', 0.000587226204613253, 0.00107115384615384, 0.000618981794189715, 0.00129230769230769, 0.00098703908425456, 0.00242307692307691, 0.00257748013496775, 0.00620961538461529, 0.00939063711281708, 0.0246942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1395, '2021-05-23 00:00:00', 0.000498694449383657, 0.000601923076923109, 0.000566745092612176, 0.000950000000000075, 0.00137639579504419, 0.00285576923076917, 0.00244136153689828, 0.00702307692307688, 0.0093736110766015, 0.0247538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1410, '2021-05-23 00:00:00', 0.000503820022810425, 0.000621153846153936, 0.000865130048027514, 0.00202499999999999, 0.00143952583005123, 0.00287115384615382, 0.00266000289184343, 0.00756923076923069, 0.00940484654109469, 0.0248076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 1, 1425, '2021-05-23 00:00:00', 0.000963593035706285, 0.00178653846153843, 0.0014746642381859, 0.00252115384615374, 0.0014704800367436, 0.00283653846153841, 0.00390131979640825, 0.00879807692307681, 0.00943825134553753, 0.0248326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 0, '2021-05-23 00:00:00', 0.00120121252843175, 0.00133653846153842, 0.00132981346291659, 0.00160961538461536, 0.00126175092019602, 0.0020692307692307, 0.00389491779314855, 0.00934615384615376, 0.00940865579379738, 0.0246903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 15, '2021-05-23 00:00:00', 0.000911157688511506, 0.000600000000000058, 0.000944907402870904, 0.000958000000000041, 0.000988066293322388, 0.00177599999999995, 0.00398206604666481, 0.00963199999999993, 0.00957875774826793, 0.024648 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 30, '2021-05-23 00:00:00', 0.000602584710504121, 0.000696000000000048, 0.000814068997894713, 0.00114000000000008, 0.00145771796540565, 0.00226599999999991, 0.00466456768271916, 0.0104939999999999, 0.00956697095915609, 0.024638 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 45, '2021-05-23 00:00:00', 0.00078997809122493, 0.000805769230769232, 0.000853132237923585, 0.00142115384615378, 0.00152432078190707, 0.00243461538461531, 0.00571108234386988, 0.0113384615384614, 0.0093737327348617, 0.0246442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 60, '2021-05-23 00:00:00', 0.000817594972135645, 0.00113846153846145, 0.00142112225425481, 0.00186730769230758, 0.00152957007534299, 0.00260384615384603, 0.00649697592375457, 0.0124980769230769, 0.00939514952597282, 0.0246288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 75, '2021-05-23 00:00:00', 0.00138515897449177, 0.00140576923076917, 0.00142793691952886, 0.00180961538461533, 0.00141154034793402, 0.00337692307692296, 0.0080438674682117, 0.0129096153846153, 0.00939110237651343, 0.0246096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 90, '2021-05-23 00:00:00', 0.000845397039175068, 0.00105192307692315, 0.000947279505498937, 0.00189230769230765, 0.00176693128158575, 0.00382307692307683, 0.00849369472020287, 0.0130750000000001, 0.00939695613565301, 0.0245038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 105, '2021-05-23 00:00:00', 0.000666298616352893, 0.00141538461538456, 0.00114542064829404, 0.00281730769230769, 0.00190013461061624, 0.00418653846153841, 0.00851559655076415, 0.0132038461538462, 0.00944071155238772, 0.0244711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 120, '2021-05-23 00:00:00', 0.0011976081932817, 0.00229423076923079, 0.00164542255503426, 0.00323076923076918, 0.00225848485630384, 0.00448461538461539, 0.00852509801432499, 0.0132519230769231, 0.00952494962635587, 0.0247557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 135, '2021-05-23 00:00:00', 0.00118004074245174, 0.00220192307692307, 0.00152949463750402, 0.0032346153846154, 0.00210449793025833, 0.00501346153846164, 0.00868962976107829, 0.0135557692307693, 0.0097826811253358, 0.024975 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 150, '2021-05-23 00:00:00', 0.0012225399159757, 0.0023403846153847, 0.00186545931650583, 0.00325769230769233, 0.00263199251810954, 0.00574615384615391, 0.00864283006534687, 0.0138134615384616, 0.00977893674415347, 0.0249596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 165, '2021-05-23 00:00:00', 0.0012344167105902, 0.00209615384615385, 0.0019373296451163, 0.00397307692307699, 0.00409725048519884, 0.00698846153846151, 0.00857733417434949, 0.0137884615384616, 0.0100391681006868, 0.0249519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 180, '2021-05-23 00:00:00', 0.00165160527972039, 0.00335000000000015, 0.00234179089915922, 0.00495384615384626, 0.00395092588953724, 0.00758076923076929, 0.00838820508901562, 0.0137461538461539, 0.00990916747259837, 0.02485 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 195, '2021-05-23 00:00:00', 0.00182342977760209, 0.00345192307692313, 0.0038052130234517, 0.00547692307692305, 0.00367585311918832, 0.00725192307692305, 0.00795850705945445, 0.0133788461538462, 0.00983990619092245, 0.0243846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 210, '2021-05-23 00:00:00', 0.00279864321523012, 0.00425961538461523, 0.00294442955164749, 0.00580576923076912, 0.00436666744959871, 0.0077461538461538, 0.00787211143604691, 0.0132423076923077, 0.00990345413712584, 0.0242596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 225, '2021-05-23 00:00:00', 0.0016685657129587, 0.00391346153846157, 0.00282842984438636, 0.00516923076923078, 0.00486960944572, 0.00744807692307692, 0.00752595917730514, 0.0127615384615385, 0.0089974810577526, 0.0243057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 240, '2021-05-23 00:00:00', 0.00194460694070712, 0.00364807692307696, 0.0029193894250998, 0.00517884615384621, 0.0055644824902783, 0.00790576923076925, 0.0071180291135636, 0.0126576923076924, 0.00849790947142984, 0.0240942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 255, '2021-05-23 00:00:00', 0.0019784813523353, 0.00323269230769226, 0.0037746915309526, 0.00485192307692297, 0.00619332301757297, 0.00722499999999993, 0.0064991895944507, 0.0117057692307692, 0.0079868642156982, 0.0235499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 270, '2021-05-23 00:00:00', 0.00242425246210038, 0.00344999999999992, 0.003824674948481, 0.00535769230769229, 0.00515837668263974, 0.0067750000000001, 0.00644055539888873, 0.0116653846153846, 0.00788406206313629, 0.0235211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 285, '2021-05-23 00:00:00', 0.00266852018916842, 0.00364999999999997, 0.00334297944032879, 0.00476346153846154, 0.00354824604558357, 0.00577500000000007, 0.00632182696329519, 0.0111019230769231, 0.00764125669285845, 0.0234596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 300, '2021-05-23 00:00:00', 0.00202119157543645, 0.00281923076923079, 0.00239327262261402, 0.00366538461538475, 0.00451878685217453, 0.005121153846154, 0.0061589409679063, 0.0108846153846154, 0.00749873425216657, 0.0234192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 315, '2021-05-23 00:00:00', 0.00150042173558501, 0.00255576923076918, 0.00204797085315807, 0.00350384615384612, 0.00618044932396944, 0.00563461538461544, 0.00632672475723785, 0.0111730769230769, 0.00743736434911854, 0.0234173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 330, '2021-05-23 00:00:00', 0.00187759256660048, 0.0026153846153846, 0.00450397431335759, 0.00404615384615388, 0.00627042662025476, 0.00587500000000001, 0.0062901342164963, 0.0112826923076923, 0.00752921285087932, 0.0234730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 345, '2021-05-23 00:00:00', 0.00306148028549288, 0.00281153846153847, 0.00478940015515022, 0.00401538461538462, 0.00482837924710202, 0.00547307692307698, 0.00501304145358727, 0.0107461538461538, 0.00679113109418909, 0.0231615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 360, '2021-05-23 00:00:00', 0.00305082838687354, 0.00263461538461543, 0.00308569466060094, 0.00361346153846152, 0.00297772499634298, 0.00472692307692309, 0.00443619769622585, 0.010425, 0.00659376628689209, 0.0229153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 375, '2021-05-23 00:00:00', 0.00113371581027235, 0.0021134615384615, 0.00154472800692703, 0.00304615384615389, 0.00164718407733174, 0.00413076923076917, 0.00440988095077409, 0.0102749999999999, 0.00660168655607153, 0.0228057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 390, '2021-05-23 00:00:00', 0.00111581119163796, 0.00217115384615394, 0.00135499219413017, 0.00299038461538461, 0.0014044215891249, 0.00395000000000005, 0.00440631190627545, 0.0105461538461538, 0.00659632881580002, 0.0230346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 405, '2021-05-23 00:00:00', 0.000943750700458288, 0.0019057692307693, 0.00106357343965452, 0.00248269230769229, 0.00265077129559272, 0.00428269230769227, 0.0043560537010182, 0.0111903846153846, 0.00656978661402683, 0.023101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 420, '2021-05-23 00:00:00', 0.000896179926989318, 0.0018423076923076, 0.00104241767798944, 0.00272115384615389, 0.00350948166236288, 0.00463846153846159, 0.00475239372883249, 0.011576923076923, 0.0065665542421718, 0.0231211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 435, '2021-05-23 00:00:00', 0.00091475932101536, 0.0021461538461539, 0.00260053618731565, 0.00338269230769232, 0.0032104588696705, 0.00487307692307691, 0.00495212619448994, 0.0118346153846154, 0.00645757783835869, 0.0230134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 450, '2021-05-23 00:00:00', 0.00220243309511578, 0.0024634615384614, 0.00293565416638523, 0.00355576923076928, 0.002832810509832, 0.00526923076923072, 0.00488172140193943, 0.0120096153846153, 0.00633281229300709, 0.0229365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 465, '2021-05-23 00:00:00', 0.00192572164295722, 0.00250961538461551, 0.00204022340405693, 0.00368653846153848, 0.00193948843374106, 0.00553076923076922, 0.00475354644935269, 0.0123096153846153, 0.00619462577251752, 0.0227673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 480, '2021-05-23 00:00:00', 0.00154657562176773, 0.00284807692307691, 0.00168766224291293, 0.00395961538461535, 0.00201383006692768, 0.00551346153846157, 0.00473026954834493, 0.012825, 0.00633084391020537, 0.0227538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 495, '2021-05-23 00:00:00', 0.00133611520691668, 0.00250961538461541, 0.00174058787593335, 0.00387692307692309, 0.00233959315989908, 0.00559807692307699, 0.00488028845301327, 0.0129807692307691, 0.00668383468929678, 0.0227730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 510, '2021-05-23 00:00:00', 0.00121526350418962, 0.00270576923076931, 0.00154849803159254, 0.00382692307692314, 0.0021701586258931, 0.00593269230769242, 0.0046962788051162, 0.0131711538461538, 0.00691076223114243, 0.0228288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 525, '2021-05-23 00:00:00', 0.00118118747290778, 0.00274038461538448, 0.001987959912922, 0.00445384615384619, 0.00248767191133834, 0.00633653846153845, 0.00470763904570165, 0.0132057692307692, 0.00697522649204925, 0.0228038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 540, '2021-05-23 00:00:00', 0.00147588825926849, 0.0034730769230771, 0.0018137986064101, 0.00489423076923091, 0.00325059047890364, 0.00645769230769236, 0.00458218456466073, 0.0128807692307692, 0.00688277895575961, 0.0226230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 555, '2021-05-23 00:00:00', 0.00115875430461399, 0.00301346153846148, 0.00132812331447853, 0.0040865384615384, 0.00300660874638629, 0.00625192307692302, 0.00450029956267871, 0.0123980769230769, 0.00667239808118843, 0.0224480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 570, '2021-05-23 00:00:00', 0.00113501609612447, 0.00306153846153843, 0.00223527059108835, 0.00427884615384619, 0.00263992205595899, 0.00646730769230762, 0.00438122085198245, 0.0120980769230768, 0.00641183791003928, 0.0226057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 585, '2021-05-23 00:00:00', 0.00157313014767955, 0.00289230769230768, 0.00182535981700554, 0.00449230769230771, 0.00286779800275683, 0.00700576923076916, 0.00434102655353096, 0.0117134615384615, 0.00616570072129818, 0.0224557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 600, '2021-05-23 00:00:00', 0.00152002024278023, 0.00346153846153849, 0.00166570844249076, 0.00499615384615378, 0.00355539730550615, 0.00722499999999987, 0.00427682529633653, 0.0115788461538461, 0.00629951890714997, 0.0224923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 615, '2021-05-23 00:00:00', 0.00145878242169497, 0.00372307692307685, 0.00307214345117801, 0.00545576923076915, 0.0042694716841243, 0.00721730769230764, 0.00455229485661223, 0.0113326923076923, 0.00625367461208581, 0.0224730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 630, '2021-05-23 00:00:00', 0.00235113720438559, 0.00337307692307688, 0.00297036969985987, 0.0045980769230768, 0.00349539532264053, 0.00633269230769224, 0.00382720072436949, 0.0103442307692308, 0.00632765845621128, 0.0220115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 645, '2021-05-23 00:00:00', 0.00137156283683419, 0.00305384615384601, 0.0019121554491041, 0.00460769230769236, 0.00223128800333926, 0.00607692307692306, 0.002811153609354, 0.00975384615384628, 0.0064150484139909, 0.0218230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 660, '2021-05-23 00:00:00', 0.00114789439342717, 0.00308846153846169, 0.00150857166271218, 0.0041173076923078, 0.00251351424228189, 0.00621538461538482, 0.00261814085535162, 0.00938846153846176, 0.00671717545951027, 0.0220269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 675, '2021-05-23 00:00:00', 0.000880655350380537, 0.00286538461538467, 0.00145762187773843, 0.00403846153846159, 0.00190390691433733, 0.00591153846153859, 0.00246750574779171, 0.00899615384615399, 0.00672369975991933, 0.0219923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 690, '2021-05-23 00:00:00', 0.00130430647649061, 0.00281923076923079, 0.00169255837304172, 0.00438461538461552, 0.00197780472708031, 0.00571346153846161, 0.0025582874379915, 0.00892884615384625, 0.00665647544760859, 0.0223442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 705, '2021-05-23 00:00:00', 0.00124737879016517, 0.00341538461538482, 0.00132817544021865, 0.00417500000000018, 0.0015680070643483, 0.00537307692307704, 0.00278656667714122, 0.00906538461538474, 0.00663701856141866, 0.0224307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 720, '2021-05-23 00:00:00', 0.00094406649048755, 0.00251153846153845, 0.00123695656288381, 0.00386153846153848, 0.00161840852501647, 0.00487692307692302, 0.00335103887450766, 0.00883846153846157, 0.00650355790199607, 0.0223942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 735, '2021-05-23 00:00:00', 0.00101618630938656, 0.00267115384615391, 0.00123470488532532, 0.00334807692307705, 0.00199744548399655, 0.00473269230769231, 0.00419664334732124, 0.0091192307692308, 0.00662575162644845, 0.0224961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 750, '2021-05-23 00:00:00', 0.000720408537941073, 0.00206730769230773, 0.00112988767311, 0.00302307692307688, 0.0020010458803797, 0.00430384615384617, 0.00446778899026556, 0.00915769230769228, 0.00662575162644845, 0.0224961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 765, '2021-05-23 00:00:00', 0.00108712747819466, 0.00227692307692303, 0.00149018842381125, 0.0033115384615384, 0.0019757306340849, 0.00438653846153835, 0.00424565841591326, 0.00961923076923079, 0.00663189728045161, 0.0224884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 780, '2021-05-23 00:00:00', 0.000807331787671274, 0.00220384615384614, 0.00105127761099753, 0.00294615384615385, 0.00162254311309326, 0.00407307692307689, 0.00400380011796487, 0.00976923076923079, 0.00666727051752412, 0.0224480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 795, '2021-05-23 00:00:00', 0.000709867268199969, 0.00196346153846154, 0.00115196988475606, 0.00297115384615375, 0.00166467830110033, 0.00388461538461542, 0.00384367862660437, 0.00994423076923072, 0.00660255894448389, 0.0223538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 810, '2021-05-23 00:00:00', 0.00118723985004655, 0.00230769230769226, 0.00135151766544132, 0.00294999999999996, 0.00177060615435688, 0.00382692307692307, 0.00390525139543389, 0.0100326923076923, 0.00663718574513202, 0.0222711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 825, '2021-05-23 00:00:00', 0.00085686369080225, 0.0019192307692307, 0.00107529602364255, 0.00266153846153848, 0.00145725373958636, 0.00376730769230769, 0.0037354167721338, 0.0102576923076923, 0.00654796885712245, 0.0223480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 840, '2021-05-23 00:00:00', 0.000935449295587757, 0.00210576923076931, 0.00122182713116952, 0.00286153846153852, 0.00148783399611664, 0.00387500000000002, 0.00379489332980725, 0.0105192307692307, 0.00644831641712655, 0.0224038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 855, '2021-05-23 00:00:00', 0.000860205699907846, 0.00201538461538477, 0.00102295386767186, 0.0029288461538463, 0.00122635796004024, 0.00413461538461548, 0.00356758267652569, 0.0107230769230769, 0.0063804063048825, 0.0224038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 870, '2021-05-23 00:00:00', 0.00074368365896772, 0.00224423076923083, 0.0013524465011459, 0.00296346153846157, 0.00135194446859103, 0.0044653846153847, 0.00351252922243529, 0.0107384615384615, 0.00628165460809365, 0.0223961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 885, '2021-05-23 00:00:00', 0.00141518685909456, 0.0022346153846154, 0.00134247332017616, 0.00337115384615391, 0.00151627707027651, 0.00494807692307704, 0.00349460463263898, 0.0107384615384616, 0.00621736773389356, 0.0223615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 900, '2021-05-23 00:00:00', 0.000844679426370181, 0.0026840000000001, 0.00109782739991294, 0.00347800000000007, 0.00159231749346667, 0.00506200000000007, 0.00315625437293419, 0.010706, 0.005692435038423, 0.0226439999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 915, '2021-05-23 00:00:00', 0.000779773142552349, 0.00232307692307684, 0.00115481100684846, 0.00363269230769224, 0.0023278456530912, 0.00525576923076925, 0.00298747191811709, 0.0103326923076922, 0.00623778714461605, 0.0219326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 930, '2021-05-23 00:00:00', 0.000953199067109511, 0.0024826923076924, 0.00139326539522748, 0.00356730769230775, 0.00261198421481862, 0.00538846153846159, 0.00293462879319445, 0.010026923076923, 0.00622570879498863, 0.021625 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 945, '2021-05-23 00:00:00', 0.00122206162503563, 0.00262115384615382, 0.00205006191276121, 0.00378461538461545, 0.00279993955978723, 0.00586153846153853, 0.0029217546098193, 0.00977499999999993, 0.00633250831333533, 0.0216115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 960, '2021-05-23 00:00:00', 0.00107780581953131, 0.00280576923076925, 0.001768271646378, 0.00384615384615376, 0.00236055078318618, 0.00589999999999998, 0.00290641796454253, 0.0096557692307691, 0.00635414704074304, 0.0214961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 975, '2021-05-23 00:00:00', 0.00106773123959156, 0.00247499999999997, 0.00172511872501137, 0.00417115384615393, 0.00241550201821484, 0.00607500000000002, 0.00297385013330948, 0.00950384615384614, 0.00648629324036451, 0.0217499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 990, '2021-05-23 00:00:00', 0.00126199628184276, 0.00317884615384636, 0.00193361359595487, 0.0045115384615386, 0.00220467335797938, 0.00594615384615393, 0.00330049937946461, 0.00934807692307693, 0.00655998387662174, 0.0217673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1005, '2021-05-23 00:00:00', 0.00143612191468769, 0.00297307692307686, 0.00205038082766622, 0.00441153846153843, 0.00246010396903493, 0.0058634615384615, 0.00361015448209836, 0.00908076923076918, 0.00691255741386638, 0.0219749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1020, '2021-05-23 00:00:00', 0.00205333968114218, 0.00330961538461546, 0.00202316963812093, 0.00426923076923086, 0.00265110136764671, 0.00620769230769239, 0.00333040595816088, 0.00894038461538458, 0.00681769671234634, 0.0218173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1035, '2021-05-23 00:00:00', 0.00115820982554976, 0.0029750000000001, 0.00178924135191001, 0.00429615384615391, 0.00250877536781462, 0.00623461538461541, 0.00318778980582995, 0.00860961538461541, 0.00655766756142408, 0.0218596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1050, '2021-05-23 00:00:00', 0.00125984736560242, 0.00283076923076929, 0.0021506287095066, 0.00449038461538471, 0.00234355827420933, 0.00574423076923084, 0.00296313243817308, 0.00826538461538462, 0.0061264458262143, 0.0217076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1065, '2021-05-23 00:00:00', 0.00187141760335688, 0.00360961538461551, 0.00205849833242946, 0.00461923076923087, 0.00212234630683909, 0.00548461538461545, 0.00296076913084314, 0.00793461538461544, 0.0061701427486292, 0.0218884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1080, '2021-05-23 00:00:00', 0.00140440515740784, 0.00306538461538468, 0.00151190786247544, 0.00384423076923083, 0.00165204884450032, 0.00464423076923084, 0.00274940063398442, 0.00740961538461547, 0.0063601245754611, 0.021953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1095, '2021-05-23 00:00:00', 0.00109508166186534, 0.00235961538461542, 0.00105283682715565, 0.00325576923076933, 0.0014646619457692, 0.00417115384615383, 0.00276630898213039, 0.00710576923076931, 0.0065644813492473, 0.022080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1110, '2021-05-23 00:00:00', 0.000920018812516682, 0.00232884615384626, 0.00135375830134529, 0.0030615384615386, 0.00164852848135723, 0.00407692307692304, 0.00297316976668639, 0.00699230769230776, 0.00685492551718497, 0.0222096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1125, '2021-05-23 00:00:00', 0.00115697217571747, 0.00224615384615391, 0.00144118540952073, 0.00313076923076914, 0.00170782475231376, 0.00399423076923075, 0.00298400092802617, 0.00686153846153846, 0.00695379282229383, 0.0223711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1140, '2021-05-23 00:00:00', 0.00129455219462769, 0.00235576923076917, 0.00143267367050342, 0.00296538461538454, 0.00171084437092865, 0.00381730769230771, 0.00306467026711736, 0.00685961538461539, 0.00701427802085482, 0.0223519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1155, '2021-05-23 00:00:00', 0.00103238335157803, 0.00186923076923072, 0.00146286862547006, 0.00284615384615391, 0.00160994147050797, 0.00388653846153852, 0.00303484190438558, 0.00659423076923077, 0.00705272369644966, 0.0223634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1170, '2021-05-23 00:00:00', 0.00138152229303546, 0.00200961538461552, 0.00148698067857703, 0.00253653846153849, 0.00149654987837407, 0.00398846153846153, 0.00277088155924867, 0.00635384615384621, 0.00707522872693614, 0.0223384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1185, '2021-05-23 00:00:00', 0.000724388336141967, 0.00160769230769235, 0.00107419558454036, 0.00260192307692306, 0.00188852812039916, 0.00389230769230764, 0.00288899569986636, 0.00605192307692308, 0.00720101622101942, 0.022278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1200, '2021-05-23 00:00:00', 0.00110769337606787, 0.0020038461538462, 0.00126279908871579, 0.0028115384615385, 0.00178876945240181, 0.00369807692307695, 0.00272836101829529, 0.00591538461538473, 0.00735889963555387, 0.0222403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1215, '2021-05-23 00:00:00', 0.000844513970372138, 0.00165961538461545, 0.00150252607810459, 0.0023961538461539, 0.00156092797843026, 0.00320192307692303, 0.00253442528760699, 0.00543653846153843, 0.00745345867056671, 0.022826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1230, '2021-05-23 00:00:00', 0.000971596624119195, 0.0016000000000001, 0.000868484533319576, 0.00229423076923075, 0.00141433322153539, 0.00304230769230764, 0.0019951219357377, 0.00518653846153847, 0.00764593129609568, 0.0229442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1245, '2021-05-23 00:00:00', 0.000606021070971513, 0.00163846153846151, 0.000735788431129982, 0.00209615384615385, 0.00112097485046929, 0.00275384615384619, 0.00158244698538017, 0.00500769230769232, 0.00771816139923334, 0.0232307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1260, '2021-05-23 00:00:00', 0.000607327056738095, 0.00147307692307704, 0.000895518758125196, 0.00211538461538471, 0.00115636698992354, 0.00260384615384634, 0.00168031247094116, 0.00487500000000008, 0.00778885199401143, 0.0232807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1275, '2021-05-23 00:00:00', 0.000605347960966501, 0.00152307692307693, 0.000685700091428194, 0.00185384615384624, 0.000795748317381494, 0.00236923076923092, 0.00144371449340302, 0.0048365384615385, 0.00797259922870438, 0.0233576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1290, '2021-05-23 00:00:00', 0.000518759615295539, 0.00118653846153843, 0.000595654132994878, 0.0015903846153848, 0.000939263213702923, 0.0023307692307694, 0.00137739023016508, 0.00474038461538467, 0.00792003399371097, 0.0234076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1305, '2021-05-23 00:00:00', 0.00054520638294149, 0.00112500000000011, 0.000788194138521862, 0.00157500000000009, 0.00100214577474848, 0.00240192307692315, 0.00137278492909079, 0.00479230769230776, 0.00778569422822292, 0.0235711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1320, '2021-05-23 00:00:00', 0.000487031826475451, 0.00105000000000005, 0.000696673414272401, 0.00156538461538472, 0.00102645206714883, 0.0025403846153846, 0.00183171735307016, 0.00518269230769236, 0.0078182734666932, 0.0235999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1335, '2021-05-23 00:00:00', 0.000627525666039805, 0.000967307692307795, 0.000771534435145594, 0.00149423076923084, 0.00106150292582668, 0.00253269230769228, 0.00267722086097909, 0.00568653846153846, 0.00776655650851771, 0.0236999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1350, '2021-05-23 00:00:00', 0.000749042979150949, 0.00110576923076918, 0.000861664310863325, 0.00189423076923073, 0.000998400644107405, 0.00259038461538459, 0.00266737626776691, 0.00590192307692305, 0.00785090097720288, 0.0237730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1365, '2021-05-23 00:00:00', 0.00085781475497123, 0.00147307692307691, 0.000939633725693974, 0.00201346153846153, 0.00118077712350163, 0.00267115384615394, 0.00269348287538646, 0.00617499999999992, 0.00785453935387285, 0.0237673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1380, '2021-05-23 00:00:00', 0.000698308395613628, 0.00122884615384616, 0.000788825807036059, 0.00167307692307692, 0.00101673686180525, 0.0029846153846154, 0.00273308222736502, 0.00650769230769227, 0.00782874289938134, 0.0237692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1395, '2021-05-23 00:00:00', 0.000471841727049047, 0.000821153846153743, 0.000798113159510949, 0.00145384615384615, 0.00095882941452263, 0.0030846153846153, 0.00281077391477874, 0.00692499999999988, 0.00784268424417591, 0.0237480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1410, '2021-05-23 00:00:00', 0.000743662971637429, 0.000928846153846141, 0.00074863979219747, 0.00223846153846158, 0.00102627219361377, 0.00297884615384611, 0.00276465883275653, 0.00739230769230765, 0.00783857522375465, 0.0237615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 2, 1425, '2021-05-23 00:00:00', 0.000730742509632918, 0.00199615384615381, 0.000892018023274333, 0.00264807692307683, 0.000953721455868934, 0.00290384615384608, 0.00350537444504866, 0.00872499999999996, 0.0078446691845726, 0.023778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 0, '2021-05-23 00:00:00', 0.00121314118653248, 0.00153653846153836, 0.00130793583705239, 0.001951923076923, 0.00138450352112224, 0.00232500000000001, 0.00349025070732744, 0.00887499999999998, 0.00782567274080332, 0.0237653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 15, '2021-05-23 00:00:00', 0.000965943142139267, 0.000826923076923063, 0.000910420443869355, 0.0011442307692308, 0.00131523615896379, 0.00222307692307707, 0.00353481203939414, 0.00909807692307687, 0.00787348617928443, 0.023753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 30, '2021-05-23 00:00:00', 0.000740563714601676, 0.000778846153846149, 0.00111485252560422, 0.00124807692307692, 0.00121251328303578, 0.00228269230769239, 0.00370405806566863, 0.00937307692307681, 0.00787632504114986, 0.023751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 45, '2021-05-23 00:00:00', 0.00109124487839139, 0.000880769230769228, 0.00121260685492675, 0.00181923076923087, 0.00134113184116431, 0.00257884615384619, 0.00352262631481763, 0.010051923076923, 0.00786101481019797, 0.0237653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 60, '2021-05-23 00:00:00', 0.00111525264471257, 0.00151730769230781, 0.00114678312616704, 0.0018634615384616, 0.00177497562280119, 0.00314230769230778, 0.0039064739166592, 0.0104423076923076, 0.0078694347856852, 0.0237596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 75, '2021-05-23 00:00:00', 0.000846996957582325, 0.00114038461538466, 0.0010940134298149, 0.00174423076923074, 0.00199818764037669, 0.00358461538461533, 0.00372511073660898, 0.010625, 0.00787788750481118, 0.0236865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 90, '2021-05-23 00:00:00', 0.000799865373287794, 0.00114615384615374, 0.00138738824913794, 0.00227307692307689, 0.00183010823555496, 0.003801923076923, 0.00370624421130683, 0.0107769230769231, 0.00789134969444381, 0.0236499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 105, '2021-05-23 00:00:00', 0.00121754481831882, 0.00163076923076932, 0.00175101399194874, 0.00287499999999996, 0.00171331886654573, 0.0039884615384614, 0.00403584706579187, 0.0110384615384615, 0.008072955802221, 0.0237692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 120, '2021-05-23 00:00:00', 0.0011890267513326, 0.00220384615384611, 0.00132995662161768, 0.00294615384615378, 0.00238239052537247, 0.00449615384615375, 0.00396896275928798, 0.0109557692307692, 0.00814236688325552, 0.0238076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 135, '2021-05-23 00:00:00', 0.00110862354018223, 0.0020269230769231, 0.00136036194278742, 0.00290384615384608, 0.00252166687850594, 0.00504038461538452, 0.00399988076745365, 0.0108769230769231, 0.00820993699029502, 0.0239057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 150, '2021-05-23 00:00:00', 0.00114500419885011, 0.00202115384615388, 0.00235359381503131, 0.0034096153846154, 0.00274783271240895, 0.00539615384615381, 0.00422000045570535, 0.0111596153846154, 0.00887692514331393, 0.0241499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 165, '2021-05-23 00:00:00', 0.00230290118028403, 0.00266538461538465, 0.00253897314191877, 0.00424615384615379, 0.00378680096367128, 0.00696153846153857, 0.00456396799355052, 0.0113403846153847, 0.00901606962808415, 0.0242134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 180, '2021-05-23 00:00:00', 0.00164084992047992, 0.0033326923076923, 0.00224885611948705, 0.00438461538461538, 0.00377133979457624, 0.00719038461538466, 0.00466882335695636, 0.0112365384615385, 0.00896852466213837, 0.024128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 195, '2021-05-23 00:00:00', 0.0020787986545487, 0.00314038461538464, 0.00364700773026539, 0.00619423076923085, 0.00358482699936616, 0.00750384615384622, 0.00441235154468066, 0.0111769230769232, 0.00885217226708522, 0.0241346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 210, '2021-05-23 00:00:00', 0.00336585856003398, 0.00490961538461545, 0.00312003451657439, 0.00593076923076924, 0.00320094457212951, 0.00707307692307687, 0.00425335930584462, 0.0106442307692307, 0.00884249181726851, 0.0240884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 225, '2021-05-23 00:00:00', 0.00132786120683426, 0.00338076923076924, 0.00181235078961422, 0.00456923076923078, 0.00213673726832433, 0.00637692307692304, 0.00381376252739785, 0.00970384615384602, 0.00857589555763029, 0.024253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 240, '2021-05-23 00:00:00', 0.00139068328529537, 0.0033, 0.00171355231564769, 0.00431153846153852, 0.00210248936702711, 0.00613846153846144, 0.00402587830837512, 0.00965192307692292, 0.00859648407557045, 0.0245923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 255, '2021-05-23 00:00:00', 0.001030317352156, 0.00283461538461541, 0.00166712673137403, 0.00453653846153838, 0.00206075508939364, 0.00611346153846147, 0.00393552264147188, 0.00925769230769215, 0.0085113962065347, 0.0244942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 270, '2021-05-23 00:00:00', 0.00154883703269468, 0.00335192307692295, 0.00173190979512846, 0.00431346153846136, 0.00195142255803309, 0.00597499999999991, 0.00373142579472491, 0.0089923076923075, 0.00848345652522499, 0.024278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 285, '2021-05-23 00:00:00', 0.000999894225175174, 0.00293269230769217, 0.00146006849154414, 0.00434999999999994, 0.00218226857967706, 0.00570192307692297, 0.00340146800887268, 0.00839615384615375, 0.0081732888117329, 0.0243749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 300, '2021-05-23 00:00:00', 0.00118604222262362, 0.00290192307692311, 0.00161401672853771, 0.00392499999999997, 0.0022227919034748, 0.00494038461538458, 0.00347929535306299, 0.00840192307692307, 0.00812682263580575, 0.024376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 315, '2021-05-23 00:00:00', 0.00121013826292052, 0.00262884615384624, 0.0021825250020595, 0.0036192307692307, 0.00218723218140733, 0.00439615384615388, 0.00353535766877322, 0.00896538461538463, 0.00813851361405462, 0.0243403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 330, '2021-05-23 00:00:00', 0.00121858682339569, 0.00248461538461533, 0.00125431716023556, 0.00323653846153847, 0.00176310477894492, 0.00435769230769226, 0.00385230600270299, 0.00918846153846154, 0.00810032691647963, 0.0242980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 345, '2021-05-23 00:00:00', 0.000835162351789324, 0.00235192307692303, 0.000891664390124211, 0.0028442307692308, 0.00186294225518507, 0.00406538461538464, 0.00386945682930384, 0.00955192307692302, 0.00809405408546668, 0.0242865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 360, '2021-05-23 00:00:00', 0.000621044405695821, 0.00185192307692317, 0.0015347362589759, 0.00311923076923078, 0.00181169385255473, 0.00372884615384617, 0.00381332532050439, 0.00987499999999994, 0.00805536801432137, 0.0241653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 375, '2021-05-23 00:00:00', 0.00123270184803688, 0.00221538461538461, 0.00144257248851319, 0.00273076923076925, 0.00131746405585179, 0.00351346153846158, 0.00426550745470613, 0.0106346153846154, 0.00804985069140069, 0.0240980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 390, '2021-05-23 00:00:00', 0.000876876010882614, 0.00186346153846167, 0.000911617328623205, 0.00232307692307694, 0.00201729064303119, 0.00388846153846146, 0.00434377184554554, 0.0116153846153846, 0.00804160455668842, 0.0240903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 405, '2021-05-23 00:00:00', 0.000616144962962847, 0.00162115384615393, 0.000945509630590015, 0.00271730769230775, 0.00198633795249907, 0.00394230769230763, 0.00429461245677022, 0.0122519230769231, 0.00775204513958429, 0.0241596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 420, '2021-05-23 00:00:00', 0.000986666883229384, 0.00208653846153852, 0.00172495261919319, 0.00296153846153843, 0.0021427202337216, 0.00457499999999996, 0.00459467584861497, 0.0129269230769232, 0.00775173752234834, 0.0241788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 435, '2021-05-23 00:00:00', 0.00164784357920847, 0.00211730769230764, 0.00195491982916478, 0.00293653846153831, 0.00222694772139943, 0.00449807692307683, 0.00446101445861811, 0.0132250000000001, 0.00775173752234834, 0.0241788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 450, '2021-05-23 00:00:00', 0.00127548633258665, 0.00209423076923081, 0.00184907045254137, 0.00353846153846159, 0.00233323479645425, 0.00469615384615383, 0.00425581999691637, 0.0136596153846154, 0.00776288928170424, 0.0241749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 465, '2021-05-23 00:00:00', 0.00150510924724868, 0.00258461538461541, 0.00162162430439829, 0.00325576923076916, 0.0019368263096742, 0.00485192307692304, 0.00406800130474218, 0.0136788461538461, 0.00779663635560471, 0.0242076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 480, '2021-05-23 00:00:00', 0.00129883971889703, 0.00235384615384603, 0.00179944863350285, 0.0035307692307692, 0.00190609952117287, 0.00536923076923069, 0.0040857392702686, 0.0136057692307692, 0.00774291934608638, 0.0241999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 495, '2021-05-23 00:00:00', 0.00113964231905653, 0.00244615384615399, 0.00139900514102538, 0.00363076923076928, 0.00242158323924978, 0.00575576923076921, 0.00427699076454453, 0.013775, 0.00766336640226629, 0.0241038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 510, '2021-05-23 00:00:00', 0.000968458330782314, 0.00253653846153846, 0.0014768834129289, 0.00374615384615383, 0.00318097711161461, 0.00621923076923069, 0.0043056550470997, 0.0135057692307692, 0.00738172717958645, 0.0239019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 525, '2021-05-23 00:00:00', 0.000990027194653658, 0.00268461538461545, 0.0014618494608385, 0.00424038461538457, 0.00277173924847538, 0.00655769230769223, 0.00418468085356015, 0.0130846153846154, 0.00744826386585375, 0.0238711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 540, '2021-05-23 00:00:00', 0.00132138039710228, 0.00362692307692299, 0.00250105285522225, 0.00499423076923064, 0.00291170317591194, 0.00681923076923059, 0.00419029097576025, 0.0130576923076922, 0.00743575561314787, 0.0238115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 555, '2021-05-23 00:00:00', 0.00161275802944484, 0.00311730769230757, 0.00181434879184293, 0.0043384615384614, 0.00298949249616308, 0.00670576923076915, 0.00418779178087913, 0.0122499999999999, 0.00712963911051271, 0.0238153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 570, '2021-05-23 00:00:00', 0.00148190625676735, 0.00302692307692303, 0.00228995885082271, 0.00436346153846148, 0.00361015714552485, 0.00742115384615384, 0.00405783003776445, 0.0118961538461538, 0.00682929014218555, 0.0236596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 585, '2021-05-23 00:00:00', 0.00176085315860062, 0.00314038461538454, 0.00243680118187756, 0.00495000000000001, 0.00325682537733619, 0.00778653846153852, 0.00342961536304887, 0.0113884615384614, 0.00649776884784292, 0.0232499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 600, '2021-05-23 00:00:00', 0.00150319147662047, 0.00365384615384621, 0.00242903035418209, 0.00558269230769235, 0.00331271733684692, 0.00800192307692328, 0.00310327432536364, 0.0107634615384616, 0.00642879968459235, 0.0230942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 615, '2021-05-23 00:00:00', 0.00233472449371197, 0.00424230769230775, 0.00271951070259678, 0.00584230769230791, 0.00317500575408322, 0.00758846153846172, 0.0029133406677136, 0.0103153846153847, 0.00650319950840764, 0.0231596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 630, '2021-05-23 00:00:00', 0.00161114865856628, 0.00375000000000014, 0.00223855121416986, 0.00513653846153865, 0.0026490114266384, 0.00703846153846157, 0.00249451089702657, 0.00930384615384613, 0.00655132517422709, 0.0228384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 645, '2021-05-23 00:00:00', 0.00134009184530246, 0.00337307692307695, 0.00212964424620276, 0.00459615384615389, 0.00267371248670047, 0.00630769230769233, 0.00273043036900778, 0.00862499999999992, 0.00663896568635626, 0.0228557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 660, '2021-05-23 00:00:00', 0.00198730973932105, 0.00325000000000011, 0.00249391335979293, 0.0046403846153846, 0.00269093135149557, 0.00576346153846153, 0.00283784926688125, 0.00838269230769228, 0.00664914569411281, 0.0228423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 675, '2021-05-23 00:00:00', 0.00132263140978645, 0.00321538461538453, 0.0013435601386442, 0.00411538461538466, 0.0017095939688891, 0.00538653846153841, 0.00259061100603996, 0.00824423076923065, 0.00697386439611389, 0.0229038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 690, '2021-05-23 00:00:00', 0.000833555867722963, 0.00268076923076927, 0.00125005384499418, 0.00377884615384599, 0.00177925221976505, 0.00509230769230768, 0.00288076979562485, 0.00822884615384611, 0.00696187088029119, 0.0229730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 705, '2021-05-23 00:00:00', 0.00104673301275924, 0.002875, 0.00166105272458358, 0.00389807692307699, 0.0018930764542243, 0.0047923076923078, 0.00299586638297087, 0.00856923076923071, 0.00682403444846573, 0.023026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 720, '2021-05-23 00:00:00', 0.00116859547518176, 0.00256923076923076, 0.00146250180801994, 0.00338653846153843, 0.00190191907131879, 0.00439807692307685, 0.00315791800936085, 0.00867692307692294, 0.00672141268347203, 0.0229173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 735, '2021-05-23 00:00:00', 0.000762629560241333, 0.00234038461538466, 0.00104813570759635, 0.0030826923076923, 0.00148218134466116, 0.00431153846153842, 0.00357739269042942, 0.00895769230769227, 0.00693129164342076, 0.0228403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988155 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988155, 3, 750, '2021-05-23 00:00:00', 0.000813655096084767, 0.00197884615384612, 0.00108390497738494, 0.00287499999999989, 0.00164953140199086, 0.00378461538461541, 0.00358991589787908, 0.00910192307692308, 0.00704992307650339, 0.02293076923[...];
Date: 2021-05-23 17:10:08 Duration: 24s924ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1080, '2021-05-23 00:00:00', 0.0014405191371917, 0.00357076923076912, 0.00196559722769916, 0.00471730769230763, 0.00340779922214643, 0.00602653846153844, 0.00421564069407467, 0.00773230769230769, 0.0166625741893438, 0.026588846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1095, '2021-05-23 00:00:00', 0.00212308512818931, 0.00309769230769234, 0.00246884089900827, 0.00401076923076927, 0.00349720450997873, 0.00533076923076938, 0.00459033622029854, 0.00727884615384624, 0.0166556753136535, 0.026511923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1110, '2021-05-23 00:00:00', 0.00224498689391423, 0.00284692307692311, 0.00328572204920261, 0.00399576923076929, 0.00317019933855193, 0.0046096153846154, 0.00444980015108731, 0.00695576923076931, 0.016686848935153, 0.0264807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1125, '2021-05-23 00:00:00', 0.00224090641001839, 0.0026784615384616, 0.0022047517913676, 0.00328230769230778, 0.002760314809248, 0.00398538461538469, 0.00353381521871198, 0.00629500000000009, 0.0167191690629004, 0.0265130769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1140, '2021-05-23 00:00:00', 0.00138826560305127, 0.00211576923076924, 0.00141371828332788, 0.00257923076923079, 0.00256222706614027, 0.00378346153846164, 0.00363215206391269, 0.00677384615384619, 0.0167582104240097, 0.0266638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1155, '2021-05-23 00:00:00', 0.00100540546738434, 0.0017419230769231, 0.00213491127540376, 0.00279307692307708, 0.00257002499239567, 0.00356730769230778, 0.00366241526024312, 0.00661846153846151, 0.0167175113716588, 0.0267123076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1170, '2021-05-23 00:00:00', 0.00191362744545542, 0.00206500000000005, 0.00232031950717669, 0.0026788461538462, 0.00240030151952112, 0.00361076923076921, 0.00360106900794758, 0.00652499999999986, 0.0167172853197384, 0.0266726923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1185, '2021-05-23 00:00:00', 0.00182727051595039, 0.00187846153846155, 0.0018690667765986, 0.00231884615384619, 0.00223866735770661, 0.0031934615384615, 0.00358093114233629, 0.00641961538461527, 0.016758689084954, 0.0266296153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1200, '2021-05-23 00:00:00', 0.00176702670738615, 0.00176076923076919, 0.00216779718040791, 0.00259615384615374, 0.00233302220636341, 0.00312384615384609, 0.00349900550706366, 0.00652346153846139, 0.0168190393441938, 0.0267026923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1215, '2021-05-23 00:00:00', 0.00206770195739491, 0.00196076923076916, 0.00212169427943421, 0.00233115384615387, 0.00240855603087114, 0.0033030769230768, 0.00342973208193385, 0.007356923076923, 0.0168674949533119, 0.0267949999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1230, '2021-05-23 00:00:00', 0.00119527634397301, 0.0015684615384616, 0.00148456577438042, 0.00209346153846154, 0.00182309778631374, 0.00299153846153849, 0.00322639241258725, 0.00714999999999997, 0.0170123942510702, 0.0272230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1245, '2021-05-23 00:00:00', 0.000987717259450066, 0.00143576923076923, 0.00156749466935669, 0.00231346153846141, 0.00167793022684324, 0.00269461538461544, 0.00322512571013198, 0.00712961538461531, 0.0170118731931102, 0.0272315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1260, '2021-05-23 00:00:00', 0.00150608677858057, 0.00183423076923068, 0.00177131489621085, 0.00219269230769238, 0.00182032101987102, 0.003016153846154, 0.00332918035650736, 0.00719461538461531, 0.0170109760629831, 0.0272788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1275, '2021-05-23 00:00:00', 0.00107871433446704, 0.00134384615384628, 0.00129460519672409, 0.00189115384615392, 0.00250567408403107, 0.00312884615384627, 0.0032711673051775, 0.00718653846153842, 0.0170113459332746, 0.0272923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1290, '2021-05-23 00:00:00', 0.00104811948819709, 0.00144230769230771, 0.00151254304452414, 0.00227230769230779, 0.00244760655460673, 0.00303461538461542, 0.00324031384994636, 0.00715538461538455, 0.0170450251348056, 0.0273846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1305, '2021-05-23 00:00:00', 0.00144839077812371, 0.00194961538461547, 0.00248610105617986, 0.00266230769230768, 0.00272646979415898, 0.00337153846153852, 0.00324867736400291, 0.00710384615384606, 0.0170499529076724, 0.027376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1320, '2021-05-23 00:00:00', 0.00244710444277444, 0.00162807692307688, 0.0024343550401572, 0.00194269230769234, 0.00367694934171508, 0.00437269230769231, 0.00317767926928787, 0.00701153846153842, 0.0170726063487231, 0.0273434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1335, '2021-05-23 00:00:00', 0.000674259137584049, 0.00104576923076927, 0.00172647831860575, 0.00217923076923094, 0.00312815462926883, 0.00408923076923074, 0.00297493363856177, 0.00674692307692304, 0.0170886915194275, 0.0273253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1350, '2021-05-23 00:00:00', 0.00173365585263756, 0.0018388461538463, 0.00321502590012302, 0.0037265384615385, 0.00314685261564883, 0.00410423076923065, 0.00299932802730626, 0.00672615384615388, 0.0171391929663699, 0.0274065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1365, '2021-05-23 00:00:00', 0.00313641490583417, 0.00310769230769227, 0.0030727875593044, 0.00341076923076913, 0.0028536078109057, 0.00397846153846137, 0.00308280653850452, 0.00673192307692309, 0.01716794313203, 0.0274807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1380, '2021-05-23 00:00:00', 0.00252780099021931, 0.00231538461538462, 0.00248233550078576, 0.00274153846153842, 0.00243364784760521, 0.00402538461538444, 0.00273688067809932, 0.00643038461538464, 0.0172207770440245, 0.0274949999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1395, '2021-05-23 00:00:00', 0.0013014337655655, 0.00171538461538448, 0.00111681697419333, 0.00237807692307684, 0.00178477509895399, 0.00484692307692303, 0.00229247236372907, 0.00594153846153848, 0.0172701722587285, 0.0274553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1410, '2021-05-23 00:00:00', 0.00075020694580801, 0.00170769230769232, 0.00140405002102428, 0.00292269230769227, 0.00187234990155314, 0.00475692307692305, 0.00230131774959809, 0.00586923076923079, 0.0172818850868141, 0.027511923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 1, 1425, '2021-05-23 00:00:00', 0.00152077758450683, 0.00238269230769236, 0.00190618313754111, 0.0044030769230769, 0.00228547022598115, 0.00473307692307691, 0.0026130304540602, 0.00602192307692316, 0.0172818850868141, 0.027511923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 0, '2021-05-23 00:00:00', 0.0017711286275661, 0.00340615384615382, 0.00186141683010128, 0.0037038461538461, 0.00255676878410706, 0.00430884615384608, 0.00272216669924192, 0.00585653846153852, 0.0172846164595529, 0.0275030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 15, '2021-05-23 00:00:00', 0.00149991732863971, 0.00107291666666668, 0.00251912334504216, 0.00198541666666667, 0.00275877490007346, 0.00359708333333342, 0.00293324692107568, 0.00510625000000009, 0.0179182855958837, 0.0279325 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 30, '2021-05-23 00:00:00', 0.00247012752707219, 0.00146500000000002, 0.00280340257544279, 0.00193499999999999, 0.00261795810038743, 0.00342615384615388, 0.00279587795485809, 0.00506153846153852, 0.0174205135533239, 0.0272073076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 45, '2021-05-23 00:00:00', 0.00127620037008896, 0.00108076923076917, 0.00173462161690855, 0.00280807692307703, 0.00180787150666617, 0.00310923076923078, 0.00249349504480385, 0.00505153846153856, 0.0174501942550352, 0.0271565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 60, '2021-05-23 00:00:00', 0.00156976450953158, 0.00248615384615401, 0.00147836005815183, 0.00267269230769245, 0.00164350493200923, 0.00305730769230779, 0.0023234112851581, 0.00506000000000008, 0.0174253249478586, 0.0270415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 75, '2021-05-23 00:00:00', 0.000821764049983898, 0.000968076923076928, 0.00109882398674488, 0.00145307692307691, 0.00139560171748454, 0.00237807692307701, 0.00258335217528277, 0.00456269230769236, 0.0174536626660864, 0.0267773076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 90, '2021-05-23 00:00:00', 0.000984746160185454, 0.00117999999999995, 0.00134800185459809, 0.00172560000000004, 0.00154897471466338, 0.00257680000000001, 0.00258028499717893, 0.00461960000000012, 0.0177430415186724, 0.0270816 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 105, '2021-05-23 00:00:00', 0.00130326265137206, 0.00138846153846158, 0.00131940965820085, 0.00208538461538475, 0.00180102466561498, 0.0026153846153847, 0.00256992092066305, 0.00453846153846162, 0.0174536626660864, 0.0267773076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 120, '2021-05-23 00:00:00', 0.00109376161092734, 0.00166230769230782, 0.00138200211510463, 0.00205461538461539, 0.0016158006826814, 0.00248038461538466, 0.00253924228552835, 0.00441076923076933, 0.0174536626660864, 0.0267773076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 135, '2021-05-23 00:00:00', 0.00102647269600908, 0.00114124999999991, 0.00115447302740881, 0.00148916666666676, 0.00150438682197943, 0.00218333333333339, 0.00221355601998757, 0.00393708333333342, 0.0179211590946876, 0.0259795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 150, '2021-05-23 00:00:00', 0.00113069182361948, 0.00129840000000019, 0.00145676010379201, 0.0017120000000001, 0.00173341647236522, 0.00227920000000008, 0.00271053192811545, 0.00420800000000018, 0.0174881174134516, 0.0264744 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 165, '2021-05-23 00:00:00', 0.0011802107373751, 0.00133423076923085, 0.00160117500124613, 0.00190576923076933, 0.00187385361878016, 0.0024607692307693, 0.00255662785715872, 0.00416500000000011, 0.0172238915508037, 0.027141923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 180, '2021-05-23 00:00:00', 0.00134263850452988, 0.00142307692307702, 0.00133111312586357, 0.00158692307692312, 0.00188093810473555, 0.00265192307692318, 0.00257975049479298, 0.00409384615384623, 0.0171218840623967, 0.0273453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 195, '2021-05-23 00:00:00', 0.000743717998665028, 0.0010573076923077, 0.00143772598223719, 0.00171, 0.00198920320344992, 0.00273576923076924, 0.00249495518689523, 0.00397576923076923, 0.0171164858003578, 0.027336923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 210, '2021-05-23 00:00:00', 0.00123329053286784, 0.00138846153846148, 0.00152248041543545, 0.00212115384615389, 0.00191784947672773, 0.00275884615384614, 0.0024655915189791, 0.00384846153846154, 0.017128156450261, 0.0273207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 225, '2021-05-23 00:00:00', 0.00132689319029885, 0.00159846153846163, 0.00184860446324748, 0.00210769230769235, 0.00195607759009243, 0.0026465384615385, 0.00237688820487244, 0.00367846153846155, 0.017128156450261, 0.0273207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 240, '2021-05-23 00:00:00', 0.00119330388160188, 0.00142692307692303, 0.00121879259294408, 0.00181076923076917, 0.00150390977634456, 0.00237384615384613, 0.00168802205599876, 0.00333769230769228, 0.0171273300851638, 0.0273196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 255, '2021-05-23 00:00:00', 0.000744311452593302, 0.00125653846153841, 0.000950685987144989, 0.0017003846153846, 0.0011767478652888, 0.00215346153846145, 0.00173430797548934, 0.00318807692307689, 0.0171130358948511, 0.0272615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 270, '2021-05-23 00:00:00', 0.000921160472113638, 0.00135384615384618, 0.00119990589374596, 0.00166692307692303, 0.00130196868685021, 0.00206769230769233, 0.0016811104846316, 0.00325730769230766, 0.0171733188584905, 0.0273361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 285, '2021-05-23 00:00:00', 0.00100709704673306, 0.00115730769230764, 0.00104601698765449, 0.00142346153846145, 0.00125767459408841, 0.00185423076923084, 0.00176055222979784, 0.00362807692307693, 0.017175345250141, 0.0272926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 300, '2021-05-23 00:00:00', 0.000857234282670064, 0.00110884615384616, 0.00111318973432899, 0.00147923076923079, 0.0014207900835586, 0.00185730769230775, 0.00209118001285245, 0.00401538461538465, 0.0171840639099585, 0.0273026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 315, '2021-05-23 00:00:00', 0.000915135719232703, 0.00116423076923069, 0.000956478235708868, 0.00142115384615388, 0.00127137581443827, 0.00184730769230765, 0.00350405813088402, 0.00564923076923085, 0.0171840639099585, 0.0273026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 330, '2021-05-23 00:00:00', 0.000857260484602916, 0.00116346153846156, 0.00123138952157555, 0.001458076923077, 0.00133196904560943, 0.00184153846153854, 0.00395317650270484, 0.00726269230769228, 0.0171896956969531, 0.027286923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 345, '2021-05-23 00:00:00', 0.00123507109729951, 0.00117384615384609, 0.00126372367963161, 0.00145153846153844, 0.00149575337333619, 0.00201692307692307, 0.00402366927835007, 0.00811230769230761, 0.0171919988769374, 0.0272842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 360, '2021-05-23 00:00:00', 0.000840324113294766, 0.00107615384615379, 0.000963605409187576, 0.00139923076923085, 0.00123230765389422, 0.00183307692307687, 0.00409669517838651, 0.00891076923076912, 0.0172094265581843, 0.0272876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 375, '2021-05-23 00:00:00', 0.000942166406990629, 0.00112846153846172, 0.00121412843066701, 0.0015696153846155, 0.00118948288699815, 0.00185846153846152, 0.00621739574469519, 0.0113853846153845, 0.0172353861441646, 0.0273165384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 390, '2021-05-23 00:00:00', 0.00108453981733478, 0.00128884615384614, 0.00110852445238628, 0.00145230769230761, 0.00101741210166539, 0.00176076923076912, 0.00641438082628521, 0.0121142307692307, 0.0172432709372493, 0.0273238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 405, '2021-05-23 00:00:00', 0.000808447039319544, 0.000998846153846156, 0.000805078878123086, 0.00126999999999988, 0.000800126624594148, 0.00160115384615383, 0.0063303274432261, 0.0129915384615383, 0.0172432709372493, 0.0273238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 420, '2021-05-23 00:00:00', 0.000683745810468442, 0.0010499999999999, 0.000695022301800253, 0.00130679999999987, 0.000745691401765173, 0.00169159999999994, 0.00630904752452112, 0.0131283999999999, 0.0173041633911226, 0.0266996 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 435, '2021-05-23 00:00:00', 0.000648442235926309, 0.000997599999999928, 0.000748481796705708, 0.00126199999999997, 0.00133076694678907, 0.00189639999999994, 0.00631576078816578, 0.0134251999999999, 0.0173058817361805, 0.0266548 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 450, '2021-05-23 00:00:00', 0.000711565176213667, 0.00105000000000004, 0.000770070343107238, 0.00137399999999996, 0.00135825660314968, 0.00212119999999999, 0.00687186939631427, 0.0143315999999999, 0.0173079947615738, 0.0266308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 465, '2021-05-23 00:00:00', 0.000653189217490898, 0.00100807692307681, 0.00123857958348065, 0.00153923076923078, 0.00134428568392276, 0.00234999999999995, 0.00690013909558793, 0.0148734615384615, 0.0172583083937965, 0.0272438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 480, '2021-05-23 00:00:00', 0.00126280061158329, 0.00134576923076918, 0.0013778743941861, 0.00178461538461532, 0.00178386374091568, 0.00278538461538455, 0.00728657138957581, 0.0156011538461538, 0.0172664627351585, 0.0272092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 495, '2021-05-23 00:00:00', 0.000865387418798895, 0.0012207692307693, 0.00104485413041544, 0.00182192307692304, 0.00327795452167261, 0.00458538461538463, 0.00746319450060406, 0.0157019230769231, 0.0172079061659281, 0.0270611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 510, '2021-05-23 00:00:00', 0.000931879903124038, 0.00144192307692294, 0.00126614113929509, 0.00220576923076915, 0.00353857539783369, 0.00598038461538459, 0.00736746268816739, 0.0158623076923077, 0.0171969436685262, 0.0270165384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 525, '2021-05-23 00:00:00', 0.00116189765205304, 0.00169307692307674, 0.00321752348625705, 0.00406576923076924, 0.00358027951207942, 0.00703576923076919, 0.0091342411499049, 0.0168442307692307, 0.0172267535983558, 0.0269865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 540, '2021-05-23 00:00:00', 0.00309269205609721, 0.00345192307692313, 0.0034927949575354, 0.00532384615384619, 0.00357064251921143, 0.00780999999999996, 0.0113952238307918, 0.0178569230769231, 0.0172499806242924, 0.0269365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 555, '2021-05-23 00:00:00', 0.0030485114652639, 0.00384307692307696, 0.00307647143031402, 0.00565269230769229, 0.0055475297343815, 0.00994307692307692, 0.0113115022262909, 0.0177288461538462, 0.0172544435302465, 0.0268184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 570, '2021-05-23 00:00:00', 0.00274697786387442, 0.00334076923076922, 0.00299306901922536, 0.00477692307692305, 0.00539343532596666, 0.00911384615384615, 0.0112695474552509, 0.0171496153846154, 0.0170749367923147, 0.0265523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 585, '2021-05-23 00:00:00', 0.0014870021468093, 0.00298076923076922, 0.00454204528649991, 0.00670076923076923, 0.00488297054922671, 0.00896576923076919, 0.011283183320595, 0.0163753846153846, 0.0168505445198482, 0.0260511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 600, '2021-05-23 00:00:00', 0.00394687085403903, 0.00536846153846156, 0.00414870315233027, 0.00659461538461534, 0.00462883073788623, 0.00863499999999995, 0.0116402823650659, 0.0160484615384616, 0.0167890941204289, 0.0259042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 615, '2021-05-23 00:00:00', 0.0020491131289865, 0.00331615384615367, 0.00293451062621768, 0.00520615384615372, 0.0039789806966879, 0.0075507692307691, 0.0132384486018797, 0.0156657692307692, 0.0157232441945038, 0.0254899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 630, '2021-05-23 00:00:00', 0.00229765432226321, 0.00344076923076923, 0.00281360792195015, 0.00545153846153844, 0.00467694522261959, 0.00791615384615375, 0.0132291572613735, 0.0158753846153845, 0.0161376482320547, 0.0258423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 645, '2021-05-23 00:00:00', 0.00237329854843407, 0.00382499999999997, 0.00331857281650726, 0.0053615384615384, 0.0047385490801104, 0.00817923076923069, 0.0131649134386122, 0.0157346153846154, 0.0160773117586435, 0.0262457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 660, '2021-05-23 00:00:00', 0.00299934751878833, 0.00390846153846152, 0.00453282545609078, 0.00596884615384613, 0.00485223241246903, 0.00893076923076929, 0.0122316219693056, 0.0157500000000001, 0.0153835229585225, 0.0262011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 675, '2021-05-23 00:00:00', 0.00416791770552162, 0.003695, 0.00418017901714572, 0.00545384615384618, 0.00420302074520404, 0.00799923076923087, 0.0122130927539008, 0.0152388461538463, 0.0148383859167831, 0.0259761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 690, '2021-05-23 00:00:00', 0.00246792547574805, 0.00365807692307692, 0.00309652996855419, 0.00594461538461532, 0.00308178010496922, 0.0070938461538461, 0.0119432994796888, 0.0148423076923077, 0.0146652541953893, 0.0258438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 705, '2021-05-23 00:00:00', 0.00150386517398965, 0.00409230769230772, 0.00216037592882499, 0.005078076923077, 0.00424863909432718, 0.00737692307692303, 0.0105926133406546, 0.0147542307692308, 0.013401769113987, 0.0254407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 720, '2021-05-23 00:00:00', 0.00229608402419292, 0.00341461538461541, 0.00230217930197925, 0.00475846153846146, 0.00754383221324139, 0.00841730769230768, 0.0106597197899382, 0.014775, 0.0135337944647976, 0.0255038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 735, '2021-05-23 00:00:00', 0.00166519303570299, 0.00304961538461536, 0.00432083647528501, 0.00524961538461529, 0.00741953371953951, 0.00790615384615385, 0.0106791355167267, 0.0143907692307692, 0.0136672682769399, 0.0253569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 750, '2021-05-23 00:00:00', 0.00418329542530572, 0.00393384615384613, 0.00752121562392254, 0.00620269230769238, 0.00737308873800254, 0.00807153846153846, 0.0108453374597281, 0.0148061538461538, 0.0139451243864602, 0.025403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 765, '2021-05-23 00:00:00', 0.00411373723030521, 0.00433499999999996, 0.00400690859161249, 0.00559269230769234, 0.00477880366425931, 0.00744730769230768, 0.00915671335057592, 0.0144107692307692, 0.0122075731349911, 0.0250653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 780, '2021-05-23 00:00:00', 0.00255796989818092, 0.00355500000000004, 0.00257940067576824, 0.00497961538461533, 0.00382012468584272, 0.0067761538461539, 0.0109786178477145, 0.0144753846153846, 0.0128846770772347, 0.0252092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 795, '2021-05-23 00:00:00', 0.00171583919813183, 0.00328192307692307, 0.00337984696968091, 0.0047615384615385, 0.0066742442384022, 0.00697807692307695, 0.0109073543079888, 0.014315, 0.0132624472274743, 0.0252723076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 810, '2021-05-23 00:00:00', 0.00318379386653956, 0.00326076923076928, 0.00372080181598619, 0.00443307692307696, 0.00669053960109691, 0.00721192307692296, 0.0110227215960767, 0.0142807692307692, 0.0131525124362085, 0.0252992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 825, '2021-05-23 00:00:00', 0.00176115119693375, 0.00270153846153853, 0.00467496994642738, 0.00475999999999996, 0.00584023903620379, 0.00726000000000004, 0.01119875707389, 0.01465, 0.0130743353353637, 0.0252873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 840, '2021-05-23 00:00:00', 0.00472561641074875, 0.00362230769230758, 0.00502801525302134, 0.00532576923076906, 0.0062285454037161, 0.00754538461538451, 0.0113117733357772, 0.0148, 0.0127759543132944, 0.0254861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 855, '2021-05-23 00:00:00', 0.00343574273685432, 0.00360192307692295, 0.00506160012705015, 0.00503038461538459, 0.00540534101962695, 0.00731346153846157, 0.0111261349706273, 0.0148792307692308, 0.0122893256308693, 0.0255526923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 870, '2021-05-23 00:00:00', 0.00228633334267912, 0.00292192307692304, 0.0026785819727265, 0.00460423076923072, 0.0029282462328159, 0.00642499999999995, 0.011159930741445, 0.014646923076923, 0.0122387345813956, 0.0255019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 885, '2021-05-23 00:00:00', 0.00210983852827286, 0.00336884615384617, 0.002552167977351, 0.00486423076923075, 0.00318161470857914, 0.00663192307692299, 0.0111671349124942, 0.014556923076923, 0.0122144521965392, 0.0253823076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 900, '2021-05-23 00:00:00', 0.0015990229709228, 0.00303230769230764, 0.00229162488540005, 0.00433615384615373, 0.00358117627860759, 0.00664346153846145, 0.0114956760366001, 0.0142934615384614, 0.0122124247198688, 0.0252915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 915, '2021-05-23 00:00:00', 0.00162221467800598, 0.0027026923076922, 0.0024666316179076, 0.00446653846153833, 0.00333698214651405, 0.00623538461538454, 0.0109160352692724, 0.0138649999999999, 0.0119085034970169, 0.0250865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 930, '2021-05-23 00:00:00', 0.00201629168372194, 0.00330807692307689, 0.00223102901405129, 0.00456769230769227, 0.00789220897224208, 0.00790230769230761, 0.0107288565309421, 0.0136476923076922, 0.0119478010335987, 0.0250515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 945, '2021-05-23 00:00:00', 0.00152964108409578, 0.00320461538461544, 0.0024450837330322, 0.00453769230769225, 0.00888095466975001, 0.00830038461538449, 0.0104172918081133, 0.013233846153846, 0.011635211756362, 0.0251361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 960, '2021-05-23 00:00:00', 0.00195671907499811, 0.00311153846153855, 0.00794223604437791, 0.00606576923076926, 0.010760044302168, 0.00853423076923071, 0.0103050410666147, 0.0128792307692307, 0.0114733349722135, 0.0257207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 975, '2021-05-23 00:00:00', 0.00784050904940787, 0.00480692307692304, 0.00870978940838769, 0.00658346153846151, 0.0105195868667051, 0.0085003846153845, 0.0103229942659765, 0.0125511538461537, 0.0129973087450974, 0.0260388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 990, '2021-05-23 00:00:00', 0.00333014513428234, 0.00425115384615384, 0.00521382022941097, 0.00559423076923071, 0.0055986614334279, 0.00710538461538443, 0.00684568283945883, 0.0116515384615384, 0.0126309366301096, 0.025781923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1005, '2021-05-23 00:00:00', 0.00392455324258014, 0.00357307692307693, 0.00377550396024773, 0.00488307692307694, 0.00580050030998644, 0.00699961538461535, 0.00683195897123324, 0.0111507692307692, 0.0124907104681838, 0.02606 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1020, '2021-05-23 00:00:00', 0.00289233097371958, 0.0037276923076922, 0.00506173968269634, 0.00538384615384603, 0.00504968192448391, 0.00722653846153837, 0.00643101500542477, 0.0108749999999999, 0.0123937820638476, 0.0259053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1035, '2021-05-23 00:00:00', 0.00268817046735102, 0.00339269230769231, 0.00306345860350432, 0.00467115384615379, 0.00380932927671808, 0.00707153846153847, 0.00496841892510931, 0.0100488461538461, 0.0142803306199606, 0.0264088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1050, '2021-05-23 00:00:00', 0.00234868699817251, 0.00319884615384622, 0.00256508164512434, 0.00476038461538466, 0.00352699665219787, 0.00680423076923085, 0.00460078160583767, 0.00954923076923078, 0.0141132371034593, 0.0270384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1065, '2021-05-23 00:00:00', 0.00135933269828084, 0.00360576923076923, 0.00299321201284614, 0.00563307692307697, 0.00316410806486666, 0.00680038461538471, 0.00434019356179485, 0.00916807692307691, 0.0153243695315162, 0.0274684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1080, '2021-05-23 00:00:00', 0.00269469247567543, 0.00437346153846161, 0.00267194037819248, 0.00527576923076934, 0.00288828714212849, 0.00638884615384625, 0.00415986051911128, 0.00871346153846159, 0.0156793708468753, 0.0279830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1095, '2021-05-23 00:00:00', 0.00157774898071712, 0.00288038461538444, 0.00207858209808075, 0.00423346153846152, 0.0021980181632903, 0.00519038461538465, 0.00339379590066712, 0.0074411538461538, 0.0156897385574138, 0.02742 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1110, '2021-05-23 00:00:00', 0.00204393602188007, 0.0031923076923077, 0.00217543746263745, 0.00401807692307696, 0.00228902249879728, 0.00495000000000004, 0.00348250228339422, 0.0069630769230769, 0.0157043348106869, 0.0273796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1125, '2021-05-23 00:00:00', 0.00130880497460025, 0.00259230769230773, 0.00152712021591162, 0.00353192307692304, 0.0019302192780973, 0.00425230769230757, 0.0032438484266969, 0.00628615384615373, 0.0158146407921462, 0.0272492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1140, '2021-05-23 00:00:00', 0.00139689639503489, 0.00226653846153836, 0.00169696271660236, 0.00301769230769223, 0.00212049620462902, 0.00394807692307681, 0.00302350120530164, 0.0062134615384614, 0.0159124223993515, 0.0273811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1155, '2021-05-23 00:00:00', 0.00134919833747517, 0.00210192307692306, 0.00158994571750581, 0.00289076923076921, 0.00214869452315713, 0.00372807692307687, 0.00302462254479146, 0.00611846153846152, 0.0159398241714074, 0.0273788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1170, '2021-05-23 00:00:00', 0.00129785462028088, 0.00188115384615386, 0.00145206886889015, 0.00251999999999994, 0.00296480817903314, 0.00346346153846153, 0.00283850426484408, 0.00590769230769227, 0.0159398241714074, 0.0273788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1185, '2021-05-23 00:00:00', 0.000765623024330185, 0.00167115384615388, 0.0013342660904032, 0.00221499999999998, 0.00257919641629825, 0.00306692307692301, 0.00271084934178296, 0.0055780769230769, 0.0159456991838406, 0.0273576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1200, '2021-05-23 00:00:00', 0.00135470808663711, 0.00147499999999994, 0.00276979135565223, 0.00217192307692318, 0.00270795605577339, 0.00299499999999996, 0.00294715716998857, 0.00561923076923072, 0.0159498988904439, 0.0273511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1215, '2021-05-23 00:00:00', 0.00193670302715323, 0.00149115384615407, 0.00188845740873739, 0.00190923076923084, 0.0020227148549944, 0.00301076923076931, 0.00266927555715017, 0.00625999999999998, 0.015953973529645, 0.0273307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1230, '2021-05-23 00:00:00', 0.0011124731284569, 0.00131730769230759, 0.00142266580755991, 0.002135, 0.00160403994770879, 0.00288192307692315, 0.00266326118768805, 0.00619192307692301, 0.0159547828372753, 0.0273292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1245, '2021-05-23 00:00:00', 0.00151638786392086, 0.0019180769230769, 0.00164163562901803, 0.0024734615384615, 0.00154408369641611, 0.00298230769230772, 0.00277512691324471, 0.00628576923076926, 0.0159547828372753, 0.0273292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1260, '2021-05-23 00:00:00', 0.00130086503763978, 0.00157538461538462, 0.00130801552566633, 0.00200615384615387, 0.00137697125828888, 0.00273538461538467, 0.00296847614364412, 0.00647115384615379, 0.0159547828372753, 0.0273292307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1275, '2021-05-23 00:00:00', 0.00106126347051319, 0.00132807692307703, 0.00110736916226617, 0.00182230769230774, 0.00127784722813844, 0.00260153846153842, 0.00326001021706742, 0.00646884615384616, 0.0159405397071066, 0.0273830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1290, '2021-05-23 00:00:00', 0.000821595165141934, 0.00131884615384627, 0.00106720166070682, 0.00210076923076929, 0.00120393208344093, 0.00266730769230759, 0.00322451704195308, 0.00647692307692308, 0.0159319558555946, 0.0273757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1305, '2021-05-23 00:00:00', 0.000931463364819041, 0.00170999999999996, 0.000996630091087713, 0.00213346153846142, 0.000993811930823037, 0.00255692307692288, 0.00315854311596098, 0.0064188461538461, 0.015890212333383, 0.02734 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1320, '2021-05-23 00:00:00', 0.000652997820705504, 0.0012630769230769, 0.000828069952452042, 0.00157038461538454, 0.00151285954404233, 0.00261999999999991, 0.00320558512599491, 0.00630999999999994, 0.0158508067302582, 0.027385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1335, '2021-05-23 00:00:00', 0.000525374738053276, 0.00107884615384606, 0.000835027866877131, 0.00148346153846147, 0.00201900432429902, 0.00300230769230775, 0.00331717470145895, 0.00638999999999995, 0.0158508067302582, 0.027385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1350, '2021-05-23 00:00:00', 0.000764302396859971, 0.00107307692307698, 0.00143241635545826, 0.00219384615384618, 0.00199105047650723, 0.00319500000000001, 0.0033904524998657, 0.00662192307692302, 0.0158508067302582, 0.027385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1365, '2021-05-23 00:00:00', 0.00143175760733214, 0.00191461538461542, 0.00193265003398082, 0.00263192307692319, 0.00192336855942491, 0.00311115384615385, 0.00381232577912133, 0.00680038461538447, 0.0157813729586984, 0.0273426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1380, '2021-05-23 00:00:00', 0.00140041202728129, 0.00185538461538461, 0.00148639517470445, 0.00239884615384604, 0.00212825088891189, 0.00355961538461532, 0.00404073527200939, 0.00680846153846139, 0.0157317229336629, 0.0274276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1395, '2021-05-23 00:00:00', 0.000941704836984488, 0.00145, 0.000834959602891963, 0.00175846153846155, 0.00262099476124255, 0.00449846153846149, 0.00406494236878422, 0.00654730769230759, 0.015760838366026, 0.027335 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1410, '2021-05-23 00:00:00', 0.000556872033360021, 0.00115230769230762, 0.00202887767383468, 0.00279615384615385, 0.00243497190001158, 0.00435192307692301, 0.00407624263262125, 0.00644499999999985, 0.0156507421500116, 0.0274853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 2, 1425, '2021-05-23 00:00:00', 0.0020745472907453, 0.00258769230769232, 0.00251513461942817, 0.00410692307692303, 0.0028579401942389, 0.00457692307692303, 0.00409606377654663, 0.00641769230769216, 0.0156496554103129, 0.0274876923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 0, '2021-05-23 00:00:00', 0.00189737243414314, 0.00271307692307683, 0.00180781010745475, 0.00285423076923066, 0.00337952106301831, 0.00417884615384612, 0.00418129580577404, 0.0062011538461537, 0.0157190535289549, 0.0275103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 15, '2021-05-23 00:00:00', 0.000692960082464553, 0.000711304347826074, 0.00269092994196604, 0.00218695652173921, 0.00329202545867334, 0.00344956521739135, 0.00425495697901651, 0.00555956521739114, 0.0167073847604463, 0.0275634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 30, '2021-05-23 00:00:00', 0.00272552822633604, 0.00185772727272731, 0.00318190704885182, 0.00258909090909091, 0.00328088653418812, 0.00361454545454548, 0.00346308476081751, 0.00500681818181806, 0.0171313925156073, 0.0276300000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 45, '2021-05-23 00:00:00', 0.00235086612581457, 0.0016547826086956, 0.00243931525090151, 0.00277043478260866, 0.00263976021488601, 0.0033360869565218, 0.00383596404546539, 0.00510260869565201, 0.0162303931090502, 0.0268982608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 60, '2021-05-23 00:00:00', 0.00176212865155043, 0.00191423076923069, 0.00214360634302245, 0.00248192307692309, 0.00216946870489942, 0.00294769230769235, 0.00356421343140605, 0.0049357692307691, 0.0159104876732298, 0.027185 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 75, '2021-05-23 00:00:00', 0.000957577472262488, 0.00104115384615389, 0.000976119554468377, 0.00144423076923075, 0.00156039625144975, 0.00266269230769228, 0.00327619603527297, 0.00474730769230759, 0.0159899518881269, 0.0272142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 90, '2021-05-23 00:00:00', 0.000874927337642326, 0.000985384615384546, 0.00113833893830503, 0.00145653846153842, 0.00149012487860791, 0.00265192307692294, 0.00324960695848208, 0.00466423076923063, 0.0159919192286411, 0.0272061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 105, '2021-05-23 00:00:00', 0.000681372878826247, 0.00095240000000004, 0.00136338524758528, 0.00204119999999993, 0.00204255052977082, 0.00278279999999985, 0.00315751880437788, 0.0046759999999999, 0.0157406704431545, 0.0263768 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 120, '2021-05-23 00:00:00', 0.00139256059114132, 0.00188599999999983, 0.00148221422203402, 0.00219439999999985, 0.0029699748596017, 0.00342439999999993, 0.00305220614201152, 0.00467959999999984, 0.0159935115698001, 0.0265804000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 135, '2021-05-23 00:00:00', 0.00103875221003191, 0.00105307692307689, 0.00175026644125545, 0.00167384615384609, 0.00299570690257814, 0.00282961538461532, 0.00302319985852995, 0.0041842307692307, 0.0159961369230679, 0.0271873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 150, '2021-05-23 00:00:00', 0.00151997401293586, 0.00110279999999999, 0.0029603934423204, 0.00210280000000004, 0.00297234194982117, 0.00267999999999994, 0.0030486725526585, 0.00413719999999994, 0.0161987489023071, 0.0275792000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 165, '2021-05-23 00:00:00', 0.00253972439449644, 0.00165800000000008, 0.00277660914306158, 0.00217999999999996, 0.00286583803915485, 0.00253119999999996, 0.002918940047346, 0.00402119999999993, 0.0161976979537216, 0.0276024000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 180, '2021-05-23 00:00:00', 0.0014910320638351, 0.0013838461538461, 0.00174553619709943, 0.00171384615384614, 0.00186203152084355, 0.00209576923076918, 0.00206692800663582, 0.0036707692307692, 0.0160501925988923, 0.0269923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 195, '2021-05-23 00:00:00', 0.000850185500120645, 0.000950769230769174, 0.00117050133900622, 0.00129423076923072, 0.00119196831398247, 0.00175269230769219, 0.00186401304056188, 0.00352615384615382, 0.0161328528642165, 0.0268215384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 210, '2021-05-23 00:00:00', 0.000742284622997462, 0.000892307692307731, 0.0007747957547241, 0.00122730769230762, 0.00106182288831694, 0.00163961538461531, 0.00202456863401716, 0.00353692307692309, 0.0161328528642165, 0.0268215384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 225, '2021-05-23 00:00:00', 0.000662517808178697, 0.000954615384615353, 0.000781672467312053, 0.00126961538461535, 0.0012186962138033, 0.00182730769230772, 0.00206574155059297, 0.00350192307692305, 0.0161481883146733, 0.0268053846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 240, '2021-05-23 00:00:00', 0.000650181986358081, 0.000963846153846148, 0.000958227289562053, 0.0013165384615385, 0.00133029852057582, 0.00188307692307703, 0.00203959471841454, 0.00352884615384613, 0.0161485583876703, 0.0268050000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 255, '2021-05-23 00:00:00', 0.000929745374572196, 0.00102769230769231, 0.0012585596773847, 0.00144730769230766, 0.00156786817538486, 0.00199884615384615, 0.00200867782767289, 0.00357884615384605, 0.0161485583876703, 0.0268050000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 285, '2021-05-23 00:00:00', 0.000841428547174368, 0.00109500000000002, 0.00123931345758597, 0.00145461538461535, 0.00149902963484832, 0.00186461538461537, 0.00204820705834291, 0.00366192307692307, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 315, '2021-05-23 00:00:00', 0.000557603664042774, 0.000824615384615458, 0.00108504859869879, 0.00120230769230775, 0.0012754896495674, 0.00143461538461546, 0.00294789189343571, 0.00541884615384604, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 330, '2021-05-23 00:00:00', 0.00108211303262848, 0.00091615384615387, 0.00105761909676689, 0.00111307692307687, 0.00124031143731657, 0.00146730769230772, 0.00289156473477318, 0.00651884615384604, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 345, '2021-05-23 00:00:00', 0.000606518437794474, 0.000843846153846046, 0.00102327776513293, 0.00107423076923082, 0.00118680936191891, 0.00175730769230774, 0.00327355870810108, 0.00732115384615376, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 360, '2021-05-23 00:00:00', 0.0010688115614299, 0.000893076923076966, 0.000990882124480697, 0.00117923076923088, 0.00147418295493324, 0.00206923076923083, 0.0030946230539686, 0.0081303846153845, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 375, '2021-05-23 00:00:00', 0.000572959389082919, 0.000892307692307696, 0.000950291291374038, 0.00145153846153847, 0.00137807273448774, 0.00218269230769234, 0.00291998124335395, 0.00892769230769224, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 390, '2021-05-23 00:00:00', 0.000912641221948664, 0.00118499999999996, 0.00125411820078434, 0.00170269230769221, 0.00148640236813591, 0.00219999999999993, 0.0039400718462798, 0.0109030769230769, 0.0161482430432729, 0.0268057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 405, '2021-05-23 00:00:00', 0.00107007922064755, 0.00117153846153859, 0.00121738711370522, 0.0016007692307693, 0.00145943914411821, 0.0020811538461538, 0.00418567483760435, 0.0120053846153847, 0.0161339931820984, 0.0267600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 420, '2021-05-23 00:00:00', 0.000902441474769734, 0.00118615384615386, 0.00118319541269194, 0.00153076923076918, 0.00129613247186202, 0.00188076923076915, 0.00394963195948498, 0.0126338461538462, 0.0161325378612961, 0.0267546153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 435, '2021-05-23 00:00:00', 0.000770635701622559, 0.000910769230769185, 0.00101912209580291, 0.00138538461538457, 0.000991027516500659, 0.00182346153846144, 0.00426242107077841, 0.0134557692307693, 0.0161293864254514, 0.0267423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 450, '2021-05-23 00:00:00', 0.00101851664387296, 0.00115807692307691, 0.000968661249036342, 0.00141384615384616, 0.00158449060001572, 0.00222769230769242, 0.00530520516532143, 0.0142153846153847, 0.0161293864254514, 0.0267423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 465, '2021-05-23 00:00:00', 0.000675727755830607, 0.000920000000000049, 0.000806275005575158, 0.00131923076923077, 0.00178489904907377, 0.00235615384615384, 0.00503814491195372, 0.014918076923077, 0.0161293864254514, 0.0267423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 480, '2021-05-23 00:00:00', 0.000765015133083024, 0.00110807692307699, 0.00157987574973956, 0.00177923076923091, 0.0026259934969747, 0.00308538461538461, 0.00521163262475236, 0.0153311538461538, 0.0161293864254514, 0.0267423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 495, '2021-05-23 00:00:00', 0.00152128083686594, 0.0014492307692309, 0.00176016017627771, 0.00198038461538463, 0.00303386050082417, 0.00469846153846154, 0.00519552898024974, 0.0155457692307692, 0.0161261322560141, 0.0267284615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 510, '2021-05-23 00:00:00', 0.0016137545805215, 0.0015896153846154, 0.0026034684852799, 0.00273807692307705, 0.00273753802924046, 0.0058623076923077, 0.00559064592387621, 0.0160753846153846, 0.0161211582567277, 0.0267434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 525, '2021-05-23 00:00:00', 0.00210398321871043, 0.00195576923076928, 0.00239696336739112, 0.00390576923076921, 0.00316300587319178, 0.00655692307692302, 0.00562820824063929, 0.01594, 0.0161274155352354, 0.0267296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 540, '2021-05-23 00:00:00', 0.00229054487975101, 0.00321961538461531, 0.00238157982472515, 0.00474769230769222, 0.00307447076121056, 0.00720230769230756, 0.0065947311836507, 0.0163892307692307, 0.0161275134045947, 0.0267361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 555, '2021-05-23 00:00:00', 0.00201962235616919, 0.00326230769230778, 0.00342144728710838, 0.0050215384615385, 0.00301842353147875, 0.00743384615384611, 0.00707392185859717, 0.0163776923076924, 0.0162407293744888, 0.0266111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 570, '2021-05-23 00:00:00', 0.00287900570443227, 0.00338461538461542, 0.00262832596620264, 0.00504423076923073, 0.00410612293270205, 0.00905846153846158, 0.0068375729949697, 0.0162373076923078, 0.0160076044284727, 0.0264234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 585, '2021-05-23 00:00:00', 0.00196456207686238, 0.00316192307692304, 0.0025475953065889, 0.00541538461538457, 0.00433204448091384, 0.00905423076923083, 0.00617785444458367, 0.0157184615384617, 0.0156040646036167, 0.026208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 600, '2021-05-23 00:00:00', 0.00261065249727695, 0.00406769230769231, 0.00406170187899689, 0.00671692307692318, 0.00406820716513583, 0.00887153846153861, 0.00620267510527012, 0.0158676923076924, 0.0157026347029848, 0.0265538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 615, '2021-05-23 00:00:00', 0.00315180085274841, 0.00470615384615383, 0.00327316595738988, 0.00648076923076923, 0.00288294019255462, 0.00901807692307699, 0.00552636952744254, 0.015208076923077, 0.0156461293173545, 0.0260711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 630, '2021-05-23 00:00:00', 0.00250003289209137, 0.00421730769230774, 0.00243348322685506, 0.0056538461538462, 0.00313482110886975, 0.00861076923076924, 0.00511019704572668, 0.0143346153846155, 0.0174434934045289, 0.0262969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 645, '2021-05-23 00:00:00', 0.00148599953411317, 0.0031611538461538, 0.00197180421090783, 0.00558038461538467, 0.00304753865375874, 0.00830038461538473, 0.00518699232548257, 0.0137242307692309, 0.0172250306106682, 0.0260965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 660, '2021-05-23 00:00:00', 0.00215559825713283, 0.00417961538461542, 0.00354837661690305, 0.00608615384615385, 0.0032518739922602, 0.00815730769230765, 0.00537480717364312, 0.0135619230769232, 0.0179222127411337, 0.0264115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 675, '2021-05-23 00:00:00', 0.00205345760945931, 0.00371192307692299, 0.00201578783987417, 0.0051438461538462, 0.00253873027015776, 0.00722923076923068, 0.00819737497382779, 0.0140873076923077, 0.0188906716132591, 0.027085 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 690, '2021-05-23 00:00:00', 0.00149019441168432, 0.00356923076923075, 0.00224955315220939, 0.00558423076923068, 0.00406089563823246, 0.00771576923076924, 0.00808635896956197, 0.0138557692307693, 0.0187893195725656, 0.027235 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 705, '2021-05-23 00:00:00', 0.00173628573508106, 0.00393192307692292, 0.00197416299693354, 0.00503346153846143, 0.00363218865995954, 0.00697769230769224, 0.00801323067471254, 0.0136146153846154, 0.0190675096998493, 0.027046923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 720, '2021-05-23 00:00:00', 0.00163216345335306, 0.00314846153846146, 0.00334131867105466, 0.0052623076923076, 0.004192745236165, 0.0066238461538461, 0.00789497625075595, 0.014435, 0.0189765234272407, 0.0271642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 735, '2021-05-23 00:00:00', 0.00312477612736558, 0.00389461538461531, 0.00308096420971402, 0.00472730769230763, 0.00475166976319505, 0.00688153846153845, 0.0118946407841773, 0.0154207692307692, 0.0189556184323764, 0.0273569230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 750, '2021-05-23 00:00:00', 0.00168020291814816, 0.00282538461538458, 0.00250036120467535, 0.00459692307692306, 0.00328142623775787, 0.00619692307692309, 0.0118647554611902, 0.0156830769230769, 0.0189518420618805, 0.0270184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 765, '2021-05-23 00:00:00', 0.00206489504296494, 0.00313346153846159, 0.00281448680934909, 0.00477000000000006, 0.00291088841844126, 0.00624923076923078, 0.0121235243416069, 0.0160323076923077, 0.0189456353244264, 0.0270946153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 780, '2021-05-23 00:00:00', 0.0014145209572366, 0.00296846153846148, 0.00173945561775904, 0.00392538461538461, 0.00272400429232685, 0.00654923076923077, 0.0120600156652532, 0.0156746153846154, 0.0189236831550797, 0.0270419230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 795, '2021-05-23 00:00:00', 0.00137511375753189, 0.00252461538461539, 0.00220591219575594, 0.00409384615384605, 0.00275783114337776, 0.00610615384615381, 0.0144269877020065, 0.0161569230769231, 0.0189566816351224, 0.0270511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 810, '2021-05-23 00:00:00', 0.00196896380401932, 0.00301769230769223, 0.00266279474352671, 0.0047396153846153, 0.00263820536320828, 0.00612346153846143, 0.0143769395962369, 0.0168319230769231, 0.0189566452606589, 0.0272065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020984 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020984, 3, 825, '2021-05-23 00:00:00', 0.00244941025869173, 0.00333115384615382, 0.00226668555044917, 0.00426923076923073, 0.00245347994614871, 0.00605961538461534, 0.0155815671424727, 0.0171811538461539, 0.0189682016665139, 0.02[...];
Date: 2021-05-23 17:50:37 Duration: 1s961ms Database: acaweb_fx User: pgperfstats
5 1s924ms 24s581ms 13s252ms 2 26s505ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 23 17 2 26s505ms 13s252ms [ User: pgperfstats - Total duration: 26s505ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1035, '2021-05-23 00:00:00', 0.000409724109802991, 0.000730384615384601, 0.000479791461109751, 0.000994615384615384, 0.000679881692196976, 0.00143134615384613, 0.000963324132686095, 0.00201923076923075, 0.00174964163363637, 0.00504961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1050, '2021-05-23 00:00:00', 0.00031594163287643, 0.00068365384615385, 0.000516531181574184, 0.00105730769230768, 0.000620352412250174, 0.00133134615384613, 0.000830373711048222, 0.00189249999999998, 0.00178989828890228, 0.00504173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1065, '2021-05-23 00:00:00', 0.000405049522138475, 0.00075865384615382, 0.000482423529213157, 0.00100230769230767, 0.000548149193615725, 0.00121153846153845, 0.000728941276520541, 0.00177923076923077, 0.00179971746714266, 0.00503980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1080, '2021-05-23 00:00:00', 0.000336752648324922, 0.000692115384615358, 0.000361867432164815, 0.000910961538461511, 0.000514855468890217, 0.00117807692307689, 0.000665454616148884, 0.0017196153846154, 0.00181729305244406, 0.00501596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1095, '2021-05-23 00:00:00', 0.000274619807118024, 0.000554038461538453, 0.00033720114973798, 0.000736153846153818, 0.00052590727465822, 0.00101730769230767, 0.000605422674983863, 0.00159384615384615, 0.00192935534271464, 0.00505596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1110, '2021-05-23 00:00:00', 0.000180498028968551, 0.000478461538461522, 0.00035687274180883, 0.000693076923076912, 0.000403886932007147, 0.000880576923076936, 0.000519951920854235, 0.00149500000000001, 0.00193836506246491, 0.00504865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1125, '2021-05-23 00:00:00', 0.000223244605413325, 0.000423076923076936, 0.000221933808565986, 0.000568846153846174, 0.000332835371640969, 0.000830769230769242, 0.000528421197094213, 0.00144519230769231, 0.00193236395679965, 0.0050423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1140, '2021-05-23 00:00:00', 0.000181638694623745, 0.000376153846153859, 0.000237287556806913, 0.000535769230769256, 0.000398656976127817, 0.000815769230769237, 0.000559290518975062, 0.00149326923076923, 0.00193167210348562, 0.00504365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1155, '2021-05-23 00:00:00', 0.000206256002243683, 0.000383461538461548, 0.000222180886112741, 0.000572115384615375, 0.000379469873132757, 0.00078576923076922, 0.000564652003109352, 0.00146826923076923, 0.00193878360953855, 0.00504673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1170, '2021-05-23 00:00:00', 0.000148386190524775, 0.000357307692307667, 0.000271548621514002, 0.000500576923076889, 0.000366860537324667, 0.000700576923076901, 0.000564881369438299, 0.0014801923076923, 0.00194820735154535, 0.00503326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1185, '2021-05-23 00:00:00', 0.00024253794310611, 0.000330576923076911, 0.000310381960716872, 0.000494807692307663, 0.00035090191485109, 0.000683076923076915, 0.000637952976323485, 0.00151, 0.00196375104171738, 0.00503692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1200, '2021-05-23 00:00:00', 0.000307022737819944, 0.000389807692307658, 0.000329657164572301, 0.000510384615384586, 0.000388487402033148, 0.000707692307692298, 0.000601820986672963, 0.00160749999999999, 0.00196544754151859, 0.00504596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1215, '2021-05-23 00:00:00', 0.000133575821165345, 0.000267499999999976, 0.000212400927131121, 0.000431923076923071, 0.000366650588225538, 0.000664423076923083, 0.000639650655857145, 0.00159480769230767, 0.00195640963344748, 0.00505442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1230, '2021-05-23 00:00:00', 0.000167170226462106, 0.000316730769230769, 0.000314715011496965, 0.000501538461538459, 0.000334045597992936, 0.00074269230769228, 0.000642361628320449, 0.0016126923076923, 0.00196719848632906, 0.00508173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1245, '2021-05-23 00:00:00', 0.000261889583309736, 0.000373076923076925, 0.000282775325329808, 0.000503269230769223, 0.000315470344821072, 0.00071653846153845, 0.000624550915581637, 0.00158961538461538, 0.00197664832870812, 0.00509384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1260, '2021-05-23 00:00:00', 0.000155119432894583, 0.000310961538461535, 0.000212762417155496, 0.00049538461538459, 0.000332980306647987, 0.000693269230769229, 0.00060097305712041, 0.00157384615384616, 0.00197871295582215, 0.0051101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1275, '2021-05-23 00:00:00', 0.000189581015764931, 0.000330192307692285, 0.000226322523438108, 0.000438269230769215, 0.00036311478371702, 0.000732884615384626, 0.000592758350036913, 0.0015623076923077, 0.00201110563735855, 0.00514673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1290, '2021-05-23 00:00:00', 0.000138877505516403, 0.000260192307692296, 0.000323667267421347, 0.000477500000000002, 0.000399573041363698, 0.000716153846153858, 0.000567585981287312, 0.0015346153846154, 0.0020266509699122, 0.00515807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1305, '2021-05-23 00:00:00', 0.000274288450077918, 0.000398076923076926, 0.000320293375132617, 0.000564615384615394, 0.000467619873565959, 0.000757115384615374, 0.000567151756926348, 0.00151865384615385, 0.00210091793124959, 0.00522307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1320, '2021-05-23 00:00:00', 0.000219746444794931, 0.000362500000000018, 0.000286454184818463, 0.000505000000000003, 0.000458757561245626, 0.00085749999999999, 0.00055460481425969, 0.0014875, 0.00210203125205486, 0.00522423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1335, '2021-05-23 00:00:00', 0.0001675474674418, 0.000308076923076926, 0.000260703559917848, 0.000442884615384622, 0.000408928289745114, 0.000812115384615376, 0.000527382360196258, 0.00156192307692306, 0.00210291955477285, 0.00522942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1350, '2021-05-23 00:00:00', 0.000182264495044548, 0.000277115384615415, 0.000356683279028431, 0.000594807692307703, 0.000414691405190052, 0.000794807692307698, 0.000516358439905427, 0.00158596153846153, 0.00209911172605496, 0.00523403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1365, '2021-05-23 00:00:00', 0.000372577353868161, 0.000481730769230748, 0.000428948849380261, 0.000638653846153837, 0.000455945720453682, 0.0008225, 0.000579882879421482, 0.0016930769230769, 0.00209599060479395, 0.00524115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1380, '2021-05-23 00:00:00', 0.000418453563272421, 0.000425769230769236, 0.000445552034429905, 0.000551153846153861, 0.000444006929952898, 0.00110692307692308, 0.000593431999863119, 0.00175653846153846, 0.00207441135302003, 0.00524230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1395, '2021-05-23 00:00:00', 0.000309384251998402, 0.000281153846153835, 0.000410857639578467, 0.000480000000000002, 0.000515889970379819, 0.00118269230769228, 0.000575189199641812, 0.00184115384615383, 0.00207857069974684, 0.00523807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1410, '2021-05-23 00:00:00', 0.00039589645110812, 0.00035500000000002, 0.000419648250140749, 0.000929423076923077, 0.000559611953465589, 0.00120653846153842, 0.000587833865855094, 0.00194442307692306, 0.00208657953451243, 0.00523692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 1, 1425, '2021-05-23 00:00:00', 0.000443941610852352, 0.000821923076923064, 0.000537027001183384, 0.00109499999999996, 0.000577620982998401, 0.00117499999999994, 0.000730678188660792, 0.00211115384615382, 0.00209233755917596, 0.00525269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 0, '2021-05-23 00:00:00', 0.000609546647422985, 0.000626346153846141, 0.000663787964291652, 0.000787307692307658, 0.000620228865946965, 0.000925384615384589, 0.000748784373809655, 0.00216596153846153, 0.00208999835296217, 0.00523365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 15, '2021-05-23 00:00:00', 0.00059701340018465, 0.00038599999999998, 0.000590508820143011, 0.000535600000000001, 0.000505468182315482, 0.000947800000000019, 0.00073826502693816, 0.00213959999999998, 0.00214000584111352, 0.00514800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 30, '2021-05-23 00:00:00', 0.000312958729973564, 0.000206599999999995, 0.000363710278472677, 0.000448200000000005, 0.00036740645067824, 0.000866000000000007, 0.000708801100450608, 0.0021986, 0.00220658744822557, 0.00513860000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 45, '2021-05-23 00:00:00', 0.000314759981817656, 0.000360384615384619, 0.000331543302659611, 0.000764807692307707, 0.000374216514868076, 0.000869999999999986, 0.000772376552247363, 0.00232346153846152, 0.00220556111820865, 0.00522538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 60, '2021-05-23 00:00:00', 0.000340142560610186, 0.000604807692307709, 0.000359503985213829, 0.00068134615384616, 0.000474529767243324, 0.000832499999999988, 0.000859517216903662, 0.0023903846153846, 0.00222701525848801, 0.00522480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 75, '2021-05-23 00:00:00', 0.000235869993526411, 0.000319423076923077, 0.000316471410787989, 0.000483076923076902, 0.00042318390255845, 0.000838846153846166, 0.000964541660782246, 0.00237615384615384, 0.00230318966118394, 0.00520615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 90, '2021-05-23 00:00:00', 0.00023921023903992, 0.000278461538461518, 0.000351658761607596, 0.00044326923076924, 0.000431331034749961, 0.000877692307692327, 0.000960769823550942, 0.00244057692307692, 0.00230123773552074, 0.00517365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 105, '2021-05-23 00:00:00', 0.000219660314681937, 0.000305576923076927, 0.000328146836269761, 0.000657884615384647, 0.00041269862350893, 0.000961923076923085, 0.0010065813429624, 0.00241500000000001, 0.00230693823897857, 0.00515096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 120, '2021-05-23 00:00:00', 0.000312273302388482, 0.000563846153846184, 0.000377588349315035, 0.000729807692307717, 0.000397796478694224, 0.00103596153846155, 0.00102356956473224, 0.00241942307692308, 0.00232321037823493, 0.00517730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 135, '2021-05-23 00:00:00', 0.000326938773378827, 0.000484807692307717, 0.000360571768168276, 0.000719999999999986, 0.000342581433328657, 0.00109903846153845, 0.00105871620371087, 0.00238499999999999, 0.00233761897270245, 0.0051526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 150, '2021-05-23 00:00:00', 0.000246563145290175, 0.000449230769230749, 0.000366933288843551, 0.000699038461538455, 0.000442997178320593, 0.00109249999999998, 0.00104356666515144, 0.00242576923076925, 0.00233293496232998, 0.00513346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 165, '2021-05-23 00:00:00', 0.000311883854121281, 0.000503461538461515, 0.000319966164076526, 0.000822884615384626, 0.000641177912427275, 0.00123134615384616, 0.00104321551722765, 0.00243384615384619, 0.00232476500880279, 0.00513288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 180, '2021-05-23 00:00:00', 0.000282543189346605, 0.000664423076923091, 0.000347577993461128, 0.000857692307692282, 0.000626222128199011, 0.00129192307692307, 0.00102264257986542, 0.00240538461538464, 0.00227547097407243, 0.00513692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 195, '2021-05-23 00:00:00', 0.000284886009592483, 0.000544038461538422, 0.000539275011901633, 0.000883461538461519, 0.000556851727261198, 0.0012053846153846, 0.00105774309808118, 0.00231269230769232, 0.00223700931018316, 0.0052244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 210, '2021-05-23 00:00:00', 0.000349912351662744, 0.000625576923076931, 0.000406266727466251, 0.000904423076923084, 0.000632510048567184, 0.00124980769230772, 0.00107621401932169, 0.00230884615384618, 0.00220975753107752, 0.00525288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 225, '2021-05-23 00:00:00', 0.000259249211852489, 0.000558076923076933, 0.000423528447868423, 0.00084788461538461, 0.000588610782984936, 0.00119442307692308, 0.00098137652540467, 0.00227326923076926, 0.0021725370847503, 0.0052542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 240, '2021-05-23 00:00:00', 0.000331328154785925, 0.000607884615384592, 0.000474160351001165, 0.000905961538461547, 0.000658683068414043, 0.00119923076923075, 0.000899439740145934, 0.00222461538461541, 0.00206227955465266, 0.00523519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 255, '2021-05-23 00:00:00', 0.000270898292012685, 0.000533269230769248, 0.000365794814279603, 0.000750384615384604, 0.000565102339267987, 0.00110942307692306, 0.000853817400763263, 0.00208192307692309, 0.00190140123431278, 0.00513442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 270, '2021-05-23 00:00:00', 0.000284029250931351, 0.000521153846153844, 0.000414164404368794, 0.000731923076923047, 0.00053759779074638, 0.00108076923076922, 0.000843567789442304, 0.00202615384615387, 0.0018315692410104, 0.00515826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 285, '2021-05-23 00:00:00', 0.000356318137883277, 0.000498846153846142, 0.000452573708403889, 0.00073480769230769, 0.00048198455928027, 0.000988653846153858, 0.000846632719388037, 0.00198480769230771, 0.00182525152112925, 0.00516634615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 300, '2021-05-23 00:00:00', 0.000274098803073165, 0.000463076923076916, 0.000318781815908372, 0.000654615384615395, 0.000372427638815727, 0.000897884615384622, 0.000878533240034862, 0.00195557692307697, 0.00184363688440499, 0.00517519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 315, '2021-05-23 00:00:00', 0.000243789947416932, 0.00045653846153848, 0.00030238411639198, 0.000626923076923093, 0.000514997087370435, 0.00092000000000004, 0.000769516331610573, 0.00205423076923078, 0.00184532669611229, 0.00516884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 330, '2021-05-23 00:00:00', 0.000179021270760241, 0.000358846153846165, 0.000322056433181902, 0.000587884615384641, 0.000545895629641375, 0.000970961538461571, 0.000770694816383228, 0.00218750000000003, 0.00183711420858494, 0.00516615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 345, '2021-05-23 00:00:00', 0.00027412125335051, 0.000427307692307708, 0.000450926780684481, 0.000660192307692329, 0.000530021806518012, 0.00103634615384616, 0.000793114527572225, 0.0022144230769231, 0.00183476010798311, 0.00518057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 360, '2021-05-23 00:00:00', 0.000312028598294858, 0.000410384615384597, 0.000421393110819533, 0.000696923076923065, 0.000501707430833782, 0.000987115384615361, 0.000948563630727231, 0.00224980769230769, 0.00180336889864928, 0.00517576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 375, '2021-05-23 00:00:00', 0.000266425339520197, 0.000412692307692313, 0.000359006749454435, 0.000630384615384612, 0.000459080561054845, 0.000874807692307693, 0.000884309835190913, 0.00225326923076924, 0.00178637188177604, 0.0051375 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 390, '2021-05-23 00:00:00', 0.000196815024442119, 0.000378076923076923, 0.000295052342162158, 0.000541730769230748, 0.000341530548245123, 0.000828653846153843, 0.00091688269948526, 0.00232173076923077, 0.00176740927304957, 0.00514653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 405, '2021-05-23 00:00:00', 0.000184035218201459, 0.000355192307692278, 0.000239375469471314, 0.000501153846153824, 0.000403273003540549, 0.000823653846153819, 0.000954493522563333, 0.0023932692307692, 0.00172481554197724, 0.00514557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 420, '2021-05-23 00:00:00', 0.000165438345476037, 0.000334615384615365, 0.000176493299066505, 0.000538269230769213, 0.000385217670734526, 0.000789423076923056, 0.00102486224214993, 0.00246884615384613, 0.00170188778668326, 0.00516596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 435, '2021-05-23 00:00:00', 0.000167415190929187, 0.000390384615384602, 0.000338998751983191, 0.000586923076923079, 0.000381287747185594, 0.000837115384615343, 0.00100680018642459, 0.00251115384615383, 0.00169587835195083, 0.00516076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 450, '2021-05-23 00:00:00', 0.000296663756828166, 0.000404230769230753, 0.000297885625960496, 0.000564615384615334, 0.000342606356310868, 0.000861346153846092, 0.00101124327515115, 0.00248480769230764, 0.00168524757368628, 0.00512076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 465, '2021-05-23 00:00:00', 0.000178113727713499, 0.000372499999999972, 0.000229141877447126, 0.000574999999999967, 0.00029776274757959, 0.000884423076923047, 0.000999754912273694, 0.00253673076923072, 0.00163466850320937, 0.00509365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 480, '2021-05-23 00:00:00', 0.000235104968373359, 0.000467115384615362, 0.00032338117541898, 0.000665769230769194, 0.000346335597583992, 0.000962115384615376, 0.00102742817454368, 0.00265442307692304, 0.00161170498588873, 0.00507519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 495, '2021-05-23 00:00:00', 0.000193479078574798, 0.000403076923076899, 0.000247480302246471, 0.00061749999999998, 0.000318901298933606, 0.00106596153846149, 0.000996061938142098, 0.00268076923076922, 0.00159482110161422, 0.00505788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 510, '2021-05-23 00:00:00', 0.000200966128030044, 0.000450769230769212, 0.000299035951015972, 0.000687499999999986, 0.000513053453505441, 0.00122038461538461, 0.000972962170187192, 0.0026957692307692, 0.00158562668998732, 0.00504999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 525, '2021-05-23 00:00:00', 0.000223871958597225, 0.000465576923076924, 0.000237619686441625, 0.000823653846153811, 0.000597647439163317, 0.0012723076923077, 0.000966929736529293, 0.00271365384615382, 0.00160229212020207, 0.00505596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 540, '2021-05-23 00:00:00', 0.000245025273421685, 0.00065923076923075, 0.000451846638380113, 0.00101423076923078, 0.000817124154957733, 0.00144673076923078, 0.00102509213469588, 0.00274173076923075, 0.00159908209247106, 0.00507846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 555, '2021-05-23 00:00:00', 0.000289382366163116, 0.000633076923076946, 0.000424316101327936, 0.000891923076923104, 0.000619582613849513, 0.00146384615384617, 0.000917830657248152, 0.00265865384615384, 0.00158565692525698, 0.00500826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 570, '2021-05-23 00:00:00', 0.000328715448608443, 0.000654615384615403, 0.000573395285859726, 0.00100807692307693, 0.000550048983832675, 0.00153326923076923, 0.000851481717586827, 0.00265865384615384, 0.00158104328992455, 0.00500173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 585, '2021-05-23 00:00:00', 0.000311406548520649, 0.00061596153846156, 0.000354330191509822, 0.00102826923076925, 0.000524082384891776, 0.00150211538461538, 0.000728447770156609, 0.00255192307692309, 0.00153631658646459, 0.00494557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 600, '2021-05-23 00:00:00', 0.000339266913302111, 0.000819038461538455, 0.000435486465390652, 0.00113769230769231, 0.000645582176143251, 0.00155711538461537, 0.000738949566302341, 0.00255269230769231, 0.00152862704864405, 0.00493557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 615, '2021-05-23 00:00:00', 0.000259684497923045, 0.000700961538461562, 0.000408980909842239, 0.00102923076923077, 0.000636283711514363, 0.0013851923076923, 0.000763760332927698, 0.00243038461538464, 0.00150905238987409, 0.00487865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 630, '2021-05-23 00:00:00', 0.000270308086335659, 0.000682307692307679, 0.000360873299734889, 0.000981538461538444, 0.000479838113726508, 0.00123384615384612, 0.00069079842323098, 0.00236269230769231, 0.00150857477313984, 0.0048603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 645, '2021-05-23 00:00:00', 0.000259571540457332, 0.000690769230769213, 0.000342431801183139, 0.000888461538461526, 0.000412070942361223, 0.00126230769230764, 0.000648800698330234, 0.00229788461538463, 0.00151354006833702, 0.00484346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 660, '2021-05-23 00:00:00', 0.000177727211024263, 0.000565192307692321, 0.000295300108103884, 0.000788076923076919, 0.000557684395169359, 0.00125826923076922, 0.000653296257451376, 0.00227000000000003, 0.00148366589904873, 0.00482750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 675, '2021-05-23 00:00:00', 0.000281844542529802, 0.000577884615384618, 0.000350733297754648, 0.000875384615384586, 0.000500260893473046, 0.00124019230769232, 0.000690986947444368, 0.00221980769230771, 0.00141487933706784, 0.00479153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 690, '2021-05-23 00:00:00', 0.000238633288025472, 0.000629615384615359, 0.000400197643479015, 0.00093807692307692, 0.000399312486078806, 0.00118769230769231, 0.000716861669951829, 0.0021644230769231, 0.00133735985606547, 0.00480923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 705, '2021-05-23 00:00:00', 0.000244645426312001, 0.000625769230769214, 0.000274565741041813, 0.000792115384615373, 0.000372958236474067, 0.0011203846153846, 0.000755836368127798, 0.00215115384615386, 0.00135706651954191, 0.00480153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 720, '2021-05-23 00:00:00', 0.000228885678551849, 0.000530576923076932, 0.00029823977189244, 0.000804807692307713, 0.000449700413095718, 0.00114230769230771, 0.000702658249353562, 0.00213115384615386, 0.00136776900040235, 0.00481096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 735, '2021-05-23 00:00:00', 0.000216197559226221, 0.000544230769230799, 0.00030987962923589, 0.000774230769230777, 0.000410378436980389, 0.0010773076923077, 0.000776227390355725, 0.0021298076923077, 0.00137272300976509, 0.00481269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 750, '2021-05-23 00:00:00', 0.000205961254758097, 0.000474038461538467, 0.000290038724204985, 0.000662692307692319, 0.000366619536598082, 0.00098173076923077, 0.000785498592272155, 0.00204403846153848, 0.00137775772404073, 0.00478788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 765, '2021-05-23 00:00:00', 0.000213203045150715, 0.00049846153846155, 0.000234785008039284, 0.000720000000000003, 0.000261545186565143, 0.000963269230769247, 0.000825633300051463, 0.00211288461538464, 0.00134182827343317, 0.00482634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 780, '2021-05-23 00:00:00', 0.000182547359503067, 0.000548461538461536, 0.000282053459199076, 0.000718076923076922, 0.00029731490686837, 0.000943076923076927, 0.000832458730785809, 0.00214153846153849, 0.00135018762228983, 0.00481884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 795, '2021-05-23 00:00:00', 0.000151610837850889, 0.000445384615384664, 0.000219495663177761, 0.000652115384615412, 0.000347747698106635, 0.000952692307692332, 0.000820499871091702, 0.00213403846153847, 0.00137740921800537, 0.00479307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 810, '2021-05-23 00:00:00', 0.00018847852356739, 0.0004819230769231, 0.000241968211516734, 0.000656153846153866, 0.000383291212847563, 0.000983076923076924, 0.000825272099650479, 0.00218096153846153, 0.00134761658550882, 0.00480230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 825, '2021-05-23 00:00:00', 0.00016780987410206, 0.000456923076923064, 0.000277500381150119, 0.000687307692307677, 0.000373824105079462, 0.000937692307692293, 0.000821909596376263, 0.00219576923076923, 0.00132764448728394, 0.00481326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 840, '2021-05-23 00:00:00', 0.000222860080284962, 0.000481153846153847, 0.000320059189237522, 0.000693269230769221, 0.000325838150007044, 0.000992500000000003, 0.000821443312337867, 0.00223365384615385, 0.00131283775141429, 0.00482480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 855, '2021-05-23 00:00:00', 0.000301979367608975, 0.000483461538461546, 0.000288722118200987, 0.000717307692307694, 0.000374318097961535, 0.00104596153846155, 0.000856259037010139, 0.00232153846153845, 0.0012833651228164, 0.00486903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 870, '2021-05-23 00:00:00', 0.000254819468523245, 0.00052480769230768, 0.000277703771338068, 0.000745769230769223, 0.000446403448084278, 0.00109096153846155, 0.000827198050882966, 0.00231615384615384, 0.00125460015082956, 0.00486846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 885, '2021-05-23 00:00:00', 0.000209487377993183, 0.000494807692307706, 0.000260573110957083, 0.000752884615384637, 0.000497417677765741, 0.00121788461538463, 0.000716935814099443, 0.00231019230769232, 0.00122648222728508, 0.00487942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 900, '2021-05-23 00:00:00', 0.000193721449509336, 0.000549999999999991, 0.000288103346841962, 0.00078346153846153, 0.000442546173166849, 0.00122365384615386, 0.000675035155779629, 0.0022873076923077, 0.00119122395039724, 0.0048675 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 915, '2021-05-23 00:00:00', 0.000268212889038099, 0.000591923076923069, 0.000403013838281212, 0.000966923076923075, 0.000505967770332659, 0.00127576923076923, 0.000643507217101348, 0.00228653846153844, 0.001153103037627, 0.00482884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 930, '2021-05-23 00:00:00', 0.000354139748599971, 0.000669807692307674, 0.000370346667118986, 0.00087557692307692, 0.000531891110892231, 0.00124807692307691, 0.000637078578657751, 0.00224865384615383, 0.00114365581159045, 0.00479384615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 945, '2021-05-23 00:00:00', 0.000265251767194874, 0.000567499999999977, 0.000400312233906707, 0.000851730769230755, 0.000540049997685392, 0.00128499999999998, 0.00061657369014953, 0.00218365384615382, 0.00118874634999035, 0.00489173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 960, '2021-05-23 00:00:00', 0.000296439707191875, 0.000632499999999993, 0.000443033424681077, 0.000871153846153823, 0.000529915414150076, 0.00130211538461537, 0.000610935379939279, 0.00218596153846152, 0.00118024893071824, 0.00496153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 975, '2021-05-23 00:00:00', 0.000283206909954822, 0.00057307692307692, 0.000372843336867038, 0.000951923076923079, 0.000460652087972969, 0.00128211538461537, 0.00055639180992702, 0.00212461538461539, 0.00119486441136158, 0.0049751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 990, '2021-05-23 00:00:00', 0.00028573044047735, 0.000741730769230761, 0.000426495062646152, 0.000990961538461531, 0.000471147412828928, 0.00129826923076921, 0.000643637619018188, 0.00209576923076922, 0.00118917262769606, 0.00498846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1005, '2021-05-23 00:00:00', 0.000295411837687902, 0.000681923076923086, 0.000357309605029244, 0.00097307692307691, 0.000466998270462955, 0.00131576923076922, 0.000709533541246548, 0.00205038461538461, 0.00128791142791493, 0.0051253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1020, '2021-05-23 00:00:00', 0.000284599921617377, 0.000718653846153814, 0.00037070333359501, 0.000934807692307659, 0.000507479025712871, 0.0013501923076923, 0.000689796318878605, 0.00200480769230769, 0.00133081445565662, 0.00510865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1035, '2021-05-23 00:00:00', 0.000281120081104142, 0.000652499999999979, 0.000322298714763891, 0.000942307692307708, 0.000496493550969067, 0.00135538461538461, 0.000750229400814281, 0.00194192307692307, 0.00136221805833776, 0.00513096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1050, '2021-05-23 00:00:00', 0.000223144658151467, 0.000601538461538457, 0.000396416302156442, 0.000968269230769229, 0.000479741957883464, 0.00128711538461537, 0.000752286079994754, 0.00189211538461537, 0.00136256241917713, 0.00513288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1065, '2021-05-23 00:00:00', 0.000360470472491804, 0.000760192307692326, 0.000460115035783297, 0.00100538461538463, 0.000473267203759016, 0.0011896153846154, 0.000848100615402526, 0.00186442307692308, 0.00137818576396653, 0.00515999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1080, '2021-05-23 00:00:00', 0.000418944323453459, 0.000672884615384617, 0.000421099704985043, 0.000844807692307693, 0.00043301168042517, 0.00107134615384614, 0.000777497167939418, 0.0017353846153846, 0.00137960864015852, 0.005175 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1095, '2021-05-23 00:00:00', 0.00031826772716353, 0.000507115384615385, 0.000381960126795338, 0.000756538461538447, 0.000443707847402027, 0.00101442307692306, 0.0008147735881826, 0.00164999999999999, 0.00137973716839337, 0.00517057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1110, '2021-05-23 00:00:00', 0.000188228277937681, 0.000511730769230774, 0.00023976053758826, 0.000711346153846142, 0.000259889695536675, 0.000954423076923078, 0.000788769075107618, 0.00155442307692309, 0.00139337233413703, 0.00516730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1125, '2021-05-23 00:00:00', 0.000251761486637328, 0.000474615384615368, 0.000292504043364555, 0.000681153846153816, 0.000291696101078858, 0.000846153846153821, 0.000810119673020823, 0.00148173076923077, 0.00141179667309209, 0.00515461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1140, '2021-05-23 00:00:00', 0.000263982298357591, 0.000450576923076894, 0.000290624261785644, 0.000622307692307687, 0.000332650659909842, 0.000777692307692313, 0.00084070913290735, 0.00145461538461538, 0.00141973778727461, 0.00514076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1155, '2021-05-23 00:00:00', 0.000266684558694598, 0.000444423076923068, 0.000300530300532987, 0.000582692307692273, 0.00035758963373374, 0.000782115384615376, 0.000831747488493545, 0.00143826923076922, 0.00151461495487745, 0.0051723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1170, '2021-05-23 00:00:00', 0.00017300867030298, 0.000369999999999981, 0.000169429926518305, 0.000497500000000022, 0.000288114293560448, 0.000714615384615386, 0.000704250638294672, 0.00136519230769231, 0.00150041855698796, 0.00515038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1185, '2021-05-23 00:00:00', 0.000134903526782891, 0.000324807692307753, 0.000209864150198312, 0.000494807692307731, 0.000331930541853891, 0.000716730769230776, 0.000648498650731059, 0.0013525, 0.00149702737501305, 0.0051648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1200, '2021-05-23 00:00:00', 0.000224859699847212, 0.000386730769230775, 0.000267620353945924, 0.000535576923076913, 0.000335780663299956, 0.000710576923076915, 0.000639362061866221, 0.00144961538461539, 0.00149515897019473, 0.00517788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1215, '2021-05-23 00:00:00', 0.000184125375345579, 0.000301923076923065, 0.000245316122584741, 0.000444999999999986, 0.000329330381228316, 0.000657500000000003, 0.000613162671351109, 0.00145769230769232, 0.0014166278079135, 0.00522788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1230, '2021-05-23 00:00:00', 0.000154332807220702, 0.00030384615384618, 0.000167927182021071, 0.000426538461538472, 0.000310444656284143, 0.000643269230769235, 0.000554279851560682, 0.00143307692307694, 0.00141955080923508, 0.00524750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1245, '2021-05-23 00:00:00', 0.000137453208821679, 0.000310769230769209, 0.000214099635324632, 0.000490576923076926, 0.000390697404059001, 0.000702692307692299, 0.000541191314103928, 0.00141596153846153, 0.00148329022265211, 0.00530826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1260, '2021-05-23 00:00:00', 0.000206085213891257, 0.000336346153846162, 0.000225784529687367, 0.000470576923076897, 0.000350236842941787, 0.000655384615384605, 0.000521036097966929, 0.00142384615384616, 0.00148523798921768, 0.00532173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1275, '2021-05-23 00:00:00', 0.000147647839860199, 0.000313269230769208, 0.000253673093688584, 0.000474038461538458, 0.0003004668802944, 0.000642884615384634, 0.000541577468000785, 0.00149807692307694, 0.00154188841509864, 0.00540673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1290, '2021-05-23 00:00:00', 0.000178140825882645, 0.000321923076923068, 0.000181240278253869, 0.000454038461538455, 0.000227025667813481, 0.000605576923076945, 0.000543395485669647, 0.0014594230769231, 0.00153369959951044, 0.00539769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1305, '2021-05-23 00:00:00', 0.000150364684888274, 0.000323461538461522, 0.000248449964007638, 0.000440769230769257, 0.000288919538972388, 0.000572500000000019, 0.000547385709883445, 0.00144634615384618, 0.00151835316911246, 0.00542288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1320, '2021-05-23 00:00:00', 0.00018056844003997, 0.000280192307692316, 0.000181697974248913, 0.000381923076923085, 0.000423883873792738, 0.000686538461538441, 0.000613173836563604, 0.00145807692307693, 0.00152138944591905, 0.00542461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1335, '2021-05-23 00:00:00', 0.000116952324277235, 0.000229615384615386, 0.000179667748914517, 0.000317499999999988, 0.000427455665717328, 0.000667115384615374, 0.000637271105212219, 0.00148769230769234, 0.00154391466733107, 0.0054425 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1350, '2021-05-23 00:00:00', 0.000130404695526585, 0.000235769230769221, 0.000422871002334497, 0.000538269230769204, 0.000439425324013769, 0.000661153846153814, 0.000672178891024134, 0.00156269230769231, 0.00153766262429502, 0.00544788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1365, '2021-05-23 00:00:00', 0.000422230341802253, 0.000422307692307675, 0.000412177706260841, 0.000522692307692299, 0.000433715300097245, 0.000609807692307665, 0.000693611535038485, 0.00158019230769233, 0.00153766262429502, 0.00544788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1380, '2021-05-23 00:00:00', 0.000153635933296871, 0.000215000000000025, 0.000194303588786684, 0.000308269230769243, 0.000467159542834703, 0.00092096153846156, 0.000656408878203668, 0.00165384615384619, 0.00155162303362045, 0.00544403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1395, '2021-05-23 00:00:00', 0.000163735715759831, 0.000180769230769228, 0.000308776057760564, 0.000304423076923064, 0.000434234826580478, 0.00106326923076923, 0.000669875763452865, 0.00180846153846155, 0.00154734661225645, 0.00543153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1410, '2021-05-23 00:00:00', 0.000234431554715152, 0.0001880769230769, 0.000456335234398828, 0.00086038461538465, 0.000434216580131994, 0.00107403846153847, 0.000683264561892739, 0.00188730769230771, 0.00154734661225645, 0.00543153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 2, 1425, '2021-05-23 00:00:00', 0.000489118241170937, 0.00080942307692311, 0.000449326675747664, 0.00100230769230769, 0.000453852568403156, 0.00104692307692309, 0.000713048816971622, 0.00205884615384617, 0.00155386006943502, 0.00544865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 0, '2021-05-23 00:00:00', 0.000429902493416991, 0.000628076923076913, 0.000444189322075776, 0.000701923076923072, 0.000432883178414034, 0.000900384615384613, 0.00066632900743841, 0.00206211538461539, 0.0015936984199798, 0.00548942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 15, '2021-05-23 00:00:00', 0.000276094256480522, 0.00021096153846152, 0.000260991673901986, 0.000384423076923067, 0.000482153382872503, 0.000886730769230762, 0.000774309344860643, 0.00208519230769232, 0.0016190047868984, 0.0054625 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 30, '2021-05-23 00:00:00', 0.000203084010657207, 0.000251346153846144, 0.000259546942545302, 0.00053115384615385, 0.0004298026828137, 0.000872884615384612, 0.00079762553870852, 0.0021475, 0.00167670928859523, 0.00547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 45, '2021-05-23 00:00:00', 0.000268882588045129, 0.000395384615384652, 0.000450817206688207, 0.000758076923076928, 0.000455803137330142, 0.000872500000000003, 0.000819436110054705, 0.00219653846153846, 0.00165593065861884, 0.00546211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 60, '2021-05-23 00:00:00', 0.000438088329695518, 0.000619230769230735, 0.000449656963268002, 0.00069423076923074, 0.000490978144586432, 0.0008584615384615, 0.000764259747427838, 0.00220480769230767, 0.00163398794835965, 0.00542115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 75, '2021-05-23 00:00:00', 0.000268872574909505, 0.000292307692307703, 0.000279622341464623, 0.00041557692307693, 0.000353474403381848, 0.000691923076923092, 0.000678392925625295, 0.00207480769230767, 0.0016239151763562, 0.0053875 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 90, '2021-05-23 00:00:00', 0.000155573010314956, 0.000250192307692298, 0.000247462196025004, 0.000441538461538468, 0.000409059333668755, 0.000753461538461521, 0.000667219604028533, 0.00208999999999998, 0.00161155471994736, 0.00542884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 105, '2021-05-23 00:00:00', 0.000229375489938675, 0.00034865384615385, 0.000303608553644542, 0.000566923076923093, 0.00043722147177901, 0.000823846153846171, 0.000717777043806338, 0.00217826923076923, 0.00161073542687327, 0.00543115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 120, '2021-05-23 00:00:00', 0.000231959877167099, 0.00044576923076923, 0.000348153204561068, 0.000619423076923078, 0.000366193780142963, 0.000908269230769254, 0.000689635020527845, 0.00219730769230769, 0.00160666985982233, 0.00543403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 135, '2021-05-23 00:00:00', 0.000265793442067636, 0.000408076923076923, 0.000308704489015742, 0.000567307692307685, 0.000455532148658628, 0.000981538461538435, 0.000684419349634294, 0.00216961538461536, 0.00162187883688593, 0.00539480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 150, '2021-05-23 00:00:00', 0.000209046553519698, 0.000382307692307678, 0.000253445563871544, 0.000585576923076933, 0.00049624575177409, 0.00105461538461536, 0.00073006617192182, 0.00217384615384613, 0.00165667350898859, 0.00541865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 165, '2021-05-23 00:00:00', 0.000199054399213277, 0.000444423076923102, 0.000402558739144427, 0.000798461538461526, 0.000537907627185755, 0.00120615384615383, 0.000741862754257036, 0.00216288461538461, 0.00163145471895483, 0.0054275 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 180, '2021-05-23 00:00:00', 0.000286807627835492, 0.000626153846153823, 0.000376798303523855, 0.00084480769230765, 0.000467942345232321, 0.00126403846153844, 0.000758372954727112, 0.00212846153846151, 0.00161433968401468, 0.00541384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 195, '2021-05-23 00:00:00', 0.000256565556174977, 0.000513269230769228, 0.000447480339061001, 0.000834423076923078, 0.000501825628618639, 0.00121019230769231, 0.000708568871849333, 0.00206538461538462, 0.00158531433427619, 0.00538346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 210, '2021-05-23 00:00:00', 0.000302129111473887, 0.000539999999999994, 0.000304421519506206, 0.000852307692307674, 0.000370953293763294, 0.00120211538461539, 0.000606482925119531, 0.00203153846153847, 0.00156321571915567, 0.00537423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 225, '2021-05-23 00:00:00', 0.000219187397869041, 0.000578653846153837, 0.000308137394430072, 0.000844423076923075, 0.000345192755517178, 0.00120903846153846, 0.000584250374411519, 0.00193750000000002, 0.00156153647214726, 0.00535807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 240, '2021-05-23 00:00:00', 0.000284796350992214, 0.000619807692307662, 0.000347365967510665, 0.000836346153846142, 0.000371563639853976, 0.00116653846153843, 0.000593823627013972, 0.00191749999999999, 0.00152181647533971, 0.00539076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 255, '2021-05-23 00:00:00', 0.000234028022648165, 0.000521346153846162, 0.000276592730312175, 0.000791538461538438, 0.000235192556135452, 0.00101346153846153, 0.000565266615106408, 0.00186788461538462, 0.00155655142740413, 0.00539788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 270, '2021-05-23 00:00:00', 0.000187284234828724, 0.000544230769230748, 0.000192577257224245, 0.00070999999999998, 0.000256842139485259, 0.000973269230769219, 0.000584175059378624, 0.00187249999999999, 0.00156079231605173, 0.00537442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 285, '2021-05-23 00:00:00', 0.000179129519106671, 0.000455769230769236, 0.000237753346656065, 0.000680576923076941, 0.000356994559320753, 0.00104134615384618, 0.000601485756593318, 0.00186634615384617, 0.00155710762436194, 0.0053969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 300, '2021-05-23 00:00:00', 0.000171918585382718, 0.000474999999999995, 0.000263556226667827, 0.000701730769230763, 0.000367042231902561, 0.00106000000000002, 0.000623092195919206, 0.00186673076923079, 0.00151139884264163, 0.0053973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 315, '2021-05-23 00:00:00', 0.000219557597139167, 0.000451538461538456, 0.000308975478240337, 0.000710384615384615, 0.000366219196656888, 0.000992499999999986, 0.000629485504201681, 0.00187499999999999, 0.00151654282954559, 0.00537807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 330, '2021-05-23 00:00:00', 0.00023029846854762, 0.00045423076923079, 0.000292996783915142, 0.000696346153846164, 0.000401742023998178, 0.000905576923076912, 0.000588030905781219, 0.00191711538461538, 0.00150713779932488, 0.00538288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 345, '2021-05-23 00:00:00', 0.000250742589429582, 0.000440384615384605, 0.000311654209266996, 0.000587115384615362, 0.00034705757669074, 0.000769807692307671, 0.000595889380544885, 0.0019280769230769, 0.00152492774103714, 0.00535884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 360, '2021-05-23 00:00:00', 0.000140946389153426, 0.000341730769230753, 0.000329237171936314, 0.000571346153846156, 0.000330161498943507, 0.000716153846153841, 0.000634255954157817, 0.00194884615384614, 0.00152713080644718, 0.00536749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 375, '2021-05-23 00:00:00', 0.000226134830440726, 0.000384807692307677, 0.000205015946846907, 0.000476538461538458, 0.000226582299532713, 0.000641538461538454, 0.00076946027537787, 0.00198365384615383, 0.00154544941185902, 0.00532326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 390, '2021-05-23 00:00:00', 0.000117652192761291, 0.000289038461538476, 0.000190689437406643, 0.000427307692307708, 0.000330027038519349, 0.000685384615384622, 0.00076326968719096, 0.00197615384615384, 0.00153812369463578, 0.0053475 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 405, '2021-05-23 00:00:00', 0.000136457516634865, 0.000309423076923097, 0.000173580395915384, 0.000441923076923085, 0.000304596391210511, 0.000704807692307698, 0.000740620945298851, 0.00208076923076922, 0.00153865845662833, 0.00534538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 420, '2021-05-23 00:00:00', 0.00015954165118092, 0.000326538461538449, 0.000285972026604012, 0.000549999999999982, 0.00034593996811363, 0.00079230769230769, 0.000774725360766857, 0.00217423076923076, 0.00153911089469013, 0.00534288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 435, '2021-05-23 00:00:00', 0.000216796341865263, 0.000385576923076921, 0.000188917666234223, 0.000508269230769247, 0.000319001627678516, 0.000854038461538471, 0.000765842045373275, 0.00229903846153844, 0.0015396446143385, 0.00534153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 450, '2021-05-23 00:00:00', 0.000159204754470935, 0.000318076923076897, 0.000292281476557209, 0.000572692307692293, 0.000430292968175794, 0.000920961538461525, 0.000926820121955449, 0.0025234615384615, 0.00154152776366625, 0.00534461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 465, '2021-05-23 00:00:00', 0.000216785253543304, 0.000429615384615381, 0.000290615791830952, 0.000658461538461522, 0.00047340306456385, 0.000977692307692291, 0.000925090515321847, 0.00256769230769229, 0.00153487344755194, 0.00535250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 480, '2021-05-23 00:00:00', 0.000243943641032094, 0.000467499999999997, 0.000325049818666858, 0.000685769230769248, 0.000372441477075463, 0.0010655769230769, 0.000906275047399206, 0.00258769230769228, 0.00152949931475831, 0.00534692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 495, '2021-05-23 00:00:00', 0.000228825176801988, 0.000435192307692315, 0.000335958845922912, 0.000657884615384595, 0.000365335251726213, 0.00106461538461536, 0.000921389919966242, 0.0025607692307692, 0.00151585756383842, 0.00532307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 510, '2021-05-23 00:00:00', 0.000240407666587099, 0.000400384615384625, 0.000274066317072818, 0.000672884615384625, 0.000381329707935059, 0.0010821153846154, 0.000966952250034169, 0.00254057692307691, 0.00148659172658081, 0.00531480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 525, '2021-05-23 00:00:00', 0.000208537766363797, 0.000439999999999987, 0.000263299186361179, 0.000742307692307687, 0.000402606364350313, 0.00109673076923079, 0.000971085752372843, 0.00255653846153845, 0.00147723030858949, 0.00528923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 540, '2021-05-23 00:00:00', 0.000251518465448448, 0.000603461538461504, 0.000393484483126752, 0.000834038461538451, 0.000437984544862568, 0.0011276923076923, 0.000967726280435831, 0.00254692307692307, 0.00149995712759246, 0.00529576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 555, '2021-05-23 00:00:00', 0.000283834187781948, 0.000505384615384621, 0.000286880570165453, 0.000727307692307726, 0.000439539094261945, 0.00116884615384616, 0.000938785139668048, 0.00248653846153847, 0.00154744753856647, 0.00528826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 570, '2021-05-23 00:00:00', 0.000205808069663138, 0.00047980769230771, 0.000297601501753888, 0.000719423076923093, 0.000417766220971261, 0.00119884615384616, 0.000910975913723641, 0.00246865384615384, 0.0015766284865546, 0.00530423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 585, '2021-05-23 00:00:00', 0.000199321252099394, 0.000534807692307703, 0.000344699199972283, 0.000913461538461536, 0.000367732187248338, 0.00133980769230769, 0.000844074641249239, 0.00247499999999999, 0.00159029132551241, 0.00529750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 600, '2021-05-23 00:00:00', 0.0002516667515707, 0.000718076923076913, 0.000263362648481813, 0.000966730769230774, 0.00051340930589988, 0.00140634615384617, 0.000806367758245881, 0.00240519230769231, 0.00159071513912649, 0.0052894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 615, '2021-05-23 00:00:00', 0.000291338885413218, 0.000677115384615388, 0.000323216050629596, 0.000981153846153843, 0.000464047287046688, 0.00139673076923077, 0.000841029520199014, 0.00230557692307693, 0.00157877849569264, 0.00529153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 630, '2021-05-23 00:00:00', 0.000267786367206268, 0.000656538461538476, 0.000411767344690962, 0.000927884615384631, 0.00076925708416529, 0.00143230769230771, 0.000773136892048342, 0.00217557692307693, 0.0016239816335642, 0.00527288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 645, '2021-05-23 00:00:00', 0.000272753833788187, 0.000629423076923084, 0.000371380584389585, 0.000903461538461547, 0.000829513782516389, 0.00138634615384616, 0.000814731952145104, 0.00210307692307692, 0.00165751305830799, 0.00527153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 660, '2021-05-23 00:00:00', 0.000248641230568215, 0.00061730769230768, 0.000727025473048607, 0.00100903846153845, 0.000767763610454725, 0.00129519230769227, 0.000751694316962589, 0.00202288461538459, 0.00173483818797649, 0.00522846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 675, '2021-05-23 00:00:00', 0.000616430419056757, 0.000697692307692335, 0.00063055412138853, 0.000917499999999998, 0.000606793241937951, 0.00115096153846151, 0.000730965141755426, 0.00199096153846152, 0.00176138284835, 0.00518153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 690, '2021-05-23 00:00:00', 0.000314405727585335, 0.00057980769230769, 0.000319064256851152, 0.00079499999999999, 0.000315741435111323, 0.00103057692307693, 0.000561331932515461, 0.0018584615384615, 0.00182413230162896, 0.00511057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 705, '2021-05-23 00:00:00', 0.000220437327566395, 0.000523846153846135, 0.000226374774348948, 0.000681538461538434, 0.000286919782410427, 0.000965192307692294, 0.000760976119103707, 0.00203057692307691, 0.001799330003512, 0.0050976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988095 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988095, 3, 720, '2021-05-23 00:00:00', 0.000206915813426999, 0.000428076923076918, 0.000286884391081422, 0.000650576923076941, 0.000298[...];
Date: 2021-05-23 17:05:20 Duration: 24s581ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1065, '2021-05-23 00:00:00', 0.000887412595912732, 0.00178365384615386, 0.00118692712497439, 0.00230500000000002, 0.00114662487997803, 0.00257115384615387, 0.00143748182597209, 0.00376499999999999, 0.00185503547550569, 0.00776615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1080, '2021-05-23 00:00:00', 0.000707949829817371, 0.00144519230769232, 0.000695329390676435, 0.00167019230769233, 0.000974428214982425, 0.00210788461538462, 0.00126983701255773, 0.00334903846153846, 0.00207978641654894, 0.0078334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1095, '2021-05-23 00:00:00', 0.000367804138931829, 0.00106173076923077, 0.000502026853403756, 0.00133480769230769, 0.000838954110783177, 0.00195999999999999, 0.00116436897733693, 0.00313365384615384, 0.00203694934984795, 0.00785557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1110, '2021-05-23 00:00:00', 0.000337601779525061, 0.000959807692307695, 0.000505039221629984, 0.00138384615384614, 0.000733814690504347, 0.00187000000000003, 0.0011210265384905, 0.00297750000000002, 0.00212341894123603, 0.00789999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1125, '2021-05-23 00:00:00', 0.000438729283972917, 0.000989230769230742, 0.000607220274314404, 0.0013976923076923, 0.000752424389250146, 0.00187769230769228, 0.00106324454456091, 0.00290980769230769, 0.00213167930370543, 0.00788442307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1140, '2021-05-23 00:00:00', 0.000297856767333145, 0.000905576923076929, 0.000436411458990765, 0.00119019230769232, 0.000702857355043268, 0.00168769230769231, 0.00101105885090833, 0.00279, 0.00220500078492921, 0.00783769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1155, '2021-05-23 00:00:00', 0.000320619112631531, 0.000841153846153848, 0.000546426467711241, 0.00125826923076921, 0.000681990553735598, 0.00165365384615384, 0.000926431055178996, 0.00276249999999999, 0.0022158274110103, 0.00784634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1170, '2021-05-23 00:00:00', 0.000351047060180732, 0.000855961538461527, 0.000395797733891727, 0.00116538461538464, 0.00055332227359969, 0.00146346153846154, 0.000881418546347982, 0.00266557692307694, 0.00236901297200722, 0.00791230769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1185, '2021-05-23 00:00:00', 0.000280596959794907, 0.000840576923076939, 0.000358418588546108, 0.00108673076923077, 0.000551637875923935, 0.00142211538461538, 0.00085575403097999, 0.0026548076923077, 0.00239726408962063, 0.00790634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1200, '2021-05-23 00:00:00', 0.000361519655812058, 0.000767307692307697, 0.000464488469675522, 0.00101846153846155, 0.000677129489945502, 0.00147711538461538, 0.000978325669388583, 0.00273634615384616, 0.00239182940123566, 0.00793173076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1215, '2021-05-23 00:00:00', 0.000282371005266759, 0.000710769230769216, 0.000501721996267303, 0.0010151923076923, 0.000605508432260433, 0.00143269230769228, 0.000958277380752316, 0.00272346153846153, 0.00248998365765413, 0.00809115384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1230, '2021-05-23 00:00:00', 0.000359629135895033, 0.000711346153846168, 0.000520160921845745, 0.00105423076923076, 0.000539449862217239, 0.00138192307692304, 0.000915205420404887, 0.00264019230769229, 0.00252218910564126, 0.00811173076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1245, '2021-05-23 00:00:00', 0.00031382534338999, 0.000717884615384587, 0.000318455889953616, 0.000956923076923043, 0.000410750579380656, 0.0013209615384615, 0.000933100950924057, 0.00255076923076921, 0.00254870356938884, 0.00815173076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1260, '2021-05-23 00:00:00', 0.000283707663734237, 0.000725961538461512, 0.000383262111555323, 0.00099461538461535, 0.000576292794172689, 0.00147423076923074, 0.000952673404365111, 0.00249615384615383, 0.00261932469276985, 0.00824038461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1275, '2021-05-23 00:00:00', 0.000290055432367932, 0.000646923076923062, 0.000376380791220789, 0.000917499999999981, 0.000632977578895657, 0.00146384615384614, 0.000974113423343734, 0.00246980769230767, 0.00266972666419963, 0.00827769230769226 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1290, '2021-05-23 00:00:00', 0.000242035915961623, 0.000699230769230773, 0.00046253066426412, 0.00117115384615385, 0.000574281390421649, 0.00143134615384616, 0.000931174857577576, 0.00240384615384616, 0.00273744990821748, 0.00829999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1305, '2021-05-23 00:00:00', 0.000372444575122858, 0.000899807692307694, 0.000455761450761256, 0.0010825, 0.000527154480350715, 0.00141038461538462, 0.000880809090465223, 0.00229942307692309, 0.00287112484657413, 0.00837326923076919 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1320, '2021-05-23 00:00:00', 0.000292668689029854, 0.000720192307692295, 0.000338075378486009, 0.000920192307692281, 0.000413154888072798, 0.00133480769230768, 0.00079523022791176, 0.00218865384615385, 0.00292431857282763, 0.00845365384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1335, '2021-05-23 00:00:00', 0.000241305105304802, 0.000636923076923065, 0.000286772289724517, 0.000967884615384602, 0.000428192084861959, 0.00132769230769229, 0.000766554052487238, 0.00215134615384615, 0.00294545157175236, 0.00849480769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1350, '2021-05-23 00:00:00', 0.000314229460500046, 0.000723076923076946, 0.000367715452280906, 0.00104057692307693, 0.000451873195283123, 0.00137923076923077, 0.000767034775061635, 0.00210788461538461, 0.00295156308002804, 0.0085261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1365, '2021-05-23 00:00:00', 0.00031693053109234, 0.000779807692307685, 0.000428288588903103, 0.00101365384615383, 0.000441420826597308, 0.00135788461538463, 0.000733738818549351, 0.00206557692307692, 0.00292774744733638, 0.00852634615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1380, '2021-05-23 00:00:00', 0.000438762069744107, 0.000781923076923067, 0.000483247507853015, 0.00109192307692307, 0.000784346788490515, 0.00163673076923078, 0.000764217674387482, 0.00206557692307692, 0.00296774485737262, 0.00854846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1395, '2021-05-23 00:00:00', 0.000356218817798637, 0.000784615384615384, 0.000363942514480195, 0.00101192307692309, 0.000685367868654941, 0.00161634615384618, 0.000703819251272357, 0.00200153846153846, 0.0029431613889725, 0.00857480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1410, '2021-05-23 00:00:00', 0.000215602286986602, 0.000617115384615388, 0.000625015969026778, 0.0011751923076923, 0.000613222917179254, 0.00149288461538463, 0.000656547877450408, 0.00191634615384615, 0.00284970987052259, 0.00855788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 1, 1425, '2021-05-23 00:00:00', 0.0005382045650551, 0.00101807692307692, 0.000562807386097728, 0.00134807692307695, 0.000621654739694461, 0.00145615384615385, 0.000628244471033867, 0.00194634615384616, 0.00282971860520008, 0.00854923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 0, '2021-05-23 00:00:00', 0.000567484801558578, 0.00099840000000003, 0.000620824384722955, 0.001201, 0.000675167695218506, 0.0013558, 0.000617297335163532, 0.00188679999999997, 0.00283057220363659, 0.00849659999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 15, '2021-05-23 00:00:00', 0.000300565716607832, 0.000697199999999985, 0.000322906333167985, 0.000891799999999963, 0.000419626520451994, 0.00115019999999997, 0.000491271140342406, 0.00176159999999997, 0.00283576250768643, 0.00848859999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 30, '2021-05-23 00:00:00', 0.000350217194514118, 0.000716999999999981, 0.000466148492078071, 0.000979400000000004, 0.00043418026210319, 0.00115799999999997, 0.00050854367232977, 0.00181999999999997, 0.00283576250768643, 0.00848859999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 45, '2021-05-23 00:00:00', 0.000431888741014841, 0.000723269230769229, 0.000392061857364345, 0.000922499999999997, 0.000397591450534888, 0.00102519230769231, 0.00061228701163374, 0.00185076923076919, 0.00282219211715891, 0.00857211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 60, '2021-05-23 00:00:00', 0.00030313388765715, 0.00066307692307692, 0.000361678565324733, 0.000799230769230753, 0.00034204767998715, 0.000891153846153843, 0.000630069349052455, 0.00185076923076919, 0.00282021477632741, 0.00857423076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 75, '2021-05-23 00:00:00', 0.000127610585526681, 0.000412307692307669, 0.000177933868441208, 0.000527307692307671, 0.00035481398159943, 0.000855192307692316, 0.000655651877611426, 0.00183576923076921, 0.00281965042159485, 0.00856749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 90, '2021-05-23 00:00:00', 0.000171847427858342, 0.000398461538461536, 0.000258453983406056, 0.000592307692307678, 0.000385755053808039, 0.000894807692307687, 0.000650344169237756, 0.00187346153846151, 0.0028201137183836, 0.00856576923076919 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 105, '2021-05-23 00:00:00', 0.000221387321574328, 0.00046211538461538, 0.000319943504628285, 0.000710384615384649, 0.000370410427249803, 0.00088173076923079, 0.000658736932434981, 0.0019028846153846, 0.00281938875672343, 0.00855980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 120, '2021-05-23 00:00:00', 0.000209325014125064, 0.000565192307692338, 0.000247757014959272, 0.000681538461538468, 0.0003172240775613, 0.000913653846153845, 0.000619289822793334, 0.00189673076923074, 0.00281725729280201, 0.00855942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 135, '2021-05-23 00:00:00', 0.000113674467737421, 0.000398269230769227, 0.000170099518382196, 0.000575384615384627, 0.000266673020757647, 0.000897499999999987, 0.000594320296965032, 0.00185115384615384, 0.00281884000282714, 0.00855480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 150, '2021-05-23 00:00:00', 0.00015843173730228, 0.000388846153846165, 0.000245736569395862, 0.000652692307692305, 0.000325164396291142, 0.000966730769230757, 0.000568362695684844, 0.00186192307692305, 0.00281824686367527, 0.00855576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 165, '2021-05-23 00:00:00', 0.000250230662820098, 0.000525769230769216, 0.00025331623592776, 0.000733653846153827, 0.000462998961620384, 0.00109403846153848, 0.000574712637223692, 0.00186384615384613, 0.00283533281183113, 0.00856692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 180, '2021-05-23 00:00:00', 0.000211225817914931, 0.000577884615384609, 0.000293323135020837, 0.000772692307692305, 0.000454157419336573, 0.00109480769230768, 0.000547226292665673, 0.00184615384615384, 0.00282071873001301, 0.00858692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 195, '2021-05-23 00:00:00', 0.000146733274502251, 0.000519423076923098, 0.000343168494160844, 0.000796153846153878, 0.000380196153826701, 0.00102634615384618, 0.000548493355965652, 0.00175519230769234, 0.0028188470092466, 0.0085826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 210, '2021-05-23 00:00:00', 0.000305413716885031, 0.000571538461538491, 0.000307464882297387, 0.000715576923076922, 0.000403180623771276, 0.000986153846153842, 0.000435312487230083, 0.0016751923076923, 0.00278045331804837, 0.0086505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 225, '2021-05-23 00:00:00', 0.000121574921503049, 0.000467692307692306, 0.0002688760795494, 0.000712884615384648, 0.000363432778674927, 0.000990769230769257, 0.000400587117193669, 0.00167096153846155, 0.0027533765564373, 0.00868230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 240, '2021-05-23 00:00:00', 0.000234047332491012, 0.000533076923076939, 0.000278893969375186, 0.000689615384615393, 0.000377158250809723, 0.000927884615384639, 0.000431565709409875, 0.00168019230769231, 0.00280072836680308, 0.00872076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 255, '2021-05-23 00:00:00', 0.000216925456888199, 0.000474423076923076, 0.000344064841831609, 0.000711153846153834, 0.000423970971430114, 0.000925769230769224, 0.000458310442318813, 0.00171730769230767, 0.00287961803690379, 0.00874403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 270, '2021-05-23 00:00:00', 0.000213427072754623, 0.000518653846153853, 0.000334515263535825, 0.000647692307692324, 0.00040081090880287, 0.000940769230769202, 0.000448680672810669, 0.00168211538461538, 0.00289422916534585, 0.00873769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 285, '2021-05-23 00:00:00', 0.000320467026985023, 0.000483653846153855, 0.000388402645954732, 0.000691153846153839, 0.000384144654244488, 0.000933653846153831, 0.000467476572839588, 0.00166788461538462, 0.00288980715353385, 0.0087357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 300, '2021-05-23 00:00:00', 0.000252693261911316, 0.000498269230769224, 0.000268190517815491, 0.000658076923076887, 0.000359288238690794, 0.000914038461538429, 0.000481654999415057, 0.00167153846153846, 0.00291177929346409, 0.0087605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 315, '2021-05-23 00:00:00', 0.000149843123093662, 0.000435192307692264, 0.000247947575104074, 0.000639999999999982, 0.000429935997025665, 0.000899807692307669, 0.000592442272423079, 0.00178538461538462, 0.00291856306187717, 0.00874711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 330, '2021-05-23 00:00:00', 0.00017749799565499, 0.000458461538461536, 0.000284443383578415, 0.000619038461538452, 0.000401106402534089, 0.000847115384615383, 0.00068785597776991, 0.00180461538461538, 0.0029262082382917, 0.0087505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 345, '2021-05-23 00:00:00', 0.000212006168270224, 0.000446153846153823, 0.000364587227085446, 0.000619615384615379, 0.000341621078884881, 0.000770192307692298, 0.000681873437388045, 0.00195923076923076, 0.00289619594667531, 0.00872980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 360, '2021-05-23 00:00:00', 0.000253245168531632, 0.000426346153846171, 0.000222175692778382, 0.00053096153846155, 0.000223434468107486, 0.000734807692307732, 0.000767516699893468, 0.00211673076923078, 0.00287575909042358, 0.00872788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 375, '2021-05-23 00:00:00', 0.000118154559793516, 0.000362499999999984, 0.000236130342102731, 0.000516538461538455, 0.000269055041552116, 0.000738846153846177, 0.000810282571794473, 0.00234961538461537, 0.00287150866940386, 0.00871403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 390, '2021-05-23 00:00:00', 0.000141402453465829, 0.000370576923076908, 0.000187959079016192, 0.000531153846153876, 0.000273065292276693, 0.000724423076923091, 0.000976452842612563, 0.00257307692307692, 0.00287077939698506, 0.0087128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 405, '2021-05-23 00:00:00', 0.000132598874574609, 0.000372307692307749, 0.000170418489426609, 0.000512692307692361, 0.000339237890209563, 0.000767115384615406, 0.000963117853639959, 0.00273500000000002, 0.0028750607552109, 0.0087078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 420, '2021-05-23 00:00:00', 0.000155552118399144, 0.000362307692307709, 0.00016744884408262, 0.000506346153846166, 0.000346953111440776, 0.000812692307692286, 0.000896867540172681, 0.00289923076923079, 0.00287295755544433, 0.00869134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 435, '2021-05-23 00:00:00', 0.000137332975478762, 0.000367115384615364, 0.000239051008396514, 0.000590769230769207, 0.000299079678089548, 0.000870576923076887, 0.000958364552445812, 0.00302615384615387, 0.00288096440183065, 0.00868326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 450, '2021-05-23 00:00:00', 0.000211458033661528, 0.000457499999999991, 0.000267939143492278, 0.000615769230769217, 0.000239062672825485, 0.000884807692307699, 0.000937446777976473, 0.00309769230769233, 0.00284452467301386, 0.00866384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 465, '2021-05-23 00:00:00', 0.000196246313047191, 0.000433846153846152, 0.0002083794615599, 0.000659999999999985, 0.000214253623970799, 0.000873846153846174, 0.00095438568642952, 0.00320096153846155, 0.00287552205962407, 0.00865634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 480, '2021-05-23 00:00:00', 0.000168810430775063, 0.000495192307692315, 0.000188270774724585, 0.00067173076923078, 0.000262492563997227, 0.00091788461538465, 0.000998715347911438, 0.00339288461538463, 0.00288117690296065, 0.00865711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 495, '2021-05-23 00:00:00', 0.000129354759657899, 0.000414423076923068, 0.000161703075466693, 0.000586730769230796, 0.000323318668713169, 0.00106519230769232, 0.00110637446713961, 0.00344269230769232, 0.0028740125862901, 0.0086528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 510, '2021-05-23 00:00:00', 0.000140948435743238, 0.000457307692307708, 0.000200090364201145, 0.000646923076923096, 0.000436515045119147, 0.00117076923076921, 0.00142076176750362, 0.00361999999999998, 0.002852158325792, 0.00866634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 525, '2021-05-23 00:00:00', 0.000134374476743168, 0.0004575, 0.000278744713644262, 0.00089884615384615, 0.000513509942979147, 0.00136269230769231, 0.00141896111780631, 0.00376557692307691, 0.00282008617571547, 0.00867403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 540, '2021-05-23 00:00:00', 0.000255633225840941, 0.000772115384615387, 0.000373102996709814, 0.0009753846153846, 0.000666667948716701, 0.00160192307692308, 0.00140416946435084, 0.00383173076923075, 0.00284605165097193, 0.00867499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 555, '2021-05-23 00:00:00', 0.00024550489576818, 0.000719423076923059, 0.000402865553064671, 0.00109942307692308, 0.000563464591748084, 0.00182211538461537, 0.00141265353147897, 0.00390499999999999, 0.00296516617772739, 0.00868769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 570, '2021-05-23 00:00:00', 0.000299328993172788, 0.000810384615384612, 0.000555346184478994, 0.00127576923076923, 0.000647214059227366, 0.00198596153846152, 0.00139366059216505, 0.00386461538461538, 0.0031092532123424, 0.00871153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 585, '2021-05-23 00:00:00', 0.000293442498626219, 0.00093750000000001, 0.000361093265173751, 0.00136788461538461, 0.000570926911663479, 0.00206346153846155, 0.00139064773231204, 0.00383634615384614, 0.00319101455412151, 0.00869326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 600, '2021-05-23 00:00:00', 0.000272485144266843, 0.00109807692307695, 0.000527929773884593, 0.00157461538461541, 0.000551671585693454, 0.00215346153846157, 0.0013742667555408, 0.00384134615384615, 0.00315231353990147, 0.00865057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 615, '2021-05-23 00:00:00', 0.000511220259620244, 0.00115192307692308, 0.000492781742918592, 0.00152038461538464, 0.000642198986655644, 0.00205846153846156, 0.00128236890168159, 0.00376, 0.00320693609468361, 0.00862634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 630, '2021-05-23 00:00:00', 0.000247646227199541, 0.000924423076923078, 0.000455596987901173, 0.00142615384615386, 0.000641716328414539, 0.0019946153846154, 0.00115399820023859, 0.00360038461538461, 0.00320860314682979, 0.00863307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 645, '2021-05-23 00:00:00', 0.000338125147518802, 0.00105384615384614, 0.000411708821676377, 0.00141192307692309, 0.000554804608710259, 0.00204692307692309, 0.000941090611185526, 0.00370653846153846, 0.00307899839483304, 0.00859865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 660, '2021-05-23 00:00:00', 0.00032587875281839, 0.000940192307692335, 0.000382143146759685, 0.00138923076923078, 0.000697636008244985, 0.00204000000000003, 0.00092547503394826, 0.00382096153846156, 0.00306816833983051, 0.00858480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 675, '2021-05-23 00:00:00', 0.000389772961528199, 0.00101019230769231, 0.000433283527709774, 0.00149884615384616, 0.000680297107039373, 0.00196692307692308, 0.000929559283498614, 0.00379730769230771, 0.00308992947392752, 0.00869692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 690, '2021-05-23 00:00:00', 0.000363136814649634, 0.000987884615384622, 0.000558343187819657, 0.00147634615384618, 0.000749638810463975, 0.00188711538461539, 0.00104755532257065, 0.00376307692307692, 0.003035517754595, 0.00877096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 705, '2021-05-23 00:00:00', 0.000381046786951612, 0.000975576923076943, 0.000392022173627179, 0.00119923076923079, 0.000603215869001625, 0.00172423076923077, 0.00112598621729504, 0.00390980769230768, 0.00299937195990195, 0.00876307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 720, '2021-05-23 00:00:00', 0.000260200218766528, 0.000803076923076941, 0.00063025541220635, 0.00122173076923075, 0.000620477266675839, 0.00167903846153846, 0.00125291002807925, 0.00407153846153846, 0.0028461411662919, 0.00873653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 735, '2021-05-23 00:00:00', 0.000395172795700229, 0.000903461538461522, 0.000401335319230132, 0.00122096153846154, 0.000439788410663415, 0.00165461538461539, 0.00147044399365008, 0.00423346153846154, 0.00283672511615335, 0.00876576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 750, '2021-05-23 00:00:00', 0.000324414265075721, 0.000906153846153839, 0.000346952446309286, 0.00121, 0.000458012932299776, 0.00158961538461538, 0.00146816148765938, 0.00417807692307691, 0.00285244921076605, 0.00877249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 765, '2021-05-23 00:00:00', 0.000307105657087918, 0.00086173076923077, 0.000346431978005263, 0.00121134615384615, 0.000470844413302805, 0.00152730769230769, 0.00128959969937007, 0.00436076923076923, 0.00290408232559719, 0.00883807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 780, '2021-05-23 00:00:00', 0.000299639013583899, 0.000853461538461553, 0.000410212187119684, 0.00111903846153849, 0.000564684970036044, 0.00163134615384616, 0.00121043795316471, 0.00460903846153845, 0.00292797207321694, 0.0088676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 795, '2021-05-23 00:00:00', 0.000226106509959697, 0.000731923076923124, 0.000334027693462707, 0.00106750000000002, 0.000508287925672691, 0.00164615384615388, 0.00137470657008912, 0.00469192307692307, 0.00292683037404995, 0.00881096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 810, '2021-05-23 00:00:00', 0.000268598141353324, 0.000810192307692329, 0.000372672727119236, 0.00119480769230771, 0.000633738237639297, 0.00171692307692309, 0.00144468512672648, 0.00485634615384614, 0.00289821516029857, 0.00882865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 825, '2021-05-23 00:00:00', 0.00024394387753052, 0.000953846153846177, 0.000430507392950031, 0.00138115384615388, 0.000684434409960852, 0.00197730769230773, 0.0014937161711651, 0.00488, 0.00285369138135152, 0.0087975 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 840, '2021-05-23 00:00:00', 0.000337810370110003, 0.000990384615384647, 0.000451564630351647, 0.00131115384615386, 0.00104200607188548, 0.0022044230769231, 0.00153384178303524, 0.00511115384615384, 0.00277652096225583, 0.00881057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 855, '2021-05-23 00:00:00', 0.000225256435065581, 0.000877692307692319, 0.000563820757115105, 0.0013346153846154, 0.000926760279352022, 0.00204115384615387, 0.00150194444483963, 0.00515634615384615, 0.00269249561816655, 0.00876442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 870, '2021-05-23 00:00:00', 0.000563047613781132, 0.000988846153846167, 0.000900180516084694, 0.0015898076923077, 0.000895665974826272, 0.00206153846153845, 0.00162202434061218, 0.00526019230769228, 0.00265656516953753, 0.00877249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 885, '2021-05-23 00:00:00', 0.000616308239563514, 0.00113538461538463, 0.000547128447863527, 0.00148346153846156, 0.000567868247178714, 0.00224211538461539, 0.00166826198136309, 0.00524403846153846, 0.00263136098888885, 0.00878557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 900, '2021-05-23 00:00:00', 0.000295296461204683, 0.00102299999999999, 0.000378056102538584, 0.0014708, 0.000653420487384126, 0.00245100000000003, 0.00163342686807009, 0.00537199999999999, 0.00262167031680184, 0.0089636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 915, '2021-05-23 00:00:00', 0.000358578443300773, 0.00113580000000001, 0.000432600855292719, 0.00176680000000001, 0.000847436084118846, 0.00257100000000004, 0.00166448002391136, 0.00543900000000002, 0.00262266205409693, 0.00902200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 930, '2021-05-23 00:00:00', 0.000457896731443502, 0.00126560000000002, 0.000590673838368809, 0.00185180000000002, 0.00072885315164765, 0.00239040000000002, 0.00174904967053539, 0.00545180000000001, 0.00269324605881697, 0.0090442 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 945, '2021-05-23 00:00:00', 0.000484155192061405, 0.001351, 0.000669952237103493, 0.00179880000000001, 0.000959085415035213, 0.0026764, 0.00181538735535969, 0.00538, 0.00266480935840944, 0.0091262 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 960, '2021-05-23 00:00:00', 0.000476308023586987, 0.00126120000000001, 0.000633564782270419, 0.00164720000000002, 0.000957820311958339, 0.00278980000000001, 0.00174053930818389, 0.00530799999999999, 0.00270609578852385, 0.0091274 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 975, '2021-05-23 00:00:00', 0.000590600541821632, 0.00115560000000001, 0.000794080862800924, 0.00201540000000001, 0.000870527857107415, 0.002934, 0.00174392517041296, 0.00541900000000001, 0.00273159217917559, 0.00911900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 990, '2021-05-23 00:00:00', 0.000557051475317906, 0.00153288461538461, 0.000845972835534042, 0.00217596153846153, 0.0010627563763086, 0.00289634615384615, 0.00180719175475695, 0.00522096153846153, 0.00283257410114218, 0.00895096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1005, '2021-05-23 00:00:00', 0.000526236273345579, 0.00145115384615385, 0.000616366898726875, 0.00197807692307691, 0.00107212692991372, 0.00276307692307691, 0.00168328507800853, 0.0050705769230769, 0.0029482870711391, 0.00891557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1020, '2021-05-23 00:00:00', 0.000513526008629061, 0.00137480769230767, 0.000838355441417246, 0.00196538461538459, 0.00121598976779603, 0.00296865384615384, 0.00165104513519816, 0.00490403846153846, 0.00320994112095531, 0.00900500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1035, '2021-05-23 00:00:00', 0.000510854036055155, 0.00133038461538461, 0.000786890081269325, 0.00188, 0.00118732874068705, 0.00282846153846153, 0.00171359855275382, 0.00458, 0.00410309807903172, 0.00972461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1050, '2021-05-23 00:00:00', 0.000459996153830072, 0.00126730769230769, 0.000862418178950697, 0.00210865384615382, 0.000997478995344659, 0.00267711538461536, 0.00172579614849315, 0.00432711538461537, 0.00432310305665519, 0.00974903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1065, '2021-05-23 00:00:00', 0.000680241953561107, 0.00169634615384613, 0.000755475092497811, 0.00206384615384615, 0.000859485288727191, 0.00260480769230768, 0.00178335090813289, 0.00421230769230769, 0.00435103704702861, 0.00980076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1080, '2021-05-23 00:00:00', 0.000487840650212725, 0.0013075, 0.000474158242005279, 0.00175903846153846, 0.000748928465311498, 0.00232461538461538, 0.00173731167213999, 0.00401538461538461, 0.00423730415022788, 0.00966769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1095, '2021-05-23 00:00:00', 0.000360873992498113, 0.00115096153846155, 0.000525563873011995, 0.00164423076923078, 0.000783031510319878, 0.00222788461538462, 0.00173046125465036, 0.00382807692307691, 0.00434122981955042, 0.00961211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1110, '2021-05-23 00:00:00', 0.000396123912237278, 0.00112307692307694, 0.000472682728199852, 0.00151980769230772, 0.000926787524400625, 0.00215865384615385, 0.00169745519936348, 0.00371307692307693, 0.00429747088413637, 0.00958000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1125, '2021-05-23 00:00:00', 0.0003711043809206, 0.00105230769230767, 0.000690714151050619, 0.00149596153846153, 0.00101200463665707, 0.00200423076923076, 0.00171347478713689, 0.00355961538461539, 0.00432741529268737, 0.00952634615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1140, '2021-05-23 00:00:00', 0.000454858388782891, 0.00102307692307692, 0.000864375185633242, 0.00150230769230768, 0.00082122432052113, 0.00196076923076921, 0.00164915992600427, 0.0034073076923077, 0.00430128085127422, 0.00953480769230774 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1155, '2021-05-23 00:00:00', 0.000838620020308072, 0.00100846153846156, 0.00080926179561755, 0.00131557692307693, 0.000913381818383675, 0.00197211538461537, 0.00156711331876357, 0.00329692307692309, 0.00426827466944738, 0.00949442307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1170, '2021-05-23 00:00:00', 0.00041686227203496, 0.000908076923076937, 0.000571912984236655, 0.00139269230769231, 0.000880683759709119, 0.00190673076923079, 0.00150207852145466, 0.0031917307692308, 0.00423524715925764, 0.00955250000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1185, '2021-05-23 00:00:00', 0.00033112819966804, 0.000891730769230753, 0.000488555523968367, 0.00125249999999999, 0.000811171067038249, 0.00166749999999998, 0.00125494241363438, 0.00290269230769232, 0.00412412196715857, 0.00950500000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1200, '2021-05-23 00:00:00', 0.000411531333511249, 0.000949038461538462, 0.000513709173934652, 0.00123865384615386, 0.00070310074231663, 0.00170442307692308, 0.00124364643751289, 0.00282230769230774, 0.00404899123239356, 0.00953000000000006 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1215, '2021-05-23 00:00:00', 0.000263666237154837, 0.000748269230769197, 0.000449829027349462, 0.00105807692307687, 0.000487725371968233, 0.00151903846153844, 0.00104581409217156, 0.00259365384615388, 0.00394438893093232, 0.0094890384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1230, '2021-05-23 00:00:00', 0.000222783440898237, 0.000732692307692283, 0.000337982475649493, 0.00110192307692309, 0.000455616108650201, 0.00148096153846154, 0.0010214205229069, 0.00246673076923081, 0.00388110040402896, 0.00942211538461544 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1245, '2021-05-23 00:00:00', 0.000252584563143649, 0.00077980769230772, 0.000349539037106783, 0.00101153846153849, 0.000536615640988827, 0.00152288461538464, 0.00100837891611317, 0.00243096153846158, 0.00386680962213632, 0.00945557692307698 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1260, '2021-05-23 00:00:00', 0.000242788290175111, 0.000691923076923075, 0.000381063693444472, 0.000996538461538448, 0.000600535914509202, 0.00157423076923078, 0.00098020251047347, 0.00235980769230773, 0.00386444563145368, 0.0094459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1275, '2021-05-23 00:00:00', 0.000328499385317295, 0.000760384615384584, 0.000368729419243127, 0.00110576923076923, 0.000580643939618244, 0.00153423076923078, 0.000898290256328889, 0.00224423076923081, 0.00385774286338526, 0.00946500000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1290, '2021-05-23 00:00:00', 0.000324324149341583, 0.000753076923076929, 0.00050165989858285, 0.00118057692307692, 0.000660675062690819, 0.00148346153846156, 0.000852894190389437, 0.00216250000000003, 0.00384895750121429, 0.00944961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1305, '2021-05-23 00:00:00', 0.000267202386562315, 0.000893653846153851, 0.000422271877422001, 0.00112846153846155, 0.000483100562870843, 0.00136307692307694, 0.000817771761462934, 0.00204557692307694, 0.00380953954415248, 0.0093415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1320, '2021-05-23 00:00:00', 0.000273111980414893, 0.000723076923076946, 0.000336467909088158, 0.000935576923076946, 0.000520177965108706, 0.00132365384615388, 0.000739025970190109, 0.00200076923076926, 0.0037751644946331, 0.00939480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1335, '2021-05-23 00:00:00', 0.00027856976753521, 0.000636346153846155, 0.000311463295775561, 0.000870769230769265, 0.000545060652941168, 0.00133365384615386, 0.000621095093672969, 0.00195365384615388, 0.0037751644946331, 0.00939480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1350, '2021-05-23 00:00:00', 0.000213845828721374, 0.000629038461538483, 0.000391892057351765, 0.000970769230769262, 0.000537284804864711, 0.0012648076923077, 0.000557144919691892, 0.00190769230769235, 0.00374655903668747, 0.00941115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1365, '2021-05-23 00:00:00', 0.000363965129352548, 0.000813846153846182, 0.00050816517605389, 0.00108461538461538, 0.000491396322894138, 0.0012528846153846, 0.000539730987123731, 0.00187653846153848, 0.00373165049068309, 0.00942076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1380, '2021-05-23 00:00:00', 0.000348549356399029, 0.000765576923076925, 0.000349273586836386, 0.000890961538461534, 0.000452446554429798, 0.00127326923076925, 0.000607095987848338, 0.00188846153846155, 0.00372098963263186, 0.00941961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1395, '2021-05-23 00:00:00', 0.000215328818322121, 0.000602500000000002, 0.000275824149665069, 0.000869807692307686, 0.000400752561295145, 0.00136384615384616, 0.000601577062011588, 0.00191519230769229, 0.00372117587391611, 0.0094267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1410, '2021-05-23 00:00:00', 0.000220698889893004, 0.000609999999999999, 0.000318293103915231, 0.000997500000000019, 0.000372101309612559, 0.00131923076923078, 0.000668667791496385, 0.00198615384615386, 0.003729746557692, 0.00943923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 2, 1425, '2021-05-23 00:00:00', 0.000264861937910779, 0.000835384615384631, 0.000307803446274513, 0.00115519230769232, 0.000380448571274251, 0.00129365384615385, 0.000745431315517318, 0.0020146153846154, 0.00374674844159777, 0.00942326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 0, '2021-05-23 00:00:00', 0.000386098433045238, 0.000894999999999996, 0.000434570920121646, 0.00104673076923077, 0.000381908567390355, 0.00122692307692308, 0.000784766599304945, 0.00207384615384616, 0.00376000407119255, 0.00940384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 15, '2021-05-23 00:00:00', 0.000372106684454065, 0.000634230769230774, 0.000384131437841905, 0.000854807692307699, 0.000390776199968169, 0.00104403846153847, 0.000862087359485489, 0.00209384615384618, 0.00377267251224053, 0.00937826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 30, '2021-05-23 00:00:00', 0.000362385684893019, 0.000649230769230769, 0.000401734173495183, 0.000857115384615389, 0.000357787485269358, 0.00100826923076924, 0.000821599659201508, 0.00210500000000001, 0.00378083963507496, 0.00936288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 45, '2021-05-23 00:00:00', 0.00035258741414773, 0.000673269230769209, 0.000327707421103259, 0.000816923076923066, 0.000298459377470375, 0.000934999999999985, 0.000809095696536512, 0.00209538461538463, 0.0037532256280944, 0.00934115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 60, '2021-05-23 00:00:00', 0.000200602553860533, 0.000535769230769214, 0.000200081617961631, 0.000624423076923085, 0.000249412232134795, 0.000862692307692314, 0.000778081195090783, 0.0021221153846154, 0.00375676430435309, 0.0093090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 75, '2021-05-23 00:00:00', 0.000190511154529104, 0.000417500000000011, 0.000233996055193567, 0.000571923076923092, 0.000240714321583475, 0.000894230769230777, 0.000801226583721219, 0.00212096153846157, 0.00375434632741225, 0.00928788461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 90, '2021-05-23 00:00:00', 0.00016674346948348, 0.000410769230769257, 0.000192689167792646, 0.00063365384615389, 0.000251137489159898, 0.000880961538461554, 0.000819189303753806, 0.00209365384615388, 0.00378343527254511, 0.00925269230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 105, '2021-05-23 00:00:00', 0.000194548095694756, 0.000504807692307711, 0.000234905218201836, 0.000742692307692305, 0.000345152641817889, 0.000897884615384613, 0.000830649537317762, 0.00209557692307694, 0.00379300285444741, 0.00922442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 120, '2021-05-23 00:00:00', 0.000247325462933716, 0.000578269230769219, 0.000286107295634661, 0.000685769230769197, 0.000646637099509133, 0.000971538461538447, 0.000838193226300147, 0.00211673076923078, 0.00379394833913168, 0.00922000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 135, '2021-05-23 00:00:00', 0.000207637998597397, 0.000443461538461514, 0.000300536251493155, 0.000604038461538448, 0.000702630688637665, 0.00110173076923076, 0.000865390885447396, 0.00217923076923079, 0.00379261982215259, 0.00920865384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 150, '2021-05-23 00:00:00', 0.000175816775256357, 0.000418461538461547, 0.000680726111194199, 0.000779038461538484, 0.000803752353747055, 0.00122038461538463, 0.000895525286332874, 0.00220346153846157, 0.00378597125532589, 0.00919788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 165, '2021-05-23 00:00:00', 0.000634928342413555, 0.000635000000000009, 0.000654979506432205, 0.000931923076923067, 0.000814982420763707, 0.00129288461538461, 0.000861303953317293, 0.0021525, 0.00377213659105001, 0.0091923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 180, '2021-05-23 00:00:00', 0.00036128941094574, 0.000670961538461536, 0.000552736687902878, 0.000919615384615371, 0.0006794237377253, 0.00131615384615383, 0.000811583352750384, 0.00206846153846154, 0.00377976326588767, 0.00917711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 195, '2021-05-23 00:00:00', 0.00033947923919756, 0.000641923076923089, 0.000474369743814002, 0.000914423076923064, 0.000676361561251414, 0.00127480769230771, 0.000831450562848781, 0.00204096153846156, 0.00378120322730133, 0.00916461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 210, '2021-05-23 00:00:00', 0.000273846742652787, 0.000620961538461516, 0.000375620973036142, 0.000863653846153825, 0.000517875430522124, 0.00117480769230767, 0.000915698157355721, 0.00198134615384617, 0.00376321683690144, 0.00913519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 225, '2021-05-23 00:00:00', 0.000220551494074426, 0.00056019230769228, 0.000319421592642328, 0.000833076923076898, 0.000381676111180882, 0.00107557692307689, 0.000894545716250193, 0.00187903846153847, 0.00377000346867827, 0.00911807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 240, '2021-05-23 00:00:00', 0.000197683118613131, 0.000591153846153842, 0.000267789311557829, 0.000778653846153832, 0.000311924053873104, 0.00101615384615384, 0.00092272281028238, 0.00181423076923078, 0.00373252107006265, 0.00909346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 255, '2021-05-23 00:00:00', 0.000188503009565864, 0.000459230769230746, 0.000238503346211018, 0.000639615384615365, 0.000273051488522979, 0.000913653846153854, 0.000902552704619196, 0.00175923076923078, 0.00373331807460252, 0.0090546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 270, '2021-05-23 00:00:00', 0.000156308496742332, 0.000467884615384615, 0.000214514926860933, 0.000679423076923079, 0.000276890494878094, 0.00090211538461541, 0.000922129141631578, 0.0018019230769231, 0.00371329610992715, 0.00903500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 285, '2021-05-23 00:00:00', 0.000127429014930456, 0.000458076923076926, 0.000238620796695022, 0.000656730769230793, 0.00027588737947547, 0.000844615384615418, 0.000875491356544803, 0.00177865384615388, 0.0037072806745646, 0.00900000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 300, '2021-05-23 00:00:00', 0.000197602261743503, 0.000515576923076944, 0.000179030401371874, 0.00066826923076927, 0.000347916435590292, 0.000865384615384623, 0.000890102154897907, 0.00183961538461541, 0.00371004352555851, 0.00899519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 315, '2021-05-23 00:00:00', 0.000134220398541398, 0.000411346153846193, 0.000238838535738773, 0.000580384615384634, 0.000519170825599653, 0.00088211538461539, 0.000957322488064422, 0.00199711538461538, 0.00370975208066524, 0.00898250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 330, '2021-05-23 00:00:00', 0.000188939143641544, 0.000425000000000034, 0.00028568601645864, 0.000612499999999999, 0.0005628836469467, 0.00088, 0.000972923113414108, 0.0021392307692308, 0.00370508098634627, 0.00896865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 345, '2021-05-23 00:00:00', 0.000241558401920652, 0.000472692307692296, 0.000419204007614439, 0.000685000000000004, 0.000488482894748167, 0.000876538461538465, 0.0010795566932061, 0.00227057692307696, 0.00369480398147703, 0.00895730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 360, '2021-05-23 00:00:00', 0.000252626510576707, 0.000471923076923077, 0.000343835213214372, 0.000630576923076912, 0.000375880965200436, 0.000817500000000001, 0.00100887654577522, 0.00235326923076925, 0.00366388610420895, 0.00891423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 375, '2021-05-23 00:00:00', 0.000225143373123744, 0.000388461538461504, 0.000215518783761056, 0.000562884615384579, 0.000341537530317504, 0.000751730769230749, 0.00104326440339185, 0.00259615384615382, 0.00365019832970126, 0.00889538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 390, '2021-05-23 00:00:00', 0.000151378791320118, 0.000406538461538443, 0.000191749937318231, 0.000525961538461542, 0.000373486741603854, 0.000782884615384637, 0.00108790893284034, 0.00284961538461538, 0.00365671465094852, 0.00890096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 405, '2021-05-23 00:00:00', 0.000176819007853968, 0.00039019230769231, 0.000258669376142341, 0.000559615384615378, 0.000373722644998443, 0.000783846153846156, 0.00122753268795578, 0.00314250000000001, 0.0036559989742887, 0.00889250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 420, '2021-05-23 00:00:00', 0.000176348976573362, 0.0003948076923077, 0.000304868193461729, 0.000611153846153853, 0.000321452712158174, 0.000844615384615367, 0.00125943639714815, 0.00333596153846153, 0.00365887454848326, 0.00889980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 435, '2021-05-23 00:00:00', 0.000225813827334341, 0.000416730769230784, 0.000211050121644497, 0.000556923076923053, 0.000235037231093282, 0.00085749999999999, 0.00122982625414512, 0.00363384615384615, 0.00365953509552575, 0.00888634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 450, '2021-05-23 00:00:00', 0.000140312289061021, 0.000398461538461527, 0.000227057515587177, 0.000626346153846149, 0.000298197727381358, 0.000898269230769248, 0.00123532580566983, 0.00386038461538463, 0.00365678916011554, 0.00887480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 465, '2021-05-23 00:00:00', 0.000205080847097318, 0.000441923076923077, 0.000185989660589392, 0.000636923076923065, 0.000307113922736305, 0.000949807692307715, 0.00125616883970512, 0.00392307692307695, 0.00365019097498285, 0.00886807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 480, '2021-05-23 00:00:00', 0.00014790381489851, 0.000443461538461549, 0.00026306718942858, 0.000662884615384654, 0.000453789556444931, 0.00103480769230772, 0.001298091735528, 0.00394192307692312, 0.00365787486117282, 0.00888250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 495, '2021-05-23 00:00:00', 0.000207339928990647, 0.000475384615384647, 0.000282790286526699, 0.000737115384615423, 0.000579238757734289, 0.00127846153846154, 0.00126237060266051, 0.00396153846153849, 0.00365542837645394, 0.00886384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 510, '2021-05-23 00:00:00', 0.000259514635721844, 0.000535384615384664, 0.00039853042543825, 0.000787500000000018, 0.000688487444721011, 0.00140019230769233, 0.00123858330982801, 0.00399384615384617, 0.00364660172679252, 0.0088819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 525, '2021-05-23 00:00:00', 0.000268618402485479, 0.000609615384615364, 0.000441595925636185, 0.00101519230769229, 0.000727992418599568, 0.00155480769230771, 0.00142266452340451, 0.0040078846153846, 0.00365148745244794, 0.00883884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 540, '2021-05-23 00:00:00', 0.000356383166743985, 0.000819807692307666, 0.000512194824711808, 0.00113346153846155, 0.000622859040727033, 0.00168423076923077, 0.00154786767721074, 0.00399288461538461, 0.00366380076402384, 0.00879096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 555, '2021-05-23 00:00:00', 0.000271060949717104, 0.000760961538461545, 0.000439475211517631, 0.00114769230769233, 0.00058672339833507, 0.00177211538461541, 0.00153467731511819, 0.00391230769230769, 0.00367716814117354, 0.0086815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 570, '2021-05-23 00:00:00', 0.000393906275459209, 0.000846923076923066, 0.000402052044086152, 0.00118461538461537, 0.000583959034390387, 0.00192192307692307, 0.00153122325408351, 0.00391942307692307, 0.00371773817197833, 0.00868865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 585, '2021-05-23 00:00:00', 0.000361404152630332, 0.00088480769230769, 0.000531128406899299, 0.00143076923076922, 0.000835124610692684, 0.00220134615384617, 0.00150859674991234, 0.00392192307692306, 0.00370905602753378, 0.00865384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 600, '2021-05-23 00:00:00', 0.000430620348584897, 0.00117326923076924, 0.000498510126430584, 0.00159788461538461, 0.000843536237879195, 0.00228076923076921, 0.00155322063666236, 0.0039678846153846, 0.00370234425216491, 0.00861980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 615, '2021-05-23 00:00:00', 0.000353300917719658, 0.000993461538461522, 0.000714984157974066, 0.00152211538461538, 0.000898392667276058, 0.00225576923076923, 0.00145248133842108, 0.00378903846153845, 0.00363459626897701, 0.00856096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 630, '2021-05-23 00:00:00', 0.000502611640870446, 0.0010126923076923, 0.00047927641775427, 0.00141326923076921, 0.000792660490907745, 0.00217557692307693, 0.00126596726473658, 0.00354634615384614, 0.00360688002828784, 0.00847846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 645, '2021-05-23 00:00:00', 0.000348433472294713, 0.00100826923076923, 0.000633464254349397, 0.00152980769230768, 0.000727546482786747, 0.00210173076923078, 0.00129240705661956, 0.00345999999999998, 0.00358151637417194, 0.00849653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 660, '2021-05-23 00:00:00', 0.000493516463757806, 0.0010525, 0.000660165159987656, 0.00147096153846155, 0.000588240923954953, 0.0019442307692308, 0.00124423958860269, 0.00354807692307694, 0.00361039026230601, 0.00858038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 675, '2021-05-23 00:00:00', 0.000322173925794016, 0.00096903846153849, 0.000407617892337717, 0.00135288461538467, 0.000487335771153876, 0.00182307692307696, 0.00120460528166508, 0.0035217307692308, 0.00365651516001026, 0.00857134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 690, '2021-05-23 00:00:00', 0.00041084322295268, 0.000991923076923127, 0.000381869943627618, 0.00131057692307693, 0.000516399107727307, 0.00178403846153849, 0.00117211388590807, 0.00370519230769231, 0.00374481196508535, 0.00861942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 705, '2021-05-23 00:00:00', 0.000263166589532461, 0.000904423076923058, 0.00034970581042666, 0.00123692307692306, 0.00057426732584959, 0.00167519230769232, 0.00105163727660182, 0.0039948076923077, 0.00379277073979111, 0.00864673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 720, '2021-05-23 00:00:00', 0.000335708722189099, 0.00089211538461537, 0.000436564560385511, 0.00121115384615386, 0.00066139851829281, 0.00173000000000001, 0.00115927923562611, 0.0041171153846154, 0.00375934916625821, 0.0086669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 735, '2021-05-23 00:00:00', 0.000236871354244332, 0.000860961538461568, 0.000469946314446192, 0.00119153846153848, 0.000719760964594393, 0.00176961538461538, 0.00126884988807248, 0.00426903846153849, 0.00372956805088123, 0.00863461538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1019044 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019044, 3, 750, '2021-05-23 00:00:00', 0.000393116199302242, 0.000857884615384625, 0.000607632986393788, 0.00130461538461539, 0.0[...];
Date: 2021-05-23 17:44:25 Duration: 1s924ms Database: acaweb_fx User: pgperfstats
6 1s899ms 24s582ms 13s240ms 2 26s481ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 23 17 2 26s481ms 13s240ms [ User: pgperfstats - Total duration: 26s481ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1035, '2021-05-23 00:00:00', 0.0320469427318989, 0.070942307692307, 0.0317943209733116, 0.0996730769230779, 0.0898019466124475, 0.155980769230772, 0.0891608572274772, 0.203538461538462, 0.156823163516695, 0.521769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1050, '2021-05-23 00:00:00', 0.0231908138312114, 0.0715769230769232, 0.0532787625462664, 0.118557692307693, 0.0812890592505909, 0.147134615384617, 0.0807896318557308, 0.189269230769232, 0.155538178592908, 0.512750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1065, '2021-05-23 00:00:00', 0.0482507911453672, 0.0923269230769245, 0.0748952601971584, 0.113500000000002, 0.0740916687935659, 0.130846153846156, 0.0759148130877891, 0.171826923076925, 0.156169567605707, 0.513423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1080, '2021-05-23 00:00:00', 0.0376239745579658, 0.0667115384615394, 0.0393459654856759, 0.0832500000000001, 0.0434064555638369, 0.108403846153848, 0.069363579448051, 0.151884615384616, 0.156497192159622, 0.509134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1095, '2021-05-23 00:00:00', 0.0218494939212636, 0.0505961538461533, 0.0231161282358288, 0.0688461538461541, 0.040698710053267, 0.0912500000000017, 0.0583354919014541, 0.14048076923077, 0.156653278342281, 0.505019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1110, '2021-05-23 00:00:00', 0.0198979028659193, 0.0484423076923073, 0.0299137028029732, 0.0675192307692301, 0.0435726846333089, 0.0858269230769235, 0.0576529404147054, 0.133192307692309, 0.157112781637414, 0.506884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1125, '2021-05-23 00:00:00', 0.0130684587991303, 0.040769230769232, 0.0188762060236186, 0.0551346153846179, 0.0359203231525631, 0.0755192307692328, 0.0552364045228823, 0.125403846153846, 0.158169524439879, 0.508961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1140, '2021-05-23 00:00:00', 0.0190829867844463, 0.0405961538461558, 0.0240893928141372, 0.0561730769230773, 0.0338919380021042, 0.0737115384615379, 0.0550802247076587, 0.122365384615384, 0.159486195447947, 0.510057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1155, '2021-05-23 00:00:00', 0.0170479076090332, 0.0406346153846137, 0.0272990560558123, 0.0530384615384617, 0.0362889260497757, 0.0738846153846151, 0.0554340252358249, 0.120865384615384, 0.164054029561556, 0.51473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1170, '2021-05-23 00:00:00', 0.0170151064103011, 0.0334230769230775, 0.0207939062819264, 0.0479423076923076, 0.0258476602125126, 0.0696923076923082, 0.0522655387273619, 0.115557692307692, 0.168488890297982, 0.516115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1185, '2021-05-23 00:00:00', 0.0149617460930823, 0.0344230769230757, 0.0179448728482123, 0.0515384615384628, 0.0233787625519737, 0.0695576923076916, 0.0460302241843492, 0.114807692307692, 0.170389070613742, 0.518346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1200, '2021-05-23 00:00:00', 0.0173938539101074, 0.0403846153846164, 0.0214700148686834, 0.0521923076923082, 0.0272045245105677, 0.066615384615384, 0.0470607177361981, 0.116634615384615, 0.169901614063957, 0.519538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1215, '2021-05-23 00:00:00', 0.0131842563455286, 0.0307692307692312, 0.0210660591035397, 0.0426730769230768, 0.0305588524250899, 0.0622115384615371, 0.0464682728817771, 0.122903846153847, 0.170774967765724, 0.525519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1230, '2021-05-23 00:00:00', 0.0157055722595515, 0.0312499999999984, 0.0184870536821334, 0.043365384615384, 0.0310765803484524, 0.0674230769230753, 0.0445673259065583, 0.120942307692306, 0.170072631543113, 0.528500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1245, '2021-05-23 00:00:00', 0.0137282415255786, 0.0312307692307691, 0.0194024185645465, 0.0480769230769214, 0.031562617859645, 0.0651730769230771, 0.0430265436857105, 0.11828846153846, 0.169217775025601, 0.531153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1260, '2021-05-23 00:00:00', 0.0160904773558292, 0.0337884615384594, 0.0189979857231897, 0.0472115384615382, 0.0275765577703514, 0.0600576923076921, 0.041413932995476, 0.116423076923075, 0.169747622618447, 0.532153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1275, '2021-05-23 00:00:00', 0.0124179150981393, 0.0302692307692321, 0.0221399829754639, 0.0438269230769246, 0.025606609723634, 0.0635384615384616, 0.0410891526018535, 0.116038461538459, 0.170933302332089, 0.534923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1290, '2021-05-23 00:00:00', 0.0195634765669251, 0.0329807692307704, 0.0212836882286734, 0.0441538461538466, 0.0244953998821142, 0.0627692307692304, 0.0433590066945551, 0.117788461538459, 0.170819828609425, 0.535423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1305, '2021-05-23 00:00:00', 0.0163138096291268, 0.0320961538461535, 0.0241011729685828, 0.0494423076923066, 0.0227641164994375, 0.0592499999999998, 0.043104916728303, 0.121076923076921, 0.170725105179235, 0.53769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1320, '2021-05-23 00:00:00', 0.0175039885564584, 0.0365192307692291, 0.0163033856795259, 0.0444038461538445, 0.0221499782948303, 0.0613076923076904, 0.0427733966565487, 0.121711538461536, 0.171067359652451, 0.53819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1335, '2021-05-23 00:00:00', 0.00898913874543308, 0.0257692307692314, 0.0170393774714743, 0.0364038461538473, 0.0200919520819048, 0.0595576923076925, 0.0510000339366386, 0.127288461538459, 0.171376293127589, 0.540076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1350, '2021-05-23 00:00:00', 0.0141565016321658, 0.0255576923076919, 0.0167842531512756, 0.0421346153846138, 0.0199691396525125, 0.0549423076923077, 0.0584969558708294, 0.132923076923075, 0.171096366233947, 0.54094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1365, '2021-05-23 00:00:00', 0.0156544046394429, 0.0365961538461526, 0.0187564552990359, 0.0487692307692308, 0.0216751275393316, 0.0573653846153863, 0.0657082859779013, 0.14082692307692, 0.170979442084082, 0.541480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1380, '2021-05-23 00:00:00', 0.0144805572565965, 0.0325576923076931, 0.0151321994944062, 0.0362884615384615, 0.0273978733032047, 0.0617884615384625, 0.0647126221191682, 0.145711538461536, 0.173384540389716, 0.542826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1395, '2021-05-23 00:00:00', 0.0127297501335097, 0.0219423076923059, 0.0194521602517983, 0.0329423076923076, 0.0409458601269813, 0.0877115384615386, 0.0604771539826901, 0.157615384615382, 0.174339222825456, 0.543769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1410, '2021-05-23 00:00:00', 0.0129688532201651, 0.0221346153846172, 0.0238389145338835, 0.0489230769230766, 0.0366801560268445, 0.0880769230769222, 0.0615152920325184, 0.162634615384613, 0.176247378594797, 0.545038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 1, 1425, '2021-05-23 00:00:00', 0.0213555253163761, 0.0414615384615375, 0.0372667928074537, 0.0794230769230763, 0.0346840242541347, 0.0858076923076905, 0.0595888864186549, 0.174846153846151, 0.176895040587956, 0.545653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 0, '2021-05-23 00:00:00', 0.0386236276828629, 0.070230769230769, 0.0363328840245068, 0.0775384615384607, 0.034386787489472, 0.0828653846153813, 0.0616547958082233, 0.183076923076922, 0.182120948822477, 0.548500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 15, '2021-05-23 00:00:00', 0.0255098347048079, 0.041219999999999, 0.0241689711544915, 0.0459199999999976, 0.0240064748210435, 0.0599599999999958, 0.056600853939379, 0.185359999999999, 0.184271070708343, 0.550840000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 30, '2021-05-23 00:00:00', 0.0152794251637075, 0.02774, 0.0171168046083362, 0.0373799999999989, 0.0290479775543835, 0.0600799999999992, 0.0578145959079564, 0.19044, 0.184086087198352, 0.550600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 45, '2021-05-23 00:00:00', 0.0157784175866392, 0.0280384615384599, 0.0177126638747082, 0.0419615384615366, 0.0358441927492615, 0.0673846153846147, 0.0615017448157754, 0.195230769230767, 0.181412462467331, 0.546692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 60, '2021-05-23 00:00:00', 0.0158513891650393, 0.0310576923076925, 0.0197118082533138, 0.0463461538461543, 0.0309536937027916, 0.0666346153846171, 0.0799681402906089, 0.205211538461537, 0.185649172862726, 0.547153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 75, '2021-05-23 00:00:00', 0.0151683374678464, 0.029538461538461, 0.0245275120253549, 0.0468269230769231, 0.0347652346239967, 0.0756923076923073, 0.0832946969408107, 0.206442307692307, 0.195251684716457, 0.550903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 90, '2021-05-23 00:00:00', 0.017849682177735, 0.0373653846153854, 0.0203936358851353, 0.0504038461538469, 0.0424984162600841, 0.0843461538461538, 0.0827939704233439, 0.209807692307691, 0.195251684716457, 0.550903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 105, '2021-05-23 00:00:00', 0.016023876415668, 0.0307692307692307, 0.0322990890559793, 0.0623653846153823, 0.0511488514045016, 0.0902499999999986, 0.0822059538364091, 0.212173076923074, 0.1937384438241, 0.548230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 120, '2021-05-23 00:00:00', 0.0242488064734043, 0.051230769230769, 0.0391236697979822, 0.0653076923076937, 0.0466406062765685, 0.100615384615385, 0.0800543565335448, 0.212999999999999, 0.193434417429147, 0.547923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 135, '2021-05-23 00:00:00', 0.0316805205862445, 0.0426538461538459, 0.0436172381236861, 0.068788461538462, 0.0373446165412797, 0.112596153846154, 0.0793275585056122, 0.210307692307692, 0.195751105704705, 0.551153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 150, '2021-05-23 00:00:00', 0.0198120010250206, 0.0481538461538471, 0.026262147372507, 0.0730961538461553, 0.030958340494182, 0.107673076923077, 0.0798404008969414, 0.207980769230769, 0.195332076218934, 0.550000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 165, '2021-05-23 00:00:00', 0.0200654793498293, 0.0577884615384614, 0.0279680380764566, 0.0906346153846158, 0.037738105614677, 0.114230769230769, 0.0812022072454813, 0.204461538461539, 0.196651571019951, 0.548903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 180, '2021-05-23 00:00:00', 0.0287585438809734, 0.0679230769230777, 0.0317589296951979, 0.0805192307692315, 0.0441322313751963, 0.11192307692308, 0.0815350443768696, 0.195788461538463, 0.201921355597058, 0.552576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 195, '2021-05-23 00:00:00', 0.0178224145821619, 0.048538461538461, 0.0349762996679404, 0.0751923076923054, 0.0484490057054443, 0.109615384615385, 0.0742876426207863, 0.185423076923077, 0.211379295434679, 0.555942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 210, '2021-05-23 00:00:00', 0.0255984675022059, 0.0558076923076888, 0.0283923608360801, 0.0781153846153843, 0.0416366009475036, 0.108557692307692, 0.0671798418712493, 0.180365384615385, 0.215908509826232, 0.563269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 225, '2021-05-23 00:00:00', 0.0220714660905104, 0.0515192307692314, 0.0320101005693759, 0.0769423076923083, 0.0458063818193989, 0.10326923076923, 0.0653637543644423, 0.177903846153846, 0.223191643247197, 0.568519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 240, '2021-05-23 00:00:00', 0.0221475471814349, 0.0525769230769227, 0.0315476440666159, 0.0705769230769234, 0.0547087146763511, 0.100788461538462, 0.0575114303020233, 0.169230769230768, 0.230108503670633, 0.571788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 255, '2021-05-23 00:00:00', 0.0179959824576327, 0.0428461538461535, 0.0222941610154903, 0.0600192307692299, 0.0421310638182982, 0.0899423076923086, 0.0510476285895363, 0.160903846153847, 0.234629413199754, 0.573307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 270, '2021-05-23 00:00:00', 0.0164824498739157, 0.0386346153846157, 0.034893640593181, 0.0638846153846154, 0.0377302419001802, 0.0853653846153845, 0.0537641716559087, 0.157884615384616, 0.234945320152452, 0.570288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 285, '2021-05-23 00:00:00', 0.0254581783746167, 0.0471730769230781, 0.0271824391841494, 0.062250000000001, 0.0332983540826771, 0.0849038461538444, 0.0517093839125473, 0.151403846153845, 0.235660489981799, 0.569942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 300, '2021-05-23 00:00:00', 0.0185408903611629, 0.0417692307692307, 0.0214977995296129, 0.0551538461538433, 0.0301738360937979, 0.0795961538461508, 0.049141021560403, 0.146999999999998, 0.235167316050639, 0.567557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 315, '2021-05-23 00:00:00', 0.0171254309322552, 0.0369038461538458, 0.0228136935936445, 0.0532307692307676, 0.0302693803143605, 0.0748461538461543, 0.0485963475993817, 0.150749999999999, 0.235554211464073, 0.566057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 330, '2021-05-23 00:00:00', 0.0169281854177727, 0.0397884615384591, 0.0208083193421799, 0.0526153846153828, 0.0299511461190731, 0.0723653846153836, 0.0540289843865882, 0.163134615384614, 0.235464614359322, 0.56523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 345, '2021-05-23 00:00:00', 0.0132310386824066, 0.0330961538461534, 0.0213119413980477, 0.0496730769230774, 0.029098480002596, 0.0666923076923058, 0.0800942353634868, 0.17855769230769, 0.235177985789486, 0.565250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 360, '2021-05-23 00:00:00', 0.0164945795292314, 0.0348653846153855, 0.0217381355792424, 0.0480576923076922, 0.0258686326242071, 0.0653846153846149, 0.0894314283941366, 0.182903846153844, 0.241831295296154, 0.570846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 375, '2021-05-23 00:00:00', 0.014540249177845, 0.0313269230769234, 0.0159078234260324, 0.0438269230769214, 0.0199455894488352, 0.0655576923076922, 0.0994674144554974, 0.191057692307691, 0.24892292906718, 0.574769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 390, '2021-05-23 00:00:00', 0.00923929734257901, 0.0282307692307679, 0.0169471690397409, 0.0430576923076913, 0.0329539130395074, 0.0674038461538461, 0.0991828788730115, 0.198211538461538, 0.248450007353282, 0.574884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 405, '2021-05-23 00:00:00', 0.0130552082150571, 0.0315384615384613, 0.0167460328252572, 0.0480192307692305, 0.0414150474326193, 0.0743846153846158, 0.116747296130772, 0.219634615384614, 0.248586698233154, 0.575442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 420, '2021-05-23 00:00:00', 0.0116820210316812, 0.0340192307692298, 0.0231749948137083, 0.0480961538461534, 0.0398116140766057, 0.0732692307692308, 0.133003528004103, 0.22153846153846, 0.250513322998997, 0.576250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 435, '2021-05-23 00:00:00', 0.0160976347999905, 0.0325769230769234, 0.0322025858971241, 0.0520576923076927, 0.0350489822084221, 0.076865384615386, 0.130321242143581, 0.227384615384616, 0.250457339373702, 0.576173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 450, '2021-05-23 00:00:00', 0.0293379250485403, 0.0380769230769234, 0.0301686286371473, 0.0528846153846148, 0.0297037228953896, 0.0768653846153843, 0.130274957744704, 0.235230769230769, 0.250321682271801, 0.575230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 465, '2021-05-23 00:00:00', 0.0123557678838677, 0.0347500000000003, 0.0178381182174139, 0.0534615384615396, 0.0244831888948628, 0.0719423076923074, 0.133895747332937, 0.243365384615385, 0.25012183800331, 0.573923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 480, '2021-05-23 00:00:00', 0.0172476196796936, 0.0395961538461554, 0.0235258695580319, 0.0565576923076918, 0.0216032404976655, 0.0759999999999994, 0.134033371275158, 0.24673076923077, 0.249214035288175, 0.573846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 495, '2021-05-23 00:00:00', 0.0135303220724636, 0.0350192307692302, 0.0166588969068732, 0.0478269230769235, 0.0193598712646712, 0.0877307692307689, 0.124726186257985, 0.251307692307693, 0.248374293386785, 0.569980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 510, '2021-05-23 00:00:00', 0.0122768074025781, 0.0330000000000013, 0.0201058353565487, 0.0557307692307697, 0.0358101027859256, 0.101211538461539, 0.129451761137261, 0.255538461538462, 0.248681371669421, 0.569269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 525, '2021-05-23 00:00:00', 0.0171889051873124, 0.0414615384615386, 0.0210349617395576, 0.0729807692307674, 0.0726160424106468, 0.115480769230767, 0.129818085737756, 0.255153846153847, 0.247572395783225, 0.568634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 540, '2021-05-23 00:00:00', 0.0233743531379018, 0.0594038461538456, 0.0404946910100565, 0.0809999999999992, 0.0837977992183944, 0.124365384615383, 0.129966423178629, 0.253865384615385, 0.247884129258937, 0.56719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 555, '2021-05-23 00:00:00', 0.0304989533237809, 0.0551153846153849, 0.0669079850357072, 0.086538461538461, 0.0779735877372298, 0.132403846153847, 0.121904718467398, 0.250403846153847, 0.245330480404259, 0.563769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 570, '2021-05-23 00:00:00', 0.0440052094818161, 0.0614615384615373, 0.0524114931611841, 0.0892692307692285, 0.0547911138219179, 0.130884615384615, 0.109685776723261, 0.24148076923077, 0.239843555581228, 0.555865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 585, '2021-05-23 00:00:00', 0.0241015878825763, 0.0525576923076907, 0.0360101321211759, 0.0880192307692318, 0.0731640517025842, 0.137038461538462, 0.103047852961622, 0.234000000000001, 0.236215960510714, 0.549500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 600, '2021-05-23 00:00:00', 0.0304154629196288, 0.073903846153847, 0.0363590428916917, 0.0980000000000001, 0.089086079807029, 0.138519230769231, 0.10626994111514, 0.233903846153846, 0.239968510754735, 0.551615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 615, '2021-05-23 00:00:00', 0.0191382118769254, 0.0603653846153864, 0.0671403037274592, 0.101096153846154, 0.0785942966221988, 0.128788461538463, 0.107542986038856, 0.233576923076923, 0.236843151603626, 0.547038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 630, '2021-05-23 00:00:00', 0.0485893665163638, 0.0754423076923061, 0.0604407942980927, 0.0935192307692291, 0.0594665904909218, 0.123846153846155, 0.102147276781351, 0.230384615384615, 0.234730342832267, 0.545423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 645, '2021-05-23 00:00:00', 0.0302122555367071, 0.0559038461538469, 0.0313565843901293, 0.0813461538461558, 0.0464981554638279, 0.116038461538464, 0.0987890857409788, 0.227288461538463, 0.237493291403227, 0.54621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 660, '2021-05-23 00:00:00', 0.0180634032912263, 0.0574423076923087, 0.0316416473362841, 0.0815769230769245, 0.0515442901411376, 0.116423076923079, 0.100902483387903, 0.232365384615386, 0.233872082886875, 0.552134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 675, '2021-05-23 00:00:00', 0.0238113095301029, 0.0544615384615394, 0.0390963356535933, 0.078288461538462, 0.0636368331900766, 0.110557692307693, 0.105929947824746, 0.240423076923077, 0.235809910406991, 0.547576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 690, '2021-05-23 00:00:00', 0.0309765171603364, 0.0592307692307711, 0.0336037372005881, 0.0801346153846176, 0.0621118253326534, 0.111173076923078, 0.119163894893351, 0.254576923076925, 0.238485988138634, 0.548442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 705, '2021-05-23 00:00:00', 0.0233147031852319, 0.0568461538461558, 0.0514698418045441, 0.0767692307692317, 0.058806962565278, 0.105173076923077, 0.133861818822476, 0.272057692307693, 0.237714311403738, 0.547576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 720, '2021-05-23 00:00:00', 0.0372866649704067, 0.0531538461538469, 0.0431668319965151, 0.0793461538461528, 0.0458043540086938, 0.102673076923076, 0.153193157358734, 0.275211538461538, 0.236868288620165, 0.553384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 735, '2021-05-23 00:00:00', 0.0248280316144107, 0.057134615384616, 0.0229821418965653, 0.070173076923078, 0.0379729711566214, 0.104442307692308, 0.167342582745694, 0.283999999999999, 0.240178331982395, 0.551365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 750, '2021-05-23 00:00:00', 0.0179949672451439, 0.047673076923075, 0.0310985344695502, 0.0696730769230756, 0.0494294407755589, 0.10751923076923, 0.179164668563693, 0.286461538461538, 0.239441363466008, 0.552442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 765, '2021-05-23 00:00:00', 0.0255531497381138, 0.0517884615384607, 0.0335866960841076, 0.0771153846153839, 0.0410649626061701, 0.107634615384614, 0.179124452868345, 0.295480769230769, 0.240295034200747, 0.55121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 780, '2021-05-23 00:00:00', 0.0229117118186645, 0.0520576923076927, 0.0375389643724216, 0.0729230769230764, 0.0455931506326915, 0.101846153846153, 0.172920881196707, 0.308634615384614, 0.238970456011101, 0.548826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 795, '2021-05-23 00:00:00', 0.0236824910981828, 0.0505961538461539, 0.0282390686815281, 0.0702500000000004, 0.0611155053975653, 0.11275, 0.16308439179196, 0.313673076923075, 0.238350160155503, 0.548826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 810, '2021-05-23 00:00:00', 0.0217559187349113, 0.0490000000000011, 0.0320474467961775, 0.0711730769230773, 0.0637784416192839, 0.117980769230769, 0.158956152638198, 0.310038461538461, 0.234192909470278, 0.548326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 825, '2021-05-23 00:00:00', 0.0170953097481344, 0.0474807692307697, 0.0545235164507365, 0.0825769230769238, 0.0728852549190529, 0.118096153846154, 0.15056088469453, 0.3115, 0.223126731839864, 0.549038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 840, '2021-05-23 00:00:00', 0.0483610937078061, 0.0638461538461526, 0.0516899372739451, 0.086519230769229, 0.0695630206801979, 0.129076923076923, 0.149193963839538, 0.313826923076922, 0.219897780448448, 0.548423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 855, '2021-05-23 00:00:00', 0.0305487063807696, 0.0567115384615392, 0.0628134111108808, 0.0907307692307696, 0.0698752542309947, 0.143134615384616, 0.140053721835585, 0.30675, 0.214048359920406, 0.548903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 870, '2021-05-23 00:00:00', 0.0565907202232342, 0.064480769230771, 0.0555228019687534, 0.0933076923076935, 0.0822037337725833, 0.146576923076925, 0.137255708862635, 0.306480769230769, 0.211532140674797, 0.550442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 885, '2021-05-23 00:00:00', 0.0264635671181233, 0.0595961538461531, 0.0355146611112391, 0.0961346153846147, 0.0956465388010217, 0.160403846153846, 0.133443188718585, 0.305730769230769, 0.208514603805106, 0.548 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 900, '2021-05-23 00:00:00', 0.0264956382477168, 0.067673076923077, 0.0458082290222395, 0.100923076923078, 0.0953635493176604, 0.15555769230769, 0.115841730557089, 0.305442307692306, 0.199358637018432, 0.542384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 915, '2021-05-23 00:00:00', 0.0359487883608807, 0.0738461538461528, 0.0784646343657693, 0.118826923076922, 0.0899832548524787, 0.156615384615382, 0.115093159590895, 0.304846153846153, 0.19715666652144, 0.541134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 930, '2021-05-23 00:00:00', 0.074289374434344, 0.0841346153846154, 0.0795284951351497, 0.106192307692305, 0.0934154759868315, 0.154865384615383, 0.102472242020046, 0.297903846153844, 0.189165374331969, 0.540826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 945, '2021-05-23 00:00:00', 0.0308308848646669, 0.0667115384615362, 0.049348369157061, 0.0976923076923057, 0.0641800622048249, 0.155596153846153, 0.084986152718228, 0.275884615384614, 0.192230287575966, 0.538711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 960, '2021-05-23 00:00:00', 0.0345653505918643, 0.0737884615384619, 0.0514364619252205, 0.107019230769231, 0.052966593245177, 0.17, 0.0850207124085738, 0.270307692307691, 0.195395134180813, 0.54496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 975, '2021-05-23 00:00:00', 0.0374592291185192, 0.0725769230769226, 0.0457049904698152, 0.121384615384616, 0.0518950901783117, 0.171403846153844, 0.081249163309301, 0.264442307692308, 0.195993383915022, 0.548057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 990, '2021-05-23 00:00:00', 0.0268029562089417, 0.0845384615384618, 0.0381409380304958, 0.121865384615384, 0.0489813190449637, 0.15998076923077, 0.084151063798751, 0.255692307692308, 0.191517105080619, 0.540807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1005, '2021-05-23 00:00:00', 0.0236736140037817, 0.0784999999999988, 0.0318003205112049, 0.111096153846153, 0.0442257147613672, 0.150576923076925, 0.0845493665536013, 0.242846153846155, 0.188259975729144, 0.53896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1020, '2021-05-23 00:00:00', 0.0302544148081669, 0.0814807692307691, 0.0355271510473093, 0.108461538461541, 0.0432108827104367, 0.154903846153846, 0.0834036362424425, 0.233942307692308, 0.192694820496436, 0.539076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1035, '2021-05-23 00:00:00', 0.0282144262063543, 0.0755769230769248, 0.0340602463968671, 0.111596153846155, 0.050511765575342, 0.155038461538462, 0.0906057648021612, 0.22523076923077, 0.201478459432724, 0.547519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1050, '2021-05-23 00:00:00', 0.0285392105437683, 0.0709423076923081, 0.0322146466927458, 0.108211538461538, 0.0532304749324889, 0.145211538461539, 0.0827810945529504, 0.21198076923077, 0.201008603910761, 0.542673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1065, '2021-05-23 00:00:00', 0.0255622091858574, 0.0885576923076921, 0.0424168190516643, 0.114557692307692, 0.0490433128821998, 0.142057692307692, 0.0888779132379823, 0.202288461538461, 0.202765382609099, 0.548596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1080, '2021-05-23 00:00:00', 0.0451778706890878, 0.0769999999999993, 0.0516253701793376, 0.0993269230769218, 0.048029354005167, 0.126673076923075, 0.0905835865587483, 0.185384615384615, 0.205100707908615, 0.547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1095, '2021-05-23 00:00:00', 0.02724667940248, 0.0578076923076907, 0.0309464052839735, 0.0764999999999985, 0.0349937631805796, 0.107211538461539, 0.0841410811581437, 0.167692307692308, 0.21078180570292, 0.544019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1110, '2021-05-23 00:00:00', 0.0220756740466825, 0.0546538461538437, 0.0239018908167398, 0.0760961538461532, 0.0338172520832411, 0.0990576923076914, 0.0797028447518542, 0.161211538461539, 0.209856526080226, 0.543192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1125, '2021-05-23 00:00:00', 0.022102636459514, 0.0499423076923089, 0.0290675870237737, 0.0752692307692305, 0.034595153062021, 0.0912692307692299, 0.0758460282414304, 0.153, 0.203039451452553, 0.538673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1140, '2021-05-23 00:00:00', 0.0249952072328965, 0.0529038461538457, 0.0269047608026189, 0.0651153846153845, 0.0283281933497638, 0.0855576923076914, 0.0716402363308387, 0.150288461538463, 0.202367978806316, 0.535173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1155, '2021-05-23 00:00:00', 0.0155637769788113, 0.0388653846153833, 0.0188118722742206, 0.0514423076923063, 0.0324103971921681, 0.0785769230769222, 0.0690274109433235, 0.14371153846154, 0.202800838262567, 0.534500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1170, '2021-05-23 00:00:00', 0.0156034143206404, 0.0360576923076912, 0.0222924961503968, 0.0556538461538452, 0.0345801187878927, 0.0757692307692307, 0.0661024845337785, 0.142038461538463, 0.200087258849348, 0.533865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1185, '2021-05-23 00:00:00', 0.0131696182994738, 0.0396730769230756, 0.0261216090916798, 0.0575384615384614, 0.0407307481658997, 0.0765769230769236, 0.0655255557896189, 0.13896153846154, 0.200624138627433, 0.532750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1200, '2021-05-23 00:00:00', 0.025653137459939, 0.0422884615384618, 0.0305703287519138, 0.0537500000000003, 0.0377706846030716, 0.0727692307692295, 0.0623474014016497, 0.142538461538462, 0.203628349242889, 0.531269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1215, '2021-05-23 00:00:00', 0.0155883092288877, 0.0333461538461535, 0.0253709782716705, 0.0505576923076921, 0.0315922641456144, 0.0678653846153835, 0.055363446007688, 0.139865384615385, 0.200433788223288, 0.52471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1230, '2021-05-23 00:00:00', 0.0118136980466953, 0.0357115384615395, 0.0154157262360436, 0.0482307692307683, 0.0304571072923132, 0.0653461538461554, 0.0467834783460338, 0.133923076923077, 0.200923625941644, 0.52221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1245, '2021-05-23 00:00:00', 0.0136909992892569, 0.030788461538461, 0.0215189093947274, 0.0467884615384619, 0.0341494002650345, 0.0628076923076938, 0.0460507454211774, 0.131365384615385, 0.199129502701516, 0.526173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1260, '2021-05-23 00:00:00', 0.0203563635863972, 0.035692307692307, 0.029835188310761, 0.0459615384615393, 0.0355035426184701, 0.0656923076923082, 0.0482438039066631, 0.130269230769231, 0.198935180784711, 0.525615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1275, '2021-05-23 00:00:00', 0.0147880539105576, 0.0295576923076935, 0.0193433848760117, 0.0414423076923088, 0.0272063411726008, 0.0612499999999995, 0.0592121219398144, 0.129346153846154, 0.198813833484028, 0.526903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1290, '2021-05-23 00:00:00', 0.0131967944825785, 0.027653846153847, 0.0167970693414504, 0.040692307692308, 0.0204482555208533, 0.0581346153846142, 0.0632618885148187, 0.132442307692309, 0.200667345279539, 0.533788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1305, '2021-05-23 00:00:00', 0.0119466924936758, 0.0342115384615378, 0.0166440217957813, 0.0482115384615364, 0.0179913761392663, 0.0589807692307699, 0.0619360122657611, 0.135019230769231, 0.200667900158061, 0.534615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1320, '2021-05-23 00:00:00', 0.0170571099545033, 0.0352499999999978, 0.0160675018401922, 0.0437307692307687, 0.0255306452357498, 0.0660769230769249, 0.0625371059082876, 0.132480769230771, 0.200790511766328, 0.534480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1335, '2021-05-23 00:00:00', 0.0115786275259471, 0.0257692307692319, 0.012322353047019, 0.0344038461538492, 0.0278423031761717, 0.0645769230769259, 0.0571225975761449, 0.137134615384616, 0.201007520907895, 0.534711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1350, '2021-05-23 00:00:00', 0.0104189177054952, 0.0244230769230788, 0.0235315827052796, 0.0486538461538478, 0.0311825456601329, 0.0661346153846169, 0.0548600912812282, 0.13948076923077, 0.201271929526657, 0.535019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1365, '2021-05-23 00:00:00', 0.0199189897797589, 0.0366153846153845, 0.0252574512996434, 0.0486730769230781, 0.03158819156194, 0.0589230769230779, 0.0538777676426371, 0.139576923076923, 0.201570393315928, 0.53471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1380, '2021-05-23 00:00:00', 0.0135928289917879, 0.0302500000000007, 0.0211882859509341, 0.0397884615384602, 0.0309421793275533, 0.0665384615384622, 0.0543753514577513, 0.153826923076922, 0.202611553319303, 0.533692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1395, '2021-05-23 00:00:00', 0.013016158596736, 0.0244038461538463, 0.0139275046083412, 0.0326538461538468, 0.0345960480179666, 0.0805576923076933, 0.0539327216218355, 0.167038461538461, 0.204054431840736, 0.532634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1410, '2021-05-23 00:00:00', 0.00822222597597454, 0.0217500000000006, 0.0246861608692294, 0.0520576923076927, 0.0352931241941625, 0.0787307692307691, 0.0609866694135199, 0.183923076923075, 0.204574971211419, 0.532826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 2, 1425, '2021-05-23 00:00:00', 0.0241520902105478, 0.0452115384615384, 0.0357141913185567, 0.0717884615384616, 0.0360372510263816, 0.0762115384615389, 0.0712884740926741, 0.199057692307691, 0.206423206059781, 0.533500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 0, '2021-05-23 00:00:00', 0.0372601044632916, 0.057653846153846, 0.0378663896026338, 0.0622115384615387, 0.0350345379040999, 0.0711730769230768, 0.083743307424903, 0.212692307692306, 0.211526413153388, 0.535288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 15, '2021-05-23 00:00:00', 0.0188690629990319, 0.0283076923076941, 0.0192994718939306, 0.0404807692307696, 0.0373042222811332, 0.06525, 0.0807889463116971, 0.218923076923075, 0.208692154583287, 0.536346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 30, '2021-05-23 00:00:00', 0.0165665209197537, 0.0320192307692301, 0.0184092054731818, 0.0403269230769211, 0.0443749972914417, 0.0740961538461524, 0.0834479685884504, 0.220788461538461, 0.208802800784337, 0.536019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 45, '2021-05-23 00:00:00', 0.0128923948959777, 0.0274230769230767, 0.0326180695556703, 0.0505384615384618, 0.0392748696320599, 0.0758461538461542, 0.0865788591178829, 0.224826923076921, 0.208998771619502, 0.53544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 60, '2021-05-23 00:00:00', 0.0272514854923278, 0.0427115384615385, 0.0357750450195931, 0.0585769230769224, 0.0391401475961218, 0.077634615384615, 0.0884306877642708, 0.228442307692307, 0.208998771619502, 0.53544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 75, '2021-05-23 00:00:00', 0.0280716733764459, 0.0363269230769227, 0.0289157662610125, 0.0521923076923077, 0.0383999198717117, 0.0819230769230757, 0.0871863014116695, 0.224365384615384, 0.208592146212502, 0.534788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 90, '2021-05-23 00:00:00', 0.012765714298008, 0.0362884615384615, 0.0224586543195743, 0.0501346153846148, 0.0289507074445249, 0.079711538461537, 0.0839193683521, 0.223403846153845, 0.205444419771829, 0.532980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 105, '2021-05-23 00:00:00', 0.0197533638810047, 0.0361538461538461, 0.022669498314831, 0.0648846153846153, 0.0299001736552718, 0.0814038461538451, 0.0779807890543467, 0.226288461538461, 0.200940099187638, 0.531288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 120, '2021-05-23 00:00:00', 0.0196118978801522, 0.0550576923076918, 0.0277720113672847, 0.0662692307692296, 0.034941929848514, 0.106461538461536, 0.0972847703315476, 0.232942307692307, 0.199959304513537, 0.53221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 135, '2021-05-23 00:00:00', 0.0151191803807132, 0.040480769230769, 0.0235377029792283, 0.0582115384615371, 0.0366619484143777, 0.12103846153846, 0.112961942195659, 0.233596153846153, 0.200364084951523, 0.534557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 150, '2021-05-23 00:00:00', 0.0186902792504966, 0.0439423076923076, 0.0370936496742219, 0.084826923076922, 0.0528606149735768, 0.13476923076923, 0.113359340153338, 0.232500000000001, 0.2011412477302, 0.533692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 165, '2021-05-23 00:00:00', 0.0324438923966619, 0.0676153846153823, 0.036223664173491, 0.100576923076922, 0.0640509923060111, 0.146019230769229, 0.116624745032288, 0.228365384615385, 0.198638016347478, 0.532807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 180, '2021-05-23 00:00:00', 0.0343927988884989, 0.0672692307692306, 0.0515959897070143, 0.096615384615383, 0.0830843338931102, 0.139557692307692, 0.121404278533147, 0.213326923076924, 0.194087347505029, 0.524538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 195, '2021-05-23 00:00:00', 0.0390144795606035, 0.0564807692307684, 0.0447765563660263, 0.0844999999999996, 0.0717778838876185, 0.13026923076923, 0.0975697166921391, 0.19001923076923, 0.199102474581846, 0.521653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 210, '2021-05-23 00:00:00', 0.0283679667664327, 0.053192307692307, 0.0515139749522832, 0.0879807692307679, 0.0690928722807198, 0.114249999999999, 0.0925410428695519, 0.18026923076923, 0.199548306278105, 0.517442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 225, '2021-05-23 00:00:00', 0.0430818228669415, 0.0652884615384606, 0.0617681147518705, 0.0894999999999983, 0.0628407878323038, 0.103230769230768, 0.0756066872296775, 0.165865384615385, 0.200825593105443, 0.515826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 240, '2021-05-23 00:00:00', 0.040317361215545, 0.057980769230769, 0.041927318063526, 0.0714999999999998, 0.0471599406276123, 0.0930000000000002, 0.0720019123677648, 0.163153846153847, 0.201269669846201, 0.515000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 255, '2021-05-23 00:00:00', 0.0235224606248175, 0.0418846153846164, 0.03609603110507, 0.0622115384615382, 0.0416151830650573, 0.0862115384615391, 0.069373229707142, 0.15875, 0.203757465177067, 0.511769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 270, '2021-05-23 00:00:00', 0.0223986349171933, 0.0441730769230763, 0.0233119398262236, 0.0569423076923085, 0.0370813295338761, 0.0817500000000001, 0.0674470162423799, 0.152499999999998, 0.203516825991213, 0.511461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 285, '2021-05-23 00:00:00', 0.0194898395620342, 0.0409230769230772, 0.0260335656117532, 0.0589423076923087, 0.0365559002919348, 0.0864230769230769, 0.06384998343473, 0.146596153846153, 0.205358650620359, 0.514846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 300, '2021-05-23 00:00:00', 0.0190761631362277, 0.0395000000000011, 0.0266135592971246, 0.0566923076923084, 0.0497405731308439, 0.0847692307692305, 0.0641490721798719, 0.142711538461537, 0.20860235727704, 0.51828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 315, '2021-05-23 00:00:00', 0.017520273970461, 0.0385000000000013, 0.0251787532531827, 0.0574807692307699, 0.0634381952405997, 0.0797692307692312, 0.0588682394452608, 0.14501923076923, 0.208787938975262, 0.518288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 330, '2021-05-23 00:00:00', 0.0174952411111842, 0.038711538461538, 0.038874947439986, 0.0561923076923071, 0.0520452318070169, 0.0783846153846147, 0.057751896405759, 0.149192307692308, 0.208780760976306, 0.518615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 345, '2021-05-23 00:00:00', 0.0359780542083015, 0.0420961538461543, 0.0529604678401355, 0.0568653846153839, 0.0511960072060893, 0.0778653846153858, 0.0572372827662325, 0.155442307692309, 0.208082446677715, 0.518230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 360, '2021-05-23 00:00:00', 0.0242491554174877, 0.0376923076923073, 0.0258154694231672, 0.0524615384615381, 0.0314643387882953, 0.0697692307692316, 0.0596979093822837, 0.162903846153848, 0.207985147398705, 0.517192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 375, '2021-05-23 00:00:00', 0.0186289683433755, 0.0360384615384598, 0.0208278659492522, 0.0474999999999994, 0.027697826907261, 0.0675192307692318, 0.0610110362021628, 0.16744230769231, 0.207825740613472, 0.514961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 390, '2021-05-23 00:00:00', 0.0157663834202353, 0.0333269230769232, 0.0254219469084386, 0.0456538461538461, 0.0283909045565377, 0.0667115384615394, 0.0595044406875536, 0.171538461538463, 0.207623220133157, 0.515307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 405, '2021-05-23 00:00:00', 0.015708118919846, 0.0322500000000004, 0.0206151270075745, 0.0487884615384622, 0.0262011229941354, 0.0671730769230779, 0.0616153358782126, 0.192019230769231, 0.207457947546002, 0.515499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 420, '2021-05-23 00:00:00', 0.0178917256337639, 0.034076923076924, 0.0184685179114668, 0.0466153846153869, 0.0256286198193763, 0.0666153846153868, 0.0658669200270241, 0.203365384615386, 0.2077301217001, 0.515711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 435, '2021-05-23 00:00:00', 0.0142567123192498, 0.0319230769230769, 0.0169435374564604, 0.0457884615384621, 0.0235981746360567, 0.0724230769230773, 0.064931620837737, 0.206153846153848, 0.207319279039693, 0.51578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 450, '2021-05-23 00:00:00', 0.016003953838398, 0.0319423076923077, 0.0202852068114817, 0.0484807692307701, 0.031385763553659, 0.0791153846153842, 0.0690220143254215, 0.212038461538462, 0.204740527159471, 0.51928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 465, '2021-05-23 00:00:00', 0.0161429670325922, 0.035846153846155, 0.022682261791981, 0.0557499999999995, 0.0306275140255383, 0.0767692307692306, 0.0712092582571857, 0.219961538461538, 0.203019333107426, 0.520519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 480, '2021-05-23 00:00:00', 0.0197485442501471, 0.0437500000000001, 0.0271844412514563, 0.0629230769230768, 0.0289871589607441, 0.0768461538461535, 0.0853815328618932, 0.235115384615385, 0.203019333107426, 0.520519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 495, '2021-05-23 00:00:00', 0.0147016482592402, 0.0380384615384617, 0.0186452716216792, 0.0481153846153832, 0.0317190066776283, 0.0868461538461548, 0.0890207581669326, 0.233846153846154, 0.202027348681767, 0.518980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 510, '2021-05-23 00:00:00', 0.0113139804598617, 0.0326153846153835, 0.0160020671741538, 0.0506153846153847, 0.0419829864807908, 0.100865384615386, 0.0863978365113744, 0.235615384615385, 0.20160203753549, 0.516807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 525, '2021-05-23 00:00:00', 0.0132044864170675, 0.0390384615384616, 0.0276232065202726, 0.0716923076923079, 0.0485649960995978, 0.110326923076923, 0.0858205372587741, 0.237769230769231, 0.201646920097022, 0.515903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 540, '2021-05-23 00:00:00', 0.0249557531520225, 0.0590192307692311, 0.0394737303103651, 0.0823461538461552, 0.0523246228256467, 0.112884615384617, 0.0852244750869503, 0.235134615384617, 0.202862844912895, 0.516076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 555, '2021-05-23 00:00:00', 0.0262195464374326, 0.0557307692307692, 0.0369510486995979, 0.0814999999999994, 0.048507588621227, 0.111115384615387, 0.0841385144591035, 0.229019230769232, 0.201588655816358, 0.517615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 570, '2021-05-23 00:00:00', 0.0214281267353114, 0.0517307692307692, 0.0290065775034154, 0.074692307692308, 0.0336596368644445, 0.109365384615385, 0.0801633620514053, 0.22426923076923, 0.202543529984202, 0.515192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 585, '2021-05-23 00:00:00', 0.0258000670839925, 0.0547115384615395, 0.0305018095301813, 0.082096153846154, 0.042164896081202, 0.124038461538461, 0.0768938954264008, 0.223134615384616, 0.197625609520784, 0.515307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 600, '2021-05-23 00:00:00', 0.027860124523439, 0.069057692307693, 0.028867655576122, 0.0888076923076933, 0.0501910695396953, 0.139788461538462, 0.0723378106259367, 0.221326923076924, 0.193971647412708, 0.520999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 615, '2021-05-23 00:00:00', 0.0200300927452842, 0.0562307692307705, 0.0443260472131071, 0.0949615384615377, 0.0480582339058975, 0.129923076923077, 0.0782328182168713, 0.214576923076923, 0.192617261987041, 0.525980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 630, '2021-05-23 00:00:00', 0.0338269351029856, 0.0668076923076932, 0.0432254599121327, 0.0984038461538471, 0.0418333139237865, 0.121884615384616, 0.0761896949421954, 0.204519230769231, 0.189320600081936, 0.521980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 645, '2021-05-23 00:00:00', 0.0217324730441656, 0.0625961538461532, 0.0221135617977896, 0.0794807692307689, 0.0512419599697223, 0.118461538461538, 0.0711261933792017, 0.197153846153846, 0.188185927905192, 0.524788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 660, '2021-05-23 00:00:00', 0.0198635344286954, 0.0569999999999994, 0.0332120691686236, 0.0763076923076932, 0.0740607962316202, 0.123807692307693, 0.0714653654684454, 0.193961538461539, 0.187113043783286, 0.523634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 675, '2021-05-23 00:00:00', 0.0191488501361931, 0.0519615384615384, 0.0436479491103355, 0.083711538461537, 0.0671668416362174, 0.112769230769229, 0.0767838750099163, 0.20571153846154, 0.18739716872502, 0.522673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 690, '2021-05-23 00:00:00', 0.0383549014017553, 0.0599615384615384, 0.0650514707455089, 0.0885769230769235, 0.0619978535608606, 0.109923076923076, 0.0714630754575125, 0.214365384615385, 0.189466055413222, 0.518884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 705, '2021-05-23 00:00:00', 0.0352684648855706, 0.0607307692307684, 0.0329399278407525, 0.0746730769230749, 0.0321264149643506, 0.0969423076923071, 0.0995300978830792, 0.239596153846155, 0.188173934473892, 0.52001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 720, '2021-05-23 00:00:00', 0.0174734523910303, 0.0493076923076916, 0.0241590642330227, 0.0715961538461536, 0.0314759981817649, 0.0909615384615388, 0.107734274240623, 0.252923076923077, 0.197929276413416, 0.52603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 735, '2021-05-23 00:00:00', 0.0156110414573988, 0.0467307692307694, 0.0197198845370315, 0.0615769230769252, 0.0357784905301421, 0.0909038461538479, 0.136105068294257, 0.267480769230771, 0.199073438324036, 0.525423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 750, '2021-05-23 00:00:00', 0.0147584265369372, 0.0433653846153845, 0.0258611380557476, 0.061461538461539, 0.0401088566854689, 0.0899038461538453, 0.137444847680246, 0.270884615384617, 0.199983265646056, 0.529057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 765, '2021-05-23 00:00:00', 0.0198078170272388, 0.0469807692307711, 0.0304745606392283, 0.0681730769230767, 0.0339859303468146, 0.0937884615384617, 0.136167048143079, 0.289250000000001, 0.204962657949798, 0.532365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 780, '2021-05-23 00:00:00', 0.0237307006606682, 0.0473846153846159, 0.0271097768341996, 0.0649999999999994, 0.0301634776611632, 0.0866538461538456, 0.142054633314627, 0.294673076923077, 0.206447014062651, 0.53401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 795, '2021-05-23 00:00:00', 0.0175724544058641, 0.0418653846153839, 0.0210708329213624, 0.0614999999999996, 0.0295116991143402, 0.087596153846154, 0.153822755143703, 0.3105, 0.205673648325166, 0.53401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988140 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988140, 3, 810, '2021-05-23 00:00:00', 0.014818283924314, 0.0416923076923095, 0.0157181913228446, 0.0536923076923088, 0.0280217841083557, 0.0845961538461561, 0.1[...];
Date: 2021-05-23 17:08:52 Duration: 24s582ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1065, '2021-05-23 00:00:00', 0.11180787092151, 0.216999999999999, 0.118873882749753, 0.24, 0.0476480149988846, 0.290333333333332, 0.0882213126177545, 0.379999999999995, 0.238727878556319, 0.866999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1080, '2021-05-23 00:00:00', 0.0334065861769891, 0.100000000000004, 0.0124899959967995, 0.116000000000004, 0.0601082357085852, 0.158000000000001, 0.0915987627281792, 0.269666666666661, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1095, '2021-05-23 00:00:00', 0.0268576494379776, 0.0753333333333283, 0.0301053705064907, 0.12233333333333, 0.0526244556583056, 0.149333333333331, 0.0370045042303368, 0.280666666666662, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1110, '2021-05-23 00:00:00', 0.0156204993518097, 0.0830000000000031, 0.0190787840283369, 0.103999999999999, 0.042035699113969, 0.163000000000001, 0.0338279962949799, 0.287333333333327, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1125, '2021-05-23 00:00:00', 0.0112398102000546, 0.0526666666666671, 0.0161658075373076, 0.0836666666666683, 0.0387599449603984, 0.131333333333335, 0.0852818855326252, 0.270999999999996, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1140, '2021-05-23 00:00:00', 0.00900000000000745, 0.0689999999999979, 0.0180831413200333, 0.112, 0.0255016339345812, 0.146666666666666, 0.109550597138189, 0.287333333333332, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1155, '2021-05-23 00:00:00', 0.01404753833714, 0.0663333333333327, 0.0355293306063213, 0.0893333333333336, 0.0313421973277828, 0.118666666666665, 0.0960277737601691, 0.283333333333331, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1170, '2021-05-23 00:00:00', 0.0267644042215342, 0.0623333333333325, 0.0357957166897636, 0.105666666666664, 0.032036437588062, 0.11133333333333, 0.0889400547185241, 0.300333333333332, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1185, '2021-05-23 00:00:00', 0.0163986788085675, 0.0642499999999977, 0.0603130721043729, 0.102499999999999, 0.416586425606986, 0.299249999999997, 0.33481835871609, 0.445999999999998, 0.281500740081915, 0.932999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1200, '2021-05-23 00:00:00', 0.00404145188432499, 0.0406666666666714, 0.00461880215351445, 0.0453333333333366, 0.0407062648740967, 0.0770000000000077, 0.162247752937702, 0.289333333333341, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1215, '2021-05-23 00:00:00', 0.00650640709865039, 0.0353333333333315, 0.0298384539367151, 0.0556666666666672, 0.0601775151807862, 0.0956666666666687, 0.160726475728174, 0.286000000000006, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1230, '2021-05-23 00:00:00', 0.0120554275466836, 0.0403333333333317, 0.0197315314492646, 0.0583333333333371, 0.0374699879903918, 0.0870000000000033, 0.149502508340158, 0.293000000000006, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1245, '2021-05-23 00:00:00', 0.00577350269189921, 0.0423333333333365, 0.0249064917909668, 0.0673333333333327, 0.0320780298646877, 0.0850000000000032, 0.144983907152935, 0.290333333333336, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1260, '2021-05-23 00:00:00', 0.015176736583776, 0.0486666666666669, 0.0106926766215635, 0.054333333333337, 0.0219317121994637, 0.0859999999999985, 0.133717363619433, 0.283666666666671, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1275, '2021-05-23 00:00:00', 0.0174355957741628, 0.0460000000000017, 0.0273007936392527, 0.0596666666666673, 0.0175023807904316, 0.104666666666664, 0.13715805967325, 0.275333333333336, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1290, '2021-05-23 00:00:00', 0.00854400374531508, 0.0350000000000013, 0.0102143689640247, 0.0553333333333323, 0.0715984171147206, 0.10733333333333, 0.141987088614893, 0.266333333333336, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1305, '2021-05-23 00:00:00', 0.0112694276695811, 0.0509999999999972, 0.0268514431642003, 0.0799999999999983, 0.0800020833062116, 0.11866666666666, 0.141170110150837, 0.264000000000001, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1320, '2021-05-23 00:00:00', 0.0340734500748079, 0.0689999999999979, 0.0715145672806088, 0.100666666666664, 0.106851922459703, 0.136666666666666, 0.141369492229871, 0.26166666666667, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1335, '2021-05-23 00:00:00', 0.0284487843911315, 0.049333333333332, 0.0260000000000012, 0.0769999999999982, 0.0431315816233718, 0.111333333333334, 0.093473703967116, 0.233333333333334, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1350, '2021-05-23 00:00:00', 0.00984885780179191, 0.0499999999999972, 0.0206639783197773, 0.0720000000000027, 0.0177857620959369, 0.102666666666669, 0.0848547779051528, 0.214333333333338, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1365, '2021-05-23 00:00:00', 0.019731531449268, 0.0556666666666719, 0.0198578280114707, 0.0773333333333331, 0.0260832002126472, 0.115666666666665, 0.0663651514978547, 0.218666666666669, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1380, '2021-05-23 00:00:00', 0.0143643076176116, 0.0573333333333323, 0.0120138808606273, 0.0746666666666679, 0.0828190799272721, 0.182000000000002, 0.0280416357107329, 0.24566666666667, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1395, '2021-05-23 00:00:00', 0.0069999999999979, 0.0380000000000062, 0.0360185137579679, 0.0676666666666677, 0.0815536633144122, 0.170000000000002, 0.0308922859842603, 0.24933333333333, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1410, '2021-05-23 00:00:00', 0.0301164406927431, 0.0539999999999973, 0.0942974018730062, 0.151000000000001, 0.0620429958442776, 0.171666666666667, 0.0297713508819005, 0.250666666666665, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 1, 1425, '2021-05-23 00:00:00', 0.0753768310999257, 0.108500000000003, 0.399517521518145, 0.331250000000004, 0.384546811194688, 0.350750000000001, 0.335235613661005, 0.422249999999998, 0.281500740081915, 0.932999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 0, '2021-05-23 00:00:00', 0.00450924975282972, 0.0716666666666631, 0.0158219257150709, 0.107333333333334, 0.054993939059987, 0.152666666666666, 0.0223681320930679, 0.268666666666666, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 15, '2021-05-23 00:00:00', 0.0202072594216338, 0.0646666666666723, 0.0453688586293784, 0.101333333333334, 0.0663023378170044, 0.141000000000001, 0.0280416357107247, 0.260666666666665, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 30, '2021-05-23 00:00:00', 0.0733303029676841, 0.0683333333333328, 0.0909138786618065, 0.110333333333334, 0.0719884249955089, 0.134666666666665, 0.0773132157741026, 0.256333333333335, 0.337196283095368, 0.903666666666661 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 45, '2021-05-23 00:00:00', 0.0450037035513031, 0.0836666666666683, 0.0372334974630852, 0.0926666666666686, 0.029816103031757, 0.107999999999999, 0.0335608899365503, 0.230666666666669, 0.29101202724286, 0.876999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 60, '2021-05-23 00:00:00', 0.0197315314492646, 0.0526666666666671, 0.0266270539113869, 0.0689999999999979, 0.0229128784747801, 0.0719999999999932, 0.0401497197997683, 0.224999999999999, 0.290434731623701, 0.87666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 75, '2021-05-23 00:00:00', 0.0253837218179975, 0.0516666666666623, 0.0147422295916672, 0.0633333333333278, 0.0419324854180296, 0.11633333333333, 0.0581406340981284, 0.225666666666664, 0.290434731623701, 0.87666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 90, '2021-05-23 00:00:00', 0.0133166562369591, 0.0466666666666669, 0.0120968315410839, 0.0486666666666669, 0.0442379927211905, 0.119, 0.0959235806949108, 0.236333333333334, 0.290434731623701, 0.87666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 105, '2021-05-23 00:00:00', 0.0128970280814399, 0.0453333333333319, 0.0377226722277169, 0.106999999999995, 0.0261023626006032, 0.12933333333333, 0.111840660465383, 0.24333333333333, 0.290434731623701, 0.87666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 120, '2021-05-23 00:00:00', 0.0211266025033222, 0.0846666666666636, 0.0263502055652973, 0.0943333333333338, 0.0415812457725807, 0.134, 0.10658799181897, 0.224999999999999, 0.272538682269754, 0.86633333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 135, '2021-05-23 00:00:00', 0.0124230967690663, 0.0536666666666671, 0.0257746645629638, 0.0723333333333329, 0.0531444572211669, 0.126666666666665, 0.10404005638856, 0.223333333333334, 0.269652245185044, 0.864666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 150, '2021-05-23 00:00:00', 0.0298663690461336, 0.0659999999999978, 0.0610982814815534, 0.118000000000004, 0.0447921124008767, 0.134333333333331, 0.10404005638856, 0.223333333333334, 0.269652245185044, 0.864666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 165, '2021-05-23 00:00:00', 0.0359212100761274, 0.0873333333333382, 0.0247857485933588, 0.107666666666669, 0.0158850034099272, 0.12133333333333, 0.109617516848363, 0.205000000000003, 0.269652245185044, 0.864666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 180, '2021-05-23 00:00:00', 0.0117898261225567, 0.070999999999998, 0.011015141094571, 0.0873333333333288, 0.0115902257671406, 0.110666666666665, 0.0959235806949106, 0.180333333333332, 0.263302107853315, 0.860999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 195, '2021-05-23 00:00:00', 0.0095393920141651, 0.0429999999999969, 0.0146401275040045, 0.0616666666666674, 0.01350308606702, 0.0913333333333336, 0.078869089847246, 0.155333333333336, 0.244251919132691, 0.849999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 210, '2021-05-23 00:00:00', 0.0223383079036929, 0.0570000000000022, 0.0192873015219866, 0.0830000000000031, 0.0285131548587676, 0.106000000000004, 0.0565066367783452, 0.172000000000007, 0.240211018342903, 0.847666666666664 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 225, '2021-05-23 00:00:00', 0.01965536398374, 0.0586666666666673, 0.0028867513459455, 0.0813333333333333, 0.0238117617995822, 0.111000000000004, 0.0571664237118246, 0.172000000000007, 0.251756496109509, 0.854333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 240, '2021-05-23 00:00:00', 0.00871779788707733, 0.0419999999999969, 0.0195021366350869, 0.0656666666666676, 0.0296704117486368, 0.0946666666666687, 0.0332615894589143, 0.163666666666671, 0.275425125941704, 0.868 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 255, '2021-05-23 00:00:00', 0.015176736583776, 0.0456666666666668, 0.011060440015361, 0.0663333333333327, 0.0352325606979346, 0.0886666666666637, 0.0259422435421433, 0.155000000000001, 0.283507201554626, 0.872666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 270, '2021-05-23 00:00:00', 0.0123423390543842, 0.051666666666667, 0.0289885034683356, 0.0706666666666678, 0.0440945952848369, 0.0946666666666687, 0.0155026879389739, 0.160333333333336, 0.282929908870269, 0.872333333333335 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 285, '2021-05-23 00:00:00', 0.011590225767148, 0.0473333333333367, 0.023288051299615, 0.0636666666666628, 0.0534509120595749, 0.0960000000000036, 0.0205507501890628, 0.174333333333337, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 300, '2021-05-23 00:00:00', 0.0135769412362783, 0.037666666666657, 0.0275136329843985, 0.0609999999999976, 0.0360970912955578, 0.0739999999999981, 0.0482804308182951, 0.191000000000003, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 315, '2021-05-23 00:00:00', 0.0249466096560912, 0.0416666666666714, 0.0283607710285409, 0.0633333333333373, 0.0265581123827265, 0.0653333333333326, 0.0471628384783296, 0.190333333333333, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 330, '2021-05-23 00:00:00', 0.011015141094571, 0.0503333333333368, 0.0106926766215655, 0.050666666666667, 0.0174355957741677, 0.0579999999999975, 0.0669029147347054, 0.201999999999998, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 345, '2021-05-23 00:00:00', 0.0043588989435403, 0.0319999999999917, 0.00655743852430514, 0.039999999999992, 0.0240069434400421, 0.0696666666666583, 0.0703775532396463, 0.198999999999998, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 360, '2021-05-23 00:00:00', 0.00624499799839863, 0.0339999999999966, 0.0158219257150771, 0.0456666666666668, 0.0201328918273926, 0.0763333333333331, 0.0681346705674382, 0.197666666666668, 0.296784995128349, 0.88033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 375, '2021-05-23 00:00:00', 0.011590225767148, 0.0306666666666662, 0.0210079350087858, 0.0526666666666623, 0.00458257569495756, 0.0699999999999979, 0.0580545720278149, 0.195666666666668, 0.294282743859259, 0.883333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 390, '2021-05-23 00:00:00', 0.00351188458428011, 0.0333333333333267, 0.0111504857891208, 0.0466666666666621, 0.048754486972997, 0.0839999999999985, 0.0496521231503025, 0.190666666666668, 0.294282743859259, 0.883333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 405, '2021-05-23 00:00:00', 0.00585946527707796, 0.0316666666666663, 0.0133166562369494, 0.0543333333333322, 0.0521664004253078, 0.0836666666666635, 0.0486038407261506, 0.198666666666668, 0.291585893577404, 0.886666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 420, '2021-05-23 00:00:00', 0.00888819441731246, 0.0419999999999969, 0.0468614980554453, 0.0689999999999979, 0.0627481739442209, 0.0876666666666637, 0.0533135379930181, 0.201666666666668, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 435, '2021-05-23 00:00:00', 0.0277848879789049, 0.0549999999999973, 0.0250266524596006, 0.0643333333333279, 0.0416693332480123, 0.0793333333333284, 0.0839186113644191, 0.220333333333334, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 450, '2021-05-23 00:00:00', 0.00723417813805927, 0.0366666666666665, 0.0140118997046657, 0.049333333333332, 0.0177857620959509, 0.0726666666666678, 0.133665004145936, 0.24966666666667, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 465, '2021-05-23 00:00:00', 0.0168621864932579, 0.0346666666666664, 0.0201328918273916, 0.0503333333333321, 0.0305122926047902, 0.0929999999999988, 0.143815854480648, 0.262, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 480, '2021-05-23 00:00:00', 0.0156204993518178, 0.0429999999999969, 0.0115470053838025, 0.0606666666666674, 0.0541479454827262, 0.12, 0.136019606429853, 0.287666666666667, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 495, '2021-05-23 00:00:00', 0.00416333199892484, 0.0476666666666669, 0.0171561456432798, 0.0736666666666631, 0.0531130868995605, 0.118, 0.152630272226709, 0.329000000000003, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 510, '2021-05-23 00:00:00', 0.00907377172587511, 0.0483333333333273, 0.044736264186157, 0.0826666666666635, 0.0531068106115701, 0.11666666666666, 0.148769396494481, 0.333666666666668, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 525, '2021-05-23 00:00:00', 0.0327159492195122, 0.0533333333333369, 0.0230289672658911, 0.0736666666666679, 0.0318171861316071, 0.122666666666665, 0.168145770092494, 0.353999999999999, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 540, '2021-05-23 00:00:00', 0.0140118997046556, 0.0586666666666721, 0.0230940107675886, 0.0783333333333331, 0.0320832251080461, 0.133666666666665, 0.152748158745033, 0.363, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 555, '2021-05-23 00:00:00', 0.00321455025366346, 0.0553333333333323, 0.0268514431641944, 0.115, 0.0645936013342879, 0.163666666666667, 0.131720664033145, 0.37533333333333, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 570, '2021-05-23 00:00:00', 0.0243378991150228, 0.106666666666669, 0.0340636658821865, 0.12166666666667, 0.0582752091373283, 0.164000000000001, 0.112654338576009, 0.384, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 585, '2021-05-23 00:00:00', 0.00757187779439898, 0.074333333333333, 0.0401123422402556, 0.118, 0.0160934769394298, 0.149999999999996, 0.0765005446603663, 0.398666666666666, 0.278857191647147, 0.904333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 600, '2021-05-23 00:00:00', 0.038353617821527, 0.113, 0.0232594066992222, 0.123, 0.025696951829612, 0.148333333333331, 0.0765005446603663, 0.398666666666666, 0.285112258593003, 0.932000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 615, '2021-05-23 00:00:00', 0.0256580071972388, 0.0736666666666679, 0.031643851430148, 0.117333333333335, 0.0251594912508192, 0.139000000000001, 0.0765005446603663, 0.398666666666666, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 630, '2021-05-23 00:00:00', 0.0105039675043928, 0.0736666666666679, 0.0160727512683202, 0.0903333333333336, 0.0546717477313513, 0.159000000000001, 0.0765005446603663, 0.398666666666666, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 645, '2021-05-23 00:00:00', 0.0175214154679406, 0.0629999999999977, 0.0283783955383893, 0.0873333333333288, 0.0614356031412811, 0.174666666666667, 0.0663048515067544, 0.391666666666666, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 660, '2021-05-23 00:00:00', 0.00802080627700642, 0.0703333333333281, 0.0376873099774104, 0.12633333333333, 0.0726659021366486, 0.183333333333332, 0.123005419934785, 0.444333333333333, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 675, '2021-05-23 00:00:00', 0.0245560583156183, 0.0720000000000027, 0.0314695620136821, 0.104333333333339, 0.114176763543789, 0.213666666666673, 0.127589184494612, 0.427000000000002, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 690, '2021-05-23 00:00:00', 0.0318171861316108, 0.0863333333333334, 0.0598080262172182, 0.152000000000001, 0.0842555636145178, 0.252000000000005, 0.139234813654249, 0.478666666666669, 0.283688209131087, 0.935000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 705, '2021-05-23 00:00:00', 0.0470141822574097, 0.125333333333335, 0.102014704822397, 0.187000000000007, 0.102040841496592, 0.250333333333335, 0.133245387662509, 0.484333333333334, 0.308432056267396, 0.935666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 720, '2021-05-23 00:00:00', 0.0722241880074359, 0.0966666666666687, 0.0424381903478434, 0.135, 0.0591945943477891, 0.176999999999997, 0.080018747803251, 0.494999999999995, 0.315569854918576, 0.881666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 735, '2021-05-23 00:00:00', 0.00702376916856629, 0.0776666666666633, 0.0255799400572645, 0.10266666666666, 0.0335111921602358, 0.149999999999991, 0.0663023378170023, 0.521999999999991, 0.311716217094968, 0.861999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 750, '2021-05-23 00:00:00', 0.0421465696508399, 0.0823333333333333, 0.0327414110874847, 0.101999999999999, 0.0544426303552679, 0.155000000000001, 0.0785005307837613, 0.50633333333333, 0.311090554876445, 0.846333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 765, '2021-05-23 00:00:00', 0.013228756555319, 0.0539999999999973, 0.0202566861389926, 0.0823333333333286, 0.0145716619962597, 0.160333333333336, 0.0617845719685211, 0.461666666666664, 0.310442157790036, 0.818666666666672 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 780, '2021-05-23 00:00:00', 0.0286181760425095, 0.0619999999999976, 0.0124230967690537, 0.0986666666666688, 0.0120554275466911, 0.153666666666666, 0.0386953916291467, 0.496333333333335, 0.308133629020482, 0.817333333333337 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 795, '2021-05-23 00:00:00', 0.00585946527708079, 0.0853333333333334, 0.0341174442184632, 0.137, 0.0200083315979411, 0.146333333333331, 0.0387341365378542, 0.515333333333331, 0.321984989298146, 0.825333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 810, '2021-05-23 00:00:00', 0.0175783958312424, 0.0870000000000033, 0.0327159492195056, 0.10733333333333, 0.0456106712659849, 0.155666666666666, 0.0854536911627167, 0.540333333333332, 0.320253545387608, 0.824333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 825, '2021-05-23 00:00:00', 0.0402781992315104, 0.0876666666666637, 0.0476550102297729, 0.101999999999999, 0.0431431724996348, 0.142333333333336, 0.0817088326518828, 0.544666666666662, 0.320830692629818, 0.824666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 840, '2021-05-23 00:00:00', 0.0102143689640409, 0.0563333333333323, 0.0501431284757289, 0.0983333333333386, 0.136111473922412, 0.198666666666673, 0.160207157559621, 0.601666666666669, 0.364118570431852, 0.849666666666674 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 855, '2021-05-23 00:00:00', 0.0419046536795092, 0.0840000000000032, 0.0239652526240163, 0.11666666666667, 0.132579535876895, 0.205333333333338, 0.167143650791769, 0.592999999999999, 0.391824365415599, 0.865666666666674 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 870, '2021-05-23 00:00:00', 0.0302654919008397, 0.0659999999999978, 0.152729608567987, 0.143666666666671, 0.136121269462194, 0.230000000000004, 0.196215018113634, 0.560333333333332, 0.419842827734384, 0.866000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 885, '2021-05-23 00:00:00', 0.123880318587462, 0.109333333333339, 0.099911627618272, 0.13833333333334, 0.110990990625357, 0.216000000000003, 0.204677795571479, 0.526000000000001, 0.428869832622133, 0.835333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 900, '2021-05-23 00:00:00', 0.0156311654502544, 0.0776666666666728, 0.0229999999999961, 0.135000000000005, 0.0374032084185358, 0.219999999999999, 0.263390078274287, 0.465333333333334, 0.513816114967212, 0.805000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 915, '2021-05-23 00:00:00', 0.0115325625946692, 0.0960000000000036, 0.0167431578064929, 0.116333333333335, 0.0584494083232149, 0.227666666666664, 0.265733575848696, 0.440333333333333, 0.515491997998028, 0.806000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 930, '2021-05-23 00:00:00', 0.0153079500042727, 0.0723333333333376, 0.0285832118559094, 0.140000000000001, 0.0402781992315146, 0.203666666666663, 0.264186171729964, 0.411333333333332, 0.50432661374682, 0.799333333333342 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 945, '2021-05-23 00:00:00', 0.0448367408866127, 0.12133333333333, 0.0675746500792545, 0.174666666666662, 0.0365558932777413, 0.206333333333329, 0.26374040266899, 0.404999999999996, 0.539889186160762, 0.825666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 960, '2021-05-23 00:00:00', 0.0104403065089066, 0.113999999999995, 0.0281128677536331, 0.144666666666661, 0.0255147016443468, 0.203000000000003, 0.20640736420971, 0.356999999999999, 0.476677039514174, 0.788000000000006 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 975, '2021-05-23 00:00:00', 0.0255342906696069, 0.0779999999999982, 0.0148436293854789, 0.123333333333335, 0.0675573830162206, 0.231999999999999, 0.20486092843683, 0.358999999999999, 0.480577083653948, 0.790333333333341 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 990, '2021-05-23 00:00:00', 0.037753587026054, 0.0946666666666687, 0.0150443787951954, 0.192666666666668, 0.125834547455512, 0.278666666666666, 0.192766698368779, 0.351999999999999, 0.468884136363487, 0.783333333333341 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1005, '2021-05-23 00:00:00', 0.0204205778566573, 0.126999999999995, 0.0505206228517941, 0.159333333333327, 0.109792228018808, 0.224333333333324, 0.142609022622452, 0.336333333333333, 0.428423855544946, 0.759000000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1020, '2021-05-23 00:00:00', 0.0314324672910002, 0.0860000000000033, 0.0946942448092797, 0.147000000000001, 0.143530484566866, 0.242, 0.0883402513014263, 0.305000000000002, 0.376869119633505, 0.727666666666674 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1035, '2021-05-23 00:00:00', 0.046500896048709, 0.0983333333333339, 0.0217791949652277, 0.141333333333326, 0.0877268487978397, 0.209999999999994, 0.0302379452564622, 0.275666666666666, 0.370886775175384, 0.724000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1050, '2021-05-23 00:00:00', 0.0285365263011005, 0.11866666666666, 0.0879336871360005, 0.209666666666664, 0.0877268487978397, 0.209999999999994, 0.0302379452564622, 0.275666666666666, 0.370886775175384, 0.724000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1065, '2021-05-23 00:00:00', 0.0883572294721745, 0.156000000000001, 0.0841803619220815, 0.163333333333332, 0.0758836829188775, 0.188666666666663, 0.0431547602627227, 0.235666666666669, 0.342248934743894, 0.706333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1080, '2021-05-23 00:00:00', 0.029365512652312, 0.0833333333333333, 0.0528488410468915, 0.111000000000004, 0.0315013227235526, 0.13866666666667, 0.0117898261225567, 0.183000000000007, 0.305339155694122, 0.673000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1095, '2021-05-23 00:00:00', 0.0327159492195063, 0.0703333333333376, 0.0329595711946208, 0.101666666666669, 0.0447921124008793, 0.13566666666667, 0.0117898261225567, 0.183000000000007, 0.305339155694122, 0.673000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1110, '2021-05-23 00:00:00', 0.0335608899365503, 0.0746666666666632, 0.0316069612585527, 0.117, 0.0366606055596404, 0.125, 0.0145716619962685, 0.172333333333337, 0.298369457775643, 0.668666666666672 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1125, '2021-05-23 00:00:00', 0.0370405183549012, 0.0650000000000025, 0.0381182371050934, 0.0730000000000028, 0.0375277674973285, 0.0736666666666679, 0.0293655126523197, 0.12666666666667, 0.296230203276665, 0.667333333333341 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1140, '2021-05-23 00:00:00', 0.0155241746962559, 0.044999999999997, 0.0147986485869445, 0.0510000000000019, 0.0351330803280028, 0.101333333333329, 0.0289194283023269, 0.126333333333335, 0.29615255077972, 0.667666666666671 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1155, '2021-05-23 00:00:00', 0.00950438495291796, 0.0383333333333364, 0.00763762615825899, 0.047333333333332, 0.0165025250593193, 0.104333333333334, 0.0255342906696113, 0.124, 0.295061010640174, 0.673000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1170, '2021-05-23 00:00:00', 0.013747727084868, 0.0390000000000015, 0.0295014123955763, 0.096666666666664, 0.0174355957741644, 0.105999999999999, 0.0255342906696113, 0.124, 0.293603474093889, 0.686000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1185, '2021-05-23 00:00:00', 0.0225018517756582, 0.0886666666666637, 0.00960902353693555, 0.0963333333333338, 0.0328836332137094, 0.110666666666669, 0.0237135685491186, 0.12166666666667, 0.293517177237269, 0.692333333333342 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1200, '2021-05-23 00:00:00', 0.0102143689640277, 0.054333333333337, 0.0177857620959306, 0.0626666666666675, 0.0245560583156165, 0.0760000000000029, 0.0190875177362937, 0.121333333333335, 0.293517177237269, 0.692333333333342 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1215, '2021-05-23 00:00:00', 0.010503967504393, 0.0386666666666618, 0.0263881286440218, 0.0566666666666672, 0.0235017729827615, 0.0816666666666682, 0.05480875842418, 0.178000000000007, 0.293869018441892, 0.699000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1230, '2021-05-23 00:00:00', 0.0102143689640379, 0.0413333333333365, 0.0200000000000031, 0.0610000000000023, 0.02542308662089, 0.080333333333338, 0.05480875842418, 0.178000000000007, 0.293869018441892, 0.699000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1245, '2021-05-23 00:00:00', 0.00404145188433027, 0.0376666666666713, 0.00208166599946811, 0.056333333333337, 0.00802080627700642, 0.0656666666666676, 0.053113086899559, 0.177000000000007, 0.295411577295138, 0.698000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1260, '2021-05-23 00:00:00', 0.00832666399785878, 0.0396666666666666, 0.0141067359796607, 0.0490000000000019, 0.0230651251893384, 0.0810000000000031, 0.0510979451641663, 0.182000000000002, 0.295411577295138, 0.698000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1275, '2021-05-23 00:00:00', 0.00299999999999301, 0.0309999999999964, 0.0160104132780286, 0.049333333333332, 0.0261023626006088, 0.0756666666666632, 0.0505008250757677, 0.186666666666672, 0.295474759215291, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1290, '2021-05-23 00:00:00', 0.0151767365837773, 0.0473333333333272, 0.0260000000000012, 0.070999999999998, 0.0212210587231979, 0.0766666666666633, 0.0534820842276465, 0.196666666666673, 0.295652385976055, 0.700333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1305, '2021-05-23 00:00:00', 0.0185022521151736, 0.0566666666666672, 0.011676186592096, 0.0646666666666628, 0.0145716619962654, 0.0736666666666679, 0.0542862781925552, 0.198000000000003, 0.295994932389055, 0.703000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1320, '2021-05-23 00:00:00', 0.0115325625946747, 0.0420000000000016, 0.0137961347243873, 0.0563333333333323, 0.0192959408512038, 0.0746666666666727, 0.0444672163884049, 0.194333333333333, 0.306100201459154, 0.700666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1335, '2021-05-23 00:00:00', 0.0105356537528531, 0.0400000000000015, 0.0130000000000052, 0.0480000000000018, 0.018876793513027, 0.0736666666666679, 0.0389999999999944, 0.181999999999997, 0.314073770527459, 0.695666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1350, '2021-05-23 00:00:00', 0.00458257569495601, 0.0310000000000012, 0.00624499799840091, 0.0510000000000019, 0.0130511813003044, 0.0633333333333326, 0.0520032050294307, 0.190333333333333, 0.318199622878472, 0.710000000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1365, '2021-05-23 00:00:00', 0.0188237438713308, 0.0426666666666714, 0.0195192212959439, 0.0579999999999975, 0.0190087699058426, 0.0583333333333324, 0.0574543296888825, 0.189000000000002, 0.318317975196712, 0.710333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1380, '2021-05-23 00:00:00', 0.00200000000000244, 0.0399999999999968, 0.00450924975282289, 0.042666666666662, 0.0109696551146041, 0.0746666666666679, 0.0446579593502977, 0.205666666666668, 0.318317975196712, 0.710333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1395, '2021-05-23 00:00:00', 0.0111504857891208, 0.0326666666666663, 0.00692820323027577, 0.0410000000000063, 0.023643180835074, 0.141000000000005, 0.0435469095726991, 0.210333333333338, 0.318317975196712, 0.710333333333338 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1410, '2021-05-23 00:00:00', 0.00416333199893849, 0.0336666666666711, 0.0126622799421514, 0.073333333333333, 0.023643180835074, 0.141000000000005, 0.0435239397726453, 0.210666666666668, 0.319556463451038, 0.713666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 2, 1425, '2021-05-23 00:00:00', 0.0173493515728939, 0.0570000000000022, 0.0115902257671475, 0.13166666666667, 0.0109696551146101, 0.132333333333335, 0.0446579593502995, 0.217333333333338, 0.319556463451038, 0.713666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 0, '2021-05-23 00:00:00', 0.000999999999990564, 0.125, 0.00104999999999009, 0.125, 0.0011024999999896, 0.155333333333336, 0.00115762499998908, 0.24666666666667, 0.00121550624998853, 0.713666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 15, '2021-05-23 00:00:00', 0.0147309198626648, 0.054000000000002, 0.0181475434517583, 0.0676666666666677, 0.03987898360457, 0.104333333333339, 0.087922314194599, 0.232333333333339, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 30, '2021-05-23 00:00:00', 0.0127671453347996, 0.0499999999999972, 0.0185831464863526, 0.0783333333333331, 0.034530180036217, 0.0966666666666687, 0.0870478795453051, 0.223333333333339, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 45, '2021-05-23 00:00:00', 0.0126622799421451, 0.0526666666666671, 0.0202566861389847, 0.0616666666666674, 0.0240624188310255, 0.0870000000000033, 0.102207305674951, 0.222333333333334, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 60, '2021-05-23 00:00:00', 0.0160934769394351, 0.0479999999999971, 0.025106440076871, 0.0683333333333328, 0.0200333056017546, 0.0846666666666636, 0.104145731229527, 0.218333333333334, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 75, '2021-05-23 00:00:00', 0.0166232768530559, 0.0563333333333323, 0.00984885780178974, 0.0669999999999978, 0.0200000000000031, 0.0979999999999942, 0.108761206319164, 0.210999999999999, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 90, '2021-05-23 00:00:00', 0.0155349069303036, 0.050666666666667, 0.0230072452356531, 0.0686666666666629, 0.013228756555319, 0.102999999999999, 0.11127593330695, 0.207666666666668, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 105, '2021-05-23 00:00:00', 0.0168621864932579, 0.048333333333332, 0.022869193252055, 0.0889999999999986, 0.0119303534454488, 0.105333333333334, 0.112349158133619, 0.206333333333333, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 120, '2021-05-23 00:00:00', 0.020816659994656, 0.076666666666668, 0.0165630109983999, 0.0873333333333335, 0.0262106848441633, 0.127, 0.108583301355842, 0.210666666666664, 0.301042079007793, 0.698666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 135, '2021-05-23 00:00:00', 0.00916515138991203, 0.0620000000000024, 0.0111504857891208, 0.0843333333333381, 0.0430155010819776, 0.110666666666674, 0.105133248784577, 0.216999999999999, 0.299847183300651, 0.697666666666673 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 150, '2021-05-23 00:00:00', 0.0127671453348073, 0.0410000000000016, 0.025696951829611, 0.076666666666668, 0.0262741951985829, 0.0886666666666684, 0.0813654308249727, 0.203666666666663, 0.284099161092273, 0.684333333333337 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 165, '2021-05-23 00:00:00', 0.0245153013442584, 0.0739999999999981, 0.0233880311270498, 0.0860000000000033, 0.0349332697200424, 0.0936666666666686, 0.0771751255262966, 0.205999999999994, 0.285442346776598, 0.687666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 180, '2021-05-23 00:00:00', 0.0176162803489711, 0.0613333333333372, 0.011015141094571, 0.0666666666666676, 0.0624206162524335, 0.112333333333339, 0.0645316459834498, 0.211333333333333, 0.271310400341258, 0.673666666666672 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 195, '2021-05-23 00:00:00', 0.0105356537528531, 0.0440000000000017, 0.00435889894354193, 0.0620000000000024, 0.047289886163259, 0.14066666666667, 0.052443620520835, 0.200666666666663, 0.263006337059269, 0.664666666666671 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 210, '2021-05-23 00:00:00', 0.00416333199893053, 0.0393333333333317, 0.0339999999999989, 0.0899999999999987, 0.0249799919935945, 0.136, 0.0449110231457711, 0.194999999999993, 0.260674126065474, 0.662000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 225, '2021-05-23 00:00:00', 0.0315119025131784, 0.0679999999999978, 0.0292061637330234, 0.108999999999999, 0.0365923489270577, 0.121999999999995, 0.0329241552663139, 0.181999999999993, 0.260674126065474, 0.662000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 240, '2021-05-23 00:00:00', 0.0141891977691978, 0.0603333333333372, 0.00984885780179984, 0.0700000000000027, 0.0266333124739128, 0.0846666666666636, 0.0175783958312476, 0.173999999999997, 0.272918180657373, 0.675333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 255, '2021-05-23 00:00:00', 0.0162890556304937, 0.0373333333333316, 0.0215483951451883, 0.0633333333333278, 0.0337194306001699, 0.0849999999999985, 0.0175783958312476, 0.173999999999997, 0.259674796620693, 0.682999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 270, '2021-05-23 00:00:00', 0.0302875111775928, 0.049333333333332, 0.0395769293065167, 0.068333333333328, 0.0330201958403177, 0.0803333333333332, 0.0135030860670198, 0.167333333333332, 0.259674796620693, 0.682999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 285, '2021-05-23 00:00:00', 0.0398036849215374, 0.0653333333333279, 0.0336005952328188, 0.0759999999999981, 0.0244404037064254, 0.0896666666666637, 0.0130766968306225, 0.189999999999998, 0.259674796620693, 0.682999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 300, '2021-05-23 00:00:00', 0.00737111479583506, 0.0413333333333365, 0.00585946527708887, 0.0463333333333367, 0.0169213868619901, 0.0646666666666675, 0.0119303534454467, 0.167666666666667, 0.260327358019347, 0.683666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 315, '2021-05-23 00:00:00', 0.00503322295684297, 0.0333333333333362, 0.0132790561913633, 0.0533333333333322, 0.0326547597347355, 0.0783333333333331, 0.0145028732785433, 0.164333333333332, 0.266353774768321, 0.689666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 330, '2021-05-23 00:00:00', 0.0201080415091344, 0.0443333333333319, 0.017214335111558, 0.0536666666666624, 0.0146401275039958, 0.0893333333333288, 0.0111355287256634, 0.161999999999997, 0.389543750217267, 0.62033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 345, '2021-05-23 00:00:00', 0.00699999999999587, 0.0300000000000011, 0.0238607068908933, 0.0503333333333368, 0.0277368587502946, 0.0796666666666681, 0.0404145188432728, 0.165333333333332, 0.389543750217267, 0.62033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 360, '2021-05-23 00:00:00', 0.0183575597506821, 0.0380000000000014, 0.0231804515342883, 0.0623333333333325, 0.0395094925302775, 0.0930000000000035, 0.0637913264741634, 0.195333333333333, 0.358477800335435, 0.638333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 375, '2021-05-23 00:00:00', 0.0195021366350808, 0.048333333333332, 0.0266270539113944, 0.0589999999999975, 0.0376430604494373, 0.0819999999999984, 0.0661236215987396, 0.198333333333333, 0.353302042639626, 0.641333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 390, '2021-05-23 00:00:00', 0.0177857620959432, 0.0406666666666666, 0.0446430285710974, 0.0620000000000024, 0.0353600527903069, 0.0726666666666678, 0.0361155552820808, 0.215666666666669, 0.353302042639626, 0.641333333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 405, '2021-05-23 00:00:00', 0.0223009715782387, 0.0376666666666665, 0.0158850034099272, 0.0446666666666668, 0.00458257569495756, 0.0599999999999975, 0.0354729944229914, 0.269666666666671, 0.31510368663875, 0.669333333333337 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 420, '2021-05-23 00:00:00', 0.00351188458428753, 0.0316666666666663, 0.00264575131106917, 0.0500000000000019, 0.0126622799421471, 0.0656666666666676, 0.0417252920900498, 0.282000000000001, 0.308694563174239, 0.674666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 435, '2021-05-23 00:00:00', 0.0109696551146097, 0.0396666666666666, 0.00850490054812369, 0.0486666666666622, 0.0349618840072003, 0.0826666666666635, 0.0426653645634619, 0.282666666666666, 0.307548912099094, 0.675333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 450, '2021-05-23 00:00:00', 0.00503322295684297, 0.0386666666666666, 0.00360555127546741, 0.0600000000000023, 0.0565891626844999, 0.0946666666666687, 0.0638357266740178, 0.307999999999997, 0.311246418988776, 0.680666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 465, '2021-05-23 00:00:00', 0.00896288643983434, 0.048333333333332, 0.0274286954362215, 0.0736666666666631, 0.0315330514434203, 0.109666666666665, 0.096955316168504, 0.35833333333333, 0.311485152134102, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 480, '2021-05-23 00:00:00', 0.0193993127026, 0.0576666666666673, 0.0372871738448168, 0.074333333333333, 0.02003330560176, 0.101666666666664, 0.124797168771314, 0.374666666666665, 0.311724771767238, 0.681333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 495, '2021-05-23 00:00:00', 0.0190787840283376, 0.045999999999997, 0.0222336081942065, 0.0823333333333333, 0.000577350269192382, 0.122333333333335, 0.124797168771314, 0.374666666666665, 0.322423634369446, 0.694999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 510, '2021-05-23 00:00:00', 0.0395263625107822, 0.0603333333333277, 0.0348281495345328, 0.065999999999993, 0.0219393102292058, 0.12933333333333, 0.124797168771314, 0.374666666666665, 0.327412583753286, 0.700999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 525, '2021-05-23 00:00:00', 0.0116761865920897, 0.0343333333333315, 0.024006943440043, 0.104333333333334, 0.052309973555081, 0.141666666666666, 0.115001449266237, 0.384333333333335, 0.327412583753286, 0.700999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 540, '2021-05-23 00:00:00', 0.0193476958145774, 0.0993333333333339, 0.0185022521151688, 0.120666666666665, 0.0578820640037393, 0.172333333333332, 0.114424647694463, 0.385, 0.323316150746192, 0.697333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 555, '2021-05-23 00:00:00', 0.00378593889720199, 0.0596666666666721, 0.0206639783197759, 0.0830000000000031, 0.0260576284415914, 0.129000000000005, 0.118263829353421, 0.378333333333335, 0.310140290836263, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 570, '2021-05-23 00:00:00', 0.0236431808350821, 0.072999999999998, 0.0360878557597099, 0.115666666666669, 0.0159478316185441, 0.150333333333336, 0.104158533015787, 0.391000000000005, 0.310140290836263, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 585, '2021-05-23 00:00:00', 0.0355715241918738, 0.0833333333333381, 0.0252388589282443, 0.103000000000004, 0.0740967835559235, 0.242333333333339, 0.103905405698331, 0.391333333333336, 0.310140290836263, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 600, '2021-05-23 00:00:00', 0.0118462370959438, 0.0706666666666678, 0.0198578280114814, 0.134333333333335, 0.0940708952510459, 0.240333333333335, 0.0846778207875846, 0.411666666666671, 0.310140290836263, 0.681000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 615, '2021-05-23 00:00:00', 0.022516660498389, 0.110999999999999, 0.060879662723554, 0.204666666666668, 0.0623645198276469, 0.222666666666664, 0.11557825631724, 0.404333333333336, 0.340652804675574, 0.663333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 630, '2021-05-23 00:00:00', 0.0738940683230628, 0.13833333333334, 0.0650230728280343, 0.161000000000001, 0.0391705671816644, 0.202666666666663, 0.131651053926662, 0.380000000000005, 0.359658634448466, 0.652333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 645, '2021-05-23 00:00:00', 0.00854400374532257, 0.072999999999998, 0.0251064400768659, 0.104333333333334, 0.0205020324195791, 0.23533333333333, 0.130950372278972, 0.382, 0.358506624764458, 0.653000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 660, '2021-05-23 00:00:00', 0.033650160970392, 0.0933333333333384, 0.00503322295684955, 0.154666666666661, 0.0487886598845884, 0.251666666666665, 0.15500967711727, 0.406000000000001, 0.352746840288237, 0.656333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 675, '2021-05-23 00:00:00', 0.0169213868619901, 0.132666666666665, 0.0271538824725567, 0.213333333333334, 0.0542432791535876, 0.229666666666669, 0.124302051471408, 0.435999999999998, 0.311008574372695, 0.674333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 690, '2021-05-23 00:00:00', 0.0365558932777413, 0.113666666666665, 0.0610682678101666, 0.135333333333331, 0.0848901250637243, 0.159666666666666, 0.0745050333870205, 0.403000000000001, 0.288922711695249, 0.632666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 705, '2021-05-23 00:00:00', 0.066430414720967, 0.112000000000004, 0.0816414927186746, 0.139333333333331, 0.0833626615058175, 0.187333333333337, 0.096965629649548, 0.441333333333333, 0.280198144176582, 0.638 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 720, '2021-05-23 00:00:00', 0.0280416357107291, 0.0803333333333332, 0.0297153159162121, 0.102000000000004, 0.0415812457725887, 0.174000000000002, 0.107676986089567, 0.395666666666666, 0.225976399947725, 0.592333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 735, '2021-05-23 00:00:00', 0.0340636658821865, 0.083666666666673, 0.0416333199893201, 0.12333333333334, 0.0266645832519478, 0.176000000000002, 0.125862358683346, 0.380333333333335, 0.20871751244206, 0.574000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 750, '2021-05-23 00:00:00', 0.0305668665933083, 0.0783333333333379, 0.0308598984660234, 0.110666666666669, 0.0181475434517549, 0.145333333333336, 0.124017471887367, 0.355333333333334, 0.187072178583565, 0.549000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 765, '2021-05-23 00:00:00', 0.0172143351115661, 0.0723333333333329, 0.0241729876790884, 0.117666666666665, 0.0135030860670198, 0.134333333333331, 0.11043701070445, 0.344333333333334, 0.177528401483632, 0.537666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 780, '2021-05-23 00:00:00', 0.0166533279957278, 0.0896666666666637, 0.00519615242271503, 0.105999999999999, 0.0480728613668939, 0.137, 0.0868005376327495, 0.341333333333334, 0.182753932926219, 0.522000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 795, '2021-05-23 00:00:00', 0.0170098010962315, 0.0706666666666678, 0.0286879765755671, 0.0779999999999982, 0.042735621363607, 0.13666666666667, 0.0992034945621073, 0.368333333333335, 0.145139013822378, 0.520333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 810, '2021-05-23 00:00:00', 0.0272090671161962, 0.0686666666666677, 0.0215174347913461, 0.112000000000004, 0.0298384539367116, 0.179666666666667, 0.0971390755566482, 0.367, 0.144678954931251, 0.519000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 825, '2021-05-23 00:00:00', 0.0113724814061577, 0.0876666666666732, 0.023860706890904, 0.111666666666669, 0.0238607068908991, 0.178333333333332, 0.0406489032242396, 0.37766666666667, 0.139129436137715, 0.512 where not exists (select 1 from powerstats_trumpet where symbolid = 1014361 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1014361, 3, 840, '2021-05-23 00:00:00', 0.0170587221092405, 0.0860000000000033, 0.0149331845230642, 0.149000000000001, 0.0282901631902978, 0.189333333333333, 0.01[...];
Date: 2021-05-23 17:37:03 Duration: 1s899ms Database: acaweb_fx User: pgperfstats
7 1s994ms 24s452ms 13s223ms 2 26s446ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave[...];Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 23 17 2 26s446ms 13s223ms [ User: pgperfstats - Total duration: 26s446ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1035, '2021-05-23 00:00:00', 0.0199052853437328, 0.0475961538461532, 0.0290178459678752, 0.0648461538461536, 0.0534634310677724, 0.108461538461539, 0.0678025186734358, 0.141807692307692, 0.118676621053244, 0.395596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1050, '2021-05-23 00:00:00', 0.0209777171156586, 0.0462692307692325, 0.0374798407352336, 0.0795384615384625, 0.0499960652297916, 0.0984423076923077, 0.0648666442670006, 0.133692307692308, 0.119200550140701, 0.394134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1065, '2021-05-23 00:00:00', 0.0330578804755902, 0.0647115384615392, 0.0455374613325701, 0.0815961538461548, 0.0453091644660922, 0.0910961538461532, 0.0630049234950366, 0.127903846153847, 0.118898063968192, 0.393480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1080, '2021-05-23 00:00:00', 0.0188260560026618, 0.0475961538461532, 0.0187021697630551, 0.0553653846153833, 0.0208521904401884, 0.0680769230769213, 0.051238135587292, 0.108942307692308, 0.117894739557727, 0.386519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1095, '2021-05-23 00:00:00', 0.0113547855041896, 0.0343653846153842, 0.016221886924296, 0.0450192307692298, 0.0218223244901613, 0.0610769230769217, 0.0466481139861161, 0.101442307692308, 0.114030704367118, 0.384692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1110, '2021-05-23 00:00:00', 0.0102749134377808, 0.0329230769230756, 0.012566438819944, 0.0451538461538459, 0.0211972059116647, 0.0598076923076926, 0.0456437880178178, 0.100653846153847, 0.112554631179706, 0.385250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1125, '2021-05-23 00:00:00', 0.0121706614446372, 0.0302499999999991, 0.0163256287427511, 0.041384615384614, 0.0255490779601812, 0.0568461538461525, 0.0458391040656191, 0.0987115384615392, 0.111531535726619, 0.38621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1140, '2021-05-23 00:00:00', 0.0109199358972475, 0.0282499999999988, 0.0133701303140769, 0.0390961538461541, 0.0345965371766528, 0.0554038461538462, 0.0459701575439501, 0.0976538461538479, 0.110577151973006, 0.385942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1155, '2021-05-23 00:00:00', 0.0135786172401277, 0.0281730769230792, 0.020898592149861, 0.0393653846153851, 0.036443639309953, 0.0548269230769231, 0.0466170982167914, 0.101576923076924, 0.109798661894606, 0.386615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1170, '2021-05-23 00:00:00', 0.00927737114621358, 0.0259807692307692, 0.0246870645044357, 0.0391346153846148, 0.0238721595168929, 0.0499999999999999, 0.0430748722039266, 0.0992692307692314, 0.109993978856186, 0.387846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1185, '2021-05-23 00:00:00', 0.0186839400390988, 0.0285192307692325, 0.0183206587889617, 0.0399423076923077, 0.0174455195923239, 0.0493846153846162, 0.0399402245669893, 0.0966923076923086, 0.110040649831707, 0.387269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1200, '2021-05-23 00:00:00', 0.0181401488417276, 0.0297499999999989, 0.0171195345012205, 0.0360384615384614, 0.021854527782942, 0.0494038461538459, 0.0368328448743573, 0.104038461538462, 0.110158550071458, 0.387384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1215, '2021-05-23 00:00:00', 0.00945190253538739, 0.0209615384615385, 0.013124961538406, 0.0302307692307693, 0.0199711330135816, 0.046384615384615, 0.0368128583305003, 0.105442307692308, 0.110594401026731, 0.387807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1230, '2021-05-23 00:00:00', 0.0100318722847959, 0.0229615384615388, 0.0155795847678452, 0.0337884615384622, 0.0241590881132043, 0.0493076923076933, 0.0352834456716109, 0.104692307692309, 0.110945657175726, 0.387326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1245, '2021-05-23 00:00:00', 0.0119488654112169, 0.0256538461538462, 0.0136744708799341, 0.0343653846153836, 0.0239144307897986, 0.0480000000000013, 0.0330286181270817, 0.105519230769231, 0.111142680301562, 0.387153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1260, '2021-05-23 00:00:00', 0.00798777912717952, 0.0232692307692287, 0.0163042821180413, 0.0344807692307677, 0.017839379516633, 0.0447115384615377, 0.0307283882778418, 0.104423076923078, 0.111192378335927, 0.386250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1275, '2021-05-23 00:00:00', 0.0125098115339674, 0.0241538461538473, 0.0154757999668975, 0.0329038461538469, 0.0160961055968393, 0.0442307692307684, 0.0310624928416634, 0.104961538461539, 0.111591673248775, 0.385807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1290, '2021-05-23 00:00:00', 0.0128193363562792, 0.0231538461538458, 0.0121369112786018, 0.03073076923077, 0.0167588897190544, 0.0434038461538457, 0.0323830736888627, 0.104788461538463, 0.112254244394656, 0.386653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1305, '2021-05-23 00:00:00', 0.00882356983399557, 0.0241538461538494, 0.0113817836914954, 0.0332500000000003, 0.0193817221589373, 0.0456346153846157, 0.0298125747862297, 0.107519230769233, 0.112223343588371, 0.387326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1320, '2021-05-23 00:00:00', 0.0094294138817754, 0.0255769230769222, 0.0102824907189169, 0.0325192307692286, 0.0223944447094857, 0.0538653846153838, 0.0308515614864755, 0.109173076923078, 0.112416984755589, 0.38746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1335, '2021-05-23 00:00:00', 0.00717645723609616, 0.020692307692307, 0.0127960330391305, 0.0310384615384611, 0.023700730271123, 0.0597692307692319, 0.0317460415460921, 0.116865384615386, 0.113042299775179, 0.387807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1350, '2021-05-23 00:00:00', 0.0114546765726776, 0.0225192307692301, 0.0219961622526776, 0.0411346153846161, 0.0239943663259643, 0.0600192307692299, 0.0364621669046786, 0.123019230769232, 0.112699090502097, 0.387750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1365, '2021-05-23 00:00:00', 0.0219855546981338, 0.0342307692307698, 0.0239068786367811, 0.0501730769230776, 0.0218599739601499, 0.0585384615384612, 0.0397983619686115, 0.128019230769232, 0.112975388742586, 0.387461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1380, '2021-05-23 00:00:00', 0.0221345622534956, 0.0368269230769267, 0.0219963720784903, 0.0430961538461552, 0.0307832934210449, 0.0776346153846161, 0.0431794333165509, 0.130711538461539, 0.113029909248018, 0.387403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1395, '2021-05-23 00:00:00', 0.0184206823560237, 0.0236923076923071, 0.0229344970262311, 0.0366346153846149, 0.0315094369258573, 0.0842307692307691, 0.0485534637915142, 0.139173076923078, 0.113197568946442, 0.387519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1410, '2021-05-23 00:00:00', 0.0215510128264592, 0.0263846153846157, 0.032482066057822, 0.0667692307692298, 0.0325263029656826, 0.0809038461538455, 0.0506169476027101, 0.143653846153847, 0.112042292838978, 0.386653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 1, 1425, '2021-05-23 00:00:00', 0.0307463881556095, 0.0600961538461533, 0.0321649116035084, 0.0751923076923071, 0.0325929204205213, 0.0809615384615392, 0.0549866697132487, 0.150576923076923, 0.111777003276785, 0.38646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 0, '2021-05-23 00:00:00', 0.0305716371821979, 0.0508999999999992, 0.031097735716071, 0.0585599999999994, 0.0304473315743749, 0.0719600000000008, 0.052386170248772, 0.159460000000001, 0.112737885528039, 0.389680000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 15, '2021-05-23 00:00:00', 0.0224226528831638, 0.0289166666666656, 0.0241875222353201, 0.0409166666666666, 0.0261691733545033, 0.0641041666666672, 0.0570733065350212, 0.159166666666667, 0.110358079890425, 0.382666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 30, '2021-05-23 00:00:00', 0.0235989004567343, 0.0256086956521757, 0.0270935832433516, 0.0428043478260887, 0.0282357032976256, 0.0701304347826105, 0.0643358975029496, 0.169304347826088, 0.103722708206198, 0.389826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 45, '2021-05-23 00:00:00', 0.022405777070965, 0.0311730769230776, 0.0250681302423273, 0.0551346153846157, 0.0276952092496993, 0.070230769230769, 0.0703526856958246, 0.174903846153846, 0.111697241891435, 0.385923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 60, '2021-05-23 00:00:00', 0.0199007247645386, 0.0416730769230786, 0.020314612020378, 0.0512884615384638, 0.0234970456408078, 0.0643653846153848, 0.0881030275390061, 0.184711538461539, 0.112337884903604, 0.385596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 75, '2021-05-23 00:00:00', 0.0122392181751323, 0.0270384615384611, 0.0161961533894734, 0.0403461538461546, 0.0252157765023271, 0.069653846153847, 0.0861219551209002, 0.182365384615386, 0.112814587504658, 0.385865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 90, '2021-05-23 00:00:00', 0.0129360111555073, 0.0280961538461541, 0.0159016206237466, 0.040692307692308, 0.0296786895833446, 0.0757692307692313, 0.0860358333218466, 0.182769230769231, 0.11405270879999, 0.386096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 105, '2021-05-23 00:00:00', 0.0116335225170136, 0.0273269230769235, 0.024252961754106, 0.0563846153846152, 0.0349059615803095, 0.0761153846153862, 0.086096870755251, 0.181134615384616, 0.116458899980273, 0.385153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 120, '2021-05-23 00:00:00', 0.0189947462371936, 0.0449038461538469, 0.0261436637418369, 0.0578653846153838, 0.0326285387117098, 0.0788076923076931, 0.0861068834914825, 0.177346153846155, 0.119317071123701, 0.386711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 135, '2021-05-23 00:00:00', 0.0203818169341821, 0.038461538461539, 0.0255518176381901, 0.0538461538461573, 0.0348382912678199, 0.0870576923076926, 0.0836938836107283, 0.177615384615386, 0.120533424984365, 0.386942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 150, '2021-05-23 00:00:00', 0.0173260253331831, 0.0373653846153876, 0.0261721225734546, 0.0565000000000014, 0.0310570504815792, 0.0875961538461545, 0.0841289875040788, 0.179557692307694, 0.121726578856057, 0.3855 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 165, '2021-05-23 00:00:00', 0.0199984999437435, 0.0435000000000006, 0.0258381426457958, 0.0694807692307692, 0.0353116291587645, 0.0963653846153856, 0.0757464622174629, 0.178942307692309, 0.122265713163521, 0.383269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 180, '2021-05-23 00:00:00', 0.0223427496414034, 0.0539615384615381, 0.0232725077158564, 0.0670192307692316, 0.0380267163169013, 0.0986346153846158, 0.0724233387797049, 0.1745, 0.1270689758178, 0.382730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 195, '2021-05-23 00:00:00', 0.0140042438622675, 0.0401730769230791, 0.0308799910322815, 0.0669230769230778, 0.0439157103481733, 0.0910192307692319, 0.0704379404975648, 0.164211538461538, 0.12964505389717, 0.377499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 210, '2021-05-23 00:00:00', 0.0193221773737196, 0.0489423076923091, 0.027121386678867, 0.0655192307692304, 0.0473403755144177, 0.0958653846153843, 0.0691065509529679, 0.163153846153846, 0.135332723883937, 0.379884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 225, '2021-05-23 00:00:00', 0.0200570340625072, 0.046269230769232, 0.0333384335841723, 0.0633653846153844, 0.0451184935645939, 0.0955384615384602, 0.0678848572669468, 0.161576923076923, 0.14509374158162, 0.382423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 240, '2021-05-23 00:00:00', 0.0159017778396505, 0.043557692307692, 0.027397192444594, 0.0678846153846149, 0.0468158791272951, 0.0959423076923072, 0.0595269589862751, 0.150673076923078, 0.154899709489722, 0.381999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 255, '2021-05-23 00:00:00', 0.0159055384645166, 0.0466153846153836, 0.0247058463962238, 0.0636730769230754, 0.0418289925217498, 0.0862307692307699, 0.0574475278975372, 0.145961538461539, 0.152890694992811, 0.38076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 270, '2021-05-23 00:00:00', 0.0189601302332427, 0.039557692307691, 0.0357544241479837, 0.0571730769230766, 0.0348635361638227, 0.0708846153846161, 0.056722821346777, 0.135461538461539, 0.153282159381369, 0.379596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 285, '2021-05-23 00:00:00', 0.0254322327281438, 0.0394615384615378, 0.0253437293109097, 0.0492307692307693, 0.0248864498194396, 0.0631538461538471, 0.0559542704770194, 0.130403846153848, 0.150511410249803, 0.37876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 300, '2021-05-23 00:00:00', 0.0140664494454008, 0.0322500000000004, 0.0152734561098152, 0.0429615384615392, 0.0265279823234603, 0.0604230769230774, 0.0549643100986029, 0.128653846153849, 0.150328124447822, 0.380749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 315, '2021-05-23 00:00:00', 0.0146023838938918, 0.0339807692307708, 0.022933390168386, 0.046596153846155, 0.0347118301713725, 0.0673653846153854, 0.0504144210137726, 0.132423076923078, 0.150442047365039, 0.38101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 330, '2021-05-23 00:00:00', 0.015118875110781, 0.0344038461538475, 0.0218940894728717, 0.0463653846153846, 0.0343966512234049, 0.072480769230771, 0.0501817810947988, 0.137365384615387, 0.149931955079116, 0.380134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 345, '2021-05-23 00:00:00', 0.014634850397385, 0.0313269230769234, 0.0248786980243069, 0.0494807692307705, 0.0264295362164253, 0.0715961538461552, 0.0605365147277647, 0.143519230769233, 0.149897042871227, 0.379288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 360, '2021-05-23 00:00:00', 0.0157193658122214, 0.0339615384615394, 0.0187064468525186, 0.051365384615385, 0.0190939378216868, 0.0674615384615387, 0.0545667445921479, 0.143519230769232, 0.149996662783388, 0.376673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 375, '2021-05-23 00:00:00', 0.0110925477409211, 0.0322307692307695, 0.0106628037877159, 0.0456538461538461, 0.0178621215037688, 0.0611538461538457, 0.0573787283018579, 0.147038461538464, 0.15270497573879, 0.37601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 390, '2021-05-23 00:00:00', 0.00891465949131839, 0.0306346153846146, 0.0160112460477, 0.0439999999999997, 0.0221292010353179, 0.0643076923076933, 0.0576618024478813, 0.14921153846154, 0.152424560155053, 0.376442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 405, '2021-05-23 00:00:00', 0.0133345848771584, 0.0313653846153846, 0.0128216163627624, 0.0420769230769229, 0.0381164612127712, 0.0702307692307684, 0.0644678960055675, 0.156019230769232, 0.152006149926194, 0.378019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 420, '2021-05-23 00:00:00', 0.00833447428086834, 0.0297115384615371, 0.0137571380073708, 0.0433269230769228, 0.0370544920976573, 0.0683461538461533, 0.0645179432406211, 0.158250000000001, 0.152006149926194, 0.378019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 435, '2021-05-23 00:00:00', 0.0133887438372108, 0.0314615384615395, 0.0351391574260875, 0.0520961538461545, 0.0322918720423589, 0.0702500000000004, 0.0644607244762273, 0.160250000000001, 0.152253098995869, 0.377384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 450, '2021-05-23 00:00:00', 0.0315058785723465, 0.0374038461538444, 0.0301622089070738, 0.0498269230769221, 0.0284498479109102, 0.066423076923076, 0.0632294600276223, 0.161730769230769, 0.152020986658471, 0.377096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 465, '2021-05-23 00:00:00', 0.0110808913831952, 0.0298846153846149, 0.0165724052383671, 0.0457307692307684, 0.0210485519326522, 0.0631923076923099, 0.0627231186675563, 0.16648076923077, 0.152424165255532, 0.374615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 480, '2021-05-23 00:00:00', 0.0145388603933895, 0.03653846153846, 0.01808498101911, 0.0500576923076919, 0.0193455719441475, 0.0648653846153861, 0.0642289564460904, 0.174173076923076, 0.152233965936039, 0.374096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 495, '2021-05-23 00:00:00', 0.0122957309664784, 0.0317500000000002, 0.0141415916849787, 0.0437692307692337, 0.0187124393015806, 0.0668461538461555, 0.0747419895373405, 0.17775, 0.150857371508526, 0.374057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 510, '2021-05-23 00:00:00', 0.00943055590171701, 0.0291538461538471, 0.0139878106276087, 0.0433269230769244, 0.0221391838498722, 0.076711538461538, 0.0843923551951508, 0.179519230769229, 0.150214775725139, 0.372326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 525, '2021-05-23 00:00:00', 0.0134425272349204, 0.0346923076923077, 0.0148689790658788, 0.0550576923076907, 0.0442452778879814, 0.0877692307692312, 0.0842340420860466, 0.179076923076922, 0.150113056112334, 0.37101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 540, '2021-05-23 00:00:00', 0.0128009164335379, 0.0472884615384611, 0.0226530690737827, 0.0661923076923084, 0.0447242835432987, 0.0933076923076924, 0.0833249339356742, 0.179269230769231, 0.148389488794237, 0.370096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 555, '2021-05-23 00:00:00', 0.0157380479680987, 0.0406153846153834, 0.036390193099874, 0.0616153846153853, 0.0381376656136864, 0.0918076923076934, 0.0822908163863901, 0.17503846153846, 0.145593233412081, 0.36701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 570, '2021-05-23 00:00:00', 0.0319320191368147, 0.046923076923078, 0.032747425030892, 0.0645769230769215, 0.0330048539553704, 0.0910961538461548, 0.080276169948115, 0.17028846153846, 0.142083123016612, 0.366576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 585, '2021-05-23 00:00:00', 0.014616758032634, 0.0384807692307693, 0.017639684281145, 0.0650384615384638, 0.039071551720481, 0.0936153846153867, 0.0782909391554751, 0.166865384615384, 0.140382641925012, 0.365615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 600, '2021-05-23 00:00:00', 0.0166799741744891, 0.0556923076923091, 0.0180188896610048, 0.0714038461538477, 0.0409829420425328, 0.0976923076923096, 0.0787315912549627, 0.168211538461539, 0.142354569514078, 0.365288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 615, '2021-05-23 00:00:00', 0.0114402124778577, 0.0419615384615377, 0.0357541821114896, 0.0671923076923077, 0.0420619186438296, 0.0887499999999985, 0.0821466067467179, 0.170749999999998, 0.138341873075919, 0.358923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 630, '2021-05-23 00:00:00', 0.028071666525849, 0.0545384615384607, 0.0303956980761822, 0.0669615384615374, 0.0316852550031632, 0.0888461538461517, 0.0779633148444719, 0.165538461538461, 0.137871820348299, 0.352826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 645, '2021-05-23 00:00:00', 0.0105907797344957, 0.04126923076923, 0.0171319427251709, 0.0567115384615371, 0.0319474388042897, 0.0853269230769222, 0.0757038968613894, 0.166999999999999, 0.137647958156361, 0.349596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 660, '2021-05-23 00:00:00', 0.0114875852721375, 0.0407692307692303, 0.0197616178098218, 0.0596923076923074, 0.0363184049548098, 0.0889423076923071, 0.0689719898554146, 0.166846153846156, 0.137836426189218, 0.349403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 675, '2021-05-23 00:00:00', 0.0139628215134131, 0.0390961538461536, 0.0295374924720858, 0.0587884615384624, 0.0521446508798813, 0.0847307692307699, 0.0689961342283884, 0.17344230769231, 0.135762756873328, 0.347615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 690, '2021-05-23 00:00:00', 0.0171319764004215, 0.0432307692307696, 0.0247206624880119, 0.0603653846153848, 0.0565924057150385, 0.0850961538461541, 0.0745545128386984, 0.176846153846155, 0.134393716943338, 0.347365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 705, '2021-05-23 00:00:00', 0.0134751766079472, 0.0410961538461533, 0.0296746460026831, 0.0577307692307683, 0.0442585454590836, 0.0801730769230771, 0.0802783906166535, 0.180499999999999, 0.1320263566344, 0.345673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 720, '2021-05-23 00:00:00', 0.0218587862989125, 0.0405576923076919, 0.0348232515161053, 0.0593269230769227, 0.0360249966636428, 0.0754038461538476, 0.0923154624934779, 0.18123076923077, 0.128833559889674, 0.348884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 735, '2021-05-23 00:00:00', 0.0187891232857248, 0.0403653846153844, 0.0186904027202779, 0.0493653846153859, 0.0240608603337458, 0.0722500000000006, 0.101210891782381, 0.186769230769231, 0.130287758442611, 0.3455 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 750, '2021-05-23 00:00:00', 0.0102396852415582, 0.0333653846153854, 0.017843173657, 0.0516730769230782, 0.0276040966859285, 0.0743846153846169, 0.108947715053528, 0.189230769230769, 0.130571212518157, 0.343807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 765, '2021-05-23 00:00:00', 0.0146206913442791, 0.0387692307692311, 0.0176820204205814, 0.0559230769230772, 0.02165297101661, 0.0733653846153862, 0.114550512875326, 0.189999999999999, 0.130901655686774, 0.342788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 780, '2021-05-23 00:00:00', 0.0130245330641272, 0.0414615384615386, 0.0203348128927867, 0.0547307692307709, 0.0260079573621973, 0.0715769230769243, 0.111540487647382, 0.194903846153847, 0.129407038210686, 0.338692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 795, '2021-05-23 00:00:00', 0.0105154830899674, 0.0343461538461561, 0.0105902712974624, 0.0464230769230794, 0.0402503559468244, 0.0781346153846152, 0.109747453098188, 0.192788461538461, 0.126096885827466, 0.333730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 810, '2021-05-23 00:00:00', 0.0113756994713082, 0.0334423076923094, 0.0197079542707622, 0.0472884615384616, 0.041692007166103, 0.0797115384615381, 0.111409364680273, 0.191557692307691, 0.12573107595793, 0.332788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 825, '2021-05-23 00:00:00', 0.0137106359612368, 0.0321923076923073, 0.0373089182986498, 0.0593461538461519, 0.0485679064657039, 0.084307692307692, 0.105023925845497, 0.19125, 0.124120383561222, 0.32901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 840, '2021-05-23 00:00:00', 0.0331993049046781, 0.0479230769230762, 0.031843608222301, 0.0616538461538459, 0.0404191738582639, 0.0889807692307711, 0.103803462592315, 0.194826923076924, 0.123890603107992, 0.327307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 855, '2021-05-23 00:00:00', 0.0159155946745991, 0.039115384615385, 0.033137661585946, 0.0617307692307694, 0.039816502183818, 0.0910769230769234, 0.0974905301121023, 0.188711538461538, 0.120122733709512, 0.327634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 870, '2021-05-23 00:00:00', 0.0309534886812211, 0.0445384615384605, 0.0286500704791717, 0.0609423076923079, 0.0592005587291732, 0.0893846153846142, 0.0944767452054494, 0.190153846153845, 0.121691988232586, 0.3265 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 885, '2021-05-23 00:00:00', 0.0143608977649505, 0.0408461538461549, 0.0258673316396161, 0.0611730769230766, 0.0581952449815405, 0.0910576923076915, 0.0935003661037681, 0.185961538461537, 0.123014495706182, 0.326615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 900, '2021-05-23 00:00:00', 0.0223098891491232, 0.043865384615382, 0.0359893199969956, 0.0593653846153828, 0.0603554758206611, 0.0902115384615358, 0.0880023885165367, 0.183596153846152, 0.125612640226274, 0.325153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 915, '2021-05-23 00:00:00', 0.0222011174354955, 0.0404807692307707, 0.0431302142890031, 0.0638461538461548, 0.0592006366909627, 0.0913461538461549, 0.0865619231444272, 0.183442307692307, 0.125934270096013, 0.328596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 930, '2021-05-23 00:00:00', 0.0374018921775552, 0.0496923076923072, 0.0447493016705276, 0.0650000000000005, 0.0600351179278866, 0.0933461538461536, 0.0807302059569169, 0.181615384615383, 0.124333300508692, 0.324480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 945, '2021-05-23 00:00:00', 0.0204953277977801, 0.0414615384615386, 0.0396058659214098, 0.0617307692307683, 0.0498903913980059, 0.0961346153846153, 0.0727400244284145, 0.173865384615383, 0.126234941219202, 0.320903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 960, '2021-05-23 00:00:00', 0.0280923271758307, 0.0458269230769216, 0.0355372177604528, 0.0665769230769223, 0.0463227307551671, 0.105653846153845, 0.0715677409065123, 0.171807692307692, 0.126040385774377, 0.323673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 975, '2021-05-23 00:00:00', 0.0187067244182836, 0.0436923076923081, 0.034984353645596, 0.0762499999999995, 0.0496944664927601, 0.109499999999999, 0.0691812557984192, 0.169615384615384, 0.127140099889845, 0.32825 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 990, '2021-05-23 00:00:00', 0.0247705780808909, 0.0571923076923069, 0.0378674053060891, 0.0869038461538452, 0.0434835468442251, 0.108326923076923, 0.0651384560880795, 0.164461538461538, 0.128116547000706, 0.32548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1005, '2021-05-23 00:00:00', 0.0221069863652636, 0.0563269230769226, 0.0264313042840099, 0.0720769230769212, 0.0310840547795556, 0.0945384615384609, 0.0567329269472337, 0.153249999999999, 0.127485914757427, 0.326038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1020, '2021-05-23 00:00:00', 0.0184827986558803, 0.048923076923076, 0.0232688963739492, 0.0666923076923075, 0.0400368099858869, 0.101115384615383, 0.0570587450319013, 0.146903846153845, 0.127292602057076, 0.324557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1035, '2021-05-23 00:00:00', 0.0180234996174891, 0.046442307692307, 0.0276263252379651, 0.0674230769230769, 0.0359327202507044, 0.0994038461538453, 0.0524742281066121, 0.14276923076923, 0.132370633508283, 0.325730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1050, '2021-05-23 00:00:00', 0.0185540064095629, 0.0451346153846161, 0.0307864668070476, 0.073557692307691, 0.0428964630064237, 0.0939423076923081, 0.051053957128333, 0.137057692307694, 0.135533481529045, 0.32426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1065, '2021-05-23 00:00:00', 0.0195007396309445, 0.0573269230769208, 0.0247019230020666, 0.0707499999999995, 0.0433513951510049, 0.0887884615384608, 0.0477571299549995, 0.131788461538462, 0.136260069493822, 0.324942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1080, '2021-05-23 00:00:00', 0.0203847605219796, 0.0465384615384624, 0.0301918226320649, 0.0628846153846161, 0.0317222077027831, 0.082538461538461, 0.0419485215655881, 0.122038461538461, 0.13432455528996, 0.330615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1095, '2021-05-23 00:00:00', 0.0229754467605358, 0.0426346153846151, 0.0258155662641461, 0.0557884615384617, 0.0259700493172149, 0.0707115384615394, 0.0387832289289315, 0.109673076923078, 0.136311284029774, 0.330884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1110, '2021-05-23 00:00:00', 0.015726520961053, 0.0377884615384611, 0.0168955274008785, 0.050826923076922, 0.0182596233847765, 0.0629230769230768, 0.0377748797279566, 0.100192307692309, 0.136398095238221, 0.329596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1125, '2021-05-23 00:00:00', 0.0125273239821539, 0.0314230769230777, 0.0143460661989492, 0.0429807692307695, 0.0158052693258135, 0.0550576923076928, 0.0366613399394222, 0.0949230769230782, 0.136894827682251, 0.328576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1140, '2021-05-23 00:00:00', 0.013198441050134, 0.0338269230769239, 0.0126550233261175, 0.0430192307692318, 0.0156235522406192, 0.0556538461538474, 0.0355957214369283, 0.0948461538461547, 0.136760319537501, 0.328749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1155, '2021-05-23 00:00:00', 0.00952609775624528, 0.0279423076923067, 0.0126469972112555, 0.0369423076923081, 0.0143557144880189, 0.0525576923076929, 0.0354182916670947, 0.0953461538461549, 0.135299599180712, 0.328192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1170, '2021-05-23 00:00:00', 0.0113104444583828, 0.0261153846153841, 0.0127275141085989, 0.0384807692307704, 0.0145798200896368, 0.0493653846153848, 0.0321895348497949, 0.0966153846153852, 0.133127453390176, 0.326673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1185, '2021-05-23 00:00:00', 0.00852049565188919, 0.0263269230769247, 0.0120251659192144, 0.0377307692307701, 0.0181114604601623, 0.0497500000000003, 0.0312261724544311, 0.0960769230769233, 0.131060344292824, 0.328576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1200, '2021-05-23 00:00:00', 0.0106046433951575, 0.0280384615384621, 0.0125719467925148, 0.0359230769230774, 0.0175473535151201, 0.0504807692307692, 0.0360977785380828, 0.109480769230769, 0.132010793556377, 0.328980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1215, '2021-05-23 00:00:00', 0.00741609476331405, 0.0229615384615399, 0.0116895087743081, 0.0337692307692319, 0.0139844969107271, 0.0461153846153856, 0.0346432588625169, 0.110153846153846, 0.127904208447029, 0.33155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1230, '2021-05-23 00:00:00', 0.0077926247182837, 0.0247500000000007, 0.0113157480462467, 0.0348846153846147, 0.0212947086240823, 0.0492307692307715, 0.0352800880864056, 0.110769230769229, 0.127067456343227, 0.331461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1245, '2021-05-23 00:00:00', 0.00837553672218377, 0.0224807692307678, 0.0107393596714999, 0.0305769230769237, 0.0252362148204038, 0.0454423076923099, 0.0340418294726672, 0.109615384615383, 0.12585837125668, 0.331480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1260, '2021-05-23 00:00:00', 0.00968225974894923, 0.0236153846153864, 0.0208465916786263, 0.0339038461538495, 0.0285405783996176, 0.0447307692307697, 0.0345579780391428, 0.108423076923076, 0.125077409876996, 0.33303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1275, '2021-05-23 00:00:00', 0.0132700356500586, 0.0234230769230795, 0.0166318623777935, 0.0318269230769236, 0.0235791302769074, 0.0461538461538468, 0.0348550018483156, 0.108365384615383, 0.122463911481644, 0.334480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1290, '2021-05-23 00:00:00', 0.00838352321750599, 0.0227115384615381, 0.0104737216954544, 0.0303269230769214, 0.0156044988581956, 0.0430961538461536, 0.0402061418959071, 0.111423076923074, 0.123152363417776, 0.335230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1305, '2021-05-23 00:00:00', 0.00641512635525323, 0.0235769230769214, 0.0117283351825333, 0.0350769230769228, 0.0136309743429628, 0.0432115384615376, 0.0412010455431172, 0.112384615384613, 0.123152363417776, 0.335230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1320, '2021-05-23 00:00:00', 0.0121620468925012, 0.0253461538461552, 0.0115786939611607, 0.0308846153846147, 0.0253638219032251, 0.0507115384615396, 0.0430273794765068, 0.112653846153845, 0.123097517627909, 0.335326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1335, '2021-05-23 00:00:00', 0.00785121254721645, 0.0213076923076907, 0.00930262576662534, 0.027173076923076, 0.0248917734325096, 0.0500961538461537, 0.040245558761184, 0.113749999999999, 0.12308677989376, 0.335346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1350, '2021-05-23 00:00:00', 0.00887797620736055, 0.0195384615384608, 0.0263575124307765, 0.0410384615384618, 0.0259105858972446, 0.0520384615384619, 0.0396330864109953, 0.113692307692307, 0.122644948781178, 0.336211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1365, '2021-05-23 00:00:00', 0.0261648619335161, 0.0335000000000004, 0.024398360600662, 0.0415000000000008, 0.0260007766156187, 0.0514038461538462, 0.0407779399260831, 0.114403846153845, 0.122394854404157, 0.336903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1380, '2021-05-23 00:00:00', 0.00754190855257504, 0.0229038461538462, 0.0125399208683554, 0.0324807692307685, 0.0313470646399035, 0.0725384615384619, 0.0488759812020325, 0.12330769230769, 0.122435937723176, 0.336826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1395, '2021-05-23 00:00:00', 0.0114043851215231, 0.0214999999999983, 0.015780318803449, 0.03103846153846, 0.0275475253670099, 0.0798846153846137, 0.0455801112159834, 0.129942307692304, 0.122435937723176, 0.336826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1410, '2021-05-23 00:00:00', 0.00991153174531883, 0.0204615384615372, 0.0275318067807995, 0.0650961538461542, 0.0238844413470676, 0.0800576923076892, 0.0554563480447584, 0.142057692307689, 0.1223991767192, 0.336961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 2, 1425, '2021-05-23 00:00:00', 0.0270112298583639, 0.059557692307693, 0.0232626557780079, 0.0721346153846133, 0.0228114343797469, 0.0796923076923051, 0.0625054366866145, 0.150519230769228, 0.122702073520187, 0.337673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 0, '2021-05-23 00:00:00', 0.0266445332825756, 0.0486346153846131, 0.0271324741563734, 0.0546346153846123, 0.0252784264967944, 0.0676730769230754, 0.0712903839669411, 0.155326923076921, 0.123339414437746, 0.339865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 15, '2021-05-23 00:00:00', 0.0208794556123168, 0.0235799999999995, 0.0201612664946108, 0.0391799999999995, 0.0180113852882, 0.0674199999999985, 0.0726233146677661, 0.156999999999998, 0.126900361176265, 0.337579999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 30, '2021-05-23 00:00:00', 0.0147471640037617, 0.0268269230769216, 0.0173841771558103, 0.04001923076923, 0.0246475853084715, 0.0682884615384591, 0.071391534188909, 0.158634615384613, 0.128266753291724, 0.341499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 45, '2021-05-23 00:00:00', 0.0128218713382803, 0.0269038461538445, 0.0172524245787713, 0.0521153846153826, 0.0267712245057722, 0.0675384615384599, 0.0712032761778659, 0.156942307692306, 0.127992962546923, 0.34053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 60, '2021-05-23 00:00:00', 0.0172567489584601, 0.0433461538461526, 0.0264651367186783, 0.0532115384615367, 0.031762847188789, 0.0674615384615381, 0.0714748826242744, 0.158173076923075, 0.127682647456646, 0.341038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 75, '2021-05-23 00:00:00', 0.0170832914320938, 0.0301730769230767, 0.0196851466847488, 0.0437500000000001, 0.033313043183622, 0.0681730769230772, 0.0701398164108948, 0.155076923076921, 0.127877856385873, 0.338615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 90, '2021-05-23 00:00:00', 0.010082143392384, 0.029480769230769, 0.0167702231534155, 0.0420961538461554, 0.0259894431230472, 0.0648653846153844, 0.0661387963650337, 0.150403846153844, 0.126898319380275, 0.334788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 105, '2021-05-23 00:00:00', 0.0132030882168354, 0.0298076923076936, 0.0201179311522379, 0.052134615384614, 0.0244467710625495, 0.0652307692307691, 0.0643023058564902, 0.149442307692305, 0.126709571006357, 0.333153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 120, '2021-05-23 00:00:00', 0.0158351240552821, 0.0446346153846126, 0.0204714529190141, 0.0519038461538448, 0.0313832206515141, 0.0785576923076892, 0.0659386107270649, 0.149596153846151, 0.127365629043075, 0.334788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 135, '2021-05-23 00:00:00', 0.017072244681398, 0.0336923076923079, 0.0201189252656842, 0.0486346153846159, 0.0227600189265843, 0.0850384615384593, 0.0693313809513082, 0.147403846153845, 0.128742635338283, 0.333615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 150, '2021-05-23 00:00:00', 0.0134179128263447, 0.0359038461538476, 0.0270840642899393, 0.0620576923076913, 0.0378850741869929, 0.0951730769230755, 0.0688750708501664, 0.146653846153845, 0.128408728435654, 0.333692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 165, '2021-05-23 00:00:00', 0.0213375166170903, 0.0494807692307677, 0.0193023414283187, 0.0734038461538441, 0.0460944849028762, 0.101192307692307, 0.0690356457535923, 0.145096153846153, 0.126826018017415, 0.333326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 180, '2021-05-23 00:00:00', 0.0215800566763346, 0.0531730769230767, 0.0354446969018161, 0.0729423076923067, 0.0644757318686648, 0.0994999999999996, 0.0699709307773328, 0.140365384615384, 0.127817056764735, 0.333000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 195, '2021-05-23 00:00:00', 0.0241904622018372, 0.0425384615384608, 0.0296628490773325, 0.0612307692307697, 0.0474986153644344, 0.0934615384615376, 0.0553152364599078, 0.128346153846153, 0.121417292204008, 0.330673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 210, '2021-05-23 00:00:00', 0.0193437030103822, 0.0438269230769246, 0.0374650452473326, 0.0659807692307695, 0.0395057396024753, 0.0897115384615383, 0.0494865172003, 0.127153846153846, 0.122949515906075, 0.330788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 225, '2021-05-23 00:00:00', 0.0250387392162327, 0.0494615384615402, 0.0325592300513784, 0.0702884615384616, 0.031130074501383, 0.085692307692308, 0.0401289651767142, 0.123576923076923, 0.120592224522912, 0.329269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 240, '2021-05-23 00:00:00', 0.0219200031583385, 0.047942307692306, 0.025982716148654, 0.0631923076923066, 0.024560913287955, 0.0790384615384596, 0.0402462850650665, 0.123711538461537, 0.120268464118979, 0.329711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 255, '2021-05-23 00:00:00', 0.0168524022482992, 0.0377884615384611, 0.0192000901440192, 0.0477115384615384, 0.0241164801615968, 0.066230769230769, 0.0439693249716393, 0.121192307692307, 0.119496271264645, 0.329326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 270, '2021-05-23 00:00:00', 0.0106839383404044, 0.0314423076923097, 0.0154674347731461, 0.0458076923076924, 0.021157004659306, 0.0636730769230798, 0.0447082379261546, 0.120942307692309, 0.11717291134834, 0.331134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 285, '2021-05-23 00:00:00', 0.0126580621921957, 0.0315576923076916, 0.0189916682136769, 0.0472884615384638, 0.0272888889758895, 0.0692115384615388, 0.0453837356498824, 0.119711538461538, 0.115217635201987, 0.332788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 300, '2021-05-23 00:00:00', 0.0140142784330824, 0.0355000000000017, 0.0168886511735409, 0.0499423076923089, 0.0308227937634571, 0.0722692307692299, 0.0411319639883459, 0.120961538461537, 0.114213315941975, 0.333192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 315, '2021-05-23 00:00:00', 0.0129742496448225, 0.0343653846153847, 0.0183051484981271, 0.0530384615384601, 0.0302285397494588, 0.0692307692307691, 0.0370160723927407, 0.119480769230768, 0.113844982322454, 0.3325 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 330, '2021-05-23 00:00:00', 0.0129932082850426, 0.0352884615384595, 0.0191038860323889, 0.0485384615384588, 0.0249303337013683, 0.0643076923076927, 0.0326818227530479, 0.117807692307692, 0.114106139860421, 0.330365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 345, '2021-05-23 00:00:00', 0.0178969700916549, 0.0338076923076919, 0.0226312581655077, 0.046923076923078, 0.0252573523187603, 0.0625769230769229, 0.0291897044547213, 0.116326923076923, 0.113549988991632, 0.330500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 360, '2021-05-23 00:00:00', 0.01263927030513, 0.0318653846153848, 0.0153778562074984, 0.0440384615384619, 0.0236574268709411, 0.0595769230769239, 0.0283218317530178, 0.114384615384615, 0.114301108750258, 0.328788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 375, '2021-05-23 00:00:00', 0.00919790946147974, 0.0308076923076918, 0.0155987302244574, 0.040096153846154, 0.0187196729096989, 0.0563846153846146, 0.0337538658754603, 0.119288461538462, 0.114245780935395, 0.327961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 390, '2021-05-23 00:00:00', 0.00900563925890528, 0.0273076923076921, 0.0155683604195773, 0.039423076923075, 0.0198276031368858, 0.0585769230769218, 0.033434097059049, 0.120173076923077, 0.113882334687369, 0.327615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 405, '2021-05-23 00:00:00', 0.00914902264641584, 0.0272692307692287, 0.0171700208323873, 0.0414807692307667, 0.0202258117646362, 0.0547884615384602, 0.0405476405459836, 0.127634615384615, 0.113399918599889, 0.327192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 420, '2021-05-23 00:00:00', 0.0155674833695571, 0.0315576923076927, 0.0175856147505213, 0.0434230769230771, 0.0183772853105279, 0.0557307692307697, 0.0471076018689786, 0.132615384615386, 0.113631348938303, 0.326211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 435, '2021-05-23 00:00:00', 0.0104002218911247, 0.0292307692307689, 0.0120592128841251, 0.0367307692307686, 0.0183120074100181, 0.0590192307692294, 0.047871498666905, 0.134403846153846, 0.113317423468495, 0.328538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 450, '2021-05-23 00:00:00', 0.0115508241464206, 0.0251923076923066, 0.015085958830849, 0.0403846153846136, 0.0253997274364561, 0.064384615384614, 0.060183811393481, 0.145634615384616, 0.113381812406643, 0.328846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 465, '2021-05-23 00:00:00', 0.0118821779925288, 0.0298846153846154, 0.0166782677573115, 0.0487692307692308, 0.025741316683796, 0.0661538461538439, 0.0565964255462775, 0.150153846153848, 0.111528030281457, 0.327807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 480, '2021-05-23 00:00:00', 0.0128259502571931, 0.0372499999999986, 0.0188801075616263, 0.0519615384615368, 0.0205005816052583, 0.0639230769230739, 0.0575951921070331, 0.157615384615387, 0.111490813695396, 0.330807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 495, '2021-05-23 00:00:00', 0.0151312717448139, 0.0336538461538462, 0.0198829362481034, 0.045134615384615, 0.0239691548581782, 0.0650961538461542, 0.0570787040982745, 0.156538461538464, 0.110973170700781, 0.331769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 510, '2021-05-23 00:00:00', 0.0115109312595274, 0.0286923076923091, 0.0158286133315575, 0.0442499999999998, 0.0223111217523043, 0.0691153846153851, 0.0535070124807515, 0.154903846153848, 0.10976670540462, 0.330480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 525, '2021-05-23 00:00:00', 0.0139863669885505, 0.0334615384615364, 0.0161138258838589, 0.0526538461538461, 0.0254173244975822, 0.0719038461538457, 0.0518968095951361, 0.156673076923079, 0.109949346729091, 0.330673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 540, '2021-05-23 00:00:00', 0.0150497124940608, 0.0420769230769234, 0.0195342401557263, 0.0575576923076928, 0.0309642535837702, 0.0777500000000001, 0.0519797038793465, 0.157519230769234, 0.109706678851451, 0.332153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 555, '2021-05-23 00:00:00', 0.0147149453068855, 0.0405192307692302, 0.0199053916159574, 0.0557692307692298, 0.0309269362306603, 0.0843461538461554, 0.0524256286415474, 0.153557692307694, 0.107377859055694, 0.331769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 570, '2021-05-23 00:00:00', 0.0139408227325915, 0.0354423076923075, 0.0195016764565362, 0.0521538461538449, 0.0258508145980875, 0.0772307692307707, 0.0557410392936693, 0.146711538461541, 0.106008484783783, 0.329673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 585, '2021-05-23 00:00:00', 0.0123005941069764, 0.0372692307692311, 0.0178702696807168, 0.0589423076923093, 0.0277427260043761, 0.0783269230769238, 0.0543540388422185, 0.143807692307696, 0.105617067749487, 0.330750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 600, '2021-05-23 00:00:00', 0.0149519744001113, 0.0476923076923091, 0.0168195856529985, 0.0604615384615397, 0.032201295960545, 0.0862115384615402, 0.0546128049228239, 0.143961538461542, 0.105403344349218, 0.331750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 615, '2021-05-23 00:00:00', 0.0116195458669372, 0.0439230769230779, 0.0243784662229745, 0.0615192307692299, 0.0344412319979796, 0.0844615384615378, 0.0559049330422783, 0.140307692307695, 0.113082073666056, 0.332346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 630, '2021-05-23 00:00:00', 0.0152079053329313, 0.0439038461538443, 0.0273784586856182, 0.0604999999999992, 0.0416485847945008, 0.0912692307692288, 0.0503618788981683, 0.133326923076925, 0.111529666629383, 0.332557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 645, '2021-05-23 00:00:00', 0.0126351311216612, 0.0414423076923083, 0.0159945663850614, 0.0561153846153842, 0.0346826269965905, 0.0872307692307698, 0.0473303122907342, 0.12946153846154, 0.109374198898165, 0.338653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 660, '2021-05-23 00:00:00', 0.0138760446592178, 0.0412307692307677, 0.0394803602586642, 0.0641730769230751, 0.0417978330317941, 0.0913269230769241, 0.0474562835265651, 0.129826923076924, 0.110328343872, 0.340288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 675, '2021-05-23 00:00:00', 0.0377451779905533, 0.0475384615384617, 0.0361409899400394, 0.0653653846153868, 0.0422642420237967, 0.085384615384617, 0.0490885071932477, 0.13869230769231, 0.109045043621714, 0.338692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 690, '2021-05-23 00:00:00', 0.0205024294995633, 0.0469807692307706, 0.033690360410885, 0.0659038461538482, 0.0354027595621482, 0.0813461538461553, 0.0460704852957361, 0.137980769230772, 0.110671968516804, 0.340269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 705, '2021-05-23 00:00:00', 0.0179287585910287, 0.0445961538461553, 0.0186720688153762, 0.0573846153846167, 0.0234528331895187, 0.0721538461538474, 0.0549408213094228, 0.139923076923079, 0.111689771241596, 0.339750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 720, '2021-05-23 00:00:00', 0.00940206605772491, 0.0378269230769233, 0.0169117278378511, 0.0534423076923071, 0.0210120478260958, 0.0656153846153858, 0.0597812551017327, 0.147038461538463, 0.111995068572752, 0.338653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 735, '2021-05-23 00:00:00', 0.0104992307410523, 0.036423076923077, 0.0120450596320004, 0.0467115384615396, 0.019851797050992, 0.0605769230769243, 0.0809125548877412, 0.153692307692309, 0.112493398096886, 0.33823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 750, '2021-05-23 00:00:00', 0.012322524716333, 0.0347692307692301, 0.0183978364112572, 0.0475961538461537, 0.0186425175751123, 0.0597884615384623, 0.0839613212231603, 0.162288461538463, 0.11392272009501, 0.340115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 765, '2021-05-23 00:00:00', 0.0122318782757939, 0.0336730769230759, 0.0125532711029662, 0.0462307692307703, 0.0194594746549373, 0.0596346153846154, 0.0865698939496971, 0.171557692307693, 0.11255700777828, 0.342 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 780, '2021-05-23 00:00:00', 0.0122858267308927, 0.0358076923076922, 0.0139533288005171, 0.0446538461538451, 0.0222774463389466, 0.0587692307692299, 0.0874230584791356, 0.173865384615386, 0.111848462043688, 0.341961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988085, 3, 795, '2021-05-23 00:00:00', 0.0110065190472955, 0.0287115384615373, 0.0148473385338424, 0.0422115384615389, 0.0216822862830835, 0.0601923076923081, 0.0926652059006793, 0.181596153846153, 0.112062264629295, 0.341865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988085 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave[...];
Date: 2021-05-23 17:04:29 Duration: 24s452ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1080, '2021-05-23 00:00:00', 0.0336918444822402, 0.0790961538461538, 0.0327591737004848, 0.0982115384615368, 0.0576449777650977, 0.134711538461538, 0.0888904360175212, 0.212980769230768, 0.317950013608818, 0.671365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1095, '2021-05-23 00:00:00', 0.0241939359853149, 0.0609423076923068, 0.0352097506162943, 0.0820576923076911, 0.0592094619517506, 0.116096153846153, 0.081216017745651, 0.208307692307691, 0.31828522767142, 0.670884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1110, '2021-05-23 00:00:00', 0.0182386845848226, 0.059480769230769, 0.0438054659392415, 0.0888269230769225, 0.0546194104691755, 0.1105, 0.0755504238139121, 0.206942307692306, 0.31828522767142, 0.670884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1125, '2021-05-23 00:00:00', 0.0382819951654325, 0.060134615384615, 0.0433920942817236, 0.076576923076922, 0.0514605300579599, 0.0988846153846153, 0.0717660327838922, 0.202711538461537, 0.318006690785928, 0.671653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1140, '2021-05-23 00:00:00', 0.0190941493254225, 0.0489423076923064, 0.0332077377451971, 0.0679230769230766, 0.0288288850874366, 0.0897692307692293, 0.073032627060683, 0.202730769230769, 0.318160303088772, 0.674961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1155, '2021-05-23 00:00:00', 0.0234417444874597, 0.0478461538461549, 0.0239390893728231, 0.0630000000000007, 0.0452258775481466, 0.099499999999999, 0.0751435267696736, 0.206480769230767, 0.316706771077214, 0.67832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1170, '2021-05-23 00:00:00', 0.0139207233454854, 0.0429423076923089, 0.020237056642171, 0.0599615384615384, 0.0467681556683112, 0.0910961538461526, 0.0794919565355276, 0.211634615384615, 0.316506337280097, 0.677692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1185, '2021-05-23 00:00:00', 0.0199869669073078, 0.044673076923076, 0.0461644926823131, 0.0764038461538442, 0.0490457910057994, 0.0939807692307681, 0.0767983974191762, 0.208923076923076, 0.315602291109946, 0.676884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1200, '2021-05-23 00:00:00', 0.0472754286479367, 0.058115384615385, 0.0473606011201453, 0.0674423076923083, 0.0605473749669173, 0.0997692307692311, 0.0764023559846159, 0.208, 0.3171269437647, 0.672038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1215, '2021-05-23 00:00:00', 0.0121410302439536, 0.0347307692307706, 0.0238393340123788, 0.0550769230769243, 0.0698345297002956, 0.0931923076923083, 0.0839516894043598, 0.203384615384616, 0.316424736463752, 0.673423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1230, '2021-05-23 00:00:00', 0.0219102803408655, 0.0434038461538446, 0.0527457617692191, 0.072653846153846, 0.0674549194191654, 0.101115384615384, 0.0882123312503142, 0.207153846153845, 0.314564292071039, 0.67257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1245, '2021-05-23 00:00:00', 0.040274748721938, 0.0523461538461551, 0.0559130919030033, 0.0684230769230779, 0.0559421541897035, 0.0947307692307685, 0.0940466087394152, 0.207769230769231, 0.318485664452169, 0.674038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1260, '2021-05-23 00:00:00', 0.0545912961504371, 0.0494807692307699, 0.0554056266234628, 0.0682884615384619, 0.0603178631533378, 0.11026923076923, 0.0907737084945087, 0.203615384615384, 0.320531832092562, 0.67384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1275, '2021-05-23 00:00:00', 0.0215514143744317, 0.040288461538461, 0.0264043775508174, 0.0588653846153837, 0.0488982145340243, 0.111153846153846, 0.0907624286890685, 0.198961538461537, 0.316072520889649, 0.668038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1290, '2021-05-23 00:00:00', 0.0174411979122787, 0.0416538461538461, 0.0350594001440622, 0.0768076923076923, 0.0469895078305124, 0.109923076923076, 0.0870518258545746, 0.195403846153846, 0.313494674841291, 0.668865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1305, '2021-05-23 00:00:00', 0.0364090489597554, 0.0616730769230768, 0.0450162705628157, 0.0862692307692306, 0.0472530056024115, 0.108057692307692, 0.0848524511227476, 0.194538461538461, 0.320639944246118, 0.671423076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1320, '2021-05-23 00:00:00', 0.0491463278227531, 0.0656923076923076, 0.0495851133056926, 0.0812884615384616, 0.0491243946919067, 0.100384615384617, 0.0854646148099634, 0.193903846153845, 0.335169300503492, 0.675499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1335, '2021-05-23 00:00:00', 0.0225102113580622, 0.0414807692307694, 0.0263576583528617, 0.0593846153846158, 0.0416904019575808, 0.0899807692307687, 0.0797264674708755, 0.193480769230767, 0.331924570323763, 0.673403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1350, '2021-05-23 00:00:00', 0.0178655771290446, 0.0428269230769226, 0.0228900381422537, 0.0594230769230786, 0.0481348786064906, 0.0904423076923067, 0.0873761915292374, 0.203826923076921, 0.331376249090875, 0.674461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1365, '2021-05-23 00:00:00', 0.0169867482286794, 0.0430192307692334, 0.0411118408921136, 0.0667115384615378, 0.0490393248792786, 0.0818461538461544, 0.0936305690548689, 0.210788461538459, 0.329475327079048, 0.674365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1380, '2021-05-23 00:00:00', 0.0308166600796002, 0.0485576923076913, 0.0464919844208086, 0.0637692307692297, 0.0600750684240472, 0.0940769230769241, 0.0992353535017407, 0.222846153846152, 0.324665305175368, 0.674403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1395, '2021-05-23 00:00:00', 0.0254660331844968, 0.0343269230769219, 0.0240980050243552, 0.0470769230769232, 0.0562441655093764, 0.115884615384616, 0.137601343072606, 0.237980769230768, 0.313355718853927, 0.671442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1410, '2021-05-23 00:00:00', 0.0129305244108054, 0.0324615384615377, 0.050877594433942, 0.0660192307692317, 0.0598390437243624, 0.126134615384615, 0.139638979570123, 0.248230769230768, 0.311513289628845, 0.671019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 1, 1425, '2021-05-23 00:00:00', 0.0495983870705508, 0.0554999999999999, 0.0592373745068227, 0.105442307692308, 0.0719669609024759, 0.131711538461538, 0.14259649903999, 0.255192307692307, 0.310561211605452, 0.672115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 0, '2021-05-23 00:00:00', 0.0540311448646478, 0.0757692307692296, 0.0581361432660109, 0.105365384615382, 0.0696710761087681, 0.121673076923076, 0.147733590784745, 0.259076923076922, 0.309431779482727, 0.676884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 15, '2021-05-23 00:00:00', 0.0471435043245616, 0.0735199999999975, 0.0669116332685625, 0.0913999999999993, 0.0662559871508475, 0.116719999999999, 0.146218167475865, 0.268239999999998, 0.294844461821258, 0.685939999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 30, '2021-05-23 00:00:00', 0.0504212008980358, 0.0583800000000025, 0.0495759266176645, 0.0777800000000013, 0.0562255502418615, 0.119200000000001, 0.149353250159927, 0.279820000000001, 0.278123096248167, 0.680039999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 45, '2021-05-23 00:00:00', 0.0252741138980824, 0.0544800000000009, 0.0396019465009819, 0.0837799999999993, 0.0489600177015213, 0.1114, 0.15116788404508, 0.285000000000001, 0.271533722583403, 0.671099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 60, '2021-05-23 00:00:00', 0.0382013944570283, 0.0635576923076919, 0.0439675054837265, 0.0818076923076921, 0.0496449548137711, 0.105692307692307, 0.166792491991143, 0.290846153846154, 0.277253178521005, 0.651249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 75, '2021-05-23 00:00:00', 0.0208970001527631, 0.0417307692307701, 0.0223404083703466, 0.0614230769230778, 0.031689017753059, 0.0934230769230759, 0.149794147210302, 0.277557692307693, 0.266757083389479, 0.639192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 90, '2021-05-23 00:00:00', 0.0147398987576119, 0.0452692307692338, 0.0241880453625641, 0.0626923076923086, 0.0375266110708316, 0.0989423076923079, 0.139841146140347, 0.287115384615385, 0.270238712138844, 0.637192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 105, '2021-05-23 00:00:00', 0.0203709446176503, 0.0443461538461541, 0.0262568159649116, 0.0724038461538459, 0.0420939836738985, 0.10028846153846, 0.145438135142907, 0.292134615384615, 0.279410451459166, 0.634903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 120, '2021-05-23 00:00:00', 0.0219266960575451, 0.0580000000000004, 0.0302279608208125, 0.0770192307692307, 0.0446071743108652, 0.111499999999999, 0.14601841822708, 0.291461538461537, 0.287636839006837, 0.632865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 135, '2021-05-23 00:00:00', 0.0253874666230888, 0.0477115384615389, 0.0300346722715849, 0.0683076923076911, 0.101601569112655, 0.130173076923076, 0.144725433679937, 0.285634615384615, 0.289446620560417, 0.626884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 150, '2021-05-23 00:00:00', 0.0211395728069793, 0.0523076923076917, 0.0333622541204882, 0.0815, 0.0947434694319342, 0.13425, 0.137489921308938, 0.281038461538461, 0.278718286916267, 0.619711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 165, '2021-05-23 00:00:00', 0.0204750129144311, 0.0576153846153837, 0.09443244431053, 0.102442307692308, 0.0945630192801837, 0.139230769230769, 0.131490935633776, 0.276115384615382, 0.275347909296304, 0.618365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 180, '2021-05-23 00:00:00', 0.0962668486751605, 0.0841153846153862, 0.0938711063926741, 0.109230769230772, 0.0947551500528513, 0.142038461538463, 0.128276492240545, 0.273961538461538, 0.276545529009934, 0.61851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 195, '2021-05-23 00:00:00', 0.0292677559519279, 0.0656923076923082, 0.0370577771345469, 0.0923269230769239, 0.0443553309604966, 0.126653846153846, 0.10112106415275, 0.248519230769229, 0.273426252186245, 0.608346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 210, '2021-05-23 00:00:00', 0.0272609399352603, 0.0608269230769233, 0.0291941577401003, 0.0868269230769239, 0.0522739087735129, 0.136692307692309, 0.096817784841106, 0.24378846153846, 0.2792793397575, 0.617019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 225, '2021-05-23 00:00:00', 0.0217581107777182, 0.0671538461538476, 0.0378756670415983, 0.0973846153846153, 0.054173059583298, 0.143403846153846, 0.0961982268347717, 0.243826923076922, 0.278910113036166, 0.617365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 240, '2021-05-23 00:00:00', 0.0300373165348591, 0.0689038461538461, 0.0424172180206987, 0.102903846153847, 0.0634764432380548, 0.144826923076922, 0.0934347345230065, 0.233480769230767, 0.286770192770341, 0.616788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 255, '2021-05-23 00:00:00', 0.0263196036911949, 0.0661923076923095, 0.0336828648516645, 0.0928461538461539, 0.0594367019480533, 0.124807692307692, 0.094325255611389, 0.223076923076922, 0.286492304232793, 0.613903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 270, '2021-05-23 00:00:00', 0.0222701594067057, 0.0629999999999991, 0.0437184215704953, 0.0870961538461538, 0.051284950559069, 0.120384615384616, 0.0919488256502593, 0.20805769230769, 0.291525339312966, 0.613211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 285, '2021-05-23 00:00:00', 0.0356407556252462, 0.0602115384615379, 0.03693459916372, 0.0732692307692303, 0.0482261220310513, 0.118173076923077, 0.0861523159204752, 0.20080769230769, 0.286856302809505, 0.610538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 300, '2021-05-23 00:00:00', 0.0200885826738995, 0.0481346153846157, 0.0347049542018668, 0.0814230769230776, 0.0541290232116375, 0.116634615384615, 0.0778183881769694, 0.20430769230769, 0.278505343133388, 0.608115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 315, '2021-05-23 00:00:00', 0.0302414196349705, 0.0617884615384625, 0.0401133442212851, 0.0895961538461542, 0.053851405238431, 0.116076923076923, 0.0726305614843952, 0.204461538461536, 0.278136767685363, 0.607692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 330, '2021-05-23 00:00:00', 0.0351568791824049, 0.0596153846153851, 0.0497450886636443, 0.081423076923076, 0.0552912185265773, 0.106326923076922, 0.0734757207413538, 0.200192307692306, 0.276361689569192, 0.606211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 345, '2021-05-23 00:00:00', 0.0289686833560757, 0.052730769230768, 0.0313330312314943, 0.0721730769230766, 0.032333669043986, 0.0996153846153831, 0.0845093190127575, 0.205749999999997, 0.27726497462508, 0.606615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 360, '2021-05-23 00:00:00', 0.0156516895131273, 0.0498461538461541, 0.022903745075019, 0.0681923076923075, 0.0267417348841735, 0.0980961538461533, 0.0842381171715951, 0.209596153846151, 0.272841593941642, 0.609653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 375, '2021-05-23 00:00:00', 0.0136901002974337, 0.0443269230769232, 0.0207698468569588, 0.0695576923076916, 0.0287618871746307, 0.0931153846153843, 0.0959912035232739, 0.225134615384614, 0.26663109418186, 0.612596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 390, '2021-05-23 00:00:00', 0.0187250243914816, 0.0514423076923068, 0.0253975165351645, 0.0674230769230775, 0.0286113815438227, 0.0911346153846177, 0.093082362205986, 0.225615384615383, 0.259000193792623, 0.615096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 405, '2021-05-23 00:00:00', 0.0162211163421223, 0.0422307692307692, 0.0211547776018739, 0.060730769230769, 0.0543948845162721, 0.0957115384615402, 0.0869092984314471, 0.237615384615383, 0.25805340830623, 0.614807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 420, '2021-05-23 00:00:00', 0.0180387190403143, 0.0453461538461528, 0.020749949026814, 0.0624038461538462, 0.0508098264269664, 0.0984615384615375, 0.0805154739069555, 0.24730769230769, 0.257072791995994, 0.615096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 435, '2021-05-23 00:00:00', 0.0152201789133312, 0.0424230769230767, 0.0458065539482648, 0.0719038461538468, 0.0466972738456462, 0.104653846153846, 0.0770434367992898, 0.253134615384614, 0.252988240073299, 0.617480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 450, '2021-05-23 00:00:00', 0.0407073042018823, 0.0537692307692312, 0.0419878599670833, 0.0715961538461525, 0.0425165895223903, 0.106596153846151, 0.0777841218719125, 0.26101923076923, 0.250682920316607, 0.621442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 465, '2021-05-23 00:00:00', 0.0213504908968974, 0.0482115384615364, 0.0303891681107196, 0.0746923076923069, 0.039605360942487, 0.101730769230767, 0.0780583213915171, 0.268692307692307, 0.248918628193109, 0.619211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 480, '2021-05-23 00:00:00', 0.0242268525528066, 0.0575961538461528, 0.0304628209714461, 0.0807115384615358, 0.0371901403393636, 0.105442307692307, 0.0833440136745546, 0.274230769230769, 0.245300700867637, 0.615923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 495, '2021-05-23 00:00:00', 0.020680546414444, 0.0487499999999994, 0.0231569643951892, 0.0672499999999981, 0.0411134265922198, 0.102923076923077, 0.104820872847992, 0.285153846153845, 0.24724964027352, 0.617230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 510, '2021-05-23 00:00:00', 0.0163879998310225, 0.0449423076923069, 0.0238318791021299, 0.0665384615384606, 0.0403716055967747, 0.112442307692308, 0.138736248105752, 0.295442307692307, 0.252038855368344, 0.616730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 525, '2021-05-23 00:00:00', 0.0177176140084909, 0.0444230769230775, 0.0260096431821265, 0.079807692307693, 0.056020477025405, 0.127923076923076, 0.138581324360601, 0.296288461538462, 0.251621146842752, 0.616807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 540, '2021-05-23 00:00:00', 0.0198452474450131, 0.066576923076924, 0.0306966861153056, 0.0960576923076935, 0.0535158064356841, 0.140307692307691, 0.141233478271319, 0.301153846153847, 0.253462870137742, 0.616942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 555, '2021-05-23 00:00:00', 0.0200015384023727, 0.0593076923076918, 0.0442551691895998, 0.0979999999999973, 0.0670565805868453, 0.152249999999999, 0.15163657591045, 0.309365384615384, 0.257885985541018, 0.620807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 570, '2021-05-23 00:00:00', 0.0463477656917296, 0.0838461538461525, 0.0512892138908217, 0.11328846153846, 0.0638130201327407, 0.16580769230769, 0.150509198543324, 0.309173076923077, 0.254988521611948, 0.620384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 585, '2021-05-23 00:00:00', 0.0297316976668636, 0.0720769230769218, 0.0450998891351189, 0.124000000000001, 0.0483679009897445, 0.172576923076923, 0.146724929715437, 0.31125, 0.253364043347787, 0.62453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 600, '2021-05-23 00:00:00', 0.0288590806932849, 0.0995576923076916, 0.0400013701688413, 0.126480769230767, 0.0457742453620078, 0.170192307692307, 0.143208724755698, 0.318173076923077, 0.251988025509151, 0.627249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 615, '2021-05-23 00:00:00', 0.022589931385465, 0.0722499999999963, 0.0303637182277692, 0.109346153846152, 0.033966725799498, 0.147538461538461, 0.145556238140239, 0.31353846153846, 0.258516659930339, 0.624211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 630, '2021-05-23 00:00:00', 0.0301596329808307, 0.0847115384615385, 0.0319896858377808, 0.110500000000001, 0.0368946316712045, 0.147923076923078, 0.140458486886558, 0.314442307692308, 0.255004932079002, 0.623153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 645, '2021-05-23 00:00:00', 0.0203043383011152, 0.0631153846153859, 0.0312937939288534, 0.0946923076923073, 0.0560975523941603, 0.149346153846156, 0.141768224984954, 0.307980769230769, 0.261154932647566, 0.624673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 660, '2021-05-23 00:00:00', 0.0258906056618711, 0.071211538461538, 0.0392089079360621, 0.103038461538462, 0.0720544158685222, 0.153826923076923, 0.142659267271571, 0.306057692307692, 0.27172424440966, 0.629249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 675, '2021-05-23 00:00:00', 0.0193908384394434, 0.0597307692307697, 0.0381322849282115, 0.0966346153846171, 0.0685771912070344, 0.149634615384614, 0.119563586236974, 0.298134615384615, 0.264303866498685, 0.622576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 690, '2021-05-23 00:00:00', 0.0249147469460298, 0.0707307692307714, 0.0366164527963141, 0.098730769230769, 0.100944061051349, 0.154788461538461, 0.110565770541272, 0.30301923076923, 0.262060299138607, 0.623903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 705, '2021-05-23 00:00:00', 0.0219861232459167, 0.0640192307692298, 0.0518166924396418, 0.0979807692307681, 0.0900393268778432, 0.142903846153846, 0.101106798067116, 0.29576923076923, 0.263980975421745, 0.629153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 720, '2021-05-23 00:00:00', 0.0317287542483767, 0.0694230769230755, 0.0740083181395591, 0.107134615384615, 0.0796545425813636, 0.138384615384615, 0.0854464227094736, 0.296634615384615, 0.262455898126787, 0.627038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 735, '2021-05-23 00:00:00', 0.0465312136759184, 0.0715769230769232, 0.0469182431305955, 0.0943076923076939, 0.0649088710305587, 0.128807692307692, 0.0995181390501244, 0.305000000000001, 0.268174912065873, 0.623711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 750, '2021-05-23 00:00:00', 0.0183724396437048, 0.0589423076923082, 0.0359899131167859, 0.0824230769230775, 0.0478382531196366, 0.120538461538463, 0.102405633859441, 0.291076923076924, 0.266829018286993, 0.620750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 765, '2021-05-23 00:00:00', 0.0237916274866082, 0.0596923076923085, 0.0382309379349327, 0.089230769230769, 0.0481229714857208, 0.129403846153846, 0.103513025936165, 0.291442307692309, 0.265554703186774, 0.624596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 780, '2021-05-23 00:00:00', 0.0247204135514328, 0.0626730769230761, 0.0295788125834386, 0.0833846153846162, 0.0379939468863144, 0.129000000000001, 0.0894606595961854, 0.301480769230769, 0.266316616801535, 0.619403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 795, '2021-05-23 00:00:00', 0.0248430767325331, 0.0520384615384608, 0.0332526459328968, 0.0830384615384607, 0.0521641491978774, 0.134461538461536, 0.0899972991047712, 0.300076923076921, 0.269330546840753, 0.615288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 810, '2021-05-23 00:00:00', 0.0201913633478815, 0.0586346153846161, 0.0295232372625631, 0.0833076923076933, 0.0554435402355067, 0.130384615384616, 0.0906749986744691, 0.296846153846153, 0.270947264951347, 0.613096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 825, '2021-05-23 00:00:00', 0.0258967476425433, 0.0591923076923088, 0.0475650647494088, 0.0971538461538449, 0.0649797246484209, 0.133769230769231, 0.0896784447988382, 0.29378846153846, 0.274129823960501, 0.614903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 840, '2021-05-23 00:00:00', 0.0347534392321339, 0.0683076923076911, 0.0363232707778368, 0.0925000000000006, 0.0647802943684366, 0.131942307692308, 0.0897540742593536, 0.294076923076921, 0.281455344866368, 0.614134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 855, '2021-05-23 00:00:00', 0.023145758873844, 0.0658846153846157, 0.0503297472826787, 0.0992115384615378, 0.0682923832896782, 0.136980769230769, 0.0923831986056726, 0.293846153846152, 0.280945760574199, 0.615596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 870, '2021-05-23 00:00:00', 0.0484951543971146, 0.0759999999999994, 0.0569139296184621, 0.0968461538461539, 0.0771827999970499, 0.143269230769231, 0.0936200853696225, 0.293403846153844, 0.281532943829916, 0.609961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 885, '2021-05-23 00:00:00', 0.0251873900073954, 0.0612692307692315, 0.0378197750471288, 0.0931538461538471, 0.052439683300105, 0.134596153846154, 0.105907646633208, 0.293480769230767, 0.280169920968302, 0.609730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 900, '2021-05-23 00:00:00', 0.0337577569433478, 0.0716153846153833, 0.050654231351844, 0.101865384615385, 0.048418452458348, 0.138557692307693, 0.108241375566902, 0.293653846153845, 0.280751900466203, 0.611519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 915, '2021-05-23 00:00:00', 0.0391268007695683, 0.0735576923076932, 0.0397306363092579, 0.100288461538461, 0.0630752206618276, 0.15371153846154, 0.110737173245759, 0.297692307692306, 0.27853362177938, 0.617461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 930, '2021-05-23 00:00:00', 0.0230113767849402, 0.0707884615384596, 0.0339139408594053, 0.0981538461538448, 0.0635577659722597, 0.15101923076923, 0.109919468773209, 0.292519230769229, 0.279576947575055, 0.616519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 945, '2021-05-23 00:00:00', 0.0239392259369719, 0.0699423076923082, 0.0557906940130826, 0.114307692307694, 0.0761732261665167, 0.174596153846154, 0.109159065305916, 0.291192307692307, 0.279800894181229, 0.621903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 960, '2021-05-23 00:00:00', 0.0379407888892452, 0.0837115384615397, 0.0441297954465424, 0.105326923076923, 0.0793828624210162, 0.189326923076923, 0.106891598576096, 0.294576923076922, 0.283387669375091, 0.627865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 975, '2021-05-23 00:00:00', 0.0203200261205149, 0.0662884615384621, 0.052423853202673, 0.123403846153846, 0.0757134298624652, 0.185211538461537, 0.118257938422754, 0.288000000000001, 0.280249139846344, 0.631096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 990, '2021-05-23 00:00:00', 0.0417039382017868, 0.100461538461538, 0.0666009355443649, 0.152769230769232, 0.0708926192317519, 0.185288461538462, 0.119003912346803, 0.277865384615386, 0.275461160880888, 0.631134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1005, '2021-05-23 00:00:00', 0.0370167321834147, 0.0965384615384612, 0.0482749377564049, 0.119019230769228, 0.0494172501803225, 0.155230769230769, 0.123472857496947, 0.254942307692307, 0.272967149333734, 0.641769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1020, '2021-05-23 00:00:00', 0.0273820828561033, 0.0820384615384592, 0.0379650649129714, 0.114115384615384, 0.0575308512552494, 0.155826923076922, 0.127434062889853, 0.243596153846153, 0.265799621606491, 0.640826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1035, '2021-05-23 00:00:00', 0.031584593371794, 0.0834423076923093, 0.037390110786348, 0.113403846153848, 0.060157284231869, 0.150826923076921, 0.124853836082898, 0.232903846153845, 0.258739872339888, 0.644807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1050, '2021-05-23 00:00:00', 0.0209465712266667, 0.0728269230769243, 0.0492519933216293, 0.110673076923076, 0.0713912082499293, 0.148769230769229, 0.125182747951206, 0.223903846153846, 0.248951970190111, 0.644711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1065, '2021-05-23 00:00:00', 0.036731457907358, 0.089999999999999, 0.0450939062913771, 0.113096153846153, 0.0761546200426891, 0.150884615384614, 0.125183399304934, 0.222211538461538, 0.255755208233305, 0.653057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1080, '2021-05-23 00:00:00', 0.0357258794368818, 0.080961538461537, 0.0461012597858911, 0.109615384615385, 0.0612731965494269, 0.135230769230769, 0.122885489222847, 0.217211538461539, 0.256525132222048, 0.667711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1095, '2021-05-23 00:00:00', 0.0355193825743292, 0.0714423076923088, 0.0488756231516423, 0.0965576923076926, 0.0496518533235321, 0.121442307692308, 0.125830045635434, 0.209903846153846, 0.254186942108483, 0.669807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1110, '2021-05-23 00:00:00', 0.0297583860190961, 0.0673076923076918, 0.0322351695178758, 0.0808846153846152, 0.0373952485669604, 0.105730769230769, 0.126109061469094, 0.198346153846153, 0.252921259409996, 0.673711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1125, '2021-05-23 00:00:00', 0.0231108116556878, 0.0540192307692318, 0.0303272218413659, 0.0799038461538462, 0.0326181167215653, 0.101692307692308, 0.126550464242532, 0.196499999999999, 0.252635119216508, 0.675211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1140, '2021-05-23 00:00:00', 0.0262769934470329, 0.0570961538461526, 0.029122136703098, 0.0738269230769231, 0.0837015853172161, 0.113153846153845, 0.129233320602105, 0.191865384615385, 0.249628466233014, 0.674865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1155, '2021-05-23 00:00:00', 0.0262400750467973, 0.0508076923076922, 0.031199063102303, 0.0693076923076931, 0.106119607772768, 0.114865384615385, 0.128295302390169, 0.192269230769232, 0.247755078345843, 0.674826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1170, '2021-05-23 00:00:00', 0.0160611451838086, 0.0464038461538469, 0.0848564761138563, 0.0798076923076919, 0.106170264198597, 0.107250000000001, 0.121448007235766, 0.184961538461539, 0.248438158997677, 0.676173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1185, '2021-05-23 00:00:00', 0.0818490449171285, 0.0603846153846151, 0.107504005292111, 0.0848653846153848, 0.110087664368693, 0.106576923076924, 0.117413387062713, 0.184211538461539, 0.248206700461223, 0.674615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1200, '2021-05-23 00:00:00', 0.109601438788985, 0.0721538461538474, 0.108651489423045, 0.0863846153846168, 0.116079278280638, 0.102826923076924, 0.126883938487714, 0.196923076923077, 0.248107362771723, 0.673788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1215, '2021-05-23 00:00:00', 0.015961877660899, 0.0413076923076917, 0.0187610890285849, 0.0570384615384606, 0.021395767014851, 0.0731730769230754, 0.0821479738970135, 0.189480769230769, 0.237922137392759, 0.672711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1230, '2021-05-23 00:00:00', 0.0126940476662814, 0.0371730769230773, 0.0173083350308001, 0.0555384615384584, 0.0254426126500714, 0.0729423076923067, 0.080034271505302, 0.188269230769231, 0.23591332828295, 0.674038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1245, '2021-05-23 00:00:00', 0.0142868955555545, 0.0438461538461522, 0.0214179022890083, 0.0579423076923078, 0.0336161648386831, 0.0834423076923071, 0.0794662289180841, 0.189192307692308, 0.238278269773294, 0.685076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1260, '2021-05-23 00:00:00', 0.0143674846575392, 0.0402692307692312, 0.0202250130740669, 0.0538653846153849, 0.0401064784714974, 0.0939807692307692, 0.0802417501151262, 0.185038461538462, 0.23773259460676, 0.686942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1275, '2021-05-23 00:00:00', 0.0158778025993693, 0.0382307692307698, 0.0263203416508094, 0.0614038461538453, 0.0454273426642852, 0.0987115384615381, 0.0901972198104712, 0.19146153846154, 0.237616627234843, 0.688192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1290, '2021-05-23 00:00:00', 0.0185578513345131, 0.0484230769230769, 0.0265342231844105, 0.0762500000000001, 0.0401083340658576, 0.0964615384615394, 0.105577395963631, 0.201942307692309, 0.239415274880602, 0.693576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1305, '2021-05-23 00:00:00', 0.019704275209672, 0.0544615384615372, 0.0352564233100198, 0.0763461538461533, 0.0380777948618136, 0.088961538461538, 0.106385635597755, 0.206288461538463, 0.243700140462698, 0.695538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1320, '2021-05-23 00:00:00', 0.0347436103699423, 0.058038461538461, 0.0329889550281007, 0.0688653846153844, 0.0331321363865727, 0.0880384615384621, 0.116757376640619, 0.218250000000001, 0.243544512595511, 0.696019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1335, '2021-05-23 00:00:00', 0.0164865096366699, 0.0357499999999996, 0.0171125347670597, 0.0501730769230771, 0.0402755317970914, 0.0855384615384633, 0.117188204972237, 0.214653846153846, 0.248200949139696, 0.698865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1350, '2021-05-23 00:00:00', 0.0128490646172575, 0.0369615384615389, 0.0199941529914674, 0.0591153846153854, 0.0455008368477554, 0.0863846153846152, 0.11246275451831, 0.214865384615385, 0.251840037752906, 0.69873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1365, '2021-05-23 00:00:00', 0.0197925782516139, 0.0451153846153852, 0.04403624818086, 0.0678653846153867, 0.0471448667570341, 0.0840384615384622, 0.110045361276435, 0.217807692307693, 0.300019464112171, 0.712673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1380, '2021-05-23 00:00:00', 0.040236861209595, 0.0452500000000024, 0.0465666602426439, 0.059423076923077, 0.0709925700337708, 0.0972499999999998, 0.110616275405635, 0.222903846153846, 0.299565184893039, 0.711000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1395, '2021-05-23 00:00:00', 0.0424896412715452, 0.0424807692307671, 0.0392593349996583, 0.0583461538461526, 0.070702227687676, 0.13325, 0.114192462367437, 0.233961538461539, 0.300001602559824, 0.708692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1410, '2021-05-23 00:00:00', 0.016826867252656, 0.0372884615384614, 0.0598708513899187, 0.069826923076922, 0.068956039507903, 0.125653846153847, 0.143859439945867, 0.241038461538461, 0.301319996017525, 0.707 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 2, 1425, '2021-05-23 00:00:00', 0.0557561310874957, 0.0576153846153826, 0.0654263208620074, 0.112211538461539, 0.0642317708351201, 0.125403846153846, 0.143267513360899, 0.244096153846154, 0.301645796487308, 0.705942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 0, '2021-05-23 00:00:00', 0.0427460344539532, 0.0772884615384627, 0.0529180970935299, 0.0937500000000005, 0.0515205746802651, 0.111480769230769, 0.143101776584145, 0.245038461538461, 0.305849709824942, 0.69825 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 15, '2021-05-23 00:00:00', 0.0336529859230737, 0.0552884615384604, 0.0375137154405411, 0.0766730769230768, 0.0382365712978482, 0.104153846153847, 0.135428357444075, 0.232999999999999, 0.30960149634403, 0.692057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 30, '2021-05-23 00:00:00', 0.0282576334138908, 0.0585769230769229, 0.0305114102238185, 0.0718846153846143, 0.0532434177947054, 0.109692307692307, 0.140159431198354, 0.235615384615383, 0.309859312989226, 0.692076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 45, '2021-05-23 00:00:00', 0.0250231969303536, 0.0445961538461525, 0.0342086808595971, 0.0765769230769236, 0.0529807947787175, 0.109230769230769, 0.137301018260553, 0.235480769230768, 0.310906993265735, 0.689038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 60, '2021-05-23 00:00:00', 0.0332036663869895, 0.0622115384615393, 0.0494786861650088, 0.083403846153847, 0.071370229195265, 0.12251923076923, 0.132707348645866, 0.235596153846153, 0.312219299777972, 0.686865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 75, '2021-05-23 00:00:00', 0.0234138765561059, 0.0470192307692295, 0.031583278194933, 0.0692884615384606, 0.0608550231793049, 0.111576923076921, 0.127389638511145, 0.232499999999998, 0.310025128013845, 0.686 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 90, '2021-05-23 00:00:00', 0.0207152210853628, 0.0494038461538454, 0.0551097401693982, 0.0792884615384597, 0.0571037955090426, 0.115211538461536, 0.127675913335892, 0.231173076923075, 0.307715845445864, 0.692692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 105, '2021-05-23 00:00:00', 0.0497322716769898, 0.0576730769230752, 0.051262465650956, 0.0915961538461518, 0.0529364350315179, 0.121384615384613, 0.12765046174854, 0.233903846153845, 0.307191091242019, 0.696442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 120, '2021-05-23 00:00:00', 0.0246866282708801, 0.0619807692307684, 0.0319374629308846, 0.0826923076923063, 0.0412061235180487, 0.120769230769229, 0.130649803497159, 0.231634615384614, 0.307809042327321, 0.694442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 135, '2021-05-23 00:00:00', 0.0252168823181245, 0.0513653846153839, 0.0356168985390133, 0.0772115384615382, 0.0789558201683817, 0.128192307692308, 0.131811551087149, 0.227749999999999, 0.309504025076351, 0.692307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 150, '2021-05-23 00:00:00', 0.0275933659808623, 0.056076923076923, 0.0346346425062907, 0.0844615384615378, 0.124790971381995, 0.136557692307692, 0.129930081789577, 0.231615384615384, 0.309886704483083, 0.693019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 165, '2021-05-23 00:00:00', 0.019448007610036, 0.0592499999999992, 0.082183827718486, 0.102307692307692, 0.126101859011492, 0.141826923076922, 0.132231628068093, 0.23178846153846, 0.30713926182409, 0.697884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 180, '2021-05-23 00:00:00', 0.0850092868229944, 0.0828269230769234, 0.129710525342455, 0.112403846153845, 0.133634295747761, 0.156249999999999, 0.134205974015833, 0.234211538461537, 0.306723770115468, 0.699634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 195, '2021-05-23 00:00:00', 0.0514718892660408, 0.068653846153846, 0.0518614166646241, 0.100557692307691, 0.0578282337218128, 0.136230769230769, 0.0863118496187812, 0.215653846153844, 0.248875900492905, 0.681076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 210, '2021-05-23 00:00:00', 0.0251305514341535, 0.069230769230768, 0.0435317258312394, 0.104134615384615, 0.0433193508013, 0.130884615384615, 0.0864006343459617, 0.209980769230767, 0.234832464011785, 0.683884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 225, '2021-05-23 00:00:00', 0.0348989750786233, 0.0729615384615381, 0.0340029184267819, 0.0969615384615369, 0.0375797613289162, 0.13003846153846, 0.0879620722462025, 0.202384615384613, 0.23188597081656, 0.681211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 240, '2021-05-23 00:00:00', 0.0207154810189431, 0.0608653846153834, 0.0279410987615008, 0.085749999999999, 0.0274972725920225, 0.1115, 0.0948142576912278, 0.195711538461536, 0.229303423437157, 0.681000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 255, '2021-05-23 00:00:00', 0.0282093342435, 0.0614423076923081, 0.0310406743086946, 0.0822884615384609, 0.0384275992564641, 0.105596153846154, 0.101410371567895, 0.192288461538459, 0.228157829987523, 0.684846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 270, '2021-05-23 00:00:00', 0.0261354828066833, 0.0597115384615383, 0.0241612611107432, 0.0749423076923097, 0.0379597762820682, 0.100269230769232, 0.102593859465371, 0.193999999999999, 0.225884705955529, 0.688903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 285, '2021-05-23 00:00:00', 0.024146834479588, 0.0550192307692322, 0.0407255023107332, 0.078557692307693, 0.0571695756903577, 0.109096153846154, 0.104731297210456, 0.19426923076923, 0.22593230095625, 0.689769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 300, '2021-05-23 00:00:00', 0.0350148759595342, 0.0576923076923077, 0.0333296356923484, 0.0752307692307704, 0.0695568749021537, 0.109173076923077, 0.105751990343155, 0.194711538461537, 0.22524261108004, 0.694923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 315, '2021-05-23 00:00:00', 0.0164950342177932, 0.049615384615387, 0.0421367964537498, 0.0810192307692323, 0.0587243266326797, 0.109057692307693, 0.0951605202559604, 0.199730769230768, 0.213831572828856, 0.688307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 330, '2021-05-23 00:00:00', 0.0296589589526329, 0.0559230769230772, 0.0415897222880858, 0.0742500000000004, 0.0558326482927752, 0.106269230769232, 0.0845261475248032, 0.196480769230768, 0.208841515177273, 0.684461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 345, '2021-05-23 00:00:00', 0.0277758957482082, 0.0510961538461551, 0.0360569208122588, 0.0758076923076925, 0.0435256069634689, 0.101538461538464, 0.0756645252718555, 0.199096153846153, 0.201930734506815, 0.679692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 360, '2021-05-23 00:00:00', 0.025687029052393, 0.0532115384615389, 0.0362217529202468, 0.0723461538461555, 0.0430734301468479, 0.0920961538461536, 0.0850996090563204, 0.20328846153846, 0.198081246928163, 0.676096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 375, '2021-05-23 00:00:00', 0.0262712844112228, 0.0420961538461554, 0.0281531252534858, 0.0609615384615399, 0.0384611542288495, 0.0839038461538456, 0.0814398881667676, 0.211153846153846, 0.196563205728219, 0.673423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 390, '2021-05-23 00:00:00', 0.018062711271057, 0.0441923076923099, 0.0274374042840454, 0.0591346153846157, 0.0339284371310261, 0.0821730769230768, 0.0714154071935145, 0.205596153846155, 0.195086005688222, 0.668519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 405, '2021-05-23 00:00:00', 0.0214658942367787, 0.040730769230768, 0.0262630846509807, 0.0610192307692303, 0.0297640464577398, 0.0805384615384608, 0.0795610747500628, 0.216769230769231, 0.19595471710027, 0.667134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 420, '2021-05-23 00:00:00', 0.0153669600617202, 0.0467884615384603, 0.0205601182277368, 0.0604615384615375, 0.0326742488584125, 0.0800576923076914, 0.0880075783450164, 0.230076923076923, 0.194556209002794, 0.664538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 435, '2021-05-23 00:00:00', 0.0170130718973558, 0.0417307692307674, 0.0187558913821355, 0.0562884615384609, 0.0293879881270178, 0.0895769230769217, 0.0911909007775216, 0.240596153846154, 0.193121596808453, 0.663365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 450, '2021-05-23 00:00:00', 0.0188559315295259, 0.0471153846153844, 0.0282440531521505, 0.0635576923076902, 0.0308962843172985, 0.0950961538461532, 0.102053515373065, 0.2565, 0.192911012765354, 0.663673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 465, '2021-05-23 00:00:00', 0.0193571791492303, 0.0420961538461537, 0.0250680381853367, 0.0720576923076926, 0.0283322051057416, 0.0930769230769248, 0.104908890874966, 0.266653846153848, 0.190119067954796, 0.66 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 480, '2021-05-23 00:00:00', 0.0174341508363495, 0.0599807692307676, 0.0252866337450014, 0.0735769230769224, 0.0297553615078286, 0.0943076923076917, 0.111452233645699, 0.267596153846154, 0.191595408046789, 0.662903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 495, '2021-05-23 00:00:00', 0.0257160231403283, 0.0519230769230762, 0.0281889776603994, 0.0679615384615378, 0.0433799492853552, 0.109, 0.112223021428145, 0.268557692307694, 0.192098181026908, 0.661134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 510, '2021-05-23 00:00:00', 0.0174741127209531, 0.0437307692307692, 0.0189782871886628, 0.0641538461538469, 0.0369628919947473, 0.106346153846154, 0.099904256088595, 0.263403846153848, 0.186073510080953, 0.655634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 525, '2021-05-23 00:00:00', 0.016333542646488, 0.0467307692307699, 0.0270494987867692, 0.0821538461538454, 0.0332662684319216, 0.113769230769231, 0.0999114165340795, 0.265865384615387, 0.188094993390206, 0.656442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 540, '2021-05-23 00:00:00', 0.0265397887070609, 0.0699038461538465, 0.0281452550994892, 0.090153846153847, 0.0502199316851539, 0.124307692307692, 0.0998010944906845, 0.26696153846154, 0.190591084624811, 0.658307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 555, '2021-05-23 00:00:00', 0.0232887642107004, 0.0595576923076925, 0.0282726832010096, 0.0842692307692309, 0.0503323607479465, 0.129057692307694, 0.0943112461684516, 0.262634615384616, 0.19461820710936, 0.653557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 570, '2021-05-23 00:00:00', 0.0260937953131812, 0.0623846153846154, 0.0412009568596883, 0.0908269230769233, 0.0480812813409193, 0.12648076923077, 0.0869740213202515, 0.260903846153847, 0.195864267169502, 0.650865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 585, '2021-05-23 00:00:00', 0.0333505391491438, 0.0659615384615375, 0.0412271615097839, 0.0996730769230779, 0.0552529741629014, 0.135365384615384, 0.0778416439861193, 0.254692307692307, 0.197594530444388, 0.645038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 600, '2021-05-23 00:00:00', 0.0258345624190658, 0.0752307692307704, 0.0264658924190828, 0.094288461538463, 0.0608570835267729, 0.14073076923077, 0.0766136486133274, 0.250634615384616, 0.202272576946592, 0.643346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 615, '2021-05-23 00:00:00', 0.0180296870573134, 0.0655192307692315, 0.0429541660914942, 0.0965961538461543, 0.0599882039686541, 0.150269230769232, 0.0663887762756981, 0.247980769230769, 0.209330240565916, 0.65048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 630, '2021-05-23 00:00:00', 0.0287019766137888, 0.0707884615384601, 0.0433247486565562, 0.107576923076923, 0.0568910700035944, 0.156576923076924, 0.0602538508185284, 0.245557692307692, 0.205021507314569, 0.648038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 645, '2021-05-23 00:00:00', 0.0376567339978477, 0.079019230769232, 0.0431615614246691, 0.110096153846155, 0.0618022279907085, 0.161346153846155, 0.0609283216953767, 0.241903846153847, 0.200245664506989, 0.648884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 660, '2021-05-23 00:00:00', 0.0227840109253448, 0.0718653846153845, 0.0357013520536918, 0.0984423076923088, 0.0579271857261671, 0.144173076923078, 0.0706449546350238, 0.22998076923077, 0.209925763435187, 0.654384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 675, '2021-05-23 00:00:00', 0.0206993589644345, 0.064211538461539, 0.0469834545345485, 0.101250000000001, 0.0524837703851981, 0.137384615384616, 0.0897458291295688, 0.242923076923078, 0.211664407821583, 0.652692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 690, '2021-05-23 00:00:00', 0.0411163639517791, 0.0758461538461542, 0.0483540030957572, 0.10148076923077, 0.0490284062088953, 0.135269230769231, 0.0907718632277984, 0.246365384615385, 0.209761051785487, 0.649173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 705, '2021-05-23 00:00:00', 0.02325997718102, 0.0624423076923085, 0.0251731312804274, 0.0929423076923082, 0.0319647221407989, 0.125788461538463, 0.0952418944663449, 0.249961538461538, 0.213086822319339, 0.644576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 720, '2021-05-23 00:00:00', 0.0167658535766562, 0.0630769230769231, 0.0247744052167981, 0.0888653846153853, 0.0319085230957782, 0.117423076923077, 0.104104424276041, 0.253134615384616, 0.214998647580719, 0.641538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 735, '2021-05-23 00:00:00', 0.0203126713010525, 0.0587307692307687, 0.0240199676551363, 0.087326923076923, 0.0301795396814557, 0.114769230769229, 0.118406905983625, 0.263653846153846, 0.216211795202332, 0.640903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 750, '2021-05-23 00:00:00', 0.0250871481041599, 0.0677500000000021, 0.0237020284753484, 0.0861153846153848, 0.0256691748691223, 0.113057692307692, 0.116560972819446, 0.269596153846155, 0.214252698573794, 0.639326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 765, '2021-05-23 00:00:00', 0.0192769691202102, 0.0548076923076917, 0.0246884276846148, 0.0789615384615367, 0.0372115418405872, 0.109673076923075, 0.123370849630136, 0.285557692307693, 0.208911851120183, 0.635192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 780, '2021-05-23 00:00:00', 0.0179591095376318, 0.0600192307692293, 0.0233966138246876, 0.0781923076923066, 0.040648573633789, 0.116057692307691, 0.127760757487762, 0.284865384615385, 0.208622143709995, 0.635173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 795, '2021-05-23 00:00:00', 0.0155224031644586, 0.0492500000000001, 0.0230740030203827, 0.0764807692307693, 0.0334133149415687, 0.112019230769231, 0.127086858547156, 0.293480769230771, 0.208200407337221, 0.62948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 810, '2021-05-23 00:00:00', 0.0196518544828564, 0.0571538461538474, 0.0312722782127473, 0.0798461538461547, 0.0369906225122833, 0.114384615384617, 0.122973751107864, 0.297711538461539, 0.208925691611597, 0.624269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 825, '2021-05-23 00:00:00', 0.0198248484328296, 0.0522307692307694, 0.0247964947895078, 0.0756153846153838, 0.0343334329099877, 0.105269230769232, 0.127519429892078, 0.308250000000001, 0.205827071741153, 0.617211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023109, 3, 840, '2021-05-23 00:00:00', 0.0233666182010537, 0.0586730769230761, 0.0254865877246473, 0.0786153846153845, 0.0366186637995111, 0.103942307692308, 0.126686622753216, 0.328903846153846, 0.203450046789036, 0.618307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023109 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave[...];
Date: 2021-05-23 17:55:03 Duration: 1s994ms Database: acaweb_fx User: pgperfstats
8 1s893ms 24s364ms 10s992ms 4 43s969ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 23 17 4 43s969ms 10s992ms [ User: pgperfstats - Total duration: 43s969ms - Times executed: 4 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1035, '2021-05-23 00:00:00', 0.000263974430579941, 0.000777499999999999, 0.000263921316945914, 0.00111769230769231, 0.000470167400630236, 0.00166423076923077, 0.000875617584249054, 0.00242807692307694, 0.00276447361104315, 0.00603288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1050, '2021-05-23 00:00:00', 0.000254366558638988, 0.000822884615384613, 0.00048031932487269, 0.00138557692307694, 0.000576679753816217, 0.00158153846153847, 0.000852169899997378, 0.00238153846153846, 0.00277445406965325, 0.00598423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1065, '2021-05-23 00:00:00', 0.00044440902850345, 0.00105923076923078, 0.000417195213483856, 0.00121961538461539, 0.000547748257729912, 0.00140807692307692, 0.000790423961214187, 0.00228903846153846, 0.00279133902248752, 0.00593653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1080, '2021-05-23 00:00:00', 0.000268088676488836, 0.000788461538461533, 0.000307287387410444, 0.000976538461538454, 0.000386027898553382, 0.00125153846153847, 0.0007184042144814, 0.00231884615384615, 0.00272999561143633, 0.00592403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1095, '2021-05-23 00:00:00', 0.00025265855646275, 0.000652115384615382, 0.000292001646465328, 0.000825192307692308, 0.000383384322138428, 0.00119153846153847, 0.000753263259731647, 0.00233346153846154, 0.0026773403062339, 0.00591634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1110, '2021-05-23 00:00:00', 0.000155924537961363, 0.000567307692307677, 0.000350460356586125, 0.000932307692307702, 0.000431126833024634, 0.00115211538461539, 0.000710634494388918, 0.00230076923076923, 0.00261595268717506, 0.00592269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1125, '2021-05-23 00:00:00', 0.00030709833053175, 0.000715769230769236, 0.000295623265973129, 0.000853653846153845, 0.000461759011406816, 0.00114076923076923, 0.000717442251763429, 0.00225576923076923, 0.00263702632640515, 0.00592961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1140, '2021-05-23 00:00:00', 0.000160341462558459, 0.000500769230769223, 0.000319528017310144, 0.000756923076923078, 0.000410589866486683, 0.00102903846153846, 0.000695652239600751, 0.00218096153846153, 0.00261948257515457, 0.00590519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1155, '2021-05-23 00:00:00', 0.000235971641060127, 0.000566153846153844, 0.000354302130956067, 0.000754999999999984, 0.00064412468931459, 0.00110884615384615, 0.000699817805959865, 0.00216980769230768, 0.00263283574088121, 0.00588596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1170, '2021-05-23 00:00:00', 0.000150386297452727, 0.000494038461538457, 0.000215901687028005, 0.000671538461538458, 0.000601044123556271, 0.00106596153846153, 0.000662632744320823, 0.00221807692307692, 0.00288532737110738, 0.00591403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1185, '2021-05-23 00:00:00', 0.000225317297639092, 0.000536730769230767, 0.000617635316845926, 0.000910769230769236, 0.000582783803428379, 0.00109980769230769, 0.000692417837391881, 0.00224730769230768, 0.00288727551241915, 0.00591173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1200, '2021-05-23 00:00:00', 0.000640484672247982, 0.000733846153846153, 0.000614383868978937, 0.00086846153846154, 0.000588709050511239, 0.00115211538461539, 0.000691814892983552, 0.00224038461538461, 0.00286859950418048, 0.00590865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1215, '2021-05-23 00:00:00', 0.000168083312675595, 0.000444999999999982, 0.00020052968320464, 0.00063307692307692, 0.00051352761891121, 0.000968846153846156, 0.000755237812775663, 0.00216807692307691, 0.00286043356046703, 0.00589307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1230, '2021-05-23 00:00:00', 0.00017252435725471, 0.000440576923076927, 0.000362676853410851, 0.000702499999999999, 0.000508836379928235, 0.000927307692307695, 0.000783812870132048, 0.00216615384615383, 0.00281935211460964, 0.00585788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1245, '2021-05-23 00:00:00', 0.00031020966854942, 0.000495961538461547, 0.000518658513712206, 0.000674423076923097, 0.000519677895801447, 0.000938653846153859, 0.000863775077560931, 0.00219576923076923, 0.00281319153549568, 0.00585884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1260, '2021-05-23 00:00:00', 0.000525206955545955, 0.000517884615384618, 0.000516016137195495, 0.000640576923076918, 0.000550741213834039, 0.00121173076923076, 0.000869376191034959, 0.00222480769230768, 0.00281240384451011, 0.00586923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1275, '2021-05-23 00:00:00', 0.000143575228204062, 0.000414615384615389, 0.000237255217985892, 0.000675961538461543, 0.000365648002235017, 0.00120230769230769, 0.000972497577612167, 0.00221846153846152, 0.00281016939675554, 0.00589903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1290, '2021-05-23 00:00:00', 0.000204078133604234, 0.000536730769230775, 0.000391106123705571, 0.000950000000000002, 0.000374046942755331, 0.00121134615384615, 0.00100117978482312, 0.00220019230769229, 0.00281119865619904, 0.00590673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1305, '2021-05-23 00:00:00', 0.000333923586376369, 0.000704807692307689, 0.000307942614534185, 0.000895576923076915, 0.000302194282896581, 0.00109076923076922, 0.000987466396701886, 0.00211673076923075, 0.00280066038915548, 0.00593615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1320, '2021-05-23 00:00:00', 0.000318924213326869, 0.00065942307692308, 0.000297940365741988, 0.000807307692307695, 0.000330360234615778, 0.00102826923076923, 0.00102565245650681, 0.00206519230769231, 0.00278613327308379, 0.00597115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1335, '2021-05-23 00:00:00', 0.000211101597851328, 0.00046826923076922, 0.00021099726574969, 0.000704615384615368, 0.00031612077779521, 0.000942115384615374, 0.000999823215142783, 0.00201230769230768, 0.00276406885141896, 0.00600115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1350, '2021-05-23 00:00:00', 0.000190763345132529, 0.00053442307692306, 0.000213538322988201, 0.000706153846153844, 0.00044500803795678, 0.00103807692307692, 0.000994007990217067, 0.00200673076923076, 0.0027243492095149, 0.00600615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1365, '2021-05-23 00:00:00', 0.000151415373673276, 0.000498846153846168, 0.000240254112267698, 0.000700961538461545, 0.000453874474344533, 0.000985961538461541, 0.00109304247225524, 0.00205038461538462, 0.002714016325556, 0.00602615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1380, '2021-05-23 00:00:00', 0.000273894140134469, 0.000524999999999998, 0.00047671701814032, 0.000768653846153856, 0.000553456967961023, 0.00108615384615386, 0.00119956205149404, 0.00212365384615385, 0.0027175233421968, 0.00602365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1395, '2021-05-23 00:00:00', 0.000306777544058332, 0.000497307692307701, 0.000316182761170705, 0.000693461538461542, 0.000684922005666457, 0.00136192307692308, 0.00138491622906889, 0.0022848076923077, 0.00256316246971466, 0.00599461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1410, '2021-05-23 00:00:00', 0.000180055653789442, 0.000445961538461544, 0.000298634585044358, 0.000753846153846156, 0.000705510535275422, 0.00138865384615385, 0.00139956175833173, 0.00228865384615386, 0.00256064701108617, 0.00596134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 1, 1425, '2021-05-23 00:00:00', 0.000337951123002218, 0.000649807692307696, 0.000679152441254209, 0.00118903846153846, 0.000819884513443585, 0.00145384615384616, 0.00138069365231337, 0.00234519230769231, 0.00254540132093453, 0.00596326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 0, '2021-05-23 00:00:00', 0.000699766664407059, 0.000939230769230773, 0.000721852025108905, 0.00119788461538463, 0.000847526468840126, 0.00142365384615385, 0.00138510456422832, 0.00242557692307693, 0.002550406121506, 0.00599076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 15, '2021-05-23 00:00:00', 0.000444312390104084, 0.000730200000000014, 0.000608562171570549, 0.00096700000000002, 0.000649713077699167, 0.001247, 0.0012511392475127, 0.00233160000000001, 0.0023666458684532, 0.0059722 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 30, '2021-05-23 00:00:00', 0.000588152616248523, 0.000706200000000012, 0.000561233537249261, 0.000936799999999991, 0.000544592737740778, 0.00114099999999999, 0.00115294579230768, 0.0022956, 0.00221662587055189, 0.0058836 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 45, '2021-05-23 00:00:00', 0.000323406923954227, 0.000649038461538448, 0.000326567521584505, 0.000852884615384605, 0.000350107071534504, 0.000999807692307675, 0.0011378122056757, 0.00227115384615384, 0.0021206093554593, 0.00581903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 60, '2021-05-23 00:00:00', 0.000340399087045691, 0.00066153846153847, 0.000341654627680339, 0.000751730769230783, 0.000371898714499204, 0.000980576923076921, 0.00121501579603533, 0.00228076923076923, 0.00211887147938562, 0.00579211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 75, '2021-05-23 00:00:00', 0.000141910182862268, 0.000357500000000015, 0.000172624982593442, 0.000519230769230776, 0.000273658757186054, 0.000831346153846151, 0.00114987042748301, 0.00218, 0.00196263207296887, 0.00572942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 90, '2021-05-23 00:00:00', 0.000115838083282068, 0.000372307692307685, 0.000221073256219261, 0.000580769230769218, 0.000347035854942077, 0.00087826923076922, 0.00118755380444909, 0.00230096153846154, 0.00196066496765371, 0.00572134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 105, '2021-05-23 00:00:00', 0.00018370251872147, 0.000446153846153848, 0.000283097767836207, 0.000662115384615392, 0.00040686777288866, 0.000895769230769232, 0.00123076255286649, 0.0023173076923077, 0.00197262227855362, 0.00570442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 120, '2021-05-23 00:00:00', 0.000192084216305883, 0.00049211538461538, 0.000259413836295467, 0.000638461538461528, 0.000494633352945539, 0.000936923076923075, 0.00123466775350231, 0.0023323076923077, 0.00197223805904317, 0.0056798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 135, '2021-05-23 00:00:00', 0.00022266463226462, 0.000398461538461531, 0.000312205799975694, 0.000607307692307687, 0.00117379045764629, 0.00116903846153847, 0.00125243381523275, 0.00230769230769231, 0.00195814159345027, 0.00563750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 150, '2021-05-23 00:00:00', 0.000181500688703933, 0.000452499999999992, 0.000324431099713849, 0.000686538461538454, 0.00111957576099849, 0.00120326923076924, 0.00119869743407647, 0.00225346153846154, 0.00185139108821946, 0.00561519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 165, '2021-05-23 00:00:00', 0.000198846771312827, 0.000454038461538464, 0.001152065369406, 0.000891153846153856, 0.00111455581010828, 0.00117557692307692, 0.00117935081555652, 0.00219211538461538, 0.00178420882056573, 0.00559865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 180, '2021-05-23 00:00:00', 0.00116485193842887, 0.000750961538461543, 0.00113412338224455, 0.000960384615384617, 0.00111259004821389, 0.00123115384615385, 0.00118836994045819, 0.00215865384615385, 0.00177371662162988, 0.00563057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 195, '2021-05-23 00:00:00', 0.00022199177046425, 0.000517115384615395, 0.000295212048951532, 0.000698076923076927, 0.000334745598006329, 0.00102615384615385, 0.000754056618971925, 0.00194423076923078, 0.00172270673650507, 0.00562750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 210, '2021-05-23 00:00:00', 0.000235718296669167, 0.000503653846153849, 0.000294988722079067, 0.000772115384615383, 0.000372051692024714, 0.00115269230769232, 0.000816617813818775, 0.00194057692307694, 0.00170889042948925, 0.00574750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 225, '2021-05-23 00:00:00', 0.000229282492873874, 0.000572692307692319, 0.000309863493518338, 0.000814230769230774, 0.000407163546804179, 0.00116192307692309, 0.000832010840350978, 0.00188903846153848, 0.00170638584553615, 0.00578057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 240, '2021-05-23 00:00:00', 0.000303060034671985, 0.000584230769230779, 0.000370564226759475, 0.000840384615384625, 0.000514446266910802, 0.0011348076923077, 0.000829122149301025, 0.00181653846153848, 0.00176111801246996, 0.00581557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 255, '2021-05-23 00:00:00', 0.000175526022615976, 0.000490769230769222, 0.000224259122102448, 0.00069307692307692, 0.000438574833540853, 0.00093673076923077, 0.000791331691614738, 0.00172038461538462, 0.00178885227493453, 0.00580769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 270, '2021-05-23 00:00:00', 0.000179802990477407, 0.000511346153846147, 0.000390470918842286, 0.000728461538461537, 0.000466249396782454, 0.0010075, 0.000775721698707832, 0.00170307692307693, 0.00181965006145519, 0.00580288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 285, '2021-05-23 00:00:00', 0.000300656972951925, 0.000501153846153841, 0.000304189971007485, 0.000638461538461549, 0.000442592754294345, 0.00101211538461538, 0.000709624169218096, 0.00164769230769231, 0.00174594745052651, 0.0058125 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 300, '2021-05-23 00:00:00', 0.000168998406911014, 0.000452692307692318, 0.000320265274661255, 0.00071461538461539, 0.000527947294863667, 0.00107211538461538, 0.000663101019105284, 0.00166980769230769, 0.00164570748171862, 0.00578134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 315, '2021-05-23 00:00:00', 0.00027083205127902, 0.000545000000000009, 0.000343780397257414, 0.000769807692307697, 0.000524442451194971, 0.00108326923076923, 0.00058785977527351, 0.00165365384615385, 0.00161924423254041, 0.00577173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 330, '2021-05-23 00:00:00', 0.000308749649641657, 0.000512884615384606, 0.000510665214733167, 0.000745192307692296, 0.000547782663246875, 0.000934615384615384, 0.000583330523802762, 0.00166749999999999, 0.00161345798019228, 0.00577557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 345, '2021-05-23 00:00:00', 0.000308142886436703, 0.000500961538461537, 0.000339289529186206, 0.000675769230769217, 0.000391106910428093, 0.000851153846153841, 0.000629198788448152, 0.00175634615384616, 0.00161031922301139, 0.005805 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 360, '2021-05-23 00:00:00', 0.000165587183636323, 0.000423653846153833, 0.000181114179880649, 0.000552115384615389, 0.000232632840462254, 0.000765961538461526, 0.000660753765378251, 0.00182846153846154, 0.00164209931302773, 0.00583692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 375, '2021-05-23 00:00:00', 0.0001275866221586, 0.00036788461538463, 0.000186847634348245, 0.000559038461538452, 0.000177933003813659, 0.000711923076923074, 0.000730828744540169, 0.00197557692307692, 0.00163674076938098, 0.00583711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 390, '2021-05-23 00:00:00', 0.000149110826104397, 0.000434038461538448, 0.000141393069137075, 0.000524999999999981, 0.000232593818953527, 0.000743269230769228, 0.00076280134020294, 0.00206326923076922, 0.00159251384488608, 0.00584788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 405, '2021-05-23 00:00:00', 0.000143549107116162, 0.000352884615384613, 0.000151540423649928, 0.000512499999999997, 0.000229902989574707, 0.000795769230769256, 0.000821286818633747, 0.00222903846153846, 0.00157586054634871, 0.00586230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 420, '2021-05-23 00:00:00', 0.000127090064975122, 0.000368269230769226, 0.000169355792978526, 0.000545769230769232, 0.000229415310333437, 0.000794230769230784, 0.000875589318028826, 0.00239057692307692, 0.00154003912287968, 0.0058875 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 435, '2021-05-23 00:00:00', 0.000118665658307432, 0.000391538461538456, 0.000184388073200143, 0.000550192307692317, 0.000276409951952663, 0.000787307692307692, 0.00084747863599124, 0.00254403846153845, 0.00152709246105643, 0.00589076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 450, '2021-05-23 00:00:00', 0.000174481760122329, 0.000381730769230772, 0.000222332045511983, 0.000546538461538459, 0.000360878042472067, 0.000809807692307677, 0.000906451661912895, 0.00265384615384615, 0.00151348702060456, 0.00587980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 465, '2021-05-23 00:00:00', 0.000157100653673408, 0.000386153846153848, 0.00023337490472166, 0.000574615384615387, 0.000269444514054089, 0.000817115384615379, 0.000948007728790319, 0.00274057692307692, 0.00152567166797498, 0.00586403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 480, '2021-05-23 00:00:00', 0.000178253061253259, 0.000436923076923083, 0.000226896536909545, 0.000619038461538452, 0.000267046524324592, 0.000869615384615377, 0.000912053473466095, 0.00279346153846154, 0.00149586100752917, 0.00586307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 495, '2021-05-23 00:00:00', 0.000157606740386907, 0.000403269230769217, 0.000159995192235458, 0.000577307692307687, 0.000277719005748344, 0.000879615384615395, 0.000861055814326016, 0.00283134615384616, 0.00145405609086606, 0.00584365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 510, '2021-05-23 00:00:00', 0.00011355852438957, 0.000383461538461544, 0.000189288241741354, 0.000570961538461543, 0.000381419867579826, 0.000988653846153854, 0.000846657523168894, 0.00293019230769231, 0.0014948294603013, 0.00587134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 525, '2021-05-23 00:00:00', 0.000128200564021313, 0.00042423076923076, 0.000200783848568938, 0.000691923076923084, 0.00053568464460122, 0.00119403846153847, 0.000822335791417457, 0.00300307692307693, 0.00148539334339946, 0.00586423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 540, '2021-05-23 00:00:00', 0.000148587192739319, 0.000571923076923083, 0.000343288676458478, 0.00082865384615386, 0.00050574107847944, 0.00132903846153847, 0.000808645781538511, 0.00300000000000001, 0.00150510812287307, 0.00585769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 555, '2021-05-23 00:00:00', 0.000226094347222911, 0.000575576923076936, 0.000408890431063618, 0.000955769230769245, 0.000480892959463489, 0.00142096153846154, 0.000809837020640581, 0.00303500000000001, 0.00148444384820093, 0.00590153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 570, '2021-05-23 00:00:00', 0.00028903985618171, 0.000699038461538459, 0.000331442360692684, 0.000989038461538455, 0.000477488179475124, 0.00145980769230767, 0.000795577390714053, 0.00295576923076922, 0.00148758835548838, 0.00586865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 585, '2021-05-23 00:00:00', 0.000313895928368225, 0.000659423076923063, 0.000380543184651373, 0.00110134615384615, 0.000481793484325457, 0.00151980769230767, 0.00082897295121502, 0.0029130769230769, 0.00151893222870036, 0.00587134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 600, '2021-05-23 00:00:00', 0.000243906429094934, 0.000877115384615388, 0.000297876071288287, 0.00113692307692307, 0.000397603010358523, 0.00157692307692307, 0.000837007398184378, 0.00291576923076922, 0.00147788176117037, 0.00590749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 615, '2021-05-23 00:00:00', 0.000166469678458737, 0.000706923076923062, 0.000239152751315004, 0.00099596153846153, 0.000382301733431352, 0.00146384615384614, 0.000914114788280908, 0.00284461538461538, 0.00151852505614951, 0.00591711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 630, '2021-05-23 00:00:00', 0.000225283069799899, 0.000737307692307689, 0.000290400519177334, 0.0010376923076923, 0.000419268456315931, 0.00144403846153846, 0.000889542319657442, 0.00283153846153846, 0.00155456297346281, 0.00593403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 645, '2021-05-23 00:00:00', 0.00024927062834166, 0.00064461538461538, 0.000318747368013274, 0.000943269230769227, 0.000510795909868572, 0.00145269230769231, 0.0008310405895854, 0.00280269230769231, 0.00166821937544658, 0.00596173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 660, '2021-05-23 00:00:00', 0.000220078657267403, 0.000656153846153845, 0.000359850022178046, 0.000964038461538462, 0.000657460762210304, 0.00143057692307694, 0.000845549730148286, 0.00278788461538462, 0.00173794141044911, 0.00603211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 675, '2021-05-23 00:00:00', 0.000248434869966736, 0.000611730769230776, 0.000472966131491941, 0.000965192307692324, 0.000628332714411721, 0.00139000000000001, 0.000803379137432333, 0.00270096153846154, 0.00174617736344719, 0.00603576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 690, '2021-05-23 00:00:00', 0.000322305934454544, 0.000676346153846152, 0.000432078563013013, 0.00094826923076923, 0.000598526427666634, 0.00144826923076923, 0.00077471066559369, 0.00274884615384616, 0.00174824294210369, 0.00603923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 705, '2021-05-23 00:00:00', 0.000228282972174052, 0.00059365384615385, 0.000420467734058902, 0.000883653846153849, 0.000486786045245932, 0.00136057692307692, 0.000723877725543796, 0.00268019230769231, 0.00190406055979966, 0.00616384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 720, '2021-05-23 00:00:00', 0.000249347147567407, 0.000600000000000002, 0.000398812660859132, 0.000958461538461541, 0.000455923956209995, 0.00133057692307693, 0.000732058425579212, 0.00266346153846154, 0.00188821331910924, 0.00613846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 735, '2021-05-23 00:00:00', 0.000317129250524877, 0.000694807692307688, 0.000385749420459229, 0.000948846153846153, 0.000499845091387944, 0.00127634615384615, 0.000807454428340173, 0.00277057692307693, 0.00188740049151859, 0.00613384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 750, '2021-05-23 00:00:00', 0.000221148140394645, 0.000612499999999999, 0.000292505621247777, 0.000853461538461536, 0.000366770311691751, 0.00115730769230768, 0.000821150131499438, 0.00270846153846155, 0.00187552339361577, 0.00616499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 765, '2021-05-23 00:00:00', 0.000160648804731123, 0.000575961538461545, 0.000309206179657629, 0.0008226923076923, 0.00036724713959192, 0.00113730769230769, 0.00082949298694119, 0.00277884615384617, 0.00187541516429338, 0.00622096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 780, '2021-05-23 00:00:00', 0.000233363697658007, 0.000581153846153832, 0.000257149462674621, 0.000809615384615377, 0.000326106636641361, 0.00117846153846153, 0.000832364773032004, 0.00288134615384616, 0.00191600290067229, 0.00628134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 795, '2021-05-23 00:00:00', 0.000230326190100371, 0.000601923076923075, 0.000306797164263287, 0.000867499999999995, 0.000392251146000189, 0.0013298076923077, 0.000847068792047946, 0.00293846153846155, 0.001930050935956, 0.00628115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 810, '2021-05-23 00:00:00', 0.000198157377238002, 0.000582115384615372, 0.000230998834495904, 0.000772692307692305, 0.000478061148325667, 0.00131269230769229, 0.000795923653083928, 0.0029473076923077, 0.00193851537165787, 0.00624961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 825, '2021-05-23 00:00:00', 0.000148121052365446, 0.000554615384615401, 0.000365203894578609, 0.000941730769230781, 0.000434617249825802, 0.00130692307692308, 0.000731602245864409, 0.00300038461538463, 0.00192689734667298, 0.00623923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 840, '2021-05-23 00:00:00', 0.000306163103841458, 0.000725384615384624, 0.000393644705090946, 0.00100192307692307, 0.000363665156639794, 0.00131211538461538, 0.000736915087478772, 0.00303461538461539, 0.00192769101617613, 0.00622057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 855, '2021-05-23 00:00:00', 0.000253566255944749, 0.000644615384615385, 0.000245034455975851, 0.000866730769230772, 0.000383177052870028, 0.00127442307692308, 0.00071174466035122, 0.0029623076923077, 0.00188907752212962, 0.00616173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 870, '2021-05-23 00:00:00', 0.000175880750685062, 0.000619038461538443, 0.000276895981580423, 0.000845769230769216, 0.000355143795362705, 0.00133634615384615, 0.000690239005428833, 0.00298173076923077, 0.0018294054940167, 0.0061726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 885, '2021-05-23 00:00:00', 0.000197727181898548, 0.000604038461538452, 0.000269832426630939, 0.000956538461538464, 0.000387304094399302, 0.00134269230769232, 0.00069101455511778, 0.00298634615384614, 0.00177562218781084, 0.00619307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 900, '2021-05-23 00:00:00', 0.000195562862868526, 0.000711399999999975, 0.000287268022353125, 0.000983999999999981, 0.000411246884486686, 0.00149139999999999, 0.000702127243928523, 0.00298919999999999, 0.00176120146017806, 0.0061908 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 915, '2021-05-23 00:00:00', 0.00027952019329834, 0.000753461538461538, 0.000307415591917269, 0.00101288461538463, 0.00044483518987806, 0.00161211538461539, 0.000712794824292693, 0.00292769230769231, 0.00171453565142285, 0.00614750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 930, '2021-05-23 00:00:00', 0.000305938719354049, 0.000777500000000008, 0.000392899527184149, 0.00118096153846154, 0.000507464322353357, 0.00160596153846155, 0.000814252205306287, 0.00295057692307692, 0.00177314921928364, 0.00625807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 945, '2021-05-23 00:00:00', 0.000320295356483068, 0.000841346153846157, 0.000500793831370233, 0.00125769230769231, 0.00061675431463054, 0.00168173076923079, 0.000793040012570895, 0.0028876923076923, 0.00198427077285334, 0.00641250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 960, '2021-05-23 00:00:00', 0.000303147907540451, 0.000869423076923076, 0.000402169692466339, 0.00110269230769232, 0.000616173708025222, 0.00171903846153847, 0.000720751770989571, 0.00284365384615384, 0.00210512126455022, 0.00637653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 975, '2021-05-23 00:00:00', 0.00029900893992296, 0.000752884615384616, 0.000472552683265635, 0.00120903846153847, 0.000659679438468774, 0.00177480769230769, 0.000880928116337441, 0.00293288461538461, 0.00209713375825196, 0.00641999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 990, '2021-05-23 00:00:00', 0.000319961536149877, 0.000949230769230779, 0.000561845071719416, 0.00133173076923077, 0.000585341747647022, 0.00176480769230769, 0.000869200184962276, 0.0028801923076923, 0.00214044157917149, 0.00643192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1005, '2021-05-23 00:00:00', 0.000355421526554685, 0.000897307692307699, 0.000305803921592802, 0.00124903846153846, 0.000384572939965683, 0.00164211538461539, 0.00088394804929144, 0.00271807692307692, 0.00223194228109821, 0.00642711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1020, '2021-05-23 00:00:00', 0.000288869414202237, 0.000916538461538449, 0.00030029242158526, 0.00118346153846152, 0.000337690174340561, 0.00162942307692305, 0.000909279956042986, 0.00259403846153843, 0.00229771864281476, 0.00649980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1035, '2021-05-23 00:00:00', 0.000253138530027778, 0.000771346153846151, 0.000375365104316407, 0.00109480769230769, 0.000330813914691996, 0.00150461538461538, 0.000841103053230593, 0.0024528846153846, 0.00244332214727912, 0.00661134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1050, '2021-05-23 00:00:00', 0.000258666476671881, 0.000787115384615387, 0.000271253500509138, 0.00117230769230768, 0.000425754217649281, 0.00150557692307692, 0.00085937108041063, 0.0024155769230769, 0.00245318098833707, 0.00661980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1065, '2021-05-23 00:00:00', 0.000275399639684695, 0.000990192307692296, 0.000305753105525448, 0.0012351923076923, 0.000468217897991953, 0.00158999999999999, 0.000865447772054346, 0.00245461538461537, 0.00248362939295266, 0.0066451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1080, '2021-05-23 00:00:00', 0.000287534412656175, 0.000805961538461532, 0.000452572136196576, 0.00105153846153846, 0.000565720915157058, 0.00142192307692307, 0.000986571920260319, 0.00238692307692306, 0.00264801403813382, 0.00664711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1095, '2021-05-23 00:00:00', 0.000298812006761132, 0.000693846153846135, 0.000339544038154351, 0.00104807692307691, 0.000393832891152888, 0.00133211538461537, 0.00106107110252583, 0.00234826923076922, 0.00266801210930246, 0.00659615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1110, '2021-05-23 00:00:00', 0.000233796838170384, 0.000720192307692295, 0.000307189054792988, 0.000888653846153852, 0.000484935523073392, 0.00124269230769231, 0.00106954411567949, 0.00228115384615384, 0.00267016637338171, 0.0066326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1125, '2021-05-23 00:00:00', 0.000182648569663147, 0.000637500000000017, 0.000359627638622966, 0.000924038461538477, 0.000414133618348176, 0.00117057692307693, 0.00107828704969432, 0.00224019230769231, 0.00262406208885267, 0.00667038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1140, '2021-05-23 00:00:00', 0.00020729698131312, 0.000589038461538473, 0.000342004554625545, 0.000828653846153856, 0.000321779487322497, 0.00113596153846154, 0.00107437058496878, 0.00214807692307693, 0.00260892229444679, 0.00666346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1155, '2021-05-23 00:00:00', 0.000321458455265284, 0.000593461538461549, 0.000314216547084234, 0.000745961538461549, 0.000939155676453785, 0.00135576923076923, 0.00111997431289226, 0.0021826923076923, 0.00258022452809529, 0.00665115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1170, '2021-05-23 00:00:00', 0.000190737032022152, 0.000531153846153854, 0.000279235770245538, 0.000833846153846155, 0.00095203605700947, 0.00128557692307693, 0.00111365159929638, 0.00215673076923077, 0.00260243359480787, 0.00665884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1185, '2021-05-23 00:00:00', 0.000181920206515004, 0.000595192307692308, 0.000974162993785699, 0.00100346153846154, 0.000959043353475814, 0.00117307692307693, 0.00110902049644649, 0.0020776923076923, 0.00262755048257147, 0.00664846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1200, '2021-05-23 00:00:00', 0.00101244587699597, 0.000815576923076933, 0.000990821182345527, 0.000928846153846163, 0.0009751664157781, 0.00111653846153846, 0.00118414701530094, 0.00231192307692307, 0.00263634911456092, 0.00665442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1215, '2021-05-23 00:00:00', 0.000119708620600836, 0.000456923076923077, 0.000189583348830651, 0.000620384615384615, 0.000305987179218594, 0.000868076923076909, 0.000735438670768351, 0.00218096153846153, 0.00260661112144899, 0.00671346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1230, '2021-05-23 00:00:00', 0.000121449102983024, 0.00044826923076923, 0.000216750210717657, 0.000644423076923059, 0.000322352470728242, 0.000896346153846133, 0.000746825306521897, 0.00216903846153846, 0.00258358219562267, 0.00674980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1245, '2021-05-23 00:00:00', 0.000161548278090001, 0.000479615384615367, 0.000291500164929375, 0.000667884615384597, 0.00038805332702527, 0.000929230769230746, 0.000755499758183539, 0.00218326923076923, 0.00255395527338705, 0.00682153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1260, '2021-05-23 00:00:00', 0.000241620809088588, 0.00046115384615384, 0.000254099314321109, 0.000627692307692308, 0.000425223018408698, 0.00100115384615385, 0.000697639316111565, 0.00214115384615385, 0.00255345660142964, 0.00684884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1275, '2021-05-23 00:00:00', 0.000133125302455419, 0.000437884615384615, 0.000228236466445198, 0.000621730769230756, 0.000470408823831418, 0.0011276923076923, 0.000741790142415363, 0.00215115384615386, 0.00256955024499201, 0.00692769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1290, '2021-05-23 00:00:00', 0.000175113260052328, 0.000469423076923065, 0.00027897642580304, 0.000804615384615391, 0.000446347786097169, 0.00111788461538462, 0.000832403655778761, 0.00214538461538463, 0.00259012473712101, 0.00696192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1305, '2021-05-23 00:00:00', 0.000194793776555138, 0.000651153846153859, 0.00039464589775567, 0.000900769230769235, 0.000429508842928562, 0.00108538461538462, 0.000859458617610298, 0.00211134615384617, 0.00259012473712101, 0.00696192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1320, '2021-05-23 00:00:00', 0.000429536243657483, 0.000674230769230767, 0.000430542100148168, 0.000832499999999997, 0.000427308571625486, 0.00106115384615385, 0.00101487702930719, 0.00221076923076924, 0.00256388438026847, 0.00701134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1335, '2021-05-23 00:00:00', 0.000216467176406822, 0.000439038461538455, 0.000245676851544099, 0.00059865384615384, 0.000514791369242106, 0.000966923076923066, 0.0010205249214912, 0.00214365384615386, 0.00255306531447983, 0.00702250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1350, '2021-05-23 00:00:00', 0.000105598841776872, 0.000416346153846153, 0.000142553633631478, 0.000613461538461539, 0.000446373291522472, 0.000936346153846148, 0.00100826440747684, 0.00215634615384616, 0.00254525423393904, 0.00702365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1365, '2021-05-23 00:00:00', 0.000139474425557566, 0.000461346153846162, 0.000446400992554719, 0.000744615384615382, 0.000455603277154402, 0.000952115384615384, 0.000993128564765841, 0.00217788461538463, 0.00270965686871121, 0.00716288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1380, '2021-05-23 00:00:00', 0.000461305338560712, 0.00058115384615384, 0.000497956323385887, 0.000722499999999993, 0.000756549657732636, 0.00128423076923076, 0.000995795082410958, 0.00221038461538463, 0.00270333504141714, 0.00716788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1395, '2021-05-23 00:00:00', 0.000471054504440667, 0.000532884615384613, 0.000449690876731311, 0.000696730769230765, 0.000739336500883363, 0.0015376923076923, 0.0010246108454508, 0.00235423076923078, 0.00271535120267087, 0.00716307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1410, '2021-05-23 00:00:00', 0.000211130018271649, 0.000441730769230768, 0.000707970800136679, 0.00102942307692307, 0.000738308175180584, 0.00150019230769231, 0.00123803013508745, 0.00239115384615386, 0.00270435614404726, 0.00711692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 2, 1425, '2021-05-23 00:00:00', 0.000635597629128561, 0.000902115384615376, 0.00066335162969227, 0.00132923076923077, 0.000658106286716209, 0.00151173076923077, 0.00118678922047943, 0.00243057692307693, 0.00269953600714015, 0.00710442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 0, '2021-05-23 00:00:00', 0.000473941411504057, 0.00096730769230771, 0.000580903142992421, 0.00117769230769232, 0.000565892351818049, 0.0013469230769231, 0.00115191060350252, 0.00238403846153848, 0.00275185146066034, 0.0070273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 15, '2021-05-23 00:00:00', 0.000397575924050522, 0.000676153846153843, 0.000404287835392259, 0.000924423076923087, 0.000446835927554896, 0.00116211538461539, 0.00113606981096437, 0.00224884615384616, 0.00273153814093535, 0.00698384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 30, '2021-05-23 00:00:00', 0.000336470652509242, 0.000687500000000008, 0.00040648190422396, 0.000896538461538472, 0.00047021799363536, 0.00111519230769233, 0.00112306003675398, 0.00221538461538463, 0.00265978987024279, 0.00694807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 45, '2021-05-23 00:00:00', 0.000406465297979463, 0.000615961538461551, 0.000418146505426047, 0.00089250000000001, 0.000473833344607093, 0.00107403846153848, 0.00113581708982497, 0.00222769230769232, 0.00266150597190041, 0.00692596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 60, '2021-05-23 00:00:00', 0.000321471675986461, 0.000619038461538465, 0.000393736391706243, 0.000727884615384619, 0.000641186280384914, 0.00106961538461539, 0.00113270207910112, 0.00214, 0.00261220002326362, 0.00690980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 75, '2021-05-23 00:00:00', 0.000203430294242, 0.000396730769230768, 0.000231818563005306, 0.000590384615384627, 0.000574680379394951, 0.000956538461538481, 0.00111175744449256, 0.00211384615384616, 0.00257108695960409, 0.00684692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 90, '2021-05-23 00:00:00', 0.000213773154391436, 0.000429807692307703, 0.000565347578588051, 0.000741730769230786, 0.000534577511110042, 0.00101865384615385, 0.00111615955572945, 0.00213307692307693, 0.00251181996537601, 0.00682846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 105, '2021-05-23 00:00:00', 0.000539851404056287, 0.000523461538461547, 0.000521883128679209, 0.000750000000000011, 0.000507103577646161, 0.00103096153846156, 0.00113510412941519, 0.00220076923076923, 0.00248259192253705, 0.00684942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 120, '2021-05-23 00:00:00', 0.000181313583011905, 0.000518846153846167, 0.000277068514159317, 0.000710192307692302, 0.000354594893451018, 0.00103653846153846, 0.00120990266614239, 0.00222230769230768, 0.00242614017605046, 0.00684307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 135, '2021-05-23 00:00:00', 0.000203809866146016, 0.000492307692307681, 0.000289789313387925, 0.00068461538461539, 0.000704473944487345, 0.00114653846153847, 0.00122116445058993, 0.00218884615384614, 0.00243866442009683, 0.00683307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 150, '2021-05-23 00:00:00', 0.000242882766909349, 0.000469038461538481, 0.000261582756430055, 0.000738461538461547, 0.00105017839143936, 0.00125057692307693, 0.00120875301288305, 0.00223461538461538, 0.00244505010173617, 0.00681999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 165, '2021-05-23 00:00:00', 0.000185472058853579, 0.000533269230769236, 0.000724321326909132, 0.000885769230769235, 0.0010536505770233, 0.00128153846153847, 0.00125548611486364, 0.00220576923076922, 0.00244438323194531, 0.00679923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 180, '2021-05-23 00:00:00', 0.000756709297906721, 0.000725192307692314, 0.00109189829408026, 0.000946730769230776, 0.00113360006853591, 0.00126865384615386, 0.00129003541990729, 0.00219423076923076, 0.00245652753667887, 0.00677153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 195, '2021-05-23 00:00:00', 0.000414466710178453, 0.000535576923076926, 0.00041917817948201, 0.000837115384615394, 0.000432234266964648, 0.0010823076923077, 0.000948441170471921, 0.00202942307692307, 0.00221276670708867, 0.00665249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 210, '2021-05-23 00:00:00', 0.000253659978347763, 0.000629230769230767, 0.000379510818737039, 0.000837692307692308, 0.000400167464944359, 0.00109, 0.000947808017723811, 0.00206403846153845, 0.00222217953473958, 0.00669673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 225, '2021-05-23 00:00:00', 0.000241509117521793, 0.000564423076923081, 0.00024569094094316, 0.00077403846153846, 0.000343547163932631, 0.00108442307692307, 0.000986478585677361, 0.00196499999999999, 0.00221192370156353, 0.00663269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 240, '2021-05-23 00:00:00', 0.000162937104429897, 0.000527499999999993, 0.000269433379806276, 0.000747115384615373, 0.000351240493985802, 0.000993269230769213, 0.00100142323719795, 0.00190749999999999, 0.00214877944782257, 0.00659865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 255, '2021-05-23 00:00:00', 0.000267678050018171, 0.000506538461538454, 0.000306761495929037, 0.00071884615384614, 0.000468461146898922, 0.000940384615384602, 0.00101748717625636, 0.00184807692307691, 0.0021149756590707, 0.00657096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 270, '2021-05-23 00:00:00', 0.000240649841375074, 0.00050711538461538, 0.000241528545852319, 0.000665961538461533, 0.000405818309099036, 0.000932499999999994, 0.00101755289032825, 0.00185173076923076, 0.00211617453293582, 0.00655442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 285, '2021-05-23 00:00:00', 0.000205231951328627, 0.000498076923076919, 0.000404412061373822, 0.000706346153846144, 0.000594666163619436, 0.0010053846153846, 0.000991920921941159, 0.00187865384615384, 0.00210448009292995, 0.00654730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 300, '2021-05-23 00:00:00', 0.000346652785718145, 0.000511923076923079, 0.000340851930406061, 0.000670961538461544, 0.000804477494067747, 0.000979038461538457, 0.000986249539338873, 0.00183807692307693, 0.00209537219018116, 0.00652884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 315, '2021-05-23 00:00:00', 0.000202146272250116, 0.000458653846153849, 0.00042751684627178, 0.000685576923076918, 0.000638141080374503, 0.000970961538461541, 0.000875868645754263, 0.00192326923076923, 0.00200268935530355, 0.00647442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 330, '2021-05-23 00:00:00', 0.000298194825317548, 0.000453076923076924, 0.000483161065675424, 0.000646153846153856, 0.000558884465836938, 0.000925384615384631, 0.000794640896157617, 0.00193807692307692, 0.00194724306096121, 0.00643153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 345, '2021-05-23 00:00:00', 0.000245958407991139, 0.000463461538461543, 0.000268308375969467, 0.000654230769230781, 0.000455887469245837, 0.000900769230769239, 0.000666311892781114, 0.00194153846153846, 0.00183760455484852, 0.00634249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 360, '2021-05-23 00:00:00', 0.000182355527641843, 0.00043153846153847, 0.00031511926923968, 0.000598076923076926, 0.000376031913539257, 0.000839999999999999, 0.000795640235668984, 0.00192576923076922, 0.00184952489741389, 0.00627711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 375, '2021-05-23 00:00:00', 0.000232323382047864, 0.000368076923076913, 0.000280061531700558, 0.000562307692307687, 0.000306304524188689, 0.00077730769230769, 0.000813391971929888, 0.00194249999999999, 0.00184166387979833, 0.00624961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 390, '2021-05-23 00:00:00', 0.000235920782010856, 0.000421153846153842, 0.00027767994858497, 0.000593076923076918, 0.000317836677943488, 0.000838076923076905, 0.000784670656047208, 0.00196903846153844, 0.00180025674451003, 0.00621288461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 405, '2021-05-23 00:00:00', 0.000157899797827125, 0.000372884615384616, 0.000191139900435392, 0.000507307692307689, 0.000305594565497391, 0.000729038461538438, 0.00094410480594868, 0.00202826923076922, 0.00179688017022668, 0.00619288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 420, '2021-05-23 00:00:00', 0.000137987178891594, 0.000362692307692318, 0.000261989797217683, 0.00055557692307692, 0.000292212514869159, 0.000721923076923075, 0.000983509727768559, 0.00215923076923076, 0.00176408743024219, 0.00616230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 435, '2021-05-23 00:00:00', 0.000212029116287955, 0.000407115384615379, 0.000211253402339472, 0.000529999999999996, 0.000242907152252426, 0.000763269230769231, 0.000955904746622478, 0.00223173076923076, 0.00176220156229469, 0.0061428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 450, '2021-05-23 00:00:00', 0.000176758418361174, 0.000406538461538465, 0.000245521188181706, 0.000559423076923082, 0.000260627128288661, 0.000817499999999997, 0.000882952063338562, 0.00227288461538461, 0.0017430906349179, 0.00612980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 465, '2021-05-23 00:00:00', 0.000165004079203655, 0.000397884615384626, 0.000177741493359128, 0.000585961538461543, 0.000260389131877632, 0.0008225, 0.000967711654447666, 0.00239461538461538, 0.00171851654498425, 0.00611134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 480, '2021-05-23 00:00:00', 0.000148707379155778, 0.000486730769230777, 0.000237794109391989, 0.000640961538461544, 0.000280515528159237, 0.000854807692307703, 0.000947790872746481, 0.00242653846153845, 0.00171675171808228, 0.00612730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 495, '2021-05-23 00:00:00', 0.000223350707322674, 0.000441538461538463, 0.000264876458866263, 0.000611538461538467, 0.000317947564617428, 0.000949423076923071, 0.000887164649535034, 0.00244134615384614, 0.0017299770229688, 0.00610749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 510, '2021-05-23 00:00:00', 0.000147156771453483, 0.000431346153846157, 0.000177114044094164, 0.000569230769230771, 0.000257407190145238, 0.000997692307692293, 0.000905266471606784, 0.00249576923076922, 0.00173997303250543, 0.0060780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 525, '2021-05-23 00:00:00', 0.000112277129666525, 0.000408076923076919, 0.000224119130409208, 0.000735769230769221, 0.000344871492231305, 0.00105211538461536, 0.000892767262289207, 0.00255423076923075, 0.00174578121151006, 0.00607096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 540, '2021-05-23 00:00:00', 0.00022837696569825, 0.00057596153846152, 0.000218987530379097, 0.000793461538461523, 0.000543150389996963, 0.0011228846153846, 0.000863524196801399, 0.00262403846153845, 0.00173539967686453, 0.00606596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 555, '2021-05-23 00:00:00', 0.000162733028182779, 0.000544038461538456, 0.000274645855883252, 0.00078788461538461, 0.000478667581778995, 0.00123442307692308, 0.000762650565210163, 0.00262826923076923, 0.00174465716270694, 0.00605384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 570, '2021-05-23 00:00:00', 0.00020131844273343, 0.000538653846153848, 0.000413188399941437, 0.000820576923076927, 0.000472182005326183, 0.00127961538461539, 0.000679363050103661, 0.00259692307692308, 0.00183894330025111, 0.00604269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 585, '2021-05-23 00:00:00', 0.000305323598825912, 0.000602500000000002, 0.00033266644185799, 0.000959807692307686, 0.000507330873675761, 0.00132884615384616, 0.000705982566792817, 0.00260923076923076, 0.00183759923855514, 0.00598980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 600, '2021-05-23 00:00:00', 0.000226712288018212, 0.000737307692307689, 0.000280610666500481, 0.000977884615384617, 0.00046559907645955, 0.0014225, 0.000650680708654696, 0.00258423076923076, 0.00184698095654669, 0.00594057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 615, '2021-05-23 00:00:00', 0.000178062219030731, 0.000633076923076937, 0.000327248200324125, 0.000919230769230783, 0.000453429538245831, 0.00135788461538462, 0.000588646197774043, 0.00248211538461539, 0.00182901545604774, 0.00587153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 630, '2021-05-23 00:00:00', 0.000238880401359862, 0.00066961538461539, 0.000339520023200167, 0.000994615384615389, 0.000364074009804844, 0.00132826923076923, 0.000685250431481921, 0.00251192307692308, 0.00184181064757983, 0.0058476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 645, '2021-05-23 00:00:00', 0.000293303793675788, 0.000763653846153849, 0.000339773510535387, 0.00104096153846153, 0.000488221103757147, 0.00139461538461538, 0.000761660357377229, 0.00251249999999999, 0.00181475851328446, 0.00583230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 660, '2021-05-23 00:00:00', 0.000199213163760278, 0.00062826923076923, 0.000196394030929187, 0.000858846153846148, 0.000480058169552223, 0.00130038461538461, 0.000789494994381753, 0.00244788461538461, 0.00179975271805708, 0.00582961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 675, '2021-05-23 00:00:00', 0.00018887653680076, 0.000572115384615375, 0.00039825813043996, 0.000996538461538453, 0.000399469696549736, 0.00129403846153844, 0.000753148059812944, 0.0025, 0.00181258778036773, 0.00579730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 690, '2021-05-23 00:00:00', 0.000415333045231814, 0.000748461538461535, 0.000425666400618344, 0.000933269230769217, 0.000459328983828161, 0.00122365384615383, 0.000943338017565615, 0.00259115384615385, 0.00179426506274423, 0.00575865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 705, '2021-05-23 00:00:00', 0.000169595559629803, 0.000559423076923078, 0.000241106503756831, 0.000812884615384603, 0.000381364806169393, 0.00115134615384614, 0.00101073217939351, 0.00273846153846155, 0.00181095747093586, 0.0057701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988060 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988060, 3, 720, '2021-05-23 00:00:00', 0.000245375457991648, 0.000616346153846144, 0.00028725069458308, 0.00079980769230768, 0.00039860313789338, 0.00115769230769232, 0.000985308151720131, 0.00274692307692308, 0.0018806533745974, 0.00577634615[...];
Date: 2021-05-23 17:02:49 Duration: 24s364ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1050, '2021-05-23 00:00:00', 0.000414714174045037, 0.000934615384615401, 0.000716691034171283, 0.00136596153846155, 0.000881773126237048, 0.0017503846153846, 0.000894847129187673, 0.00277423076923075, 0.0020580231085643, 0.00734365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1065, '2021-05-23 00:00:00', 0.000503949020620727, 0.000908846153846155, 0.000650511071270971, 0.00121557692307693, 0.000709197189677252, 0.00169057692307694, 0.000786735905253747, 0.00264423076923076, 0.00210797541402976, 0.00742788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1080, '2021-05-23 00:00:00', 0.000394355608751607, 0.000827884615384633, 0.000448582210971393, 0.00112500000000001, 0.000537157225228691, 0.00152326923076927, 0.00077921113955078, 0.00258999999999999, 0.00213535128617863, 0.00751865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1095, '2021-05-23 00:00:00', 0.000322531155322793, 0.000782884615384603, 0.000467708818028411, 0.00114153846153847, 0.000482412526945383, 0.00145038461538461, 0.000846406249068143, 0.00250346153846153, 0.00230677868132502, 0.00757326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1110, '2021-05-23 00:00:00', 0.000320934512850292, 0.000724807692307709, 0.000290584556739303, 0.000955769230769232, 0.000424492819546027, 0.00125692307692306, 0.000927270104205831, 0.00244038461538461, 0.00224235847679664, 0.00755346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1125, '2021-05-23 00:00:00', 0.00026434709118011, 0.00072576923076922, 0.000270466548479039, 0.000973076923076901, 0.000437935058410082, 0.00120865384615381, 0.000934081716899658, 0.00247442307692306, 0.00230087334589419, 0.00761307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1140, '2021-05-23 00:00:00', 0.000277857185231207, 0.000661153846153848, 0.000345458947800394, 0.000863269230769233, 0.000512421551219155, 0.00124961538461539, 0.000999727886053948, 0.00250461538461537, 0.00224683169237179, 0.00768442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1155, '2021-05-23 00:00:00', 0.000273652221736906, 0.000578461538461519, 0.000344663771500014, 0.000856346153846127, 0.000544053447600653, 0.00128192307692306, 0.00101361538753425, 0.00248307692307691, 0.00234092118620003, 0.00786 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1170, '2021-05-23 00:00:00', 0.000298118200615898, 0.000652307692307687, 0.000536463383222447, 0.0009698076923077, 0.000532179119643601, 0.00127615384615385, 0.00103716084354581, 0.00237884615384616, 0.00244064345235814, 0.00790769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1185, '2021-05-23 00:00:00', 0.000383356682677968, 0.000662884615384611, 0.000345075521277061, 0.000918653846153852, 0.000450064439830566, 0.00121000000000002, 0.00103095594175802, 0.00225192307692309, 0.00243898229091251, 0.00793384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1200, '2021-05-23 00:00:00', 0.000296193608719292, 0.000670576923076909, 0.000440329247443157, 0.000939615384615391, 0.000602954680016554, 0.00139288461538462, 0.00102819679723591, 0.00219442307692308, 0.00244123106554558, 0.00791365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1215, '2021-05-23 00:00:00', 0.000312157566228739, 0.000617884615384624, 0.000335053669638874, 0.000830192307692315, 0.000630969979780849, 0.00145634615384616, 0.00103998774031236, 0.00213750000000001, 0.00244137112327042, 0.0079198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1230, '2021-05-23 00:00:00', 0.000208734649366494, 0.000576923076923082, 0.000537163955775703, 0.00106865384615387, 0.00063257617358278, 0.00141615384615386, 0.00103112487119649, 0.00207750000000001, 0.00251165649445819, 0.00793788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1245, '2021-05-23 00:00:00', 0.000444111039476183, 0.000823846153846171, 0.000512214648515486, 0.00111461538461539, 0.000669006640187822, 0.00142326923076925, 0.00098116494731831, 0.00198557692307693, 0.00253441770736096, 0.00801134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1260, '2021-05-23 00:00:00', 0.00037473051855763, 0.000740192307692298, 0.000434686668762723, 0.000907500000000001, 0.000667258685852947, 0.00132307692307695, 0.000844624085705515, 0.0018446153846154, 0.00250741527964866, 0.00801576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1275, '2021-05-23 00:00:00', 0.000261880477728641, 0.000569230769230758, 0.000326945537689961, 0.000869230769230767, 0.000509850845459134, 0.00125173076923077, 0.000681935734621565, 0.00176788461538463, 0.00246753814560184, 0.00803250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1290, '2021-05-23 00:00:00', 0.000265654561703428, 0.00065788461538463, 0.000411353675264769, 0.000960384615384639, 0.000541808084103562, 0.001215, 0.000670283436029381, 0.00177326923076924, 0.00245079578912649, 0.00805500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1305, '2021-05-23 00:00:00', 0.00034310550070698, 0.00074076923076925, 0.00040423588886461, 0.000919423076923079, 0.000510694737964489, 0.00115634615384614, 0.000656210830332887, 0.00175442307692311, 0.00243780364578134, 0.00803615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1320, '2021-05-23 00:00:00', 0.000314919586805657, 0.000622884615384597, 0.000396913524780706, 0.000817884615384593, 0.000543912358607657, 0.00115057692307691, 0.000609662233094341, 0.00171403846153848, 0.00244699027064179, 0.00806423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1335, '2021-05-23 00:00:00', 0.00034061505454778, 0.000571153846153847, 0.000379402617484157, 0.000807115384615369, 0.000507646909392129, 0.00116423076923076, 0.000645577529158125, 0.0017678846153846, 0.0024477363797222, 0.00807423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1350, '2021-05-23 00:00:00', 0.00019679909708984, 0.000476730769230741, 0.000289226288835967, 0.000800384615384598, 0.000255688587633767, 0.000955576923076906, 0.000668157426175818, 0.00189711538461535, 0.00245188000082828, 0.00807346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1365, '2021-05-23 00:00:00', 0.000239432421813285, 0.000601730769230766, 0.000237962262683711, 0.00080903846153845, 0.000235482156763221, 0.000909615384615374, 0.000782278943954056, 0.00210288461538461, 0.00245518228212524, 0.00808096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1380, '2021-05-23 00:00:00', 0.000224414451749088, 0.000535384615384613, 0.000218827294036603, 0.000629230769230741, 0.000258880206926803, 0.000799807692307663, 0.000788797161213511, 0.00213519230769231, 0.00246199462600179, 0.00810653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1395, '2021-05-23 00:00:00', 0.000165315200101534, 0.000401346153846161, 0.000208344389450226, 0.000615769230769225, 0.000273384274490089, 0.000825192307692291, 0.000746143830226217, 0.00217615384615382, 0.00246598948778098, 0.00810192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1410, '2021-05-23 00:00:00', 0.000282109703157104, 0.000488269230769227, 0.000308717259241915, 0.000622115384615387, 0.00036177915065155, 0.000898076923076914, 0.000706882211926772, 0.00227269230769229, 0.00246766386721097, 0.00809019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 1, 1425, '2021-05-23 00:00:00', 0.000283577760330115, 0.000457884615384617, 0.000290330647048145, 0.000701730769230772, 0.000377056208827537, 0.000904230769230775, 0.000793001818797071, 0.00241826923076924, 0.00246766386721097, 0.00809019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 0, '2021-05-23 00:00:00', 0.000201348244056487, 0.000531346153846142, 0.000334803099425074, 0.000708653846153834, 0.000346728446171683, 0.000846153846153821, 0.00090017111621158, 0.00246903846153845, 0.00247785602890889, 0.00806250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 15, '2021-05-23 00:00:00', 0.000260707912010033, 0.000456153846153811, 0.000291751540764524, 0.000564807692307686, 0.000358192739264159, 0.000919038461538461, 0.000972354082388989, 0.00252269230769229, 0.00248750920369386, 0.00806903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 30, '2021-05-23 00:00:00', 0.000180441019556144, 0.000350192307692305, 0.000241633224918692, 0.000548846153846137, 0.000393769407336152, 0.000937884615384619, 0.000951454615110699, 0.00256826923076919, 0.00248567091237266, 0.00804673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 45, '2021-05-23 00:00:00', 0.000210500959252315, 0.000424423076923048, 0.000290854179695191, 0.000738076923076916, 0.000413151490189921, 0.00106807692307693, 0.000953920836096246, 0.00259519230769227, 0.00250432104264121, 0.00800826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 60, '2021-05-23 00:00:00', 0.000211919523912707, 0.000581730769230788, 0.000271508676727802, 0.000749807692307694, 0.000377471394738953, 0.00108557692307693, 0.000946516792487934, 0.00261096153846153, 0.00251739649546605, 0.00803134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 75, '2021-05-23 00:00:00', 0.000222306095283098, 0.000495000000000015, 0.000300478848609256, 0.000773461538461584, 0.000373734377085399, 0.00114076923076921, 0.000929520058127642, 0.00255346153846151, 0.00253951670901862, 0.00802634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 90, '2021-05-23 00:00:00', 0.00018709767091424, 0.000468461538461567, 0.00024087860012879, 0.000657500000000012, 0.000459286905472435, 0.00119769230769229, 0.000853311558215783, 0.00246615384615384, 0.00250831254953483, 0.0079646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 105, '2021-05-23 00:00:00', 0.000175546618835621, 0.000446153846153857, 0.000333730948750415, 0.000817115384615349, 0.000599925379975291, 0.00137230769230766, 0.00080859174827883, 0.00249384615384613, 0.00252759006535112, 0.00798846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 120, '2021-05-23 00:00:00', 0.000288010683562543, 0.000713076923076906, 0.000398752284777636, 0.00102923076923074, 0.000631327051656955, 0.00144038461538459, 0.000801931634339153, 0.00249288461538459, 0.00251815365816981, 0.00798461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 135, '2021-05-23 00:00:00', 0.000278136933624705, 0.000683076923076915, 0.000486625586604832, 0.000982692307692298, 0.000524332579424705, 0.00121942307692306, 0.000778825076637888, 0.0022525, 0.00252532189113511, 0.00797557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 150, '2021-05-23 00:00:00', 0.000330570660432022, 0.000615192307692281, 0.00037061928423404, 0.000834423076923035, 0.000390227349906953, 0.00112923076923072, 0.000804345051292377, 0.00210980769230768, 0.00255877077609845, 0.00801173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 165, '2021-05-23 00:00:00', 0.000192519829148538, 0.000558269230769207, 0.000368488179541143, 0.000851538461538404, 0.00045518770430874, 0.00115961538461536, 0.00078286566781677, 0.00216057692307692, 0.00256155838985089, 0.00801423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 180, '2021-05-23 00:00:00', 0.000353262595725126, 0.00064230769230763, 0.000363114095228819, 0.000849615384615348, 0.000603561130674854, 0.00118596153846151, 0.00079141385167017, 0.00213326923076922, 0.00258010539438875, 0.00802038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 195, '2021-05-23 00:00:00', 0.000241399764195925, 0.000510384615384628, 0.000368717162814326, 0.000772115384615379, 0.000625903654419246, 0.00113576923076922, 0.000789690104748994, 0.00201730769230767, 0.00259246496897927, 0.00796384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 210, '2021-05-23 00:00:00', 0.000238884990029818, 0.000539038461538457, 0.000393476028006004, 0.00075076923076923, 0.000507297856672581, 0.00111365384615383, 0.000730594699805996, 0.00190884615384615, 0.00260132407852973, 0.00796519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 225, '2021-05-23 00:00:00', 0.000287234894494689, 0.000541730769230765, 0.000417479985701742, 0.000771538461538452, 0.000412310982334738, 0.00110711538461539, 0.000747474337094857, 0.00188826923076922, 0.00259027999674525, 0.00796730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 240, '2021-05-23 00:00:00', 0.000288105215823338, 0.00050115384615385, 0.000320316249978049, 0.000737499999999989, 0.000379018418468634, 0.00098519230769234, 0.000806490020921628, 0.00182692307692307, 0.00259051295781655, 0.00796423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 255, '2021-05-23 00:00:00', 0.000199133217875718, 0.00050596153846154, 0.000278038458878224, 0.000700769230769253, 0.00042885271812844, 0.000924423076923087, 0.000756618896040905, 0.00193807692307692, 0.00258308661518318, 0.00796269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 270, '2021-05-23 00:00:00', 0.000260176567265108, 0.000455384615384627, 0.000319217071068494, 0.000638461538461554, 0.000458813520020777, 0.000855384615384625, 0.000783660542680241, 0.00202538461538461, 0.00258197831874352, 0.00796596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 285, '2021-05-23 00:00:00', 0.000167355448533485, 0.000415384615384629, 0.000290635444394609, 0.000564807692307686, 0.00041794796326812, 0.000882499999999983, 0.000870484922327789, 0.00211999999999999, 0.00258197831874352, 0.00796596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 300, '2021-05-23 00:00:00', 0.000214313932208034, 0.000397692307692325, 0.000269378272780426, 0.000574423076923074, 0.000398638114276397, 0.000897884615384613, 0.000900354630986303, 0.0021826923076923, 0.00257850500066639, 0.00797096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 315, '2021-05-23 00:00:00', 0.000128750205376979, 0.000361153846153855, 0.000305192499151682, 0.000602692307692285, 0.0003978844536565, 0.000835961538461549, 0.000859747905806406, 0.00241230769230767, 0.0025730859129428, 0.00796634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 330, '2021-05-23 00:00:00', 0.000231961949797465, 0.0003978846153846, 0.000291393205136983, 0.000570000000000011, 0.00034723905531846, 0.000789807692307725, 0.000925789143629152, 0.00260846153846151, 0.00255878444698922, 0.00795538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 345, '2021-05-23 00:00:00', 0.000118617679315302, 0.000366923076923089, 0.00016851991436759, 0.000519807692307707, 0.000434550873360591, 0.000817307692307701, 0.000906553850918648, 0.00278673076923075, 0.00254693240072174, 0.00793557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 360, '2021-05-23 00:00:00', 0.000151347791018421, 0.000393076923076928, 0.000202995358037111, 0.000541346153846173, 0.000474432454461283, 0.000833076923076941, 0.000915364429318494, 0.00285403846153844, 0.00251148917668691, 0.00794326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 375, '2021-05-23 00:00:00', 0.000143289379068557, 0.000384615384615394, 0.000351376633345938, 0.000618461538461534, 0.000406609290824259, 0.000891346153846135, 0.000977503118232314, 0.00293711538461536, 0.00250306502112912, 0.00794250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 390, '2021-05-23 00:00:00', 0.000315370173215277, 0.000462884615384608, 0.00036963771244493, 0.000629038461538475, 0.000351467691917098, 0.00089846153846154, 0.00101067450820652, 0.0029651923076923, 0.00251036669861967, 0.0079298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 405, '2021-05-23 00:00:00', 0.000190400791853556, 0.00041230769230772, 0.000280086799732902, 0.000646153846153843, 0.000283432803052434, 0.000928076923076923, 0.00102788440310858, 0.00300788461538461, 0.00250660794393849, 0.00791923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 420, '2021-05-23 00:00:00', 0.000262008294055412, 0.000502884615384588, 0.000273286550092611, 0.000673461538461527, 0.000297180856615058, 0.00100769230769227, 0.00106287447699444, 0.00312307692307691, 0.00251699698969904, 0.0079246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 435, '2021-05-23 00:00:00', 0.000174556691254001, 0.000435961538461593, 0.000229426123520957, 0.000677115384615388, 0.000381668654120895, 0.00120480769230769, 0.00107375129622919, 0.00320538461538461, 0.00250990196713249, 0.00793326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 450, '2021-05-23 00:00:00', 0.000144609952843975, 0.000529038461538452, 0.000218761637053099, 0.0007655769230769, 0.000346780855207535, 0.00142480769230768, 0.00114172063132802, 0.00334499999999999, 0.00250851249977723, 0.00795019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 465, '2021-05-23 00:00:00', 0.000202801627212408, 0.000502499999999987, 0.000284185475729105, 0.00102423076923078, 0.000443215696750643, 0.00153307692307691, 0.00112655157961741, 0.0034173076923077, 0.00249634360307542, 0.00797076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 480, '2021-05-23 00:00:00', 0.00026023576588577, 0.000869423076923102, 0.000309458646423307, 0.00120942307692306, 0.000508291255089055, 0.00164999999999999, 0.00120798369831081, 0.00348884615384616, 0.00249085003254221, 0.00798326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 495, '2021-05-23 00:00:00', 0.000268444880461797, 0.000739423076923062, 0.000310861891174559, 0.00107365384615383, 0.000583162894514446, 0.00171480769230769, 0.00122332373537772, 0.00342980769230771, 0.00248399730583284, 0.00804884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 510, '2021-05-23 00:00:00', 0.000335320741977, 0.000830000000000006, 0.000511753734344345, 0.00117673076923077, 0.000794599681503949, 0.00188442307692306, 0.00125736863513268, 0.00345326923076924, 0.00247049388553417, 0.00808403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 525, '2021-05-23 00:00:00', 0.000337407081226145, 0.00080153846153846, 0.000520764969872342, 0.00140692307692308, 0.000791556621231485, 0.00204173076923077, 0.00122126751621168, 0.00341788461538461, 0.00247385330079338, 0.00809692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 540, '2021-05-23 00:00:00', 0.000476036238116378, 0.00119750000000001, 0.000750009358915974, 0.00155403846153846, 0.000788942232456773, 0.00208038461538461, 0.00123551491912669, 0.00353865384615386, 0.0024938649414421, 0.0081421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 555, '2021-05-23 00:00:00', 0.00049351642479097, 0.00100769230769228, 0.000575490960966269, 0.00146461538461536, 0.000716258252738069, 0.00194673076923074, 0.0011725129489198, 0.00350115384615384, 0.00249986729647799, 0.00809750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 570, '2021-05-23 00:00:00', 0.00031866892634109, 0.000886730769230771, 0.000395092588953706, 0.00125192307692305, 0.000527083849700753, 0.00168423076923076, 0.00116642961144746, 0.00344403846153845, 0.00250340177788917, 0.0080773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 585, '2021-05-23 00:00:00', 0.000402738940066827, 0.00088057692307691, 0.000473122077269681, 0.00129249999999999, 0.000599243401170289, 0.00176442307692306, 0.00107679104822542, 0.0035251923076923, 0.00250903564833494, 0.00805826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 600, '2021-05-23 00:00:00', 0.000315858110793194, 0.000857115384615372, 0.00043766728669867, 0.00112557692307692, 0.000634947726497707, 0.00170384615384615, 0.000992682225085127, 0.00348499999999999, 0.00245833517774815, 0.00805538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 615, '2021-05-23 00:00:00', 0.000287889669037392, 0.000682692307692288, 0.000459089902373724, 0.00112153846153843, 0.000492277751493349, 0.00156076923076921, 0.000982737698786072, 0.00335423076923074, 0.00245052528120938, 0.00802192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 630, '2021-05-23 00:00:00', 0.000308715016703829, 0.000805192307692305, 0.000357346416714161, 0.00112230769230769, 0.000523501708174421, 0.00158096153846153, 0.000924607297097584, 0.00335942307692305, 0.00239617069508834, 0.00802000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 645, '2021-05-23 00:00:00', 0.000201594509235357, 0.00070711538461538, 0.00026913029443864, 0.00100365384615385, 0.000505336140984007, 0.00156384615384617, 0.00103439443451415, 0.00341038461538459, 0.0023244733067614, 0.0080069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 660, '2021-05-23 00:00:00', 0.000226346229004614, 0.000731153846153862, 0.000442751579938983, 0.00108519230769229, 0.000596046978014333, 0.00158500000000002, 0.00115403359503159, 0.00358153846153843, 0.0023446380399673, 0.00800153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 675, '2021-05-23 00:00:00', 0.000372169988043108, 0.000762499999999974, 0.000457417878295796, 0.00109634615384615, 0.000535154506805157, 0.00152288461538461, 0.00136790659825093, 0.00382730769230767, 0.00242923524686587, 0.00794326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 690, '2021-05-23 00:00:00', 0.000201186576245904, 0.000705961538461543, 0.000260693527699919, 0.00100365384615384, 0.000433409781225043, 0.00140596153846151, 0.00143765155722796, 0.00377499999999997, 0.00238064038734251, 0.00791057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 705, '2021-05-23 00:00:00', 0.000226658418024859, 0.000725961538461555, 0.000320380843084254, 0.00103173076923077, 0.000491413815904222, 0.00141653846153845, 0.00156105329332964, 0.00410423076923075, 0.00236396798104051, 0.00787884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 720, '2021-05-23 00:00:00', 0.00022704929996674, 0.000730769230769227, 0.000395532406529965, 0.000993269230769213, 0.000559900403231191, 0.00150230769230769, 0.00151105033515916, 0.00436134615384615, 0.00246239670615068, 0.00788653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 735, '2021-05-23 00:00:00', 0.000275153663362033, 0.000693461538461538, 0.000340456537382044, 0.00100442307692307, 0.000439138185715899, 0.00157211538461539, 0.00147045440386508, 0.00438692307692308, 0.00247024667095914, 0.00785884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 750, '2021-05-23 00:00:00', 0.000246947284938447, 0.000734807692307681, 0.000383439695388972, 0.00112000000000001, 0.000616470973800448, 0.00168730769230769, 0.0014417513521889, 0.0044198076923077, 0.00246325820033926, 0.00786519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 765, '2021-05-23 00:00:00', 0.000313151781827154, 0.000839038461538458, 0.000397656838918253, 0.00122519230769231, 0.00068382318902342, 0.00180692307692307, 0.00143705249890719, 0.00439673076923078, 0.00249501133032731, 0.00783846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 780, '2021-05-23 00:00:00', 0.000359640846486543, 0.00083846153846154, 0.000570063727881507, 0.00126442307692308, 0.000688086868397835, 0.00171346153846153, 0.00156404304731238, 0.00466057692307693, 0.00245806685300589, 0.00783557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 795, '2021-05-23 00:00:00', 0.000349427939088164, 0.000841730769230775, 0.000411763234806664, 0.00123019230769231, 0.000539977207496155, 0.00157576923076922, 0.00164544524018927, 0.00471096153846156, 0.00247516153319025, 0.00782884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 810, '2021-05-23 00:00:00', 0.000351738375238444, 0.000901730769230758, 0.000460908509192615, 0.00113442307692306, 0.000542461661176309, 0.0017055769230769, 0.00170786411817623, 0.0047896153846154, 0.00246319308091068, 0.00782307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 825, '2021-05-23 00:00:00', 0.000304156842131449, 0.000750769230769187, 0.000319527054349902, 0.0011484615384615, 0.000592283326172131, 0.00193846153846152, 0.00180110475712931, 0.00488211538461541, 0.00242345840769885, 0.00780442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 840, '2021-05-23 00:00:00', 0.000281598800806003, 0.000873269230769221, 0.000366957815643071, 0.00138096153846152, 0.000861839803068896, 0.00225461538461535, 0.00183158562033429, 0.00497326923076927, 0.00238023644591489, 0.00781153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 855, '2021-05-23 00:00:00', 0.000283513939421238, 0.0010080769230769, 0.000509680933375132, 0.00157057692307693, 0.000956863164399493, 0.00248365384615384, 0.00206304644975487, 0.00501557692307695, 0.00238960177725205, 0.00781557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 870, '2021-05-23 00:00:00', 0.00052963605065538, 0.0011521153846154, 0.000704794569087584, 0.00168923076923076, 0.00104906451000586, 0.00233788461538463, 0.00206225952444252, 0.00503788461538465, 0.00236413103242218, 0.00780153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 885, '2021-05-23 00:00:00', 0.000440179334083075, 0.00109961538461534, 0.000680127929142735, 0.00172499999999998, 0.000987222054360319, 0.00255076923076921, 0.00197975578330723, 0.00489519230769233, 0.00231913174236858, 0.00770403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 900, '2021-05-23 00:00:00', 0.000523519928354803, 0.00134634615384617, 0.000522703033794971, 0.00160769230769231, 0.00113099534107727, 0.00271769230769231, 0.00186410981023528, 0.00482576923076925, 0.0023396431105225, 0.00765326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 915, '2021-05-23 00:00:00', 0.000356056229353622, 0.000960961538461523, 0.000713708543185115, 0.00189173076923075, 0.000949607307502213, 0.00267096153846154, 0.00169388498610557, 0.00479788461538464, 0.00219908830759826, 0.00765576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 930, '2021-05-23 00:00:00', 0.000681672490728037, 0.00153423076923078, 0.00099358008465117, 0.00214423076923075, 0.00111055724058484, 0.00264423076923076, 0.00178784297408917, 0.00481250000000003, 0.00222312091785055, 0.00770884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 945, '2021-05-23 00:00:00', 0.000527896879498865, 0.00136365384615384, 0.000795874071987247, 0.00185653846153847, 0.00100954445172069, 0.00252000000000002, 0.001689343033435, 0.00472673076923079, 0.00225461936067676, 0.00783269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 960, '2021-05-23 00:00:00', 0.000588908638598033, 0.00134423076923077, 0.000822700805508695, 0.00184384615384614, 0.000927243827364001, 0.00258634615384614, 0.00166682567959396, 0.00453538461538462, 0.00244062202821645, 0.00790326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 975, '2021-05-23 00:00:00', 0.000455903540742512, 0.00127903846153845, 0.00050135911434665, 0.0017301923076923, 0.000899801003641256, 0.00260538461538463, 0.00166964132490969, 0.00431307692307693, 0.00260999119509272, 0.00822096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 990, '2021-05-23 00:00:00', 0.000350600857868978, 0.00108019230769232, 0.000748246051674274, 0.00177692307692308, 0.00108088512518498, 0.00244057692307692, 0.00181181537733246, 0.0041748076923077, 0.00285523867384415, 0.00824826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1005, '2021-05-23 00:00:00', 0.000647577141231943, 0.00147807692307692, 0.000769239584564842, 0.00196846153846156, 0.000937679644326675, 0.00250634615384618, 0.00169588991841587, 0.00410115384615387, 0.00304894637538935, 0.00832499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1020, '2021-05-23 00:00:00', 0.000644919672994521, 0.00127076923076925, 0.000635584286004133, 0.00163076923076925, 0.000843933669467889, 0.00222403846153849, 0.00155781223564924, 0.00383480769230771, 0.00309839288366377, 0.00825730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1035, '2021-05-23 00:00:00', 0.000553635154786433, 0.00105826923076922, 0.000748132752514295, 0.00159615384615387, 0.00115195632930046, 0.00210076923076922, 0.00158932119036834, 0.00367038461538462, 0.00337417002900199, 0.00822576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1050, '2021-05-23 00:00:00', 0.000374139011598636, 0.00111500000000001, 0.000502109434899819, 0.00141826923076923, 0.00100584891433137, 0.00201596153846153, 0.00143301382246811, 0.00342115384615385, 0.00336222700922148, 0.00809230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1065, '2021-05-23 00:00:00', 0.000322005255571046, 0.000944230769230755, 0.000701656282278955, 0.00130346153846152, 0.000914288458100266, 0.00186423076923074, 0.00138477562747961, 0.00325153846153846, 0.00333388016604352, 0.0081051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1080, '2021-05-23 00:00:00', 0.000462992482078854, 0.000900961538461548, 0.000843016219389549, 0.00136211538461538, 0.000808486834486771, 0.00186480769230766, 0.00134145019116797, 0.00313115384615384, 0.00332302633731084, 0.00809403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1095, '2021-05-23 00:00:00', 0.000858856484832264, 0.0010173076923077, 0.000837248079217792, 0.00134288461538457, 0.000920746791385228, 0.00194942307692305, 0.00133145854090686, 0.00307961538461536, 0.00329903804744071, 0.00813903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1110, '2021-05-23 00:00:00', 0.00052238093969235, 0.000824615384615355, 0.000559243720091282, 0.00121653846153844, 0.000818933851935637, 0.00177057692307692, 0.00118542645685651, 0.00276173076923076, 0.00333786947249057, 0.00807384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1125, '2021-05-23 00:00:00', 0.000269997150982153, 0.000802307692307688, 0.000419450052037023, 0.00121711538461538, 0.000574345245944011, 0.00164269230769232, 0.00089551500008911, 0.00251634615384615, 0.0033216132607283, 0.00805442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1140, '2021-05-23 00:00:00', 0.000339889178771791, 0.000879423076923082, 0.000464019561921881, 0.00116192307692311, 0.000520020709646796, 0.00142846153846156, 0.000907087159750715, 0.00241634615384619, 0.00331205138036139, 0.00809211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1155, '2021-05-23 00:00:00', 0.000238129974206067, 0.000686730769230802, 0.000304991614008289, 0.000928269230769249, 0.000308480955652065, 0.00118750000000001, 0.00081331326162709, 0.00219269230769233, 0.00329363652191031, 0.00805153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1170, '2021-05-23 00:00:00', 0.000179564430262206, 0.000639230769230764, 0.000229944809431795, 0.000856153846153853, 0.000372279258291205, 0.00121038461538464, 0.000759338274673822, 0.00212884615384618, 0.0033072257779223, 0.00802288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1185, '2021-05-23 00:00:00', 0.000217247200566195, 0.000602115384615401, 0.00030310222951748, 0.000885192307692308, 0.000467350510858841, 0.00129250000000001, 0.000743883805029128, 0.00207865384615387, 0.00328691152673984, 0.00810923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1200, '2021-05-23 00:00:00', 0.000228482704277244, 0.000677884615384615, 0.00033626843672648, 0.00090769230769231, 0.00043549410487932, 0.00131634615384617, 0.00073231508561229, 0.00198923076923079, 0.00328080940411872, 0.0080621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1215, '2021-05-23 00:00:00', 0.000237503441270647, 0.000608269230769227, 0.000299268338555143, 0.000916538461538462, 0.000395515048823873, 0.00130192307692308, 0.000701883208562161, 0.00192596153846154, 0.00328498947428355, 0.00810538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1230, '2021-05-23 00:00:00', 0.000246305704359421, 0.000697499999999992, 0.000292264171861427, 0.000972115384615391, 0.000440526782561353, 0.00126961538461539, 0.000711580364670488, 0.00192384615384615, 0.00330229724818716, 0.00814134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1245, '2021-05-23 00:00:00', 0.000237638057040217, 0.000734615384615381, 0.000339027114867485, 0.000994230769230767, 0.000379405455943888, 0.00121749999999999, 0.00069615230981554, 0.00185903846153845, 0.0033261593987892, 0.0081921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1260, '2021-05-23 00:00:00', 0.00028288710713748, 0.000693653846153856, 0.000302697678576139, 0.000866730769230768, 0.000387463745202241, 0.00115807692307691, 0.000740520113475348, 0.00185096153846154, 0.00332730055172934, 0.00823019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1275, '2021-05-23 00:00:00', 0.000196058958950157, 0.000556346153846186, 0.000315053414274701, 0.000780576923076921, 0.000486475708935825, 0.00115884615384612, 0.000706113768344818, 0.00185557692307693, 0.003330827917408, 0.00827615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1290, '2021-05-23 00:00:00', 0.000254017034558995, 0.000569423076923058, 0.000337101673774446, 0.000836538461538425, 0.000503243365197564, 0.00115173076923074, 0.000670026750327037, 0.00182961538461538, 0.00332867113702472, 0.00829153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1305, '2021-05-23 00:00:00', 0.000216980679749624, 0.000648846153846135, 0.000319023268984941, 0.000910384615384584, 0.000330263298224069, 0.00109461538461537, 0.000594844129551197, 0.00176653846153847, 0.0033354229174816, 0.00832596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1320, '2021-05-23 00:00:00', 0.000295277183989243, 0.000603846153846113, 0.000315961840441832, 0.000746730769230751, 0.000391679666996482, 0.0010398076923077, 0.000543098836450454, 0.00171211538461538, 0.00332769877173167, 0.00827634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1335, '2021-05-23 00:00:00', 0.000167678263349798, 0.000470000000000005, 0.000203141860247003, 0.000658846153846174, 0.00028173064058806, 0.000961923076923093, 0.000545743423794877, 0.00177173076923077, 0.00333987130682511, 0.00826288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1350, '2021-05-23 00:00:00', 0.000153322686363915, 0.00046461538461538, 0.000295588331194719, 0.000742307692307696, 0.000307592887784134, 0.0009342307692308, 0.000630608741309043, 0.00184076923076924, 0.00330580964131562, 0.00829923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1365, '2021-05-23 00:00:00', 0.000241200921671912, 0.000598269230769247, 0.000280846317131189, 0.000785576923076937, 0.00032379462864362, 0.000894807692307704, 0.000621334048640485, 0.00197, 0.00330495274608368, 0.0082994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1380, '2021-05-23 00:00:00', 0.00023378269002185, 0.000567884615384612, 0.000268869141748582, 0.000711153846153868, 0.000300180714801045, 0.000837692307692321, 0.000602806895984223, 0.00208307692307693, 0.00330923542761535, 0.00831865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1395, '2021-05-23 00:00:00', 0.000256352521705183, 0.000413846153846166, 0.000278711596181679, 0.000538076923076938, 0.000391709124812686, 0.000825961538461544, 0.000684438118796373, 0.00211153846153845, 0.00331700175088657, 0.00830115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1410, '2021-05-23 00:00:00', 0.000288205589013225, 0.000387307692307693, 0.000301761750137685, 0.000576923076923073, 0.000407396612651601, 0.000835000000000022, 0.000696161011437833, 0.00215192307692307, 0.0033072908038965, 0.00829769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 2, 1425, '2021-05-23 00:00:00', 0.000274224571081103, 0.000453653846153846, 0.000345203396007877, 0.000675769230769251, 0.000376436785989552, 0.000844423076923109, 0.000719126820953969, 0.00221423076923078, 0.00329920393661631, 0.00829615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 0, '2021-05-23 00:00:00', 0.000306870556524311, 0.000493461538461552, 0.000348944342046357, 0.000603076923076946, 0.000431281275343081, 0.000888461538461526, 0.000711525446866416, 0.00221730769230771, 0.00329114181729358, 0.0082773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 15, '2021-05-23 00:00:00', 0.000183023327643086, 0.000346538461538469, 0.000228118727521777, 0.000483076923076954, 0.000282589740681531, 0.000850192307692335, 0.000706370272264088, 0.0022298076923077, 0.00328390136177171, 0.00826307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 30, '2021-05-23 00:00:00', 0.00021549370863562, 0.000348461538461575, 0.000255674673093647, 0.000606538461538447, 0.000309769455215657, 0.000866346153846159, 0.000696553051709734, 0.00221692307692307, 0.00328219263016941, 0.00833769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 45, '2021-05-23 00:00:00', 0.000234853473140513, 0.000498076923076873, 0.000260515539179208, 0.000707884615384641, 0.000359866481650294, 0.000941730769230773, 0.0007055544737188, 0.00220865384615386, 0.00330225566265521, 0.00835769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 60, '2021-05-23 00:00:00', 0.000202612646731108, 0.000511730769230817, 0.000274786070635667, 0.000635769230769254, 0.000462354675713183, 0.000985384615384623, 0.000712975886958752, 0.00220884615384617, 0.00331300760406845, 0.00837423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 75, '2021-05-23 00:00:00', 0.000213813002411004, 0.000435000000000014, 0.000279530925769478, 0.000631538461538474, 0.000494793235760014, 0.00109788461538462, 0.000669287594846471, 0.00222173076923079, 0.00334113693224327, 0.008375 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 90, '2021-05-23 00:00:00', 0.000220849147958161, 0.000427115384615399, 0.000333441956660431, 0.000691538461538474, 0.000527773589277118, 0.00111980769230771, 0.000707196224537403, 0.00218750000000002, 0.00339646637642033, 0.00837961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 105, '2021-05-23 00:00:00', 0.00029992441355472, 0.000520576923076934, 0.000397014628678346, 0.000836153846153841, 0.000567882165458771, 0.00124807692307692, 0.000692547804514923, 0.00215230769230771, 0.00336468862429521, 0.00838153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 120, '2021-05-23 00:00:00', 0.000392953706414145, 0.000691153846153822, 0.000519160713222661, 0.000960384615384613, 0.000585527244324433, 0.00138692307692307, 0.000756080607220775, 0.00217173076923078, 0.00337149104198035, 0.00837961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 135, '2021-05-23 00:00:00', 0.000275595020609262, 0.00065615384615384, 0.000395433744328709, 0.000980384615384599, 0.000495301462204099, 0.00132846153846151, 0.000787363297048083, 0.00214019230769232, 0.00337537747746597, 0.00835365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 150, '2021-05-23 00:00:00', 0.000333824977173053, 0.000678653846153843, 0.000389642834479883, 0.000966538461538482, 0.000513133360983129, 0.00128538461538462, 0.00084635992071018, 0.00212634615384616, 0.00335631064047781, 0.00833865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 165, '2021-05-23 00:00:00', 0.000242178335434537, 0.000597884615384629, 0.000309050966670536, 0.000847499999999984, 0.000417236697257632, 0.00116769230769231, 0.000765078201131157, 0.00195442307692309, 0.00328984690431729, 0.00828942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 180, '2021-05-23 00:00:00', 0.000227051417423112, 0.000607884615384635, 0.000352626409412808, 0.000785769230769263, 0.000386578084459796, 0.0010838461538462, 0.000751523785385355, 0.00187000000000004, 0.00324188782252658, 0.00828057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 195, '2021-05-23 00:00:00', 0.000231430085804271, 0.00049173076923078, 0.000328360086115576, 0.00075288461538462, 0.000391653545879502, 0.00101750000000001, 0.000765813694957584, 0.00184615384615386, 0.00322546715161599, 0.00827711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 210, '2021-05-23 00:00:00', 0.000242378915051473, 0.000541538461538457, 0.000308983195958313, 0.000751153846153848, 0.00034231727298608, 0.000966346153846148, 0.000824880061211662, 0.00185865384615385, 0.00323373025848096, 0.00825076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 225, '2021-05-23 00:00:00', 0.000274882422417026, 0.000487115384615399, 0.000300091011835765, 0.000733846153846145, 0.000356559197803782, 0.000902692307692277, 0.000808685947410008, 0.0018101923076923, 0.00328635772784775, 0.00826365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 240, '2021-05-23 00:00:00', 0.000203192973833682, 0.000545769230769228, 0.000279879644462786, 0.000681153846153825, 0.000333364722881018, 0.000885961538461518, 0.000785233821129787, 0.00180307692307692, 0.00329226730969124, 0.00825596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 255, '2021-05-23 00:00:00', 0.000167817208249423, 0.000386153846153848, 0.000229892617072879, 0.000586153846153835, 0.000382707409829551, 0.00084480769230771, 0.000735682937558956, 0.00191423076923078, 0.00330320390506876, 0.00824903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 270, '2021-05-23 00:00:00', 0.000166789134492073, 0.000433846153846161, 0.000224718370752946, 0.000612115384615381, 0.000472413606265347, 0.000863846153846151, 0.000737009576182445, 0.00205365384615386, 0.0033030219322032, 0.00824826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 285, '2021-05-23 00:00:00', 0.000206335891206544, 0.000457500000000008, 0.000382775340818132, 0.000664807692307709, 0.000467961906733692, 0.000877115384615392, 0.000747163662433826, 0.00214653846153848, 0.00330187830577594, 0.00824288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 300, '2021-05-23 00:00:00', 0.000216822508056699, 0.000454999999999992, 0.000379937444243752, 0.000612692307692308, 0.00041545216331123, 0.000802500000000005, 0.000758345795896477, 0.0022271153846154, 0.00329956132865241, 0.0082198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 315, '2021-05-23 00:00:00', 0.000272382155181902, 0.000400961538461535, 0.000282524947843255, 0.000567115384615368, 0.000358349850543576, 0.000798846153846161, 0.000769004851440144, 0.00238269230769231, 0.00329890980243707, 0.00821673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 330, '2021-05-23 00:00:00', 0.000171646887085514, 0.000399423076923072, 0.000246792422898248, 0.000497500000000005, 0.000358480983295616, 0.000816153846153855, 0.000740242501845514, 0.00245480769230771, 0.00330205390628317, 0.008225 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 345, '2021-05-23 00:00:00', 0.000179131344162717, 0.00032596153846153, 0.000300339551431098, 0.000539615384615393, 0.000354345170702213, 0.000827499999999998, 0.000727121114660131, 0.00258134615384616, 0.00331780400033145, 0.00823423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 360, '2021-05-23 00:00:00', 0.000251596823387041, 0.000415192307692312, 0.000324009971356529, 0.000597692307692312, 0.00040208786831505, 0.000849423076923099, 0.00070405891908169, 0.00274019230769232, 0.00331804053042431, 0.0082348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 375, '2021-05-23 00:00:00', 0.000173927040406658, 0.000383846153846149, 0.000198751487657708, 0.000568076923076913, 0.00036525670635658, 0.000887692307692307, 0.000676688656962378, 0.00280846153846154, 0.00332037301542138, 0.00824019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 390, '2021-05-23 00:00:00', 0.000169197767761217, 0.000436730769230786, 0.000274534851367495, 0.000589230769230803, 0.000435614905798499, 0.000967884615384628, 0.000682669421068174, 0.00289653846153848, 0.00332283551295484, 0.00824538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 405, '2021-05-23 00:00:00', 0.000176387793926224, 0.00039442307692309, 0.00023667406994564, 0.000653846153846167, 0.000318852087724335, 0.000975576923076926, 0.000664527391343784, 0.0029644230769231, 0.00332973364608134, 0.00825807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 420, '2021-05-23 00:00:00', 0.000160730663390183, 0.000477115384615393, 0.000229571590978971, 0.00070634615384617, 0.000351237592170661, 0.000960384615384613, 0.000685287278333818, 0.0030294230769231, 0.00333563000622994, 0.00825153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 435, '2021-05-23 00:00:00', 0.00021956775719582, 0.000480000000000002, 0.000301340402969045, 0.000689038461538449, 0.000529948473547562, 0.00126423076923076, 0.000721340872158331, 0.00304442307692308, 0.00332514714538493, 0.00824846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 450, '2021-05-23 00:00:00', 0.000171843063466452, 0.000465961538461551, 0.000246374012116027, 0.000641923076923072, 0.000518445902526151, 0.00140692307692309, 0.000727237555093543, 0.00300230769230769, 0.00332526098455213, 0.00824115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 465, '2021-05-23 00:00:00', 0.000173307641093902, 0.000458461538461544, 0.000408221706353882, 0.000974807692307699, 0.000548573008954901, 0.00147288461538464, 0.00076998441542669, 0.00300500000000002, 0.00332939731205791, 0.00823269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 480, '2021-05-23 00:00:00', 0.000400997026653097, 0.000873846153846165, 0.000515499309855549, 0.00122846153846155, 0.00057970911140515, 0.00161557692307694, 0.000845658323437992, 0.00304500000000002, 0.00333072937265191, 0.00822192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 495, '2021-05-23 00:00:00', 0.000304869707353059, 0.000781538461538483, 0.000325644981300419, 0.00101057692307696, 0.000544268351515637, 0.00159403846153847, 0.000838786302664996, 0.0029773076923077, 0.0034263812543265, 0.00828250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 510, '2021-05-23 00:00:00', 0.000192697850373239, 0.000677692307692324, 0.000295065898767362, 0.00100326923076924, 0.000496010545793602, 0.00161269230769233, 0.000828451289130204, 0.00302153846153848, 0.00349872155222448, 0.0083125 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 525, '2021-05-23 00:00:00', 0.000313910570312399, 0.000795384615384642, 0.000448518115576172, 0.00134250000000001, 0.000529364677267404, 0.0017998076923077, 0.000833759788317562, 0.00304576923076925, 0.00353956097342813, 0.00834673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 540, '2021-05-23 00:00:00', 0.000275956797064603, 0.0010230769230769, 0.000322000059722903, 0.00126903846153846, 0.000577240517795319, 0.00182615384615385, 0.000883467229813231, 0.0030571153846154, 0.00354710605770613, 0.00834923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 555, '2021-05-23 00:00:00', 0.000268522810949083, 0.000867500000000021, 0.000395596385221083, 0.00130749999999999, 0.000551632681577695, 0.00176884615384616, 0.000934072061130541, 0.00301384615384616, 0.00355480268845491, 0.00833692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 570, '2021-05-23 00:00:00', 0.000342067019973891, 0.000955384615384614, 0.000450879823661025, 0.00129884615384617, 0.000505156373352321, 0.00173480769230771, 0.00093929394514425, 0.00295134615384618, 0.00358193523649739, 0.00836596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 585, '2021-05-23 00:00:00', 0.000259621099652206, 0.000863653846153885, 0.000384208877485227, 0.00120269230769234, 0.000568730029235161, 0.00172461538461541, 0.00100720878593344, 0.00294346153846155, 0.0036232875477729, 0.00834057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 600, '2021-05-23 00:00:00', 0.00033494643659043, 0.000846346153846164, 0.000388217028913559, 0.00117769230769232, 0.000623043769298412, 0.00167846153846155, 0.00109172136484617, 0.00290846153846157, 0.00373005031931414, 0.00840076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 615, '2021-05-23 00:00:00', 0.000247178306864933, 0.000768653846153877, 0.000426387553938701, 0.0011571153846154, 0.000549076602474222, 0.00159365384615387, 0.00125592987310353, 0.00299461538461542, 0.00377512529083984, 0.00848980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 630, '2021-05-23 00:00:00', 0.000316070586079433, 0.000813846153846139, 0.00038166885566496, 0.00112134615384617, 0.000467252731810724, 0.00155134615384616, 0.00121928175578904, 0.00304000000000003, 0.00375242239708617, 0.00851461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 645, '2021-05-23 00:00:00', 0.000262405147698109, 0.000752692307692337, 0.000361363869463809, 0.00108961538461539, 0.000534020742898804, 0.00149192307692309, 0.00129998948220597, 0.0034394230769231, 0.0038163407211621, 0.00853750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 660, '2021-05-23 00:00:00', 0.000224969143183295, 0.000721346153846165, 0.00024721961585106, 0.00101846153846156, 0.00054503987151261, 0.00148769230769234, 0.00153493669375845, 0.0036794230769231, 0.00384290234868629, 0.00856269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 675, '2021-05-23 00:00:00', 0.000171185122466398, 0.000697115384615383, 0.000318854982711594, 0.0010425, 0.000497983047286323, 0.00140134615384615, 0.00177957437651211, 0.00384980769230771, 0.00385188912692901, 0.00853538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 690, '2021-05-23 00:00:00', 0.000322325743023122, 0.000743269230769207, 0.000417806359269612, 0.00103807692307692, 0.000471759880251962, 0.00142576923076923, 0.0018481448494681, 0.00390076923076925, 0.00385832405326459, 0.0085575 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 705, '2021-05-23 00:00:00', 0.000235278885253564, 0.000668076923076936, 0.000379267918292792, 0.000953076923076915, 0.000563872360079399, 0.00145403846153847, 0.00203237541959003, 0.00404961538461541, 0.00381940939856493, 0.00853692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 720, '2021-05-23 00:00:00', 0.000297792454830283, 0.000697884615384618, 0.000387184511769067, 0.00104538461538463, 0.000801687067281329, 0.00154807692307695, 0.00218253169859788, 0.00430115384615388, 0.00381661045754153, 0.00855923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989305 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989305, 3, 735, '2021-05-23 00:00:00', 0.000292487014833414, 0.000715576923076922, 0.000392765392882503, 0.00106442307692308, 0.000699775348566613, 0.00151846153846152, 0.00284050585960698, 0.00511846153846154, 0.00379459304091412, 0.0085321153846153[...];
Date: 2021-05-23 17:22:03 Duration: 15s745ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1050, '2021-05-23 00:00:00', 0.000269651413152956, 0.000718269230769235, 0.000584026079501998, 0.000987307692307696, 0.00071014548888563, 0.00122615384615386, 0.000867170908538429, 0.00205576923076924, 0.00209884360101901, 0.00671230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1065, '2021-05-23 00:00:00', 0.000334739680716468, 0.000634423076923078, 0.000398571873645831, 0.000808461538461544, 0.000542390187397049, 0.00114865384615386, 0.000820125060819749, 0.00195865384615385, 0.00219402665470099, 0.00679519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1080, '2021-05-23 00:00:00', 0.000220263129356346, 0.000560384615384627, 0.000359168966022734, 0.000797884615384629, 0.000444423264986795, 0.00101903846153847, 0.000862175713841707, 0.00194519230769231, 0.00224187525385472, 0.00681442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1095, '2021-05-23 00:00:00', 0.000304847313610238, 0.000603269230769237, 0.000368141904078373, 0.000807307692307691, 0.000476738801247996, 0.00110173076923077, 0.000835983161405688, 0.0018903846153846, 0.00228402520025165, 0.00684134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1110, '2021-05-23 00:00:00', 0.000242449756888691, 0.000511730769230774, 0.00029545479935438, 0.000638461538461541, 0.000517187549674633, 0.000979807692307676, 0.000844257889874514, 0.00180576923076922, 0.00225138310480811, 0.00679326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1125, '2021-05-23 00:00:00', 0.000264588286850454, 0.000445192307692308, 0.000363315925247509, 0.000712692307692301, 0.000519511345844844, 0.000979038461538462, 0.000857176783669225, 0.00180903846153845, 0.00229851698844143, 0.00682211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1140, '2021-05-23 00:00:00', 0.000243458099380264, 0.000519615384615377, 0.000344497404255031, 0.000682692307692301, 0.000522945981913997, 0.000982499999999997, 0.000841159822004016, 0.00178961538461538, 0.00227413233665401, 0.00683326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1155, '2021-05-23 00:00:00', 0.000203647130709358, 0.000431923076923063, 0.000341798242332453, 0.000629038461538445, 0.000506698969955386, 0.000885384615384608, 0.000789241115541709, 0.00181653846153847, 0.00231212077971719, 0.00686249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1170, '2021-05-23 00:00:00', 0.000201380332856878, 0.000464038461538453, 0.000406187575085511, 0.000667115384615382, 0.000469789969438058, 0.000913846153846154, 0.000760311879327244, 0.00174807692307692, 0.00234971239647619, 0.00690211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1185, '2021-05-23 00:00:00', 0.000309216192729538, 0.000475576923076934, 0.000309086495237918, 0.000627692307692308, 0.000425360480606211, 0.000873461538461543, 0.000656410430939462, 0.00169942307692308, 0.0023679150923577, 0.00691826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1200, '2021-05-23 00:00:00', 0.00021049218878253, 0.000420192307692302, 0.000314449519001057, 0.000612500000000003, 0.000421074267156688, 0.000886538461538449, 0.000605537047078551, 0.00164634615384616, 0.00244236216838096, 0.0069401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1215, '2021-05-23 00:00:00', 0.000234977658512455, 0.000422500000000014, 0.000311376163802911, 0.000571346153846161, 0.000443724446718218, 0.000964230769230771, 0.000589440543096713, 0.00162692307692308, 0.00243635793757814, 0.00695499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1230, '2021-05-23 00:00:00', 0.000174891724745954, 0.000386346153846161, 0.000260475305193001, 0.000634230769230774, 0.000458456272556228, 0.000991923076923093, 0.000575238679559657, 0.00166153846153847, 0.00250431464599675, 0.0070253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1245, '2021-05-23 00:00:00', 0.000230728945201607, 0.000515384615384618, 0.000375279383106271, 0.000753846153846156, 0.000547746326744003, 0.00106903846153846, 0.000535761571539475, 0.0016373076923077, 0.00261439374499064, 0.00712442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1260, '2021-05-23 00:00:00', 0.000279042938521052, 0.000544807692307696, 0.000357147674692771, 0.000727692307692314, 0.000508033804144804, 0.00101288461538462, 0.000453078232334521, 0.00158826923076923, 0.00265406652429525, 0.00712634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1275, '2021-05-23 00:00:00', 0.000205430130364403, 0.000461538461538462, 0.000338992682017689, 0.000659038461538458, 0.00038511317018009, 0.000853076923076922, 0.000437124520192846, 0.00156538461538462, 0.00273448896224056, 0.00716826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1290, '2021-05-23 00:00:00', 0.000206813554086402, 0.000429615384615377, 0.000237569746843716, 0.000615769230769234, 0.000296030143995243, 0.000729615384615378, 0.000422526512595528, 0.00157057692307691, 0.00275199572338667, 0.00715230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1305, '2021-05-23 00:00:00', 0.000179322764439309, 0.000465576923076929, 0.000252214880912778, 0.000577115384615386, 0.000284429523513569, 0.000676923076923084, 0.000521470000612166, 0.0016851923076923, 0.00273353775423831, 0.00715442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1320, '2021-05-23 00:00:00', 0.000221468177953759, 0.000371923076923071, 0.000219116144123123, 0.000451730769230778, 0.000257703243166353, 0.000680192307692323, 0.000549478529012873, 0.00172057692307693, 0.0027364069718126, 0.00715134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1335, '2021-05-23 00:00:00', 0.000114865138314469, 0.000269999999999997, 0.000179997115361503, 0.0003948076923077, 0.000387377027633875, 0.000844807692307693, 0.000566503309787326, 0.00186000000000002, 0.00273604461839463, 0.00713692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1350, '2021-05-23 00:00:00', 0.000137159087867392, 0.000288846153846163, 0.000178645329763068, 0.000516923076923086, 0.000396252250660901, 0.000859615384615388, 0.000580227011276951, 0.00198076923076925, 0.00273584316914437, 0.00714038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1365, '2021-05-23 00:00:00', 0.000173650068107821, 0.00043288461538462, 0.000386021571736797, 0.000775576923076931, 0.000416308733440036, 0.000875192307692315, 0.000693262299122492, 0.00219115384615386, 0.00273584316914437, 0.00714038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1380, '2021-05-23 00:00:00', 0.000424867038024839, 0.000664999999999997, 0.000432387112879889, 0.000768846153846156, 0.000411685092497423, 0.00091115384615385, 0.000699959366952553, 0.00225865384615385, 0.00273430688728354, 0.00713807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1395, '2021-05-23 00:00:00', 0.00021740294032403, 0.000400961538461531, 0.000229762168004546, 0.000510576923076912, 0.000287636322195502, 0.000830576923076916, 0.000701153692138891, 0.00225750000000001, 0.00276662613192426, 0.00708692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1410, '2021-05-23 00:00:00', 0.000175727498833154, 0.000348076923076923, 0.00031406546353366, 0.000628653846153844, 0.000404343152056993, 0.000960769230769231, 0.000752135216975891, 0.00238423076923076, 0.00276837422436959, 0.00708461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 1, 1425, '2021-05-23 00:00:00', 0.00031169931270131, 0.000512307692307692, 0.000257790314313505, 0.000680384615384615, 0.000437334979867136, 0.000993269230769235, 0.000767746277199602, 0.00243288461538462, 0.00276336759435629, 0.00707730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 0, '2021-05-23 00:00:00', 0.000179227401751137, 0.00051269230769231, 0.000409521484361758, 0.000760384615384614, 0.000431914165261865, 0.000970384615384614, 0.000825139149104336, 0.00253884615384616, 0.00276292234502084, 0.00707326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 15, '2021-05-23 00:00:00', 0.000384348199503453, 0.000511538461538456, 0.000401990815050067, 0.000673846153846153, 0.000411086552743046, 0.000946923076923072, 0.000879182596769043, 0.00256403846153847, 0.00274682737969575, 0.00710442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 30, '2021-05-23 00:00:00', 0.000192226729110739, 0.000408653846153846, 0.000285604689144863, 0.000600961538461526, 0.000357338021400553, 0.0009426923076923, 0.00085307011164653, 0.00268384615384616, 0.00275161315623009, 0.0070901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 45, '2021-05-23 00:00:00', 0.000239216670373557, 0.000453846153846151, 0.000330926903385962, 0.000741153846153846, 0.000511982571818769, 0.00109692307692307, 0.000861496752081026, 0.00275057692307694, 0.0028178684592873, 0.00710057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 60, '2021-05-23 00:00:00', 0.000253528029098289, 0.000582692307692295, 0.00030264278257733, 0.00075942307692306, 0.000513913529092793, 0.00112134615384615, 0.000867755814642671, 0.00277692307692308, 0.0029328851901262, 0.00711846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 75, '2021-05-23 00:00:00', 0.000252199249678621, 0.000522307692307689, 0.000369988357405176, 0.000825769230769222, 0.000455629404062288, 0.00122307692307693, 0.000875263301043668, 0.00278038461538463, 0.00295283141825189, 0.00710423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 90, '2021-05-23 00:00:00', 0.000279523770834507, 0.000558461538461529, 0.000297832425780264, 0.00077192307692307, 0.000398890384017396, 0.00123846153846155, 0.000840496556529814, 0.00272730769230769, 0.00285846669495272, 0.00703038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 105, '2021-05-23 00:00:00', 0.00019268717174179, 0.000502884615384613, 0.000333340724277039, 0.000890961538461547, 0.00054677108133533, 0.00141884615384616, 0.000844671898067308, 0.00275384615384615, 0.00282898778445851, 0.00705826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 120, '2021-05-23 00:00:00', 0.000334318134992135, 0.000768846153846156, 0.000396479556170983, 0.00105596153846154, 0.000523444986456225, 0.00150942307692308, 0.000878634364314223, 0.00278211538461538, 0.00282646631788775, 0.00707538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 135, '2021-05-23 00:00:00', 0.000300999361103335, 0.000673846153846166, 0.000510929206295891, 0.00103057692307694, 0.000437477603822362, 0.00132057692307694, 0.000910999472261942, 0.00260903846153847, 0.00273789973547947, 0.00702980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 150, '2021-05-23 00:00:00', 0.000334024699685503, 0.000707500000000002, 0.000347875143384244, 0.000971346153846159, 0.000436949037690278, 0.00132730769230769, 0.00100769531414701, 0.00259038461538461, 0.002744921380407, 0.00702423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 165, '2021-05-23 00:00:00', 0.000225797731132558, 0.000636153846153846, 0.000300380335830837, 0.000947115384615389, 0.000413059923013617, 0.0013075, 0.000944092502801591, 0.00255557692307692, 0.00266284573053256, 0.00703576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 180, '2021-05-23 00:00:00', 0.000320197535184865, 0.000732692307692317, 0.000426853064252254, 0.00102846153846154, 0.000559683736243424, 0.00142826923076923, 0.000947053649686549, 0.00255115384615385, 0.00263391618346874, 0.0070523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 195, '2021-05-23 00:00:00', 0.000249032049219501, 0.000645192307692311, 0.000322259152761346, 0.000899807692307711, 0.000609631162135072, 0.00126307692307694, 0.00104142906623543, 0.0023725, 0.00257290616887718, 0.00693807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 210, '2021-05-23 00:00:00', 0.000265934130074471, 0.000610192307692321, 0.000431916124336133, 0.000866538461538468, 0.000587051825781887, 0.00126038461538462, 0.00101812006243785, 0.0023073076923077, 0.00255010468110927, 0.00690826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 225, '2021-05-23 00:00:00', 0.000342201526319498, 0.000626730769230784, 0.000455214066296133, 0.000829615384615401, 0.000693445716360308, 0.0013698076923077, 0.000992238882527792, 0.00230500000000001, 0.00245716919676658, 0.00700730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 240, '2021-05-23 00:00:00', 0.00028768706288927, 0.000534615384615381, 0.000388664577555196, 0.000851923076923064, 0.000675237621992322, 0.00125038461538461, 0.000978071119798868, 0.00227134615384616, 0.00242741899175616, 0.00699480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 255, '2021-05-23 00:00:00', 0.000301471327887844, 0.000634807692307679, 0.000662152434227821, 0.00100038461538462, 0.000736215086673819, 0.00122942307692308, 0.000930502263048539, 0.00231269230769232, 0.00241729207203816, 0.00699519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 270, '2021-05-23 00:00:00', 0.000693580592621737, 0.000709038461538474, 0.000684853605917687, 0.000872307692307694, 0.000739888583088433, 0.00118134615384616, 0.00104306805220869, 0.00244519230769231, 0.00241641477113386, 0.00699288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 285, '2021-05-23 00:00:00', 0.000225339402133432, 0.000534615384615386, 0.000334873627139927, 0.000757115384615379, 0.000360766331790882, 0.00110211538461538, 0.000908649208779375, 0.00243923076923077, 0.00233233297695348, 0.00696134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 300, '2021-05-23 00:00:00', 0.000232983079610128, 0.000513653846153851, 0.000327224928521893, 0.000731923076923077, 0.000376566880360734, 0.00109615384615385, 0.000957227828358858, 0.00251634615384617, 0.00233448913864717, 0.00697346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 315, '2021-05-23 00:00:00', 0.000220033301675341, 0.000480576923076929, 0.000265895366928126, 0.000797115384615389, 0.00036558977640983, 0.00103326923076923, 0.000975807614235505, 0.00274750000000001, 0.00228987212441086, 0.00699211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 330, '2021-05-23 00:00:00', 0.000153740540672102, 0.000528076923076907, 0.000222759701506773, 0.000711730769230756, 0.000379023695220304, 0.00095480769230767, 0.00100812951319986, 0.00282134615384616, 0.00219944006860489, 0.00699615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 345, '2021-05-23 00:00:00', 0.000140344219688586, 0.0004575, 0.000186827460508355, 0.000612499999999999, 0.000498007568678965, 0.00104346153846153, 0.00108505109769787, 0.00288826923076924, 0.00214526595984312, 0.00700596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 360, '2021-05-23 00:00:00', 0.000165626201011604, 0.000469038461538464, 0.000272037044988633, 0.000673076923076917, 0.000478307472721817, 0.00105903846153846, 0.00111926138076033, 0.00290596153846154, 0.00211963030158202, 0.00703384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 375, '2021-05-23 00:00:00', 0.000180390282016924, 0.000465576923076929, 0.000404593433157085, 0.000774615384615386, 0.000460457506600356, 0.00107865384615385, 0.00108227013903468, 0.00297942307692308, 0.00210442117018875, 0.0070226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 390, '2021-05-23 00:00:00', 0.000337123351084068, 0.000576923076923065, 0.000366213682893561, 0.000762307692307686, 0.0004383887017775, 0.00111557692307693, 0.00107785208418623, 0.00301634615384616, 0.00208303200795234, 0.00701211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 405, '2021-05-23 00:00:00', 0.000233597945196451, 0.000519999999999999, 0.00032572924102932, 0.000728461538461528, 0.000415463596479885, 0.00109000000000001, 0.00096112572218527, 0.00309557692307692, 0.00208804450291509, 0.00699961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 420, '2021-05-23 00:00:00', 0.00031614480615935, 0.000611538461538467, 0.000383576739889965, 0.000876346153846169, 0.000451166223844894, 0.00121480769230771, 0.000964846819249249, 0.00319076923076922, 0.00214209674420614, 0.00702730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 435, '2021-05-23 00:00:00', 0.000250641101055796, 0.000565192307692312, 0.000312329707446878, 0.000815384615384615, 0.000473644949789972, 0.00132653846153846, 0.00100661206338582, 0.00323538461538461, 0.00210923647322914, 0.0070975 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 450, '2021-05-23 00:00:00', 0.000206500977833417, 0.000569423076923075, 0.000366377747476776, 0.000835576923076919, 0.000487410899155304, 0.00151923076923077, 0.00104438852187077, 0.00334076923076922, 0.002161567130935, 0.00714230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 465, '2021-05-23 00:00:00', 0.000266013374446888, 0.000546346153846151, 0.00032001111759535, 0.00100134615384615, 0.000596326704467905, 0.00157346153846155, 0.001070726137506, 0.00339230769230769, 0.00214762627460755, 0.00716115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 480, '2021-05-23 00:00:00', 0.000233868552824013, 0.000802499999999988, 0.000474234159947953, 0.00122903846153846, 0.000712782116886971, 0.00172788461538462, 0.00114955181902139, 0.00345076923076922, 0.00215272024692912, 0.00717269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 495, '2021-05-23 00:00:00', 0.000302822364787314, 0.000759230769230768, 0.000391143884601988, 0.00117846153846154, 0.000709393131757421, 0.00186884615384616, 0.00117122357124768, 0.00339557692307692, 0.00220578798932405, 0.00716442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 510, '2021-05-23 00:00:00', 0.000342527315025325, 0.000889807692307697, 0.000491788455146527, 0.00127826923076923, 0.000794863437714537, 0.00193826923076923, 0.00113530905653315, 0.00336442307692308, 0.00221065929079994, 0.0071125 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 525, '2021-05-23 00:00:00', 0.00032911752635472, 0.000802884615384619, 0.000617298113992297, 0.0013648076923077, 0.000811745626128308, 0.00187480769230769, 0.00113016923511483, 0.0033275, 0.00217260775602467, 0.00709269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 540, '2021-05-23 00:00:00', 0.000588092123866524, 0.00112211538461538, 0.00076173607381681, 0.00146961538461538, 0.000813330120317315, 0.00188173076923077, 0.00118804139075787, 0.00329711538461538, 0.00213216989509245, 0.00709730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 555, '2021-05-23 00:00:00', 0.000375586720499244, 0.000884230769230776, 0.000454160256365011, 0.00124346153846154, 0.000525210287555218, 0.00167461538461538, 0.00121252877840553, 0.00315403846153845, 0.00210475936866904, 0.00702999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 570, '2021-05-23 00:00:00', 0.000312149187704555, 0.00083365384615385, 0.000350244145616262, 0.0011101923076923, 0.00042886599126248, 0.00158096153846154, 0.00123004089988287, 0.00313115384615384, 0.00207111530711949, 0.00703615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 585, '2021-05-23 00:00:00', 0.000296873451412961, 0.000769615384615375, 0.000408245071570414, 0.00117096153846154, 0.000466401774637092, 0.00163384615384616, 0.00128791317492828, 0.00310711538461538, 0.00210309833706953, 0.00706884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 600, '2021-05-23 00:00:00', 0.000254993815912933, 0.000819615384615395, 0.000350354984814865, 0.00104115384615386, 0.000523202012757813, 0.00154788461538461, 0.00123148347064082, 0.00306153846153845, 0.00196896377471853, 0.0070878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 615, '2021-05-23 00:00:00', 0.000258742892878987, 0.000646730769230783, 0.00032574583060087, 0.00102288461538462, 0.000388937606228109, 0.00138230769230768, 0.00115369188327668, 0.0029751923076923, 0.00188198393682346, 0.00703846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 630, '2021-05-23 00:00:00', 0.000216069166276414, 0.000786730769230782, 0.000260845076331043, 0.00105307692307693, 0.000491540592266954, 0.00144307692307692, 0.00103304531138988, 0.00297884615384614, 0.0019011681935063, 0.00706249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 645, '2021-05-23 00:00:00', 0.000227626972174964, 0.000685961538461553, 0.00026117051606478, 0.000885961538461544, 0.000639243663667046, 0.00140769230769231, 0.00107965380847467, 0.00304788461538462, 0.00193012865254746, 0.00705384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 660, '2021-05-23 00:00:00', 0.000143735333699973, 0.000604615384615374, 0.000496766041512505, 0.00100249999999998, 0.000787627791829056, 0.00140346153846153, 0.00108922903221287, 0.00308173076923077, 0.00196420404705356, 0.00702846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 675, '2021-05-23 00:00:00', 0.000381067730704952, 0.000716153846153828, 0.000501700646263842, 0.000993461538461535, 0.000687195107218188, 0.00135865384615384, 0.00110448896989305, 0.00309173076923077, 0.00202464375783837, 0.0069978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 690, '2021-05-23 00:00:00', 0.000219060230565457, 0.00061576923076923, 0.000342509123966057, 0.000862499999999997, 0.000455144609310739, 0.00124115384615385, 0.00101481618267319, 0.00293173076923078, 0.00198843607854553, 0.00689596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 705, '2021-05-23 00:00:00', 0.000274302472015548, 0.000635384615384615, 0.000332939125875088, 0.000917307692307681, 0.000391120333637373, 0.00132134615384616, 0.00102196876363525, 0.00301192307692308, 0.0020316068668762, 0.00689230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 720, '2021-05-23 00:00:00', 0.000238961535366302, 0.000643846153846149, 0.0002620171016145, 0.00091019230769231, 0.000342345754150121, 0.00133384615384615, 0.00109887557915424, 0.00308153846153846, 0.00207305816460759, 0.00691192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 735, '2021-05-23 00:00:00', 0.000198932535916461, 0.000601923076923096, 0.000275938468614893, 0.000905961538461555, 0.000429691168166154, 0.00131250000000001, 0.00111175988345576, 0.00312596153846154, 0.00209839477110115, 0.00689115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 750, '2021-05-23 00:00:00', 0.000259378843808397, 0.00065576923076924, 0.000338836754431742, 0.000912884615384618, 0.00060326572790232, 0.00134346153846154, 0.00106135885325589, 0.00314615384615384, 0.00206907500700565, 0.00690076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 765, '2021-05-23 00:00:00', 0.000277190645307804, 0.000664423076923079, 0.000426839413146655, 0.000911730769230773, 0.000580652981233524, 0.00140826923076923, 0.00102871198406254, 0.00311788461538461, 0.00209617517067489, 0.0068528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 780, '2021-05-23 00:00:00', 0.000335335480698623, 0.000661730769230766, 0.0004787581692414, 0.000959230769230772, 0.00053655439182305, 0.00138384615384615, 0.00108491013452729, 0.00329499999999999, 0.0021082830783511, 0.00684846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 795, '2021-05-23 00:00:00', 0.000316387603083015, 0.000653653846153841, 0.000332270800124518, 0.00101326923076923, 0.000476004242062548, 0.00134403846153847, 0.00106277257137242, 0.00338653846153845, 0.00210333178918226, 0.00688615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 810, '2021-05-23 00:00:00', 0.000268280349921206, 0.000752884615384607, 0.000384434449749052, 0.00100961538461538, 0.0003764232989601, 0.00139249999999999, 0.00106229086629576, 0.00346173076923076, 0.00210912082485717, 0.00688557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 825, '2021-05-23 00:00:00', 0.000305381791306449, 0.000679038461538469, 0.000343160872792019, 0.000969230769230782, 0.000560630551597579, 0.00155115384615386, 0.0011164840417062, 0.00352615384615384, 0.00212002685033796, 0.0068653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 840, '2021-05-23 00:00:00', 0.00024569587204196, 0.000722307692307697, 0.000290704978655988, 0.00105576923076922, 0.000639957119957749, 0.00167365384615385, 0.00113636344741257, 0.00352326923076923, 0.0021411356889421, 0.00684903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 855, '2021-05-23 00:00:00', 0.000291626737193541, 0.00079192307692306, 0.000568704195112413, 0.00125230769230769, 0.000744129331190812, 0.00175230769230769, 0.0012099694369948, 0.00352403846153846, 0.00218252006775514, 0.0068153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 870, '2021-05-23 00:00:00', 0.000543144123103202, 0.000888461538461543, 0.000631430518742966, 0.0012375, 0.000683591899173334, 0.00170673076923078, 0.00124344077524362, 0.00349019230769231, 0.00218383138965937, 0.00682653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 885, '2021-05-23 00:00:00', 0.000329057161272344, 0.000846153846153843, 0.000519913343371174, 0.00118826923076922, 0.000691429427957875, 0.00184557692307692, 0.001247007571996, 0.00340326923076923, 0.00213727069845201, 0.00686403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 900, '2021-05-23 00:00:00', 0.000350249416625003, 0.000880576923076914, 0.000428918362323716, 0.00115519230769231, 0.00084050259689343, 0.00195615384615385, 0.00127272910888978, 0.00341923076923077, 0.00211558393466565, 0.00689076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 915, '2021-05-23 00:00:00', 0.000326196967396173, 0.000762692307692313, 0.000515101819658388, 0.00142173076923077, 0.000758704259804936, 0.00193307692307693, 0.00117916745401803, 0.00334673076923077, 0.00202323168755793, 0.0068876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 930, '2021-05-23 00:00:00', 0.000409506879814472, 0.00113326923076923, 0.000742527518267585, 0.00154134615384615, 0.000683797765874809, 0.00188923076923076, 0.0012724096612938, 0.00330788461538461, 0.00198704066777322, 0.00694384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 945, '2021-05-23 00:00:00', 0.000398301586547362, 0.00101307692307692, 0.000493037562931612, 0.00137403846153846, 0.000607866382078776, 0.00184346153846154, 0.00130710578702014, 0.00319346153846153, 0.00213032060606272, 0.00705826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 960, '2021-05-23 00:00:00', 0.00034500016722403, 0.00102634615384616, 0.000424800994131818, 0.00135173076923077, 0.000701213563430175, 0.00205769230769229, 0.00126120888283975, 0.00315038461538462, 0.00221887812956147, 0.00702192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 975, '2021-05-23 00:00:00', 0.000289954373068472, 0.000956538461538447, 0.000382389853421877, 0.00139999999999999, 0.000758749984159168, 0.00217653846153845, 0.00128918669949464, 0.00308711538461538, 0.00219163287387424, 0.00699557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 990, '2021-05-23 00:00:00', 0.000375132848263311, 0.000879423076923074, 0.000749601868686594, 0.00159019230769229, 0.000875075117654747, 0.00207730769230768, 0.00138285497598822, 0.00303173076923076, 0.00212178933921349, 0.00693499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1005, '2021-05-23 00:00:00', 0.00056054424103172, 0.00131038461538461, 0.000611675661919458, 0.00165365384615384, 0.000705111365999388, 0.00198596153846153, 0.00132130385779177, 0.00295326923076922, 0.00211099488029115, 0.00692423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1020, '2021-05-23 00:00:00', 0.000579321884753073, 0.00105461538461538, 0.00061148259299711, 0.00132480769230769, 0.000704469904363448, 0.00164038461538462, 0.00129800843010183, 0.00269673076923076, 0.00222535726604484, 0.00694519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1035, '2021-05-23 00:00:00', 0.000409962334104745, 0.000803653846153855, 0.000586676984903429, 0.00117173076923078, 0.000711986738208373, 0.00150865384615385, 0.00133923342022449, 0.00261307692307692, 0.00223539310774501, 0.00690788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1050, '2021-05-23 00:00:00', 0.000360462736791723, 0.000779230769230776, 0.000432335339931679, 0.00103538461538463, 0.000497130380669501, 0.00137115384615385, 0.00118961952547216, 0.00244115384615384, 0.00220632360413287, 0.00681038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1065, '2021-05-23 00:00:00', 0.000357310035597173, 0.000697692307692318, 0.000445824948399454, 0.000993269230769226, 0.00045725741782265, 0.00127711538461537, 0.00110802054965671, 0.00236653846153846, 0.00226861706434016, 0.00682076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1080, '2021-05-23 00:00:00', 0.000335203497319726, 0.000689230769230767, 0.000340855484829648, 0.000897692307692313, 0.00040379702631585, 0.00122903846153846, 0.00112537932066686, 0.00228384615384615, 0.00224187511660698, 0.00681596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1095, '2021-05-23 00:00:00', 0.000264797745749179, 0.000595384615384622, 0.000327231510613608, 0.000832307692307688, 0.000514503644301957, 0.00118000000000001, 0.00115066388863794, 0.00216423076923077, 0.00229754695273024, 0.00679500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1110, '2021-05-23 00:00:00', 0.0002017832043022, 0.000557692307692302, 0.00026214030300878, 0.00078153846153847, 0.000440774885854445, 0.0011125, 0.000984250906097553, 0.0020103846153846, 0.00232814955407806, 0.00678288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1125, '2021-05-23 00:00:00', 0.000152768301182397, 0.000526923076923074, 0.000263879415934334, 0.00074288461538461, 0.000410200373176149, 0.00107211538461539, 0.000873559671688202, 0.00187249999999999, 0.00233300931449887, 0.00676269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1140, '2021-05-23 00:00:00', 0.000231024557469214, 0.000567884615384599, 0.000330594103907581, 0.000787307692307688, 0.000442386534779092, 0.00105538461538462, 0.000836202519636335, 0.00186442307692307, 0.00235193381153598, 0.00673942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1155, '2021-05-23 00:00:00', 0.000259152538983388, 0.000480961538461534, 0.000349700751192531, 0.000686153846153841, 0.000392576156257031, 0.000949038461538462, 0.000746748850788433, 0.00176538461538461, 0.00232560841501746, 0.00677250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1170, '2021-05-23 00:00:00', 0.000171917243060562, 0.00043653846153846, 0.00025686939213419, 0.000656730769230784, 0.000390330629082577, 0.000955000000000009, 0.000666560863399121, 0.00169423076923077, 0.00233536467256105, 0.00678807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1185, '2021-05-23 00:00:00', 0.00019689434886605, 0.000494230769230779, 0.000248785047782214, 0.000690000000000011, 0.000487853106832554, 0.00103557692307692, 0.000652674409346181, 0.00165826923076923, 0.00239884479409441, 0.00688788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1200, '2021-05-23 00:00:00', 0.000170692819009887, 0.000459038461538463, 0.000262059080244254, 0.00065019230769231, 0.000456657462943015, 0.000979038461538457, 0.000575546162019524, 0.00161576923076923, 0.00242039679677655, 0.00687057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1215, '2021-05-23 00:00:00', 0.000209591635916499, 0.000504423076923064, 0.00032262201031309, 0.000740192307692298, 0.000479348115031884, 0.000988846153846129, 0.000640517489102508, 0.00168942307692307, 0.00245484914936822, 0.00691788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1230, '2021-05-23 00:00:00', 0.000223186365726386, 0.000526923076923083, 0.000277386983222963, 0.000706538461538461, 0.000398247555403189, 0.000908653846153842, 0.000685584786879072, 0.0017375, 0.00243118973724009, 0.00695346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1245, '2021-05-23 00:00:00', 0.000221740752994255, 0.000530192307692297, 0.000347108994187919, 0.000730576923076914, 0.000344474181236363, 0.000897692307692304, 0.000696188110079009, 0.00173173076923077, 0.00246018085639123, 0.0070646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1260, '2021-05-23 00:00:00', 0.000197417168608847, 0.000508461538461543, 0.000236367054843475, 0.000615769230769234, 0.000232671772774768, 0.000846923076923083, 0.000835760363151666, 0.00179923076923078, 0.00248465875230074, 0.00707865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1275, '2021-05-23 00:00:00', 0.000145067756052657, 0.000379423076923082, 0.000174884687283225, 0.000514423076923086, 0.00025666620046578, 0.000823461538461553, 0.000825002657338389, 0.00179076923076924, 0.00248978194905622, 0.0070819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1290, '2021-05-23 00:00:00', 0.000122081467124957, 0.000351730769230776, 0.000170559712079416, 0.00058615384615386, 0.000342805899329905, 0.000843269230769242, 0.000772926830052751, 0.00179326923076923, 0.00247060242575649, 0.0070921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1305, '2021-05-23 00:00:00', 0.000165511328917377, 0.000490000000000008, 0.000233534052862002, 0.000648076923076929, 0.000349349340257655, 0.000799807692307688, 0.000786582090194919, 0.00185076923076923, 0.00244561790996436, 0.00715519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1320, '2021-05-23 00:00:00', 0.000170105510244031, 0.000396730769230793, 0.000297254358834582, 0.000531923076923099, 0.00032799536816618, 0.00081480769230771, 0.000751509890410387, 0.00189634615384616, 0.00243315029255363, 0.00713288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1335, '2021-05-23 00:00:00', 0.000194145464892871, 0.000302692307692309, 0.000181121400001401, 0.000395192307692313, 0.00031536188004357, 0.00084634615384616, 0.00084041832532286, 0.00200480769230768, 0.00247072269091143, 0.00711115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1350, '2021-05-23 00:00:00', 0.00010303621469397, 0.000272307692307691, 0.000254814336633264, 0.000607884615384627, 0.000288940238697313, 0.000852692307692313, 0.000825716658424684, 0.00205499999999999, 0.00246147620654448, 0.00716865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1365, '2021-05-23 00:00:00', 0.000240569196826077, 0.000496538461538478, 0.000295808409928818, 0.000743846153846172, 0.000264607982901848, 0.000860769230769242, 0.000783672542485814, 0.00229557692307692, 0.00246238150046782, 0.00716942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1380, '2021-05-23 00:00:00', 0.000277525951662453, 0.000555576923076933, 0.000282648803559886, 0.000647884615384624, 0.000238789575858034, 0.000832307692307684, 0.000769783011383982, 0.00238826923076923, 0.00246255699660708, 0.00716980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1395, '2021-05-23 00:00:00', 0.000218182351397953, 0.000383461538461523, 0.000219355787565465, 0.000550192307692287, 0.000442674259473028, 0.000872499999999977, 0.000774211286009587, 0.00238634615384615, 0.0024789187236498, 0.00715096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1410, '2021-05-23 00:00:00', 0.000204547154616093, 0.000393461538461533, 0.000216152723785748, 0.000534999999999991, 0.000542907131879995, 0.000958076923076923, 0.000821733931297811, 0.00245442307692308, 0.00248455200264478, 0.00715442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 2, 1425, '2021-05-23 00:00:00', 0.000200746012509485, 0.00038480769230769, 0.000411633191829059, 0.000696730769230752, 0.000600361173346131, 0.00103153846153846, 0.000902461931862794, 0.00263846153846153, 0.00248253119122089, 0.00714865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 0, '2021-05-23 00:00:00', 0.0003822439816903, 0.000542692307692297, 0.000474052577415038, 0.000755384615384619, 0.000678595155166441, 0.00108576923076923, 0.000852052002746665, 0.00262884615384615, 0.00248768799057711, 0.00708653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 15, '2021-05-23 00:00:00', 0.000289682584909761, 0.000480000000000015, 0.000358816055296384, 0.000679807692307709, 0.000491951568910866, 0.00107788461538462, 0.000852234438673725, 0.00263346153846154, 0.00248561015570701, 0.00707461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 30, '2021-05-23 00:00:00', 0.000261440462408979, 0.000488653846153845, 0.000407250112149964, 0.000749423076923067, 0.000364530519984285, 0.00106749999999999, 0.00084078379183674, 0.00261576923076923, 0.00246273475257456, 0.00716730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 45, '2021-05-23 00:00:00', 0.000291468694716943, 0.000519999999999999, 0.000331219193052213, 0.000836923076923073, 0.000443997574490964, 0.00114461538461539, 0.000880108144578738, 0.00266711538461539, 0.00246494290774888, 0.00719653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 60, '2021-05-23 00:00:00', 0.000229716966320268, 0.000636730769230764, 0.000307560625668392, 0.000808461538461544, 0.000512997113502143, 0.00125403846153847, 0.000865840898513372, 0.00268269230769231, 0.00248628336308202, 0.00724019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 75, '2021-05-23 00:00:00', 0.000249186445488884, 0.000481730769230782, 0.000358104894387975, 0.000761346153846163, 0.000646145137303956, 0.00130846153846154, 0.000812109811634995, 0.00266211538461539, 0.00250017412470534, 0.00723442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 90, '2021-05-23 00:00:00', 0.000277872480437744, 0.000531346153846146, 0.000337218543609113, 0.000837884615384609, 0.00053448235201493, 0.00123923076923076, 0.000943218242956602, 0.00267057692307691, 0.00261777595709381, 0.00729019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 105, '2021-05-23 00:00:00', 0.000268556540386944, 0.00060384615384616, 0.000475855706959738, 0.000985576923076923, 0.000547698014771477, 0.00145134615384616, 0.000993699633459964, 0.00264480769230768, 0.0026515142915816, 0.00739403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 120, '2021-05-23 00:00:00', 0.000499041119008783, 0.000819038461538464, 0.000484876828134272, 0.00102846153846154, 0.000532586034942138, 0.00156326923076922, 0.00108185481750272, 0.00270038461538459, 0.00269245104233755, 0.00741115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 135, '2021-05-23 00:00:00', 0.000256425127773869, 0.000639615384615377, 0.000429341535197969, 0.00107807692307692, 0.000441089385673514, 0.00145461538461537, 0.00108158765070328, 0.00261961538461536, 0.00269271607946611, 0.00742326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 150, '2021-05-23 00:00:00', 0.000340171054256302, 0.00077288461538461, 0.000345404779264064, 0.00108230769230768, 0.000467856856807214, 0.00143403846153845, 0.000982272169708886, 0.00261115384615383, 0.00261819215372862, 0.00743692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 165, '2021-05-23 00:00:00', 0.000206523699515422, 0.000654038461538455, 0.000239843618923794, 0.000919807692307693, 0.000578824538313498, 0.00137961538461538, 0.00097339793428049, 0.00237846153846152, 0.00247208208726042, 0.00732461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 180, '2021-05-23 00:00:00', 0.00021542774980168, 0.000696346153846155, 0.000335230575069666, 0.000896538461538459, 0.000593451313536703, 0.00133269230769231, 0.000975379078181306, 0.00235211538461537, 0.00244042638928906, 0.00731980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 195, '2021-05-23 00:00:00', 0.000293244712720372, 0.0006073076923077, 0.00059827598468111, 0.00101192307692308, 0.000573353428389645, 0.00128307692307692, 0.00096991666969583, 0.0023478846153846, 0.00245812974558989, 0.00731038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 210, '2021-05-23 00:00:00', 0.000568699089014705, 0.000754423076923079, 0.000561468267477882, 0.000966153846153856, 0.000544985814917737, 0.00124653846153845, 0.00106162987900681, 0.00236499999999999, 0.00245456699142326, 0.00731365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 225, '2021-05-23 00:00:00', 0.000276768231280535, 0.000584423076923084, 0.000283240112869739, 0.000859807692307693, 0.000362871030278507, 0.00113076923076923, 0.000971010991778078, 0.0022178846153846, 0.00239012680706403, 0.00722807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 240, '2021-05-23 00:00:00', 0.000205742557581072, 0.000614999999999998, 0.000327441421654904, 0.000823269230769222, 0.000421464297237801, 0.00104692307692309, 0.00099969987804032, 0.0021303846153846, 0.00238763220334739, 0.00722346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 255, '2021-05-23 00:00:00', 0.000202943436606197, 0.000510961538461525, 0.000297753899412561, 0.00071076923076922, 0.000400451668071855, 0.000948461538461548, 0.000952383406956542, 0.00215807692307691, 0.00237165541017564, 0.00715923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 270, '2021-05-23 00:00:00', 0.000184614358971525, 0.00051269230769231, 0.000259303579138137, 0.000672115384615402, 0.000624661877769451, 0.00100730769230771, 0.00086455680064323, 0.00220730769230769, 0.00232974944179378, 0.0071176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 285, '2021-05-23 00:00:00', 0.000193444088523315, 0.000488846153846154, 0.000261871371830942, 0.000696153846153859, 0.000593698188022784, 0.000976538461538471, 0.000801061795369125, 0.002235, 0.00230229190991532, 0.00709596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 300, '2021-05-23 00:00:00', 0.000192339943449503, 0.000505576923076934, 0.000563940019996666, 0.000742115384615404, 0.000619652414975205, 0.000998653846153851, 0.000801869929985779, 0.00231923076923076, 0.00228906511820538, 0.00712865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 315, '2021-05-23 00:00:00', 0.000482909013567371, 0.000488653846153841, 0.000474329364633738, 0.000642884615384604, 0.000519428384047159, 0.000955384615384597, 0.000783211264356814, 0.00238673076923075, 0.00229717492887375, 0.00709442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 330, '2021-05-23 00:00:00', 0.000212807334315492, 0.000440192307692288, 0.000351126976813439, 0.000628076923076904, 0.000357074275832815, 0.000974038461538442, 0.000682108044678703, 0.00242423076923075, 0.002323175975983, 0.00706615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 345, '2021-05-23 00:00:00', 0.000218834324406518, 0.000407692307692301, 0.00024935424291864, 0.000626538461538446, 0.000319007595761965, 0.00093961538461537, 0.000657477463784603, 0.00258884615384614, 0.00232699218206349, 0.00705884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 360, '2021-05-23 00:00:00', 0.000194516066174483, 0.000477499999999994, 0.000262549921992869, 0.000687692307692299, 0.000389007069344503, 0.00098249999999998, 0.000660974571837234, 0.00273076923076922, 0.00232101659590394, 0.00704096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 375, '2021-05-23 00:00:00', 0.000232706153434227, 0.000498076923076915, 0.000209446890642934, 0.00067499999999999, 0.000331918722674007, 0.00107403846153844, 0.000666904819641874, 0.00279403846153845, 0.00231750599534533, 0.00703596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 390, '2021-05-23 00:00:00', 0.000188295287738746, 0.000498653846153846, 0.000349285919908269, 0.000705576923076921, 0.000493922603715965, 0.00112346153846154, 0.000879936558027833, 0.00292788461538461, 0.00231045101324728, 0.00703673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 405, '2021-05-23 00:00:00', 0.000248547859499012, 0.000465961538461538, 0.000303262516388289, 0.000768076923076908, 0.000416670179472373, 0.00106403846153846, 0.000853787962327525, 0.00299173076923076, 0.00230615824395332, 0.00704038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 420, '2021-05-23 00:00:00', 0.000243098666262194, 0.000644807692307689, 0.000352198862095762, 0.000870961538461535, 0.000352493316903371, 0.00112346153846153, 0.000857553429598063, 0.00300326923076923, 0.00236425515998981, 0.00715269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 435, '2021-05-23 00:00:00', 0.000263333730931221, 0.000580576923076922, 0.000289076779792819, 0.00075423076923077, 0.000453872949013447, 0.00125942307692309, 0.000894679250647106, 0.00297480769230768, 0.00237266861279738, 0.00716711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 450, '2021-05-23 00:00:00', 0.000209718584334795, 0.000501730769230772, 0.000229617407541669, 0.000723076923076925, 0.000455563767384815, 0.0013271153846154, 0.000872402518248407, 0.00290807692307692, 0.00236071652258377, 0.0071525 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 465, '2021-05-23 00:00:00', 0.000177445657987068, 0.000499807692307679, 0.000357007918464229, 0.000935576923076933, 0.000430996698184752, 0.00143692307692309, 0.000841891094729371, 0.00287884615384615, 0.00236042535280272, 0.00715461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 480, '2021-05-23 00:00:00', 0.000334293111827615, 0.000781730769230783, 0.000454743883961072, 0.00107000000000002, 0.000540741122477725, 0.0015348076923077, 0.00087584253941343, 0.00286307692307692, 0.00246869887873069, 0.00719192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 495, '2021-05-23 00:00:00', 0.000315615211196267, 0.000710192307692314, 0.000364093605884736, 0.00101307692307694, 0.000523176246226222, 0.00148423076923076, 0.000867434524241546, 0.00279442307692307, 0.00265823955625929, 0.00731653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 510, '2021-05-23 00:00:00', 0.000286097616477044, 0.000704615384615376, 0.000375904038490999, 0.000995384615384607, 0.00048692093814088, 0.00153999999999998, 0.000836389861248931, 0.00277999999999999, 0.00273433175636136, 0.00735807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 525, '2021-05-23 00:00:00', 0.000329895379686449, 0.000749807692307685, 0.000419279280891166, 0.00116865384615383, 0.00051990132199813, 0.00164076923076921, 0.000794323926367575, 0.00281749999999999, 0.00279752300464867, 0.00734480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 540, '2021-05-23 00:00:00', 0.000317743788900135, 0.000958653846153824, 0.000311625576613989, 0.00121249999999998, 0.000584751623801484, 0.00172230769230767, 0.000769790905676043, 0.00281596153846152, 0.00284996313741344, 0.00735326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 555, '2021-05-23 00:00:00', 0.000262088065058571, 0.000818076923076924, 0.000422803282135587, 0.00119884615384615, 0.000517205992290838, 0.00164596153846153, 0.000759581564972578, 0.00276307692307692, 0.00284566698954475, 0.00742384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 570, '2021-05-23 00:00:00', 0.000324832501215854, 0.000941923076923077, 0.000452405366219965, 0.00124884615384615, 0.00056815355454178, 0.00170730769230768, 0.000715947382037375, 0.00269057692307691, 0.00280859332434201, 0.00743230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 585, '2021-05-23 00:00:00', 0.000273937738574648, 0.000836730769230768, 0.000325813360919788, 0.00111788461538461, 0.000525167116259194, 0.00162749999999999, 0.000712476936198907, 0.00254423076923075, 0.00280664788424802, 0.00738211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 600, '2021-05-23 00:00:00', 0.000250661355985744, 0.000771346153846156, 0.000396548377105002, 0.00110615384615383, 0.000483810873729053, 0.00149480769230769, 0.000746637487982979, 0.00242846153846153, 0.00289316298166238, 0.00743096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 615, '2021-05-23 00:00:00', 0.000253077975214101, 0.000742692307692301, 0.00034872691542018, 0.00110269230769232, 0.000373458678591607, 0.00136923076923077, 0.000870778873281748, 0.00250961538461538, 0.00294121563041804, 0.00745076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 630, '2021-05-23 00:00:00', 0.000303829911932014, 0.000758846153846163, 0.000322345311738824, 0.0010025, 0.000387492779089044, 0.00127057692307692, 0.000924103141096602, 0.00250884615384615, 0.0029551918654359, 0.00746980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 645, '2021-05-23 00:00:00', 0.000226581365925396, 0.00069365384615383, 0.000299068618316153, 0.000884038461538454, 0.000408550533546996, 0.00121846153846153, 0.00116350004132094, 0.00278288461538461, 0.00297488940324485, 0.00753480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 660, '2021-05-23 00:00:00', 0.000186343458740532, 0.00060673076923076, 0.000242144346651719, 0.00083326923076922, 0.000433615214039087, 0.00122692307692307, 0.00120005418146913, 0.00286903846153846, 0.00298970652663178, 0.00758365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 675, '2021-05-23 00:00:00', 0.000217884937877412, 0.000595384615384622, 0.000291575626817202, 0.000917115384615389, 0.000384076765163521, 0.00125519230769232, 0.00137012862955945, 0.00300269230769232, 0.00299320160466245, 0.00756538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 690, '2021-05-23 00:00:00', 0.000192843599443044, 0.000669423076923069, 0.000257957659018215, 0.00086192307692307, 0.000338905080879822, 0.00121057692307693, 0.00143302895993068, 0.00301, 0.00300385150841639, 0.00756326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 705, '2021-05-23 00:00:00', 0.000198854508082196, 0.000581346153846132, 0.000244492645791557, 0.000859423076923079, 0.000444405090672231, 0.00123673076923076, 0.00162973632836727, 0.00315750000000001, 0.0029842255341146, 0.00755903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 720, '2021-05-23 00:00:00', 0.000182914860396448, 0.000634615384615383, 0.00029893792769635, 0.000868269230769231, 0.000517306931655152, 0.00124730769230768, 0.00171599593194783, 0.00319096153846155, 0.00296119663961406, 0.00761153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 989310 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 989310, 3, 735, '2021-05-23 00:00:00', 0.000188251059860123, 0.000587307692307693, 0.000336077887034897, 0.000867884615384613, 0.000454723584677033, 0.00122153846153847, 0.00156040143996541, 0.00333942307692308, 0.00296772640248391, 0.00762[...];
Date: 2021-05-23 17:22:06 Duration: 1s965ms Database: acaweb_fx User: pgperfstats
9 4s851ms 15s125ms 10s450ms 4 41s800ms select updateageforrelevantresults ();Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 23 17 4 41s800ms 10s450ms [ User: postgres - Total duration: 41s800ms - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-05-23 17:47:17 Duration: 15s125ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-05-23 17:32:13 Duration: 11s322ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-05-23 17:17:12 Duration: 10s500ms Database: acaweb_fx User: postgres
10 1s914ms 25s388ms 9s748ms 3 29s244ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 23 17 3 29s244ms 9s748ms [ User: pgperfstats - Total duration: 29s244ms - Times executed: 3 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1050, '2021-05-23 00:00:00', 0.00544345054594555, 0.00886538461538459, 0.0122262642888789, 0.0176923076923077, 0.015123695112179, 0.0238846153846152, 0.0174620027047738, 0.0321923076923074, 0.0436931784853637, 0.116923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1065, '2021-05-23 00:00:00', 0.00899033669259079, 0.0128846153846154, 0.0111240557075473, 0.0187692307692308, 0.0112393710472811, 0.020711538461538, 0.017477513024983, 0.0302115384615383, 0.0437851045975157, 0.117653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1080, '2021-05-23 00:00:00', 0.00871815082721968, 0.0121153846153851, 0.00972144734396761, 0.0144423076923078, 0.0104648863421368, 0.0170769230769235, 0.0181368833723309, 0.027442307692308, 0.0441441345524478, 0.118230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1095, '2021-05-23 00:00:00', 0.00531604971904749, 0.00759615384615404, 0.00565018719907708, 0.00923076923076931, 0.00994332013889796, 0.0130192307692313, 0.016509682473767, 0.0234807692307696, 0.044183259099068, 0.118596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1110, '2021-05-23 00:00:00', 0.00413637708443229, 0.00398076923076883, 0.00485596381940717, 0.00690384615384605, 0.00954285878791839, 0.011615384615385, 0.0173419012354915, 0.0226923076923075, 0.0440153994031108, 0.118846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1125, '2021-05-23 00:00:00', 0.00408599860687576, 0.00434615384615397, 0.0100129915609672, 0.00850000000000028, 0.0103228648378994, 0.0123076923076927, 0.0171959409342839, 0.0224038461538463, 0.0440090768609594, 0.118826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1140, '2021-05-23 00:00:00', 0.0100275198252683, 0.00563461538461523, 0.00996596129911097, 0.00790384615384645, 0.010810820790016, 0.0115769230769234, 0.0166802624033961, 0.0223653846153846, 0.0440054410971397, 0.118673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1155, '2021-05-23 00:00:00', 0.00439019887406581, 0.00292307692307722, 0.00585675152806922, 0.00580769230769257, 0.00761317178417647, 0.0100961538461542, 0.0108609391859083, 0.0210000000000001, 0.0436670972771876, 0.119346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1170, '2021-05-23 00:00:00', 0.00469078474654954, 0.0032884615384618, 0.00561919786227379, 0.00584615384615416, 0.00758541109884323, 0.0100384615384616, 0.0112809062647398, 0.020326923076923, 0.0435265259530145, 0.119538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1185, '2021-05-23 00:00:00', 0.00415914192333748, 0.00346153846153859, 0.00647542692385253, 0.00586538461538488, 0.00724802360328938, 0.00942307692307682, 0.0118416637344594, 0.0202499999999998, 0.0435190365065855, 0.119557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1200, '2021-05-23 00:00:00', 0.00475819131765244, 0.00290384615384635, 0.00720696778231855, 0.00609615384615399, 0.00731071395019205, 0.00894230769230776, 0.0113095602852703, 0.0228846153846155, 0.0433513419187206, 0.119826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1215, '2021-05-23 00:00:00', 0.00603043562656575, 0.00388461538461521, 0.00624182542333445, 0.00540384615384586, 0.00723506419088018, 0.00861538461538462, 0.011072766314077, 0.0273846153846152, 0.0432315812269757, 0.120019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1230, '2021-05-23 00:00:00', 0.00262590643690614, 0.00215384615384619, 0.00517702022997227, 0.00430769230769224, 0.00581946336410477, 0.00688461538461546, 0.0160701467132262, 0.0290192307692306, 0.0431567670065949, 0.119942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1245, '2021-05-23 00:00:00', 0.00515263188910469, 0.00248076923076905, 0.00557149337804018, 0.00419230769230776, 0.00935496577307393, 0.00815384615384587, 0.0183937803033022, 0.0306346153846153, 0.0429649991719555, 0.120134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1260, '2021-05-23 00:00:00', 0.00233633506553782, 0.00196153846153867, 0.00348849758271579, 0.0035192307692309, 0.00801412215068833, 0.00811538461538442, 0.0199959995999199, 0.0325000000000001, 0.0429448886543957, 0.120211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1275, '2021-05-23 00:00:00', 0.00323324081284493, 0.00192307692307681, 0.00719511051927728, 0.00598076923076923, 0.00812832180616751, 0.0080192307692308, 0.020395182311969, 0.0332115384615385, 0.0429204093463881, 0.120307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1290, '2021-05-23 00:00:00', 0.00716736728835307, 0.00413461538461531, 0.00815343250039293, 0.00596153846153837, 0.00867465361755868, 0.0080192307692308, 0.0200866967074074, 0.0338461538461538, 0.0428602379834735, 0.1205 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1305, '2021-05-23 00:00:00', 0.00319115363755171, 0.00228846153846126, 0.00364227317017201, 0.00411538461538445, 0.00770965927611923, 0.00682692307692302, 0.0202946753153095, 0.034076923076923, 0.0429262695256017, 0.120769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1320, '2021-05-23 00:00:00', 0.00258077209675398, 0.00240384615384602, 0.00312563839633047, 0.00351923076923063, 0.00800780868902389, 0.00774999999999997, 0.0210657578512179, 0.0356153846153844, 0.0429492589709512, 0.121326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1335, '2021-05-23 00:00:00', 0.00280027471179876, 0.00180769230769219, 0.00745677286354281, 0.00428846153846138, 0.00825825926898987, 0.0086730769230768, 0.0211402732680102, 0.0376346153846153, 0.0429718557269216, 0.121596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1350, '2021-05-23 00:00:00', 0.00757274972922941, 0.00294230769230753, 0.00803887190708167, 0.00578846153846158, 0.0102452240280349, 0.00976923076923068, 0.0228858790859877, 0.0402884615384612, 0.0430513825383288, 0.121807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1365, '2021-05-23 00:00:00', 0.00473534175519162, 0.00371153846153842, 0.00583691831231343, 0.00598076923076909, 0.0085513156882438, 0.00974999999999955, 0.0267532025401417, 0.0425769230769229, 0.0430513825383288, 0.121807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1380, '2021-05-23 00:00:00', 0.0052901941217842, 0.00388461538461562, 0.00824530169247946, 0.00575000000000013, 0.00773433901506823, 0.0150000000000002, 0.0278224936669264, 0.0466346153846152, 0.0433548018811507, 0.122326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1395, '2021-05-23 00:00:00', 0.00672792687237329, 0.0032499999999998, 0.00753588849337733, 0.00698076923076895, 0.00854978632211656, 0.0213269230769228, 0.0275063698916341, 0.0495961538461536, 0.0431604386161499, 0.122711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1410, '2021-05-23 00:00:00', 0.00499064509472815, 0.00444230769230718, 0.00679671866531109, 0.0126538461538459, 0.0162753352795429, 0.023057692307692, 0.026159157831657, 0.0518076923076921, 0.0429776149246949, 0.122346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 1, 1425, '2021-05-23 00:00:00', 0.00738264597136202, 0.0107115384615382, 0.00910815357459782, 0.0190384615384614, 0.0188308360041549, 0.0244038461538457, 0.0351752590062085, 0.0568269230769229, 0.0431127546717278, 0.122519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 0, '2021-05-23 00:00:00', 0.00918284353479937, 0.0137307692307692, 0.0175876705065264, 0.0171153846153846, 0.0204055422335732, 0.0231153846153843, 0.0349908779321346, 0.0613076923076921, 0.0428784148673716, 0.123038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 15, '2021-05-23 00:00:00', 0.0175749110950809, 0.00875999999999976, 0.0207460237154015, 0.0147799999999994, 0.0208042864173069, 0.020619999999999, 0.0368885935396478, 0.0643199999999997, 0.0440155086304811, 0.12386 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 30, '2021-05-23 00:00:00', 0.00841169820349443, 0.00743999999999943, 0.0111756804416257, 0.0115999999999995, 0.0158798089828986, 0.0192199999999991, 0.0357458272623066, 0.0669200000000001, 0.0436060680028209, 0.12402 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 45, '2021-05-23 00:00:00', 0.00989998057496129, 0.00701923076923053, 0.0115787105699013, 0.0125576923076919, 0.0171586824848352, 0.0189038461538454, 0.0353699187707036, 0.0681346153846154, 0.0427993709515237, 0.123384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 60, '2021-05-23 00:00:00', 0.00989749385528432, 0.00859615384615349, 0.013741682799201, 0.0144230769230764, 0.0180661285282712, 0.0202499999999995, 0.0329377501450143, 0.0683461538461536, 0.0425993363978647, 0.123211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 75, '2021-05-23 00:00:00', 0.0119674558699835, 0.00899999999999952, 0.0131492760841979, 0.0107884615384613, 0.0179937168521084, 0.0224230769230763, 0.032879623102837, 0.0679807692307689, 0.0422383575219707, 0.122826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 90, '2021-05-23 00:00:00', 0.00684240173758137, 0.00546153846153844, 0.0139250327992983, 0.0119423076923076, 0.0195482440683005, 0.0250769230769227, 0.0324422563950168, 0.0704999999999995, 0.0422955034889595, 0.122980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 105, '2021-05-23 00:00:00', 0.0122369710933078, 0.00871153846153838, 0.0168838224800685, 0.0192884615384609, 0.0240412466078934, 0.0283076923076919, 0.0326268471330919, 0.0716346153846149, 0.0421836871496368, 0.122788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 120, '2021-05-23 00:00:00', 0.0121501028802228, 0.0142499999999993, 0.0146118629360372, 0.0195576923076918, 0.0200740168836775, 0.030115384615384, 0.0304314867302831, 0.0711538461538458, 0.041353913404249, 0.120384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 135, '2021-05-23 00:00:00', 0.00884214123040674, 0.0117884615384611, 0.0138000139353331, 0.0180961538461539, 0.0140449826792891, 0.0313076923076923, 0.0313751739192236, 0.0706923076923075, 0.0412237655503937, 0.120826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 150, '2021-05-23 00:00:00', 0.00998329373734736, 0.0098846153846153, 0.0112332781707539, 0.0190576923076922, 0.0138994742567973, 0.0323461538461542, 0.0331000174296957, 0.0706346153846153, 0.0409315422852125, 0.120634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 165, '2021-05-23 00:00:00', 0.00913320231985368, 0.015346153846154, 0.0124335773675093, 0.0254230769230772, 0.0233333122710525, 0.038211538461539, 0.0328022337419504, 0.0690576923076922, 0.0407605201144439, 0.1195 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 180, '2021-05-23 00:00:00', 0.0103703719983725, 0.018730769230769, 0.01249524524954, 0.025134615384615, 0.0258369145573954, 0.0406153846153844, 0.0317786817754393, 0.0662692307692303, 0.0415412862287443, 0.119961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 195, '2021-05-23 00:00:00', 0.0101668390065257, 0.0157307692307692, 0.0210102630598987, 0.0261346153846158, 0.0234804091826486, 0.0390192307692308, 0.0306121645001561, 0.0647692307692303, 0.0415997781059171, 0.119807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 210, '2021-05-23 00:00:00', 0.0137038456141108, 0.0181538461538465, 0.0166950130739229, 0.0272115384615387, 0.0180454554261857, 0.0374615384615386, 0.0319321154952192, 0.0639999999999998, 0.0425803313207474, 0.118730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 225, '2021-05-23 00:00:00', 0.00855518286456509, 0.0173653846153847, 0.0154557557115587, 0.0265961538461538, 0.0154274106706212, 0.0362500000000001, 0.0305575937937124, 0.0624423076923074, 0.0402303224714124, 0.118326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 240, '2021-05-23 00:00:00', 0.0119636790070867, 0.017980769230769, 0.0112374545434173, 0.0245961538461538, 0.014257157446754, 0.0350576923076922, 0.0305990447311926, 0.061692307692307, 0.0379602474256341, 0.117596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 255, '2021-05-23 00:00:00', 0.00748064168370639, 0.0155000000000001, 0.00903582612969903, 0.0243846153846154, 0.0149843123093656, 0.0329807692307689, 0.0304378623023766, 0.0602115384615381, 0.036970320736837, 0.117230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 270, '2021-05-23 00:00:00', 0.00893497879985428, 0.0170769230769233, 0.0119371430675592, 0.023846153846154, 0.0182552837451346, 0.0321538461538462, 0.0303545459781303, 0.0585384615384615, 0.0376511160320848, 0.116942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 285, '2021-05-23 00:00:00', 0.0100047680940332, 0.0151538461538464, 0.0142807158838007, 0.0196730769230768, 0.0174718674973846, 0.0298846153846153, 0.029687630161658, 0.0553461538461539, 0.0379075038238323, 0.117326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 300, '2021-05-23 00:00:00', 0.00730658291174134, 0.0123846153846152, 0.0108332998027096, 0.0199038461538461, 0.016295504335198, 0.0302884615384616, 0.029447012386005, 0.0529423076923078, 0.0395226955247042, 0.118211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 315, '2021-05-23 00:00:00', 0.00928754335324809, 0.0144615384615384, 0.0120133419419987, 0.019903846153846, 0.0166194510693389, 0.0293846153846152, 0.0294072531607686, 0.0525576923076922, 0.0418451954782792, 0.119596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 330, '2021-05-23 00:00:00', 0.00659801835052362, 0.0119230769230769, 0.0093500514190279, 0.0197884615384617, 0.0133020096804381, 0.0267115384615387, 0.0298701291491114, 0.0527307692307692, 0.0416809355055209, 0.120096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 345, '2021-05-23 00:00:00', 0.00790092497019306, 0.0152307692307693, 0.0102452991096482, 0.0188846153846152, 0.0137181098720472, 0.0264423076923077, 0.0295332211898083, 0.0541346153846152, 0.0422502617197176, 0.120269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 360, '2021-05-23 00:00:00', 0.00840357066966172, 0.0125, 0.0104357558422954, 0.0177500000000004, 0.0163543101822873, 0.0272115384615387, 0.0299983140551905, 0.0528269230769229, 0.0449443972721172, 0.121673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 375, '2021-05-23 00:00:00', 0.00725971497639324, 0.011211538461539, 0.0096002403816063, 0.0152307692307698, 0.0179896123873236, 0.0253846153846154, 0.0287061036125659, 0.0504038461538459, 0.044802026053088, 0.121307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 390, '2021-05-23 00:00:00', 0.00608469075125892, 0.00928846153846203, 0.0109003881370555, 0.0175384615384614, 0.0191286836573126, 0.0234423076923074, 0.0250120893846273, 0.0512307692307689, 0.0448520345134981, 0.12075 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 405, '2021-05-23 00:00:00', 0.00883829081980154, 0.012846153846154, 0.0128584153826917, 0.0161730769230768, 0.0187851004788372, 0.0224999999999996, 0.0255599521487454, 0.052634615384615, 0.0447423607574953, 0.120173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 420, '2021-05-23 00:00:00', 0.00794599560494731, 0.00967307692307665, 0.011908965594814, 0.0142884615384614, 0.0171726974719038, 0.0211923076923071, 0.0230808362066889, 0.0517499999999995, 0.0466388085347218, 0.120038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 435, '2021-05-23 00:00:00', 0.00720878203731678, 0.00944230769230769, 0.00933374770142438, 0.0146730769230768, 0.0134024825484512, 0.0214423076923072, 0.0221756970231271, 0.051307692307692, 0.0462261996973741, 0.119692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 450, '2021-05-23 00:00:00', 0.00567626637852764, 0.0104999999999997, 0.00972633222039731, 0.0146923076923071, 0.0127208036756271, 0.022326923076923, 0.0228019989002314, 0.0528653846153844, 0.0463276956540617, 0.119153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 465, '2021-05-23 00:00:00', 0.00662353031593886, 0.00913461538461486, 0.00912201479094154, 0.0143653846153843, 0.0110393004237656, 0.0211153846153847, 0.0267093832546943, 0.055634615384615, 0.0459090405040226, 0.1185 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 480, '2021-05-23 00:00:00', 0.00624182542333404, 0.0100961538461535, 0.00843438475253791, 0.0153269230769232, 0.00910555620740147, 0.0203653846153846, 0.0270836382625832, 0.0577884615384616, 0.0454671182961251, 0.118326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 495, '2021-05-23 00:00:00', 0.00680429728469166, 0.0105384615384618, 0.00863748538905575, 0.0151153846153851, 0.00975901949677602, 0.0209615384615385, 0.0260118020551028, 0.0565769230769235, 0.0454573384106969, 0.11798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 510, '2021-05-23 00:00:00', 0.00522552904940294, 0.0096153846153842, 0.00617292475249737, 0.0127499999999991, 0.0114300043744524, 0.0247499999999997, 0.0258516180121509, 0.0571153846153849, 0.0453642353198406, 0.118076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 525, '2021-05-23 00:00:00', 0.00515020537305176, 0.00873076923076883, 0.00747150999052125, 0.0147884615384615, 0.0127352327754995, 0.0266153846153845, 0.0266173526395558, 0.0582115384615389, 0.0450966142341599, 0.11823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 540, '2021-05-23 00:00:00', 0.00590413805342027, 0.0113269230769232, 0.0107144223434514, 0.0201730769230772, 0.0158103179552516, 0.0268846153846153, 0.0271992717662695, 0.0585961538461543, 0.045493955642481, 0.119 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 555, '2021-05-23 00:00:00', 0.00826338075720001, 0.0132884615384616, 0.0105744248797964, 0.0194615384615385, 0.0132052437137092, 0.0250384615384614, 0.0269589217428753, 0.057711538461539, 0.0463702864077686, 0.118788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 570, '2021-05-23 00:00:00', 0.00690877368612893, 0.0133653846153842, 0.0104252098300221, 0.01725, 0.0115677934868256, 0.0274230769230768, 0.0259211303765866, 0.0562500000000005, 0.0464624621023833, 0.117403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 585, '2021-05-23 00:00:00', 0.00821621286519186, 0.0108846153846154, 0.00869588762223011, 0.0164615384615382, 0.0154708286287951, 0.0294423076923075, 0.025461373459842, 0.0561923076923082, 0.0471050585230668, 0.117057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 600, '2021-05-23 00:00:00', 0.00553214383260422, 0.012230769230769, 0.00948490703900011, 0.0207884615384613, 0.0147386070733141, 0.0300576923076922, 0.024431033228568, 0.0568461538461547, 0.0471826239202528, 0.117500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 615, '2021-05-23 00:00:00', 0.00733760073970981, 0.014903846153846, 0.0125571309805043, 0.0223076923076922, 0.0125392920914162, 0.0315769230769229, 0.0229097896441338, 0.0560384615384623, 0.0473591718027897, 0.116634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 630, '2021-05-23 00:00:00', 0.0071446591133628, 0.0136153846153846, 0.00734022112431511, 0.0196730769230768, 0.0123725502625774, 0.0289999999999999, 0.0208495711079297, 0.0537307692307697, 0.0452563680177037, 0.114326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 645, '2021-05-23 00:00:00', 0.00603770205904915, 0.0139230769230767, 0.00786318099655725, 0.0204807692307692, 0.0176455812729857, 0.0315576923076924, 0.019179406022727, 0.0520192307692314, 0.0438237422479571, 0.112403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 660, '2021-05-23 00:00:00', 0.00691041577286395, 0.0134230769230768, 0.00810054604047432, 0.0191730769230765, 0.0175255856919579, 0.0318846153846155, 0.0184010451208202, 0.0495384615384624, 0.0428714940257505, 0.11025 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 675, '2021-05-23 00:00:00', 0.00622022136633047, 0.0133653846153848, 0.0122866406499719, 0.0223076923076925, 0.0137971150830667, 0.0285961538461542, 0.0180032902975668, 0.0475384615384622, 0.0440056683411789, 0.109826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 690, '2021-05-23 00:00:00', 0.0113862264972275, 0.0146153846153846, 0.013520298130532, 0.0215384615384622, 0.0129007602638224, 0.0245192307692314, 0.0183527822246278, 0.0447692307692314, 0.0442029454291836, 0.110096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 705, '2021-05-23 00:00:00', 0.00660163149998092, 0.0138076923076931, 0.00749256041273358, 0.0164615384615389, 0.0114090551081823, 0.0234423076923081, 0.0189615805897489, 0.0443076923076929, 0.0433939910763973, 0.112038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 720, '2021-05-23 00:00:00', 0.00583428197414628, 0.010826923076923, 0.009376566535785, 0.0155000000000005, 0.0122981549585541, 0.0232307692307692, 0.0201803503057192, 0.0434423076923077, 0.0429775075341295, 0.112884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 735, '2021-05-23 00:00:00', 0.00835187680427822, 0.00992307692307744, 0.0106505326699579, 0.015576923076923, 0.011996810473557, 0.0222115384615385, 0.0199500240986944, 0.0442884615384619, 0.0442919727056025, 0.113673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 750, '2021-05-23 00:00:00', 0.00762627038597478, 0.0109999999999999, 0.00858334702513203, 0.0149230769230767, 0.00992799073327518, 0.0212499999999998, 0.0214601688286434, 0.0466730769230769, 0.0452108223939632, 0.113461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 765, '2021-05-23 00:00:00', 0.00617089944821648, 0.00949999999999959, 0.0083865276577284, 0.0145769230769229, 0.00932088226263215, 0.0203269230769226, 0.0214480499382546, 0.0461730769230771, 0.0463394664821053, 0.114115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 780, '2021-05-23 00:00:00', 0.00552685750188555, 0.00961538461538475, 0.005614404550933, 0.0136923076923073, 0.00757374005769514, 0.0211923076923079, 0.0205005159409749, 0.0471346153846155, 0.0462987996189302, 0.113826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 795, '2021-05-23 00:00:00', 0.00558573044600084, 0.00759615384615391, 0.00583138062554664, 0.0117499999999999, 0.00690841181793249, 0.0178846153846155, 0.0231285454662552, 0.0484807692307692, 0.0478868056341843, 0.114115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 810, '2021-05-23 00:00:00', 0.00487489644860457, 0.00823076923076877, 0.0062400998512723, 0.0136730769230772, 0.0125866840504009, 0.0187307692307694, 0.0244460552111098, 0.0494807692307695, 0.0493304555640208, 0.114576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 825, '2021-05-23 00:00:00', 0.00591819229157009, 0.00975000000000037, 0.0075218655623762, 0.0119615384615385, 0.0132265031136498, 0.0194038461538463, 0.0249983076350261, 0.0501538461538464, 0.0487894849957838, 0.114576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 840, '2021-05-23 00:00:00', 0.00516977160632256, 0.00694230769230723, 0.00957472634676229, 0.0123461538461536, 0.0115238882327102, 0.019, 0.0246841041968311, 0.0502500000000003, 0.0487739526954547, 0.114038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 855, '2021-05-23 00:00:00', 0.00755373061168092, 0.00832692307692335, 0.00920904655550903, 0.012942307692308, 0.00981139447471441, 0.018711538461539, 0.0251670113747834, 0.0510384615384616, 0.0493218355451057, 0.113288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 870, '2021-05-23 00:00:00', 0.00612171418929267, 0.00815384615384614, 0.00849506644153846, 0.0126153846153849, 0.00933012078411384, 0.0178653846153848, 0.025226451319079, 0.0515769230769234, 0.0493488718599133, 0.113634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 885, '2021-05-23 00:00:00', 0.00560672672915158, 0.00815384615384614, 0.00598488480706601, 0.012326923076923, 0.00973992576184, 0.0196153846153847, 0.0255894584666306, 0.050596153846154, 0.0493764074775049, 0.113519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 900, '2021-05-23 00:00:00', 0.00601718692260268, 0.00955769230769231, 0.0076088005726161, 0.0129230769230771, 0.011064791700914, 0.0209807692307695, 0.0256363323909943, 0.0496923076923079, 0.0496942188248831, 0.113653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 915, '2021-05-23 00:00:00', 0.00713186241724181, 0.00878846153846196, 0.00949218301875518, 0.0146923076923079, 0.0149298874229362, 0.0236923076923082, 0.0252458679025668, 0.0489230769230771, 0.0498514755587496, 0.113480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 930, '2021-05-23 00:00:00', 0.00664784522637568, 0.0104230769230771, 0.00979890103728288, 0.0139615384615389, 0.0173961092024804, 0.0242307692307692, 0.0254578157864219, 0.0470961538461541, 0.0501691638359659, 0.11275 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 945, '2021-05-23 00:00:00', 0.00447041557180278, 0.00673076923076953, 0.00877619156932777, 0.0136923076923083, 0.0144920269856859, 0.0233269230769232, 0.023650768405146, 0.0446730769230773, 0.0472299000797001, 0.111288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 960, '2021-05-23 00:00:00', 0.00819427567550407, 0.0108846153846157, 0.0146210070157237, 0.0160769230769228, 0.0162541828935958, 0.0254615384615384, 0.0233471543316231, 0.044519230769231, 0.0469931787194037, 0.111326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 975, '2021-05-23 00:00:00', 0.0123271432837644, 0.010538461538461, 0.0127116542529348, 0.0166153846153844, 0.0180319054840197, 0.0269807692307692, 0.0212882867757405, 0.0423653846153849, 0.0474805061213383, 0.111461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 990, '2021-05-23 00:00:00', 0.00717495644586138, 0.0110000000000001, 0.0117527247249964, 0.0174423076923078, 0.0175105792198715, 0.0270961538461537, 0.0191629450121447, 0.0399615384615387, 0.0472509666160792, 0.110423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1005, '2021-05-23 00:00:00', 0.00715544440376576, 0.0115961538461541, 0.0120848442910311, 0.0187115384615384, 0.0143698000628457, 0.0263653846153842, 0.0172102049332997, 0.0378653846153848, 0.0458653086598304, 0.110557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1020, '2021-05-23 00:00:00', 0.00781881360270504, 0.0115769230769227, 0.0114935433379586, 0.017192307692307, 0.0116242617631597, 0.0242884615384612, 0.0145512489551195, 0.035326923076923, 0.045255496903691, 0.1095 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1035, '2021-05-23 00:00:00', 0.00869475969500265, 0.0121730769230766, 0.00953102222300339, 0.016903846153846, 0.0115856177419048, 0.0245576923076923, 0.0153707639567914, 0.034096153846154, 0.0445749498468158, 0.110384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1050, '2021-05-23 00:00:00', 0.00596828154625687, 0.010096153846154, 0.00958558613431977, 0.0167115384615385, 0.0111816642493241, 0.022980769230769, 0.014087596836061, 0.0324038461538462, 0.0429154983659746, 0.11 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1065, '2021-05-23 00:00:00', 0.00771394840532386, 0.0117499999999999, 0.00822428392954976, 0.0161730769230769, 0.00968418615777599, 0.0202115384615386, 0.0136291542714082, 0.0304230769230769, 0.0423494255705296, 0.109423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1080, '2021-05-23 00:00:00', 0.00508285201588505, 0.0106538461538461, 0.00719476305270833, 0.0147692307692306, 0.00818262699964922, 0.0163461538461539, 0.01474563820775, 0.027923076923077, 0.0425201535926018, 0.109211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1095, '2021-05-23 00:00:00', 0.0062325448562058, 0.00876923076923096, 0.00651814036717213, 0.0103846153846158, 0.00801412215068861, 0.0151153846153852, 0.0161828137707408, 0.026788461538462, 0.0426200250875282, 0.109442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1110, '2021-05-23 00:00:00', 0.00522744238095053, 0.00461538461538479, 0.00562484187811989, 0.00717307692307729, 0.00721632764052386, 0.0141538461538465, 0.0170720644508918, 0.0251538461538468, 0.0426464400173548, 0.109673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1125, '2021-05-23 00:00:00', 0.00380586591784544, 0.00423076923076935, 0.00635322449929687, 0.00921153846153858, 0.00817830149753733, 0.0142692307692311, 0.0172727108023484, 0.0249423076923083, 0.043207709426052, 0.110615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1140, '2021-05-23 00:00:00', 0.00531919600633852, 0.00642307692307698, 0.00628517792416912, 0.00971153846153837, 0.00826468390200208, 0.0132500000000003, 0.0191306942252099, 0.024788461538462, 0.0432480502006026, 0.110576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1155, '2021-05-23 00:00:00', 0.00631225913478053, 0.00426923076923066, 0.00837085144093259, 0.0083653846153848, 0.00908627451794145, 0.010096153846154, 0.0199819533964645, 0.0234615384615387, 0.0437724931189228, 0.110134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1170, '2021-05-23 00:00:00', 0.00698220265003513, 0.00536538461538482, 0.00830912380829355, 0.00669230769230781, 0.00885776495511182, 0.0085, 0.0200445369499642, 0.0237115384615383, 0.0445115196844073, 0.110346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1185, '2021-05-23 00:00:00', 0.00552856220006637, 0.00275000000000001, 0.00572528131656866, 0.00382692307692304, 0.0098176646134174, 0.0074423076923077, 0.0174403158051862, 0.0222307692307691, 0.043376992306273, 0.109711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1200, '2021-05-23 00:00:00', 0.00225601759403954, 0.0014807692307692, 0.00332797004424421, 0.00315384615384605, 0.0081561916075133, 0.00671153846153812, 0.015590048601099, 0.0250192307692307, 0.0429072882458841, 0.109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1215, '2021-05-23 00:00:00', 0.00301560046323218, 0.00192307692307709, 0.00748138716055767, 0.00486538461538475, 0.00845970084941211, 0.00744230769230784, 0.017916784137957, 0.0318653846153843, 0.0428028440823557, 0.109711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1230, '2021-05-23 00:00:00', 0.00677668514381973, 0.00378846153846173, 0.00669767468259316, 0.0046730769230771, 0.00811240740139214, 0.00713461538461543, 0.0192545798747687, 0.0328269230769227, 0.0424712391371638, 0.109615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1245, '2021-05-23 00:00:00', 0.00201503960640596, 0.00140384615384616, 0.00423065734117815, 0.00346153846153832, 0.00707153013580047, 0.00694230769230723, 0.0188481074340675, 0.0318653846153841, 0.0417205031682911, 0.110903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1260, '2021-05-23 00:00:00', 0.00422428874304513, 0.00226923076923067, 0.00481316304123818, 0.00394230769230752, 0.00888222078952335, 0.00757692307692277, 0.0190195041591923, 0.0323076923076919, 0.0416211669521835, 0.110807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1275, '2021-05-23 00:00:00', 0.00293964937731342, 0.00219230769230737, 0.00538273593573384, 0.00457692307692266, 0.00920000000000015, 0.00749999999999974, 0.0191848999115287, 0.0334038461538459, 0.0419849240341559, 0.111576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1290, '2021-05-23 00:00:00', 0.0049127776883733, 0.00265384615384584, 0.00650337190646811, 0.00457692307692293, 0.00947490612902551, 0.00707692307692298, 0.0187718795419761, 0.0332115384615379, 0.0417658353202709, 0.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1305, '2021-05-23 00:00:00', 0.00489179061128059, 0.00248076923076905, 0.00777213959255472, 0.00411538461538445, 0.009253356979206, 0.00776923076923084, 0.0183271551361527, 0.0327307692307688, 0.0416658917876664, 0.111057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1320, '2021-05-23 00:00:00', 0.00401118628146538, 0.00198076923076899, 0.00542306328421658, 0.00401923076923069, 0.00770137350387289, 0.00913461538461541, 0.0189220364004103, 0.033211538461538, 0.0415314940737747, 0.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1335, '2021-05-23 00:00:00', 0.00396678517383845, 0.00265384615384639, 0.00694073815626602, 0.00557692307692333, 0.00743898256070422, 0.0104615384615388, 0.0201678342531253, 0.0351923076923071, 0.0426616788951612, 0.111826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1350, '2021-05-23 00:00:00', 0.00549996503485399, 0.00351923076923063, 0.00676711505398335, 0.00657692307692305, 0.00771870854084181, 0.0100384615384612, 0.0205248910800073, 0.0371346153846146, 0.0426145921198181, 0.112211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1365, '2021-05-23 00:00:00', 0.00554492144634679, 0.00461538461538465, 0.00566052457476715, 0.00719230769230774, 0.00793133997797112, 0.0106153846153846, 0.0203309162077405, 0.0378846153846148, 0.0431769569954229, 0.112019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1380, '2021-05-23 00:00:00', 0.00388413934630832, 0.00294230769230753, 0.00445649914342929, 0.00490384615384566, 0.0114595106621269, 0.0150961538461536, 0.0215415966124936, 0.0405961538461532, 0.0437636659974739, 0.111961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1395, '2021-05-23 00:00:00', 0.00378925606662589, 0.00303846153846129, 0.00684714988432903, 0.00578846153846171, 0.0165658128036676, 0.0243846153846151, 0.0221113354152609, 0.042634615384615, 0.0437636659974739, 0.111961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1410, '2021-05-23 00:00:00', 0.00644777838901517, 0.00357692307692321, 0.0118707786019028, 0.0133461538461538, 0.0180297297219385, 0.0263653846153841, 0.0219418900384986, 0.045057692307692, 0.0438669184974456, 0.112057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 2, 1425, '2021-05-23 00:00:00', 0.0114395568768405, 0.0117115384615384, 0.0166788673291869, 0.0232692307692304, 0.0181137007219991, 0.0258846153846149, 0.0200931293270575, 0.0469230769230767, 0.0434098358227009, 0.112423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 0, '2021-05-23 00:00:00', 0.0171680382822711, 0.0173076923076917, 0.0192231531072454, 0.02001923076923, 0.0189241502197177, 0.021788461538461, 0.0207714671160668, 0.0485769230769227, 0.0429699358227978, 0.111846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 15, '2021-05-23 00:00:00', 0.0119874453556143, 0.0078269230769226, 0.0123802106357124, 0.00901923076923025, 0.0120219030875372, 0.0146153846153844, 0.0201053092873114, 0.0477884615384614, 0.0409636471107663, 0.111403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 30, '2021-05-23 00:00:00', 0.00652430367637354, 0.00444230769230772, 0.00767753967001265, 0.00676923076923112, 0.00845023895884205, 0.0119423076923076, 0.0191694167480792, 0.0494423076923075, 0.0409636471107663, 0.111403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 45, '2021-05-23 00:00:00', 0.00722761797125883, 0.00546153846153871, 0.00782857192989444, 0.0104423076923075, 0.00855913816653512, 0.0126730769230765, 0.0198975162732979, 0.0513653846153845, 0.0409845233453576, 0.111365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 60, '2021-05-23 00:00:00', 0.00636722376405399, 0.00730769230769236, 0.00684254226259344, 0.00909615384615369, 0.0127445916130966, 0.0142692307692309, 0.0196260913464314, 0.0532884615384616, 0.0403720771745105, 0.110769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 75, '2021-05-23 00:00:00', 0.00661655848261357, 0.00467307692307655, 0.00796279811662646, 0.00711538461538429, 0.014601699058144, 0.0174807692307691, 0.0230068217308224, 0.0554230769230769, 0.0401756001343333, 0.110326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 90, '2021-05-23 00:00:00', 0.00450998891351152, 0.0044999999999999, 0.00848183579548316, 0.00930769230769248, 0.0121887085199631, 0.0192692307692305, 0.0232017323623772, 0.0574038461538464, 0.0402599486032764, 0.110211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 105, '2021-05-23 00:00:00', 0.0072156880369205, 0.00661538461538505, 0.0100871776947841, 0.0143653846153848, 0.0121665367046099, 0.0207307692307693, 0.0231839135211003, 0.0589230769230773, 0.0400621824360389, 0.110038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 120, '2021-05-23 00:00:00', 0.00920543317829168, 0.0115000000000001, 0.0109252002269983, 0.0164999999999999, 0.0154104984195343, 0.0252884615384614, 0.0263623857914151, 0.0641538461538468, 0.0393976375707206, 0.109576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 135, '2021-05-23 00:00:00', 0.00766583328803914, 0.00925000000000017, 0.0096384646080177, 0.0135000000000001, 0.0139565396857532, 0.0277499999999998, 0.0266280650095693, 0.0640769230769234, 0.0386211779288952, 0.109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 150, '2021-05-23 00:00:00', 0.008353718656061, 0.00873076923076911, 0.0133893183603146, 0.0185769230769228, 0.0139213311697722, 0.0297115384615382, 0.0267028376481139, 0.0633076923076926, 0.0386620465851697, 0.110076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 165, '2021-05-23 00:00:00', 0.0125721303500426, 0.0155384615384614, 0.0123297014749565, 0.0238076923076922, 0.0138996541185521, 0.0335961538461541, 0.0269999145297791, 0.0631538461538467, 0.0389505653163282, 0.110057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 180, '2021-05-23 00:00:00', 0.00971756933837679, 0.0171346153846154, 0.0123843107941522, 0.0231346153846154, 0.0162204642824567, 0.0352115384615389, 0.0267130981989099, 0.0635192307692313, 0.038745108872456, 0.109788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 195, '2021-05-23 00:00:00', 0.00735213208218156, 0.0144230769230771, 0.00937478204874821, 0.0250576923076925, 0.0143867995051017, 0.0350000000000001, 0.0257510940768319, 0.0613269230769231, 0.0385157310518903, 0.111807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 210, '2021-05-23 00:00:00', 0.00738441706464472, 0.0174807692307695, 0.00882036542065284, 0.0253269230769232, 0.0140292551477261, 0.0344999999999999, 0.0252994983227852, 0.0597307692307694, 0.0396334939937654, 0.113576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 225, '2021-05-23 00:00:00', 0.00773336925278981, 0.0172500000000002, 0.0107286281293765, 0.0232115384615386, 0.013384376655696, 0.0306923076923078, 0.0263755495750254, 0.056019230769231, 0.039874495415182, 0.114153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 240, '2021-05-23 00:00:00', 0.0070271999019194, 0.0151923076923078, 0.00964670130945493, 0.021326923076923, 0.013557342603237, 0.0298076923076925, 0.0252610676429471, 0.0541923076923079, 0.0418975352680613, 0.117288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 255, '2021-05-23 00:00:00', 0.00637389507770074, 0.0134423076923078, 0.0094493182497268, 0.0199807692307694, 0.018060070704351, 0.0291153846153848, 0.0249163292147634, 0.0537115384615389, 0.0435474498061067, 0.119096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 270, '2021-05-23 00:00:00', 0.00775889068201049, 0.0139038461538464, 0.0116013427604806, 0.0211346153846155, 0.020192849076992, 0.0321346153846158, 0.0239270043770956, 0.0536923076923077, 0.0439807519087787, 0.119057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 285, '2021-05-23 00:00:00', 0.00762932096988547, 0.0135576923076921, 0.0139176285557337, 0.0204038461538462, 0.0168921465594111, 0.0292692307692312, 0.0218765768662426, 0.0507692307692308, 0.0466907872645626, 0.120519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 300, '2021-05-23 00:00:00', 0.0103874924789381, 0.0134999999999998, 0.0147991683758042, 0.0221538461538466, 0.0180853638231419, 0.0325961538461544, 0.0235031994548697, 0.0514038461538459, 0.047666824457333, 0.122384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 315, '2021-05-23 00:00:00', 0.0102607729503419, 0.0142115384615384, 0.0103296436754397, 0.0186923076923077, 0.0162601920700176, 0.0320769230769227, 0.0222296060382406, 0.0511538461538457, 0.0473622740163523, 0.12225 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 330, '2021-05-23 00:00:00', 0.00649141444821273, 0.0114615384615385, 0.0131721734670543, 0.0236153846153848, 0.014660845289934, 0.0300961538461537, 0.0216928205067589, 0.0489615384615382, 0.0479592174504711, 0.122442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 345, '2021-05-23 00:00:00', 0.0104292672506088, 0.0170192307692313, 0.0112593892442637, 0.021423076923077, 0.0128212713878141, 0.0272499999999998, 0.0219891669132429, 0.0472884615384611, 0.0479155868328718, 0.125288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 360, '2021-05-23 00:00:00', 0.00871040491860995, 0.0136346153846152, 0.0124215074026396, 0.0190769230769228, 0.0118559462523431, 0.0262115384615382, 0.0232546852185832, 0.0475961538461533, 0.052270053200073, 0.129538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 375, '2021-05-23 00:00:00', 0.00991967741410938, 0.0109999999999998, 0.00943634544644318, 0.0152692307692304, 0.0108015668379101, 0.0244230769230768, 0.0215638229805956, 0.046038461538461, 0.053373434042962, 0.129788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 390, '2021-05-23 00:00:00', 0.00453113162975389, 0.00936538461538438, 0.00823033787510949, 0.0160384615384611, 0.014866909564533, 0.0247499999999997, 0.0203193352404891, 0.0466538461538459, 0.0528703239430793, 0.129865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 405, '2021-05-23 00:00:00', 0.00641119813595444, 0.0112884615384612, 0.00830599875900654, 0.0164807692307694, 0.0168602057656939, 0.0245576923076923, 0.0204610323824057, 0.0499230769230767, 0.0532208930922664, 0.130288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 420, '2021-05-23 00:00:00', 0.00631497000419199, 0.0106730769230768, 0.0134410393371027, 0.0166923076923072, 0.0160910032196686, 0.0225961538461532, 0.0200772354823915, 0.0511538461538457, 0.0530359819803063, 0.130153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 435, '2021-05-23 00:00:00', 0.0088769364084693, 0.0104999999999996, 0.011468485246368, 0.0153846153846152, 0.013323908527964, 0.0209423076923073, 0.0190894352577952, 0.0505576923076923, 0.0537259141025428, 0.129923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 450, '2021-05-23 00:00:00', 0.0088850782430217, 0.010730769230769, 0.011329013128315, 0.0144423076923071, 0.0126100692366796, 0.0224230769230765, 0.0233831053409215, 0.0549807692307693, 0.0534734010082075, 0.129730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 465, '2021-05-23 00:00:00', 0.00526497863243454, 0.00949999999999972, 0.00784790515899771, 0.0144807692307685, 0.009000769197899, 0.0219230769230764, 0.0255739124890974, 0.0587499999999997, 0.0533520708270862, 0.129288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 480, '2021-05-23 00:00:00', 0.00501601282049698, 0.0100961538461535, 0.00615092238236227, 0.015576923076923, 0.0119712636695608, 0.0238653846153842, 0.0277064002603118, 0.0617692307692304, 0.0531189666257221, 0.128769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 495, '2021-05-23 00:00:00', 0.00509056442389668, 0.0109230769230769, 0.00724231688385322, 0.0153653846153846, 0.0126726234306631, 0.0261538461538459, 0.0329669356500391, 0.0648269230769226, 0.0530826206529461, 0.128269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 510, '2021-05-23 00:00:00', 0.00567684229669359, 0.010942307692308, 0.0104011833646276, 0.0172692307692304, 0.0122471974816221, 0.0265769230769229, 0.0358349904208376, 0.0660576923076919, 0.0523892531551444, 0.127576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 525, '2021-05-23 00:00:00', 0.0078101511853774, 0.0109615384615383, 0.0113906338042072, 0.0190576923076923, 0.0118995151808161, 0.0244615384615383, 0.0366152133156948, 0.0664230769230765, 0.05222031729568, 0.126807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 540, '2021-05-23 00:00:00', 0.00754993632168834, 0.0143076923076923, 0.00877075560292019, 0.0188846153846156, 0.0143019095013436, 0.0257307692307695, 0.0358538486293793, 0.0665384615384611, 0.0521104743641957, 0.126692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 555, '2021-05-23 00:00:00', 0.00596415575300976, 0.0111346153846155, 0.007078597210009, 0.0145576923076921, 0.0121696501435085, 0.0235961538461539, 0.0338931579208277, 0.0653846153846152, 0.0509146797631546, 0.126769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 570, '2021-05-23 00:00:00', 0.00571152680651564, 0.00969230769230751, 0.0105405626765592, 0.0172115384615384, 0.0116473172876853, 0.0250000000000001, 0.0329714795169774, 0.0650384615384612, 0.0504210921982209, 0.126557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 585, '2021-05-23 00:00:00', 0.00897614359545111, 0.012865384615385, 0.00906253912458433, 0.0179807692307694, 0.0149948196182757, 0.0287692307692309, 0.0312298488875381, 0.0642884615384613, 0.0503849221951899, 0.125403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 600, '2021-05-23 00:00:00', 0.00436524737161428, 0.011846153846154, 0.00648548675594512, 0.0176923076923079, 0.012467511626377, 0.0286730769230771, 0.0298931687591251, 0.0628076923076921, 0.0505105320319813, 0.125576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 615, '2021-05-23 00:00:00', 0.00502409578546632, 0.0113076923076926, 0.0100762668606065, 0.0196346153846157, 0.0118602925116347, 0.0290576923076926, 0.0306531464064521, 0.0608461538461539, 0.0497596067261232, 0.126038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 630, '2021-05-23 00:00:00', 0.00829188667405616, 0.0138461538461537, 0.00935192287919762, 0.0204615384615383, 0.0170493514426618, 0.0325961538461541, 0.0305437202408913, 0.0596730769230767, 0.0498566444919829, 0.12825 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 645, '2021-05-23 00:00:00', 0.00828604016032156, 0.0149615384615383, 0.0101909462080505, 0.0213461538461541, 0.0218237344333043, 0.0346538461538463, 0.0304088866059806, 0.0570961538461539, 0.0492603796168887, 0.12775 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 660, '2021-05-23 00:00:00', 0.00796907484254991, 0.0133846153846156, 0.0154071037561854, 0.0216730769230774, 0.0212589166812782, 0.0348076923076924, 0.0278823420824004, 0.0547499999999999, 0.0501958625325294, 0.129730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 675, '2021-05-23 00:00:00', 0.00935342388976077, 0.0134423076923079, 0.0167100269299602, 0.0212500000000001, 0.0242402795744222, 0.0341346153846151, 0.0270701652406082, 0.051923076923077, 0.0516164553368251, 0.132038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 690, '2021-05-23 00:00:00', 0.0150904452704858, 0.0148076923076925, 0.0186871510772672, 0.023980769230769, 0.022294057504187, 0.0322499999999999, 0.0226407817886218, 0.0497499999999999, 0.052243512663149, 0.134230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 705, '2021-05-23 00:00:00', 0.0136410720309603, 0.0168269230769225, 0.0166939072257377, 0.023057692307692, 0.0212722733948349, 0.029480769230769, 0.0188217652241712, 0.0488269230769226, 0.0541713520656016, 0.135153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 720, '2021-05-23 00:00:00', 0.00869977895386722, 0.0136153846153847, 0.0130416492586106, 0.018269230769231, 0.0190036534948894, 0.0266730769230768, 0.016694598389437, 0.0490192307692303, 0.056946023701261, 0.138019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 735, '2021-05-23 00:00:00', 0.00874062134739062, 0.0104615384615387, 0.0139611549004311, 0.017076923076923, 0.0157392820674894, 0.02475, 0.0149580567433892, 0.0477884615384614, 0.0571675170004783, 0.13825 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 750, '2021-05-23 00:00:00', 0.00985122015090194, 0.0124423076923078, 0.0123506617698745, 0.0171730769230769, 0.014776709845096, 0.024134615384615, 0.014977829769876, 0.0463461538461539, 0.0572110263713344, 0.138807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 765, '2021-05-23 00:00:00', 0.00795779733730007, 0.00855769230769218, 0.0103190823980855, 0.0147884615384621, 0.0135044864340025, 0.0216346153846154, 0.0140367786135621, 0.0468653846153848, 0.0580015914901013, 0.138269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 780, '2021-05-23 00:00:00', 0.0088850133111023, 0.011288461538462, 0.0115923880860871, 0.0157115384615385, 0.013129312478338, 0.0208269230769236, 0.0151417024751565, 0.0473653846153849, 0.0579090799310567, 0.138192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988645, 3, 795, '2021-05-23 00:00:00', 0.00803281730441723, 0.00938461538461524, 0.0115096113681632, 0.0136346153846152, 0.0113522617197567, 0.0175769230769234, 0.0166270516374324, 0.048173076923077, 0.0583447183029118, 0.138115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988645 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];
Date: 2021-05-23 17:19:13 Duration: 25s388ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1080, '2021-05-23 00:00:00', 0.0144380471631246, 0.0186682692307693, 0.015594092772092, 0.0243607692307693, 0.0258676575409109, 0.0321355769230771, 0.0298866346639841, 0.0456384615384617, 0.0626519304119685, 0.131757884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1095, '2021-05-23 00:00:00', 0.0109690112660096, 0.0151930769230769, 0.0161404745485953, 0.0218844230769233, 0.0232832362251341, 0.0297463461538464, 0.0255759883484492, 0.0412200000000001, 0.0620734617694104, 0.131465961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1110, '2021-05-23 00:00:00', 0.0158822005414383, 0.0164390384615387, 0.0187620494657126, 0.0216069230769232, 0.0250562359871979, 0.0293746153846157, 0.0252302920902939, 0.0388251923076924, 0.0609547165578994, 0.131459423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1125, '2021-05-23 00:00:00', 0.0123093783821056, 0.0149330769230767, 0.0213496585533858, 0.0212228846153848, 0.0234968076162239, 0.0266119230769233, 0.0238386707787999, 0.0369524999999999, 0.0607091472112348, 0.131456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1140, '2021-05-23 00:00:00', 0.014233562027827, 0.0128550000000002, 0.0177263475184863, 0.0186828846153847, 0.0179809611630232, 0.0219528846153847, 0.0221328847445469, 0.0347086538461539, 0.0608555663925786, 0.130874807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1155, '2021-05-23 00:00:00', 0.0139982154357121, 0.0132857692307694, 0.0153830620701422, 0.0167294230769232, 0.0171385897274587, 0.0237453846153845, 0.0207198290422117, 0.0339584615384615, 0.0609051005872124, 0.130676538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1170, '2021-05-23 00:00:00', 0.0125855003827666, 0.0113932692307693, 0.0124929683237596, 0.0141465384615385, 0.0153067744843708, 0.021671346153846, 0.0200438189628474, 0.0323238461538459, 0.0603557002600799, 0.130081730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1185, '2021-05-23 00:00:00', 0.00676279567816557, 0.00876423076923088, 0.0124858554310931, 0.0151196153846153, 0.0146706360684824, 0.020524423076923, 0.0192911420097017, 0.0308440384615383, 0.0599033576649794, 0.129748461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1200, '2021-05-23 00:00:00', 0.012817172471097, 0.0117069230769229, 0.0135756258844242, 0.0157980769230768, 0.0160118333116482, 0.0195049999999999, 0.0186342540871545, 0.0333807692307689, 0.0599023140968179, 0.129748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1215, '2021-05-23 00:00:00', 0.00770359369685067, 0.00978538461538453, 0.00848061126243956, 0.0127492307692309, 0.0120533032130681, 0.0171321153846155, 0.0159808971696261, 0.0320121153846153, 0.0606487941880259, 0.128687692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1230, '2021-05-23 00:00:00', 0.00548888179728962, 0.0076142307692309, 0.00874283466837062, 0.0116059615384615, 0.0112129449229966, 0.0166246153846155, 0.0156513429455753, 0.0316649999999999, 0.0605806677836699, 0.128903653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1245, '2021-05-23 00:00:00', 0.00781586803339114, 0.00868634615384587, 0.0101955778347584, 0.0128357692307692, 0.00995594175122821, 0.0161219230769229, 0.024823303782008, 0.0347805769230768, 0.0606363111953935, 0.128860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1260, '2021-05-23 00:00:00', 0.0072862199020851, 0.00949269230769251, 0.00768881477312246, 0.0118438461538463, 0.0102204436848595, 0.015166346153846, 0.0249303578617595, 0.0341113461538459, 0.0606363111953935, 0.128860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1275, '2021-05-23 00:00:00', 0.00532947163278086, 0.00761673076923073, 0.00735126669618676, 0.0106440384615385, 0.00990830790490802, 0.0143065384615385, 0.0242311197088819, 0.0341121153846152, 0.0606173277032616, 0.128941730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1290, '2021-05-23 00:00:00', 0.00742994282253619, 0.00844211538461546, 0.0100481124538202, 0.0116417307692309, 0.0128436652284306, 0.0149574999999999, 0.0246652065905367, 0.0342069230769228, 0.0604411647882594, 0.128885192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1305, '2021-05-23 00:00:00', 0.00956528731322864, 0.00850576923076936, 0.00957207524521184, 0.0106675000000001, 0.0131307869542713, 0.0152459615384615, 0.0247028983755724, 0.034121923076923, 0.0603347942605387, 0.129122692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1320, '2021-05-23 00:00:00', 0.00597431089041936, 0.00777884615384613, 0.0124118760823904, 0.0116267307692307, 0.0134928038612613, 0.0166990384615384, 0.0240089577265526, 0.0338086538461538, 0.060236627189073, 0.129203653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1335, '2021-05-23 00:00:00', 0.0118428583478041, 0.00907038461538468, 0.012060201465341, 0.0118907692307693, 0.0155747578583477, 0.0180278846153847, 0.0241981415600772, 0.0339448076923077, 0.0602132954791674, 0.129122307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1350, '2021-05-23 00:00:00', 0.00641810496833875, 0.00720576923076938, 0.00991494763553408, 0.0121438461538463, 0.0137971909236852, 0.0166342307692308, 0.0232910926453738, 0.0334738461538461, 0.0601821294073248, 0.12892 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1365, '2021-05-23 00:00:00', 0.0093869415433603, 0.00982346153846159, 0.0142062584799802, 0.0138950000000002, 0.0134987566336256, 0.0165744230769233, 0.0235875826198056, 0.0334596153846154, 0.0601729422827364, 0.128934807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1380, '2021-05-23 00:00:00', 0.00702155844250686, 0.00922519230769239, 0.0068189203296078, 0.0111123076923076, 0.00752480538976576, 0.0187030769230768, 0.0185308043009055, 0.0312609615384615, 0.0594232655227278, 0.128644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1395, '2021-05-23 00:00:00', 0.00621689054109854, 0.00687499999999996, 0.00646538818217085, 0.00879788461538468, 0.00949796194535376, 0.0191186538461539, 0.0188838035322907, 0.0302053846153845, 0.0592442736421387, 0.128649230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1410, '2021-05-23 00:00:00', 0.00591905804616311, 0.00645807692307696, 0.00726284313898779, 0.0150973076923076, 0.00968496720934866, 0.0194703846153845, 0.0186821403783235, 0.0306386538461538, 0.0592442736421387, 0.128649230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 1, 1425, '2021-05-23 00:00:00', 0.00644234446097452, 0.013741923076923, 0.00947475107040593, 0.0177546153846154, 0.0186915493832416, 0.0232028846153845, 0.0184673528453697, 0.0304113461538462, 0.0592725659150491, 0.128506923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 0, '2021-05-23 00:00:00', 0.0094195585839608, 0.0130788000000001, 0.0093748921860469, 0.0143542000000001, 0.0186640075256273, 0.0197454, 0.0177692122949594, 0.0301058, 0.060457614720287, 0.1293512 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 15, '2021-05-23 00:00:00', 0.0055477340494413, 0.0060598000000001, 0.0173222525479029, 0.013204, 0.0164702854281075, 0.0158509999999999, 0.0169091370073499, 0.0275218, 0.060192519693757, 0.128195 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 30, '2021-05-23 00:00:00', 0.0175154882366056, 0.0109185999999999, 0.0172952567389637, 0.0117965999999998, 0.0164783377372639, 0.0157369999999999, 0.0164762466852537, 0.0274006, 0.0600528321272194, 0.1281356 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 45, '2021-05-23 00:00:00', 0.0050368697735185, 0.00458365384615345, 0.00597547421999681, 0.00892192307692275, 0.00723697632621211, 0.0117278846153844, 0.00996178450186202, 0.0245673076923076, 0.0571761857651752, 0.126704423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 60, '2021-05-23 00:00:00', 0.00588410712460675, 0.00813942307692286, 0.00585147818602618, 0.00930019230769208, 0.00772298879221096, 0.0120467307692308, 0.0121736448748293, 0.0261534615384614, 0.0571577288615929, 0.126751153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 75, '2021-05-23 00:00:00', 0.00440956122010389, 0.006078076923077, 0.00679056093751832, 0.00852538461538475, 0.0088380923476818, 0.0132628846153846, 0.011682556821373, 0.0253467307692307, 0.0571577288615929, 0.126751153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 90, '2021-05-23 00:00:00', 0.0063458597799, 0.00690788461538484, 0.00627980593771694, 0.00807884615384639, 0.00898486427490471, 0.0137140384615385, 0.0131346391827691, 0.0261526923076923, 0.0571639210704954, 0.126743076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 105, '2021-05-23 00:00:00', 0.00482054025459321, 0.00637711538461561, 0.00894992324848893, 0.011693076923077, 0.00907339451575084, 0.0143990384615384, 0.0130854073626368, 0.0262803846153847, 0.0570779747484491, 0.126974230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 120, '2021-05-23 00:00:00', 0.00791158579844474, 0.00986538461538444, 0.0079305646418436, 0.0115434615384613, 0.00752539926106645, 0.0142190384615382, 0.0131578294167973, 0.0263751923076921, 0.0570753223829298, 0.126921346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 135, '2021-05-23 00:00:00', 0.00483151698187548, 0.00678788461538467, 0.00488572286203502, 0.00868826923076914, 0.00663739643117784, 0.0125607692307695, 0.013018313721594, 0.0247369230769232, 0.057289680989216, 0.126645384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 150, '2021-05-23 00:00:00', 0.00404307166168717, 0.0068426923076922, 0.00521898370964488, 0.00934519230769222, 0.00696820813795372, 0.0126055769230771, 0.0128810571830825, 0.0247969230769231, 0.057289680989216, 0.126645384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 165, '2021-05-23 00:00:00', 0.00424031118687515, 0.00724480769230773, 0.00580258765883483, 0.0101934615384617, 0.00654000760996982, 0.0136534615384617, 0.0126464473211314, 0.0256153846153846, 0.057289680989216, 0.126645384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 180, '2021-05-23 00:00:00', 0.00521268475415036, 0.00828711538461559, 0.00558036173696511, 0.0103386538461541, 0.00646225397984299, 0.0151325000000001, 0.0126667940088064, 0.0255176923076924, 0.0572642122355797, 0.126869807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 210, '2021-05-23 00:00:00', 0.00448862346553845, 0.00749115384615378, 0.00574964911638411, 0.0115851923076923, 0.00680942142577794, 0.014396923076923, 0.0197527844463663, 0.0281457692307694, 0.0572600893565087, 0.127036346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 225, '2021-05-23 00:00:00', 0.00508033955558107, 0.00914999999999999, 0.00769346025230823, 0.0118755769230769, 0.00917302753478073, 0.0152219230769231, 0.0236334994129095, 0.0298575000000002, 0.0572599704854969, 0.127025 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 240, '2021-05-23 00:00:00', 0.0061224795756168, 0.00756692307692301, 0.00569433845688298, 0.00999269230769217, 0.00901465517920689, 0.0139049999999998, 0.0277218864555397, 0.0329594230769232, 0.0572709387251643, 0.127027307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 255, '2021-05-23 00:00:00', 0.00373944773791742, 0.0069842307692307, 0.00583769214145985, 0.00992153846153835, 0.0118776438805786, 0.0146880769230768, 0.0307194028569015, 0.0385332692307692, 0.057370754805576, 0.127465192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 270, '2021-05-23 00:00:00', 0.0061006515667151, 0.00767846153846169, 0.0097197666717801, 0.0104069230769231, 0.0139662609830315, 0.0160103846153848, 0.0347112876880351, 0.0410848076923076, 0.0574187409746624, 0.127361346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 285, '2021-05-23 00:00:00', 0.00814137178244555, 0.00821749999999977, 0.0115232122474595, 0.0121724999999999, 0.0140277147269802, 0.0160026923076924, 0.0342418781880631, 0.0468196153846154, 0.0574294948493701, 0.127334423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 300, '2021-05-23 00:00:00', 0.00933602362440159, 0.00872365384615392, 0.0119588018566306, 0.0124796153846154, 0.012061735487132, 0.0143751923076923, 0.0321746031527735, 0.0487490384615385, 0.0575382862652872, 0.127242115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 315, '2021-05-23 00:00:00', 0.0117586320649325, 0.0104109615384615, 0.0120925478514026, 0.0118615384615386, 0.0119604324738505, 0.0137798076923079, 0.0358693404112546, 0.0544184615384617, 0.057447556552443, 0.127039615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 330, '2021-05-23 00:00:00', 0.00757753983061881, 0.00841673076923078, 0.00748347669099165, 0.00952923076923075, 0.00979095859218313, 0.0126380769230771, 0.038235368807508, 0.0603903846153847, 0.0574389293695084, 0.126928653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 345, '2021-05-23 00:00:00', 0.00672824475910794, 0.00657653846153838, 0.00989271176947191, 0.0090130769230769, 0.00979805422794986, 0.0122255769230768, 0.0392706284625819, 0.0648803846153848, 0.0571521326595819, 0.126521538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 360, '2021-05-23 00:00:00', 0.00708874897555703, 0.00724403846153853, 0.00892111322175577, 0.00943634615384617, 0.00925918286808379, 0.0123442307692308, 0.0447118058359911, 0.0708913461538462, 0.0571310671166276, 0.126498269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 375, '2021-05-23 00:00:00', 0.00621298301016644, 0.00635673076923095, 0.00837041125954071, 0.00913057692307683, 0.00869420027728468, 0.0124523076923075, 0.0457834405657595, 0.0724759615384616, 0.0569400564727097, 0.126276346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 390, '2021-05-23 00:00:00', 0.00707128074570754, 0.00725076923076898, 0.00865773796181105, 0.00910884615384613, 0.0163054484287167, 0.0154673076923077, 0.0464834129787585, 0.0750319230769231, 0.0569827848041709, 0.126224038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 405, '2021-05-23 00:00:00', 0.00574887828523634, 0.00618346153846165, 0.00752633752999322, 0.0092411538461536, 0.0211237788395339, 0.018357307692308, 0.047360790168499, 0.0772007692307694, 0.0570072875908118, 0.126677307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 420, '2021-05-23 00:00:00', 0.00772588893814917, 0.00767173076923063, 0.0160791414870801, 0.0126151923076923, 0.0255561286492782, 0.0219415384615387, 0.0464108749805637, 0.0792926923076923, 0.0570377376709084, 0.126463846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 435, '2021-05-23 00:00:00', 0.0130039520930548, 0.00968903846153861, 0.0197582439542042, 0.0154830769230774, 0.0263641936732089, 0.0286559615384618, 0.0469110354890385, 0.082314423076923, 0.0565247673842727, 0.125714615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 450, '2021-05-23 00:00:00', 0.0159666307329236, 0.0124448076923079, 0.0204715965415874, 0.0179798076923078, 0.0282107351116283, 0.0312384615384614, 0.0579922829176434, 0.0876649999999999, 0.0562446943767894, 0.124796538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 465, '2021-05-23 00:00:00', 0.0110207682127882, 0.0118049999999998, 0.0161279598368798, 0.0217174999999999, 0.0260519831225069, 0.0355811538461537, 0.0572748489656538, 0.0888909615384615, 0.0562395678493763, 0.124456730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 480, '2021-05-23 00:00:00', 0.0140433820726514, 0.0181390384615385, 0.0269557346524601, 0.027209423076923, 0.0250602894329162, 0.0401376923076923, 0.057008224022099, 0.0900669230769231, 0.0562633788834674, 0.124339230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 495, '2021-05-23 00:00:00', 0.0243233069495398, 0.0199498076923077, 0.0243320095221215, 0.0282942307692308, 0.0333966794434141, 0.0443846153846155, 0.0563827869109548, 0.0910896153846154, 0.0562395030574936, 0.123421923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 510, '2021-05-23 00:00:00', 0.0203110770015167, 0.0219951923076924, 0.0190017406004333, 0.0304596153846154, 0.036068552454373, 0.0493019230769232, 0.0561305958046466, 0.0913507692307693, 0.0561485122006464, 0.123667884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 525, '2021-05-23 00:00:00', 0.0153958042186326, 0.0230734615384614, 0.0325732605161635, 0.0356505769230769, 0.0377926018039959, 0.0519536538461538, 0.0569061333303834, 0.0921311538461537, 0.0554314676834238, 0.123636538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 540, '2021-05-23 00:00:00', 0.0235297577360113, 0.0227136538461541, 0.0237633262960775, 0.0351444230769232, 0.0256336222004496, 0.0512463461538461, 0.0577125185420072, 0.0906573076923077, 0.0562997883330493, 0.124732115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 555, '2021-05-23 00:00:00', 0.0119316257645225, 0.0233657692307694, 0.0161701496936603, 0.0342563461538463, 0.0229355011818259, 0.0471426923076925, 0.055667557118473, 0.0897034615384616, 0.0553863005583372, 0.123588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 570, '2021-05-23 00:00:00', 0.014176598962863, 0.0230269230769232, 0.0202343963862376, 0.0346913461538462, 0.0222203246635561, 0.0436019230769232, 0.0525161553725649, 0.0853113461538463, 0.052628757680203, 0.120315192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 585, '2021-05-23 00:00:00', 0.0195147504053888, 0.0244207692307691, 0.0212993548620249, 0.0305284615384615, 0.0252485776697651, 0.0410478846153847, 0.054204986388566, 0.0831307692307692, 0.0526244339246001, 0.119323269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 600, '2021-05-23 00:00:00', 0.00926030065137442, 0.021291923076923, 0.0117293502230023, 0.027764423076923, 0.0183250942656827, 0.0402903846153845, 0.056884057573278, 0.084865, 0.0523564670875014, 0.118511730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 615, '2021-05-23 00:00:00', 0.011760192744365, 0.0197642307692309, 0.0175007156425102, 0.0289450000000002, 0.0246349808269896, 0.0419578846153846, 0.0562575389929071, 0.0824415384615384, 0.0527189254811268, 0.118561730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 630, '2021-05-23 00:00:00', 0.0176874137866885, 0.0219826923076925, 0.0174477532606968, 0.0304753846153845, 0.0443844190302615, 0.047565576923077, 0.0571524324985385, 0.0800725, 0.0534112304112015, 0.117355961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 645, '2021-05-23 00:00:00', 0.0108001588467662, 0.020711346153846, 0.0196424520608179, 0.0300948076923075, 0.0451618457567208, 0.0472530769230768, 0.0547677231085973, 0.0762724999999998, 0.0540472206814059, 0.115350769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 660, '2021-05-23 00:00:00', 0.0115929952540981, 0.0201298076923075, 0.0394869585501146, 0.0319484615384615, 0.0446013766590745, 0.0443567307692307, 0.0517035527346488, 0.072405769230769, 0.0513839256188157, 0.113615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 675, '2021-05-23 00:00:00', 0.0346282534983526, 0.0242721153846153, 0.0381650810357001, 0.0339926923076922, 0.0402413643234844, 0.043913846153846, 0.0490556050812199, 0.070848269230769, 0.0505247669963795, 0.115349038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 690, '2021-05-23 00:00:00', 0.0171349732699396, 0.0192448076923077, 0.0254256558496458, 0.0284592307692307, 0.0292684971605729, 0.0380590384615383, 0.0398991975748306, 0.066771346153846, 0.0460467079676042, 0.112555576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 705, '2021-05-23 00:00:00', 0.0120140166424315, 0.0180217307692306, 0.0161830275763982, 0.0257484615384614, 0.0252876872927397, 0.0371561538461535, 0.0391407107262228, 0.069631923076923, 0.0444829115573089, 0.112053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 720, '2021-05-23 00:00:00', 0.0118133854019009, 0.016635576923077, 0.0178918177431428, 0.0245869230769234, 0.0243002385458375, 0.0353192307692307, 0.0448113023088526, 0.0698261538461539, 0.0446308473126618, 0.112439615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 735, '2021-05-23 00:00:00', 0.0097207544994441, 0.0158909615384616, 0.0193517716789802, 0.024751346153846, 0.0239744281499137, 0.0348336538461537, 0.0467490978292218, 0.0700453846153845, 0.0442282582988956, 0.112973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 750, '2021-05-23 00:00:00', 0.0146354109453223, 0.0162665384615384, 0.0214341731677386, 0.0244542307692305, 0.0231845657255989, 0.0353582692307691, 0.0468160800469404, 0.0700801923076922, 0.0440015139289371, 0.114394038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 765, '2021-05-23 00:00:00', 0.0135321447671831, 0.0169549999999999, 0.0175282496833409, 0.0237101923076923, 0.0187616229749414, 0.034740576923077, 0.0438714685626792, 0.0679396153846153, 0.0440322352845484, 0.114501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 780, '2021-05-23 00:00:00', 0.014172131672894, 0.0169969230769233, 0.0148675864434633, 0.0240205769230771, 0.0248965258249789, 0.0368180769230772, 0.044653693347118, 0.0676665384615383, 0.0441006181292801, 0.114974230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 795, '2021-05-23 00:00:00', 0.00894704185105999, 0.0150217307692308, 0.0129729502679169, 0.0225205769230769, 0.021729127665771, 0.0335986538461539, 0.0454679938587404, 0.0673815384615383, 0.0437351485350694, 0.115405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 810, '2021-05-23 00:00:00', 0.00998737299717079, 0.017030769230769, 0.0206365128688112, 0.027204230769231, 0.0197873374127145, 0.0334082692307693, 0.0465398654393777, 0.069521346153846, 0.0437257824387922, 0.115231730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 825, '2021-05-23 00:00:00', 0.0169350606832733, 0.0208071153846156, 0.0168000967270566, 0.0259240384615385, 0.0263206125666677, 0.0369132692307692, 0.0467080842401464, 0.0713357692307691, 0.0437045691151215, 0.115018461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 840, '2021-05-23 00:00:00', 0.0124041685673062, 0.0188046153846155, 0.0149322376459585, 0.0243936538461539, 0.0274183561477733, 0.0353496153846151, 0.0436676042463446, 0.073233846153846, 0.0429562832029886, 0.115443846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 855, '2021-05-23 00:00:00', 0.0121452463065248, 0.0170346153846154, 0.0211773093518657, 0.0267042307692308, 0.0294026026163567, 0.0370361538461536, 0.0413950033439564, 0.0729353846153846, 0.0433771924690843, 0.1159475 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 870, '2021-05-23 00:00:00', 0.0130082479944309, 0.0182132692307692, 0.0169708626134957, 0.0249153846153843, 0.0228077257229615, 0.0374655769230768, 0.0368689752856706, 0.071143846153846, 0.0430111956570163, 0.116080384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 885, '2021-05-23 00:00:00', 0.0124936012237647, 0.0181515384615384, 0.0226682607523925, 0.0275515384615385, 0.024291624609191, 0.0418969230769231, 0.0352989059691004, 0.0694038461538461, 0.0426022372782858, 0.115166346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 900, '2021-05-23 00:00:00', 0.0176927496402719, 0.0190174, 0.0198171646391037, 0.0270618, 0.0293455018302069, 0.0402112, 0.0368916776387305, 0.0686204, 0.0434337270524491, 0.1151354 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 915, '2021-05-23 00:00:00', 0.011271803493674, 0.0186604000000001, 0.0174140378550372, 0.0308596000000001, 0.0263474186939315, 0.0400248, 0.0325631322165114, 0.0660862, 0.0419994512682406, 0.1139562 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 930, '2021-05-23 00:00:00', 0.0152042162792651, 0.0227547999999999, 0.0184309513635804, 0.0283565999999998, 0.0227379176248985, 0.0382919999999999, 0.0315963067462006, 0.064503, 0.0420306876976015, 0.113929 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 945, '2021-05-23 00:00:00', 0.0101812257284343, 0.0173663999999998, 0.0157523518085395, 0.0261729999999999, 0.0180492782334917, 0.0338652, 0.0316884596593671, 0.0625462, 0.041442555094371, 0.1140254 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 960, '2021-05-23 00:00:00', 0.0144347855947591, 0.0197432, 0.0154114001554044, 0.0252861999999998, 0.0178269263218128, 0.0338839999999999, 0.0318963665668468, 0.0615378, 0.0430777758265982, 0.1161492 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 975, '2021-05-23 00:00:00', 0.0104217845680731, 0.0167653999999998, 0.0130099289582995, 0.0242333999999997, 0.0217686958497746, 0.0356923999999999, 0.0304475402235824, 0.0596734000000001, 0.0407527451018126, 0.115667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 990, '2021-05-23 00:00:00', 0.00899251457303005, 0.0194971153846154, 0.0114821795572365, 0.0255607692307693, 0.0218959650023611, 0.0371442307692307, 0.0293476141298639, 0.0579986538461541, 0.0429169607717578, 0.117596730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1005, '2021-05-23 00:00:00', 0.00837575925605472, 0.0183036538461539, 0.016846223882977, 0.0261236538461538, 0.022592127213666, 0.0384890384615384, 0.0289892465208421, 0.0546146153846155, 0.0435780803743738, 0.117841346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1020, '2021-05-23 00:00:00', 0.0135725276881703, 0.0186253846153846, 0.0186558323897341, 0.0255069230769229, 0.0227584278869307, 0.0386582692307692, 0.0281417718409158, 0.0519428846153848, 0.0423763666282915, 0.120963846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1035, '2021-05-23 00:00:00', 0.0123555499472908, 0.0172674999999999, 0.0152766593659942, 0.0250607692307693, 0.0201084624933425, 0.0354196153846153, 0.0273901797842839, 0.049456153846154, 0.0424123717912772, 0.121505192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1050, '2021-05-23 00:00:00', 0.0102450646148053, 0.0162301923076926, 0.0169268063006127, 0.0261315384615385, 0.0190729405713554, 0.0324459615384615, 0.0248009815508303, 0.0475532692307694, 0.0417755266394092, 0.121615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1065, '2021-05-23 00:00:00', 0.0102363833626022, 0.0201721153846152, 0.0113203443631369, 0.0238124999999999, 0.0133053886495431, 0.0313636538461538, 0.0226632225897789, 0.044141923076923, 0.0424107999452969, 0.12745 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1080, '2021-05-23 00:00:00', 0.00735903554508649, 0.016028076923077, 0.00900549734670639, 0.0220526923076923, 0.011704536577755, 0.0283375, 0.0229963557848766, 0.0430942307692309, 0.043439478080251, 0.129391730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1095, '2021-05-23 00:00:00', 0.00818790053160061, 0.0157336538461536, 0.0118677715943386, 0.0210038461538461, 0.0122723777647205, 0.025165, 0.0237309666283401, 0.0411363461538461, 0.0427812505589143, 0.129550769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1110, '2021-05-23 00:00:00', 0.00640849046488049, 0.0136640384615384, 0.0109042592754464, 0.0200571153846153, 0.0144001631574627, 0.0248701923076923, 0.0241446162019293, 0.0396684615384615, 0.0432946381615374, 0.129493461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1125, '2021-05-23 00:00:00', 0.00987839690357764, 0.0145657692307691, 0.0109849963761768, 0.0176942307692307, 0.0135882817516247, 0.0223701923076921, 0.0229132649689751, 0.0365965384615384, 0.0430444006190565, 0.129729423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1140, '2021-05-23 00:00:00', 0.00551566060273977, 0.00991173076923075, 0.00878187294943375, 0.0143375, 0.0135343178012842, 0.0203871153846153, 0.0194015997883206, 0.0344271153846153, 0.0429480845368522, 0.130384230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1155, '2021-05-23 00:00:00', 0.00758882398916062, 0.0120834615384616, 0.00774900716469275, 0.0152059615384615, 0.0151580968576588, 0.0210778846153844, 0.020161469203943, 0.0350873076923077, 0.0430082745920434, 0.130830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1170, '2021-05-23 00:00:00', 0.00579414079380732, 0.0093284615384614, 0.0124427261126889, 0.0144686538461538, 0.0150376570443877, 0.0196557692307693, 0.0202774281036822, 0.0334875, 0.0432960022350615, 0.131058461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1185, '2021-05-23 00:00:00', 0.0100340579336271, 0.0108961538461539, 0.0118000928109129, 0.0144128846153845, 0.0145587388150423, 0.0196517307692308, 0.0206436487718471, 0.032941153846154, 0.0434335823244923, 0.131183461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1200, '2021-05-23 00:00:00', 0.0081773962566615, 0.00952153846153839, 0.0103965608903213, 0.0131978846153847, 0.0124852174929455, 0.0193446153846153, 0.0203589087370011, 0.0347098076923078, 0.0434335823244923, 0.131183461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1215, '2021-05-23 00:00:00', 0.00890109982184586, 0.00956096153846175, 0.0118874329586397, 0.0147821153846155, 0.0125534762715352, 0.0210624999999999, 0.0205734378302181, 0.0359619230769231, 0.0435381453493546, 0.131357307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1230, '2021-05-23 00:00:00', 0.00993497260458438, 0.0106805769230768, 0.0103468307169205, 0.0149367307692306, 0.0121113524065391, 0.0200113461538459, 0.0205624382795427, 0.0351199999999999, 0.0440505898781773, 0.131743846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1245, '2021-05-23 00:00:00', 0.00696949672611894, 0.00998615384615361, 0.00842346258056349, 0.0147653846153845, 0.010078625211498, 0.0184330769230767, 0.0209793271066103, 0.0340896153846154, 0.0468046810956076, 0.133597692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1260, '2021-05-23 00:00:00', 0.00740829301422496, 0.0102507692307693, 0.00819665157947942, 0.0132136538461538, 0.00819367271130618, 0.0175674999999998, 0.0213640707380407, 0.0333075, 0.0479764276818874, 0.134668653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1275, '2021-05-23 00:00:00', 0.00678469285342979, 0.00892365384615414, 0.00646751369419597, 0.0116742307692308, 0.0101947051943644, 0.01707, 0.021728388254858, 0.0326119230769231, 0.0488892938366485, 0.134784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1290, '2021-05-23 00:00:00', 0.00427580263270466, 0.00730192307692307, 0.00507133337041141, 0.0115830769230766, 0.0108667538780519, 0.0162353846153845, 0.0220986007249329, 0.0316199999999999, 0.0488484884704344, 0.134949615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1305, '2021-05-23 00:00:00', 0.00481175477746566, 0.0086740384615383, 0.0105818502326462, 0.0124228846153844, 0.011511611096561, 0.0157240384615383, 0.0218874818982486, 0.0313553846153847, 0.0487191026853075, 0.135017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1320, '2021-05-23 00:00:00', 0.00975451206050107, 0.00863653846153828, 0.0102631258321309, 0.0116903846153846, 0.0144733598685522, 0.016428269230769, 0.0220742721083933, 0.0312013461538462, 0.0487630152302558, 0.134897115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1335, '2021-05-23 00:00:00', 0.00774264514779146, 0.00797826923076944, 0.00843194453574327, 0.010440576923077, 0.021274109954265, 0.0192378846153845, 0.0219693347164774, 0.0312732692307691, 0.0487879223515883, 0.134890769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1350, '2021-05-23 00:00:00', 0.00603048957382415, 0.00701750000000017, 0.014485102852719, 0.0128355769230767, 0.0211028060702472, 0.0186140384615384, 0.021868795258049, 0.0313690384615384, 0.0487466966486329, 0.134913076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1365, '2021-05-23 00:00:00', 0.01387787474308, 0.0107142307692306, 0.0211488705935948, 0.0159407692307691, 0.0205731930957216, 0.018441923076923, 0.0218023814304416, 0.0313159615384615, 0.049029826826676, 0.135125576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1380, '2021-05-23 00:00:00', 0.0121098957881561, 0.010945, 0.0119122110926303, 0.0125663461538462, 0.011469844685757, 0.0196863461538462, 0.0190011623622184, 0.0319486538461538, 0.0490640193201306, 0.135050384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1395, '2021-05-23 00:00:00', 0.00354987317216572, 0.00486653846153856, 0.00424479917528053, 0.00749096153846148, 0.0135223121316074, 0.0210942307692308, 0.0165174343789081, 0.0306523076923078, 0.0491054010177636, 0.134941346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1410, '2021-05-23 00:00:00', 0.0034302535452376, 0.00581076923076904, 0.00745634112427408, 0.0146551923076923, 0.0139641519021441, 0.0207571153846153, 0.016498744759946, 0.0318194230769231, 0.0491054010177636, 0.134941346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 2, 1425, '2021-05-23 00:00:00', 0.00798080647553874, 0.0136350000000001, 0.0141264129694915, 0.0198057692307693, 0.014115548591481, 0.0206909615384616, 0.0170438529636392, 0.0322753846153847, 0.0491470678881253, 0.1349 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 0, '2021-05-23 00:00:00', 0.0122428316184802, 0.0148140384615386, 0.0129320312462445, 0.0159680769230768, 0.0135568394036142, 0.0177611538461539, 0.0170714764491489, 0.0303930769230769, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 15, '2021-05-23 00:00:00', 0.00397301952598359, 0.00416692307692294, 0.00428995088729271, 0.00639384615384623, 0.00617712375188913, 0.0127603846153846, 0.0136872874778021, 0.0275774999999999, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 30, '2021-05-23 00:00:00', 0.00352071796108942, 0.00443019230769246, 0.00543556292817539, 0.0071028846153847, 0.0061434254163417, 0.0130803846153846, 0.0137514811621819, 0.027601923076923, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 45, '2021-05-23 00:00:00', 0.00488750156403685, 0.00527846153846162, 0.00624132773103216, 0.0111253846153847, 0.00605401786800752, 0.0129071153846156, 0.0136789616621235, 0.0279680769230768, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 60, '2021-05-23 00:00:00', 0.00595989914731377, 0.00952961538461535, 0.00636383657866857, 0.0110199999999999, 0.00697322360064677, 0.0127042307692309, 0.013532490549102, 0.0283623076923076, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 75, '2021-05-23 00:00:00', 0.00450716035454026, 0.00676269230769229, 0.00479149482055304, 0.00827115384615397, 0.0064697555892487, 0.0117392307692307, 0.013482563708503, 0.028286923076923, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 90, '2021-05-23 00:00:00', 0.00388621578343067, 0.00556634615384626, 0.00400291176712451, 0.00757115384615403, 0.0123234525819049, 0.0129965384615384, 0.0134070706030006, 0.028476923076923, 0.0492777745240027, 0.134719038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 105, '2021-05-23 00:00:00', 0.00359627424726457, 0.00556730769230777, 0.00567318846722139, 0.00920076923076928, 0.0125333183969154, 0.0135540384615384, 0.0134086689080091, 0.0285382692307691, 0.0492822409814513, 0.134653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 120, '2021-05-23 00:00:00', 0.00574853719520143, 0.0083367307692308, 0.0122366618751256, 0.0118546153846153, 0.0126232862842993, 0.0156438461538461, 0.0132346572069175, 0.0282707692307692, 0.0492822409814513, 0.134653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 135, '2021-05-23 00:00:00', 0.00759856146557713, 0.00812211538461521, 0.00798364280889359, 0.0102974999999999, 0.00973072852043764, 0.0165515384615384, 0.0144014027949203, 0.0286123076923075, 0.0492822409814513, 0.134653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 150, '2021-05-23 00:00:00', 0.00500671933505344, 0.00806749999999991, 0.0071168032149273, 0.0115049999999999, 0.011310836691149, 0.0185905769230769, 0.0137696789597233, 0.0284955769230768, 0.0492822409814513, 0.134653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 165, '2021-05-23 00:00:00', 0.00666187031950077, 0.00923307692307691, 0.00870820750786281, 0.0138150000000001, 0.0113069444573473, 0.0191048076923077, 0.0138060800931497, 0.0290934615384614, 0.0492906900602474, 0.134686153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 180, '2021-05-23 00:00:00', 0.00721761881679917, 0.0113092307692307, 0.00950065344311395, 0.0156053846153845, 0.0102278290049181, 0.0194319230769231, 0.0135344105850464, 0.0291067307692304, 0.0492987433043136, 0.134715769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 195, '2021-05-23 00:00:00', 0.00858508986781506, 0.0124159615384615, 0.00836782350159515, 0.0150369230769231, 0.00960898459575944, 0.0193648076923076, 0.0131239066548273, 0.0279232692307688, 0.0491988691270908, 0.134635769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 210, '2021-05-23 00:00:00', 0.00797977722843116, 0.010426153846154, 0.00931489795146213, 0.0137403846153846, 0.0102265264800006, 0.0170746153846153, 0.0135358299353407, 0.0271440384615381, 0.0494376217719009, 0.134312692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 225, '2021-05-23 00:00:00', 0.00894070256446049, 0.0109428846153847, 0.00960377116633785, 0.0137611538461538, 0.00952186516150294, 0.0160980769230767, 0.0129672990500662, 0.0271044230769227, 0.0493808713105045, 0.134054230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 240, '2021-05-23 00:00:00', 0.0083435414935056, 0.0101705769230766, 0.00840009988035877, 0.0114799999999998, 0.00886052861767386, 0.0143142307692306, 0.0122226555168925, 0.0266232692307687, 0.0495495362657799, 0.133646923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 255, '2021-05-23 00:00:00', 0.0075944267951013, 0.00813711538461546, 0.00799310206702273, 0.0108255769230768, 0.0095466505926666, 0.0147315384615383, 0.012690115391668, 0.0309194230769228, 0.0497692062335274, 0.134091346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 270, '2021-05-23 00:00:00', 0.00722158316331062, 0.0090092307692309, 0.00755258648767719, 0.010935576923077, 0.00945144901385728, 0.0146626923076921, 0.0198078480522633, 0.0377026923076922, 0.0497250881934477, 0.134254615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 285, '2021-05-23 00:00:00', 0.00550218318907629, 0.00672961538461539, 0.00839508745544756, 0.0105492307692306, 0.00921047450752908, 0.0128394230769228, 0.0205410715247434, 0.0417557692307691, 0.0496979173518909, 0.134388653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 300, '2021-05-23 00:00:00', 0.00728405134523364, 0.00870999999999984, 0.00866004125278875, 0.0104424999999997, 0.00957550360997356, 0.0136757692307692, 0.0267372807517893, 0.0485399999999999, 0.0496979173518909, 0.134388653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 315, '2021-05-23 00:00:00', 0.00623432256821996, 0.00673173076923069, 0.00663962805086587, 0.00827557692307695, 0.0103317449806968, 0.0131271153846154, 0.0282150503918633, 0.0551088461538462, 0.0497267651274286, 0.134360961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 330, '2021-05-23 00:00:00', 0.00470506393318759, 0.00612115384615386, 0.00848563859389217, 0.0100421153846156, 0.00948515724090089, 0.0129017307692308, 0.0294019354805087, 0.0582250000000001, 0.0498175096589078, 0.134246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 345, '2021-05-23 00:00:00', 0.00831955155966034, 0.00743307692307708, 0.00967943172998215, 0.00978115384615392, 0.0114799663963594, 0.0129576923076925, 0.0299841304000322, 0.0620503846153847, 0.0498554456839586, 0.134087884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 360, '2021-05-23 00:00:00', 0.00975510987203022, 0.00787615384615383, 0.00969825179329498, 0.00986461538461551, 0.0128666649510095, 0.0137898076923078, 0.0348590570219782, 0.0678276923076924, 0.0498627277297766, 0.134079423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 375, '2021-05-23 00:00:00', 0.00841559672001019, 0.0070730769230769, 0.0113006802450119, 0.00995000000000004, 0.0121059876984015, 0.0135580769230771, 0.0364229790807311, 0.0704036538461539, 0.0499707547533092, 0.133981153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 390, '2021-05-23 00:00:00', 0.0107590059091838, 0.00799807692307687, 0.0118418623730199, 0.0111026923076922, 0.0112188507707067, 0.0143238461538463, 0.035688764640128, 0.0731115384615385, 0.0498488744016891, 0.134161346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 405, '2021-05-23 00:00:00', 0.0106432905915129, 0.00901384615384597, 0.01044291357075, 0.0108003846153845, 0.0117627070667622, 0.0155265384615384, 0.034903713734523, 0.0749326923076924, 0.0498316426318118, 0.134170769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 420, '2021-05-23 00:00:00', 0.007161809451206, 0.00773115384615392, 0.00746515673749608, 0.0102413461538464, 0.0117067585870462, 0.0157338461538462, 0.0344069358845209, 0.075724807692308, 0.0491333490051465, 0.134462692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 435, '2021-05-23 00:00:00', 0.00557972527583969, 0.00689807692307711, 0.0098302587433664, 0.0108498076923078, 0.0137809325016627, 0.021108846153846, 0.0355440788014845, 0.0795796153846156, 0.0492914049958159, 0.134037307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 450, '2021-05-23 00:00:00', 0.0095718465624655, 0.00912615384615372, 0.0114660912543833, 0.0123894230769228, 0.0212457160360536, 0.0290667307692306, 0.0352268717971859, 0.0803161538461539, 0.0493197842285036, 0.133997115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 465, '2021-05-23 00:00:00', 0.0108352980098168, 0.00985480769230758, 0.0137682300591448, 0.0187501923076924, 0.0211276930918787, 0.0343942307692309, 0.034193358012249, 0.0808280769230771, 0.0495415767194198, 0.133774615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 480, '2021-05-23 00:00:00', 0.0128784264327833, 0.016909230769231, 0.0203594026926137, 0.026405, 0.0281547940418406, 0.0421015384615387, 0.0334844201704888, 0.082668076923077, 0.0494576361752001, 0.133710961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 495, '2021-05-23 00:00:00', 0.0166217349830322, 0.0185603846153846, 0.0175373746620885, 0.0272909615384616, 0.0286325563308353, 0.0463459615384616, 0.0320058912677987, 0.0826196153846152, 0.0492884206061236, 0.132355384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 510, '2021-05-23 00:00:00', 0.0127564998273884, 0.0199953846153847, 0.0270742793355331, 0.0339015384615384, 0.0281715918531146, 0.0463865384615386, 0.0319323853164778, 0.0824150000000001, 0.0481229691327733, 0.131468076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 525, '2021-05-23 00:00:00', 0.0269679558650349, 0.0267384615384617, 0.0276090095105537, 0.0358869230769233, 0.0278658404475112, 0.0470796153846155, 0.0317817438144074, 0.082216730769231, 0.0491228141561066, 0.131203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 540, '2021-05-23 00:00:00', 0.0182038388977541, 0.0256288461538461, 0.021273291004305, 0.0333169230769231, 0.0271270331956888, 0.049, 0.0292727945395353, 0.078988076923077, 0.0470893508804926, 0.130387884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 555, '2021-05-23 00:00:00', 0.0155022415364309, 0.024229423076923, 0.0165831120768641, 0.0334730769230767, 0.0245789958735876, 0.0483269230769229, 0.0306409465741765, 0.0766998076923077, 0.0516719382454197, 0.133590961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 570, '2021-05-23 00:00:00', 0.0155910857222962, 0.0218899999999999, 0.0203362482660509, 0.0340384615384615, 0.0219252720191877, 0.0452813461538462, 0.0307296996086599, 0.0723559615384616, 0.0528847048867775, 0.133520192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 585, '2021-05-23 00:00:00', 0.0198701452948503, 0.0249990384615383, 0.0207778780918552, 0.0340399999999998, 0.0259812231140108, 0.0451224999999999, 0.0303326075123787, 0.0695825, 0.0538404107571627, 0.1326775 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 600, '2021-05-23 00:00:00', 0.0183125017280125, 0.0248484615384615, 0.0200792854914249, 0.0335196153846155, 0.0258547999114582, 0.0429126923076925, 0.0277489065120661, 0.0704938461538461, 0.0554649334042551, 0.132738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 615, '2021-05-23 00:00:00', 0.0120047906014479, 0.0225142307692309, 0.018210333458063, 0.0313055769230771, 0.021974459728197, 0.0430028846153849, 0.0266891367500253, 0.0673126923076923, 0.0576763305191468, 0.131263076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 630, '2021-05-23 00:00:00', 0.0152448471092569, 0.0203357692307691, 0.0182699681623655, 0.026655576923077, 0.0239965099746096, 0.0389198076923076, 0.0255887837245148, 0.0627375, 0.0621259480249595, 0.13194 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 645, '2021-05-23 00:00:00', 0.0151727337022699, 0.0185050000000001, 0.0219111252256436, 0.0290205769230769, 0.0243847536201492, 0.0385913461538461, 0.0257333281271583, 0.0610775, 0.0600606750573629, 0.132367115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 660, '2021-05-23 00:00:00', 0.0167135075175276, 0.0220634615384615, 0.0205474037738627, 0.0297903846153846, 0.0215219423987561, 0.0370861538461537, 0.024828331962467, 0.0593440384615383, 0.0642324507275062, 0.133967692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 675, '2021-05-23 00:00:00', 0.0148034601412591, 0.0208669230769233, 0.0155725980985338, 0.0260615384615387, 0.0166959471279708, 0.0345525, 0.0262707503897104, 0.0591690384615386, 0.064883175970651, 0.134379038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 690, '2021-05-23 00:00:00', 0.00948293097339408, 0.0156346153846153, 0.0124426610080616, 0.0230101923076924, 0.0140821473449953, 0.0321846153846155, 0.0255076078130851, 0.0609171153846155, 0.0625175856367324, 0.133914615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 705, '2021-05-23 00:00:00', 0.0107872968596615, 0.0169565384615388, 0.0112324519345305, 0.0231576923076926, 0.0136545644735207, 0.0328548076923081, 0.0261726560929827, 0.0625301923076925, 0.0614867069864575, 0.132979038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 720, '2021-05-23 00:00:00', 0.0095197758397169, 0.0161209615384615, 0.0116178295354765, 0.022003653846154, 0.0162453291760573, 0.0332690384615385, 0.0268653471680816, 0.0660426923076925, 0.0620598018679131, 0.134873269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 735, '2021-05-23 00:00:00', 0.00875009745000703, 0.0143807692307692, 0.0115961663509309, 0.0227909615384616, 0.0159704330765901, 0.0312894230769231, 0.0268869177739775, 0.0664892307692309, 0.0602926073692673, 0.135705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 750, '2021-05-23 00:00:00', 0.0110787793829186, 0.0173461538461537, 0.0143944001558297, 0.0246796153846153, 0.0162231614828922, 0.0304374999999998, 0.0287985884296171, 0.0682515384615387, 0.0600231259974021, 0.1367775 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 765, '2021-05-23 00:00:00', 0.013082860696346, 0.0177999999999997, 0.0144220448406116, 0.0222257692307689, 0.016360987392622, 0.0281526923076919, 0.0281338175976067, 0.0691538461538462, 0.060024499905968, 0.136779807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 780, '2021-05-23 00:00:00', 0.00874656584257275, 0.0151490384615384, 0.00969789753582634, 0.0206561538461538, 0.0162529022828351, 0.0310388461538462, 0.0264409830726123, 0.0716946153846156, 0.0593481604588227, 0.136825384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 795, '2021-05-23 00:00:00', 0.00688112273933895, 0.014506923076923, 0.0109427797270096, 0.019531923076923, 0.0227779191188444, 0.0335557692307695, 0.0270326213796195, 0.0720355769230772, 0.0698361066500594, 0.145585961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 810, '2021-05-23 00:00:00', 0.00867721701442268, 0.0132486538461541, 0.0148483836830814, 0.0238700000000002, 0.0191059791939993, 0.0338098076923079, 0.0255709615452015, 0.0714328846153848, 0.0693812820870188, 0.145770961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 825, '2021-05-23 00:00:00', 0.0116505182337689, 0.0179736538461538, 0.0168281298426176, 0.0249200000000001, 0.0165600675676808, 0.0326403846153847, 0.0322387087496718, 0.0765603846153848, 0.0693637434690377, 0.145404038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019159, 3, 840, '2021-05-23 00:00:00', 0.0112232245537819, 0.0163492307692306, 0.0120398735298749, 0.0221088461538463, 0.0154138672679455, 0.0298630769230769, 0.0344485473446101, 0.077221923076923, 0.0693926221807145, 0.146033653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019159 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];
Date: 2021-05-23 17:45:24 Duration: 1s941ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1080, '2021-05-23 00:00:00', 0.0109230877573079, 0.018076923076923, 0.0161274252797476, 0.0255769230769229, 0.0186281940988554, 0.0339807692307696, 0.0265084674425712, 0.0463269230769231, 0.0519524338661378, 0.134846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1095, '2021-05-23 00:00:00', 0.0162776392164689, 0.0173076923076926, 0.0176928929669076, 0.0235384615384623, 0.0184646856291846, 0.0332307692307701, 0.0270374668818033, 0.0437307692307697, 0.0523098314042256, 0.133961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1110, '2021-05-23 00:00:00', 0.00857411130178436, 0.0126538461538466, 0.00931153131255117, 0.0177307692307699, 0.0173107347753219, 0.0276923076923081, 0.0248611219500525, 0.0396538461538462, 0.0520058169823343, 0.13275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1125, '2021-05-23 00:00:00', 0.00872482091506803, 0.0101800000000003, 0.0124176285980858, 0.0189800000000002, 0.0185546041006894, 0.0242400000000004, 0.0267063038750528, 0.0416800000000002, 0.0525273579511989, 0.13404 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1140, '2021-05-23 00:00:00', 0.0123403652857042, 0.0127307692307695, 0.0177760101952473, 0.016942307692308, 0.0182461060123902, 0.020403846153846, 0.0259971891971776, 0.0394230769230771, 0.0520315436870903, 0.132807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1155, '2021-05-23 00:00:00', 0.00905759349937963, 0.0079999999999998, 0.00919993729075628, 0.0113269230769229, 0.0114118865156536, 0.015634615384615, 0.0272558885662983, 0.0392115384615385, 0.0518449760194909, 0.132692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1170, '2021-05-23 00:00:00', 0.00549188795709939, 0.00616, 0.0065566759871142, 0.00985999999999947, 0.00836993628012376, 0.0135799999999993, 0.0272173045444747, 0.03886, 0.0514971439337502, 0.13432 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1185, '2021-05-23 00:00:00', 0.0056127087934431, 0.00575999999999965, 0.00845576726264354, 0.0102999999999994, 0.00822607642399038, 0.0117799999999995, 0.0326207755885721, 0.04414, 0.0519061492824635, 0.13354 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1200, '2021-05-23 00:00:00', 0.00742984314571716, 0.00695652173913029, 0.00700931057826697, 0.00830434782608676, 0.00732031123120712, 0.010717391304348, 0.0338776717074272, 0.0470869565217394, 0.0508868484372294, 0.138695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1215, '2021-05-23 00:00:00', 0.00303287542331263, 0.00385999999999981, 0.0038235018852706, 0.00515999999999991, 0.00766757241026554, 0.0109000000000003, 0.0320293225029818, 0.0447599999999998, 0.0503409789998835, 0.13112 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1230, '2021-05-23 00:00:00', 0.00332001506020679, 0.00327999999999989, 0.00508445342850754, 0.00631999999999977, 0.0185034456250716, 0.0137599999999996, 0.0307115884751453, 0.0459199999999998, 0.0514200187994263, 0.13218 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1245, '2021-05-23 00:00:00', 0.00499741781149073, 0.0053124999999999, 0.00660283069511898, 0.00802083333333344, 0.0184236453103537, 0.0133125000000001, 0.0259483880150524, 0.0428333333333331, 0.0539590558678053, 0.131583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1260, '2021-05-23 00:00:00', 0.00544165968056203, 0.00495652173913078, 0.00810388332228372, 0.00767391304347845, 0.00811527618198472, 0.0106956521739134, 0.0270044828660291, 0.0449130434782609, 0.0530237660190774, 0.134739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1275, '2021-05-23 00:00:00', 0.00378744463221674, 0.00364999999999984, 0.0203173992067464, 0.00892499999999998, 0.0194673140363394, 0.0131499999999999, 0.0265208458228221, 0.04475, 0.0543202007592602, 0.141 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1290, '2021-05-23 00:00:00', 0.0213195456404628, 0.0088750000000001, 0.0201402973897447, 0.0129999999999999, 0.0199004760588386, 0.01465, 0.0314908090183719, 0.0502499999999999, 0.0493694450572736, 0.131 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1305, '2021-05-23 00:00:00', 0.00367793065636655, 0.00612500000000023, 0.00421302113707577, 0.0071458333333337, 0.0169372108777935, 0.0172708333333338, 0.0310811744014596, 0.0503124999999997, 0.0482202074424935, 0.132333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1320, '2021-05-23 00:00:00', 0.00274210989325117, 0.00304000000000016, 0.0054431149170307, 0.00525999999999996, 0.0239395941207591, 0.0243000000000001, 0.0294968501143204, 0.0472199999999999, 0.0536925429335087, 0.13442 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1335, '2021-05-23 00:00:00', 0.00561450078347311, 0.00395238095238121, 0.0188285497506926, 0.015714285714286, 0.0277785460211227, 0.0298809523809529, 0.0311571095609091, 0.0467619047619046, 0.0494465560455115, 0.126309523809523 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1350, '2021-05-23 00:00:00', 0.0170354356809738, 0.0114791666666667, 0.0246556630617493, 0.0219791666666668, 0.0265869846658699, 0.0264583333333335, 0.0314424868908947, 0.0492708333333332, 0.0540731522763512, 0.137666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1365, '2021-05-23 00:00:00', 0.0209798438067075, 0.0159230769230771, 0.0234273344621193, 0.0210000000000001, 0.0226913063664348, 0.0228461538461536, 0.0355445549221731, 0.0516538461538459, 0.0538138815377023, 0.137423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1380, '2021-05-23 00:00:00', 0.0124469335117592, 0.0106153846153845, 0.0129736419179575, 0.0131538461538462, 0.0173316517922022, 0.0266153846153845, 0.032491750432284, 0.0484230769230767, 0.0526651724065856, 0.135096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1395, '2021-05-23 00:00:00', 0.00380782708397431, 0.00477083333333361, 0.00648070575643217, 0.00822916666666629, 0.0262927705388516, 0.0363749999999996, 0.033348884506473, 0.0486874999999996, 0.0539424512186669, 0.135125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1410, '2021-05-23 00:00:00', 0.00730618810429806, 0.00740384615384584, 0.011714685064219, 0.022423076923077, 0.0262149986428791, 0.0381153846153843, 0.0325788274804356, 0.0474999999999996, 0.0526983432815054, 0.135153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 1, 1425, '2021-05-23 00:00:00', 0.0129377949613343, 0.0199423076923079, 0.0265968260107509, 0.0338653846153844, 0.028572182544997, 0.0395192307692305, 0.0328097780922323, 0.0471923076923073, 0.0529557870738919, 0.136153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 0, '2021-05-23 00:00:00', 0.019425515420463, 0.0142272727272724, 0.0204057992987691, 0.0202954545454539, 0.0220596520088882, 0.0298409090909088, 0.0358218067638531, 0.0440227272727267, 0.050155326917306, 0.145840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 30, '2021-05-23 00:00:00', 0.00696589497555432, 0.00513888888888895, 0.0142614476435207, 0.0162777777777779, 0.023879942085083, 0.0281111111111105, 0.0360786744716873, 0.041361111111111, 0.0572899759108805, 0.135361111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 45, '2021-05-23 00:00:00', 0.00689341938149871, 0.00696153846153836, 0.0266269335400001, 0.0269230769230765, 0.0291632232399576, 0.0284230769230768, 0.0395981821002049, 0.0451538461538461, 0.0555211902259179, 0.154038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 60, '2021-05-23 00:00:00', 0.0208089847458697, 0.0219230769230767, 0.0210362690462119, 0.0232307692307691, 0.0222904688151687, 0.0252499999999999, 0.0312243248371916, 0.0365384615384611, 0.0525595047395001, 0.135192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 75, '2021-05-23 00:00:00', 0.00589094358946604, 0.00478947368421114, 0.00802226434033496, 0.00763157894736859, 0.0122659372399452, 0.0162105263157898, 0.0202778578865681, 0.0334473684210525, 0.0540853776003775, 0.140684210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 90, '2021-05-23 00:00:00', 0.00496067871700379, 0.00366666666666692, 0.0088510155457141, 0.00776190476190511, 0.0130291340208526, 0.0178333333333339, 0.0147184286816616, 0.0275714285714284, 0.05113893307638, 0.141904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 105, '2021-05-23 00:00:00', 0.00807325832610368, 0.00585999999999999, 0.0119407565366132, 0.0115400000000004, 0.0145158821066221, 0.0172400000000002, 0.0202483949981229, 0.0273199999999997, 0.0524084519265101, 0.1362 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 120, '2021-05-23 00:00:00', 0.0109876824975365, 0.00850000000000023, 0.0125115946225893, 0.0120400000000002, 0.0161010351634093, 0.0185799999999996, 0.0192163775635957, 0.0264599999999997, 0.0527511848208169, 0.1357 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 135, '2021-05-23 00:00:00', 0.00759493295137944, 0.00722222222222236, 0.00979028463338112, 0.0110555555555551, 0.0131683729348632, 0.0178611111111105, 0.0214630705793185, 0.0286111111111104, 0.0470448697653825, 0.147527777777777 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 150, '2021-05-23 00:00:00', 0.00914686457639692, 0.00592499999999969, 0.0140678805496023, 0.0111999999999997, 0.0129962292102056, 0.0135749999999993, 0.0185777880956348, 0.0251499999999993, 0.0480229933962556, 0.13945 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 180, '2021-05-23 00:00:00', 0.00583070116052828, 0.00344736842105264, 0.00811890797254564, 0.0065, 0.0212765486032821, 0.0115526315789477, 0.0213659974715251, 0.0258157894736839, 0.0484387537566464, 0.140421052631579 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 195, '2021-05-23 00:00:00', 0.00664410106390428, 0.00552499999999991, 0.0065335168252075, 0.00614999999999988, 0.0199673417570319, 0.0122000000000003, 0.026249448615763, 0.0281749999999997, 0.0475247511690926, 0.137625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 240, '2021-05-23 00:00:00', 0.009141654825094, 0.00541176470588207, 0.00925635711599392, 0.00714705882352947, 0.009132601587976, 0.00882352941176441, 0.0201896340613049, 0.0240588235294111, 0.0446889371426658, 0.115411764705883 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 270, '2021-05-23 00:00:00', 0.003458443773337, 0.00326000000000022, 0.00381848573826503, 0.00382000000000005, 0.0039895697345284, 0.00510000000000005, 0.0275297263577633, 0.0316399999999999, 0.0490704170894573, 0.13152 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 300, '2021-05-23 00:00:00', 0.00275719498458216, 0.00252777777777781, 0.00315244484435984, 0.00355555555555536, 0.00333382349337329, 0.00494444444444457, 0.0216318158626672, 0.0321388888888884, 0.0461271332113823, 0.134222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 330, '2021-05-23 00:00:00', 0.00261309959123009, 0.00247499999999956, 0.00311786026492201, 0.00379999999999985, 0.00390504060225569, 0.00527499999999979, 0.0234837429770154, 0.0397249999999994, 0.0468051602530721, 0.123275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 345, '2021-05-23 00:00:00', 0.00238821511354639, 0.00264285714285724, 0.00346255479585322, 0.00421428571428571, 0.00471938757124487, 0.00588095238095204, 0.0330205743943578, 0.0561666666666662, 0.0499681446142482, 0.136238095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 390, '2021-05-23 00:00:00', 0.00311828225318445, 0.00265789473684152, 0.00531851010223741, 0.00428947368421044, 0.0051446901031365, 0.0056315789473682, 0.031543296152491, 0.0705789473684209, 0.0499139464156419, 0.124526315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 405, '2021-05-23 00:00:00', 0.00307867842906107, 0.00224999999999994, 0.00299387962640309, 0.00293750000000011, 0.00384952472127536, 0.00508333333333362, 0.0335142666463193, 0.0725208333333328, 0.0548973968853037, 0.1340625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 435, '2021-05-23 00:00:00', 0.00212107480616141, 0.00178125000000029, 0.00374610909255587, 0.00400000000000067, 0.00363074257785682, 0.00646875000000025, 0.0381430967978917, 0.0741874999999994, 0.0531159011815981, 0.13628125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 450, '2021-05-23 00:00:00', 0.00329736547073857, 0.00204761904761935, 0.00315492811781345, 0.00314285714285709, 0.00868379717251238, 0.00866666666666677, 0.0420715094186301, 0.0861904761904755, 0.0651737330232846, 0.146595238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 525, '2021-05-23 00:00:00', 0.0109871916087154, 0.00817391304347867, 0.0113527259876986, 0.0150434782608693, 0.0240506095178854, 0.0309999999999999, 0.0321890414171, 0.0749565217391301, 0.0557352135693453, 0.132130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 540, '2021-05-23 00:00:00', 0.00952922629840153, 0.0106153846153847, 0.0254052387087022, 0.0248846153846155, 0.0252059593075799, 0.0430961538461538, 0.0391997301796051, 0.0816730769230767, 0.062847008985802, 0.142557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 555, '2021-05-23 00:00:00', 0.0257883993001025, 0.0201923076923076, 0.0259329683251614, 0.027826923076923, 0.0244140013422306, 0.0507115384615381, 0.0395943857714117, 0.0816538461538456, 0.0645180863133615, 0.144788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 570, '2021-05-23 00:00:00', 0.0117639115682079, 0.0140192307692312, 0.017902653434617, 0.0287500000000001, 0.0255059872307541, 0.052346153846154, 0.0372132989048889, 0.0790192307692307, 0.0628171981595433, 0.143096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 585, '2021-05-23 00:00:00', 0.0171552189861145, 0.0211923076923075, 0.0185467081881229, 0.0369038461538458, 0.0276446127732803, 0.0527692307692306, 0.0355145257389359, 0.0766923076923077, 0.0611624098986894, 0.142096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 600, '2021-05-23 00:00:00', 0.0167642935568884, 0.0256923076923077, 0.0253432209111993, 0.0371730769230771, 0.0313540820554272, 0.0499615384615386, 0.0335148417180305, 0.0732692307692308, 0.0613266694401002, 0.141096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 615, '2021-05-23 00:00:00', 0.015389319473133, 0.0206346153846155, 0.0200254837644438, 0.0295, 0.0256425127773869, 0.0435384615384616, 0.0284640393911609, 0.0658076923076925, 0.0604129157102631, 0.138096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 630, '2021-05-23 00:00:00', 0.0148572696528822, 0.0159615384615386, 0.0229747771396239, 0.0280961538461538, 0.0238271984214547, 0.0368461538461539, 0.0269664535188558, 0.0599807692307695, 0.0574019565466594, 0.136769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 645, '2021-05-23 00:00:00', 0.0212692627625301, 0.0206923076923077, 0.0231794338551689, 0.0286153846153847, 0.0231984084334713, 0.0388846153846154, 0.0262854815147361, 0.0590576923076924, 0.0683631395282123, 0.142326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 660, '2021-05-23 00:00:00', 0.0123433569801116, 0.0174615384615389, 0.0122303531617672, 0.0218076923076925, 0.01510299257152, 0.0335961538461538, 0.0208599819308127, 0.0556730769230771, 0.0686364334737753, 0.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 675, '2021-05-23 00:00:00', 0.00708834362771865, 0.0127307692307693, 0.0144828811413286, 0.0229230769230771, 0.0126366530378894, 0.0302500000000003, 0.0203906464227709, 0.0535384615384615, 0.0674463889664629, 0.140153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 690, '2021-05-23 00:00:00', 0.0131329884114539, 0.016346153846154, 0.0106923408964616, 0.0213846153846154, 0.0125259116050871, 0.0264615384615388, 0.0235081082574956, 0.0543653846153844, 0.0639079145212978, 0.140307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 705, '2021-05-23 00:00:00', 0.00651604528482173, 0.0116730769230766, 0.00938288130258825, 0.0164615384615385, 0.0121028445480332, 0.0226730769230772, 0.0244132136352427, 0.05475, 0.0614988711591206, 0.140865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 720, '2021-05-23 00:00:00', 0.00804573465594328, 0.0109230769230772, 0.00962754461867716, 0.0149807692307696, 0.0114779554598574, 0.0247884615384621, 0.0236771311281911, 0.0549423076923079, 0.0609567974375796, 0.139365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 735, '2021-05-23 00:00:00', 0.00694849181200787, 0.00880769230769255, 0.00983338113851912, 0.0151538461538464, 0.00971321463067365, 0.0239423076923079, 0.0244250186993078, 0.0546923076923079, 0.0601232452166765, 0.138269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 750, '2021-05-23 00:00:00', 0.00945092588056821, 0.0105, 0.00950046557563604, 0.0168269230769234, 0.0123779580769144, 0.0250769230769237, 0.0233336419393512, 0.0546730769230771, 0.0603604302375449, 0.137807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 765, '2021-05-23 00:00:00', 0.00789722443939391, 0.0121153846153853, 0.00955359376602094, 0.0178653846153852, 0.0124280080711027, 0.0241538461538471, 0.0231803713383677, 0.056519230769231, 0.0597436993781317, 0.139519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 780, '2021-05-23 00:00:00', 0.00667259031699545, 0.0107884615384617, 0.010066796144523, 0.0154038461538467, 0.0124215074026405, 0.0249230769230773, 0.0239216107638773, 0.0572884615384617, 0.059394625501484, 0.139807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 795, '2021-05-23 00:00:00', 0.00706020810327417, 0.00894230769230776, 0.00839771031064674, 0.0143076923076926, 0.0126743836142046, 0.0264999999999999, 0.0242513124149219, 0.0581153846153847, 0.0595830383711543, 0.140538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 810, '2021-05-23 00:00:00', 0.00808569487047731, 0.0100384615384615, 0.0133087738555609, 0.0192884615384614, 0.0133090628462777, 0.0283653846153844, 0.0250954868758998, 0.0592115384615385, 0.0593126170259036, 0.140442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 825, '2021-05-23 00:00:00', 0.0136052026247881, 0.0143076923076919, 0.0145932017892424, 0.0198076923076919, 0.0162994218868695, 0.0273653846153842, 0.0265111369921279, 0.0600961538461538, 0.0603394117918344, 0.140730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 840, '2021-05-23 00:00:00', 0.00796156633217024, 0.0110576923076924, 0.00919918474648663, 0.0182500000000002, 0.0149036392045183, 0.0260384615384614, 0.0240773832593031, 0.0630961538461536, 0.0604068386347614, 0.139884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 855, '2021-05-23 00:00:00', 0.00805177954530233, 0.0128653846153846, 0.0107175808119901, 0.0174423076923072, 0.0137110847912866, 0.0264230769230766, 0.0241329729750682, 0.0670961538461537, 0.0616308489188774, 0.141192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 870, '2021-05-23 00:00:00', 0.00758574067171158, 0.0112115384615382, 0.0106292774195396, 0.017307692307692, 0.0220940298236004, 0.0283846153846151, 0.024773039004903, 0.0667884615384615, 0.0617665362473885, 0.14325 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 885, '2021-05-23 00:00:00', 0.00822306792832448, 0.0113269230769233, 0.01135160103923, 0.0186730769230773, 0.0219781447386679, 0.0296730769230773, 0.0266563601877961, 0.0693076923076924, 0.0644113254494411, 0.144826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 900, '2021-05-23 00:00:00', 0.0107782723033962, 0.0143653846153846, 0.0218701851844011, 0.0217500000000003, 0.0218017995022997, 0.031038461538462, 0.0282507522023748, 0.0707500000000002, 0.0643214314086801, 0.147442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 915, '2021-05-23 00:00:00', 0.0168890155472079, 0.013826923076923, 0.0186273682025628, 0.0228269230769233, 0.0212738192296393, 0.0331538461538461, 0.0302936208060117, 0.0722115384615384, 0.0634689990952579, 0.148576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 930, '2021-05-23 00:00:00', 0.00929186989544389, 0.0153269230769227, 0.0104648863421373, 0.0200769230769232, 0.0152124948644196, 0.0319999999999998, 0.0292765855512288, 0.0694615384615385, 0.0630997135187939, 0.147923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 945, '2021-05-23 00:00:00', 0.00680689695484293, 0.0130769230769233, 0.0115778468836626, 0.0230576923076921, 0.0159425048702661, 0.0342115384615383, 0.0284670659913137, 0.0680769230769231, 0.0621700181264744, 0.147865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 960, '2021-05-23 00:00:00', 0.0124330360176175, 0.0190961538461536, 0.0139461050531622, 0.0259230769230768, 0.0170839555859151, 0.0363076923076923, 0.0297421482851411, 0.0676538461538463, 0.0617885507193686, 0.14775 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 975, '2021-05-23 00:00:00', 0.00930328726021899, 0.0153653846153847, 0.0126358464451188, 0.0227307692307694, 0.0141687630424763, 0.0334230769230768, 0.0281762106422033, 0.0643269230769232, 0.0633994904128999, 0.144153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 990, '2021-05-23 00:00:00', 0.0119283921155172, 0.016442307692308, 0.0132258633570159, 0.023788461538462, 0.0134211085177848, 0.0338846153846151, 0.0278862041987671, 0.0635961538461539, 0.0635583317784657, 0.147307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1005, '2021-05-23 00:00:00', 0.00844475258097265, 0.0144230769230772, 0.0110469626873356, 0.0231538461538459, 0.0135875508632548, 0.032307692307692, 0.0273827570674568, 0.0603461538461538, 0.0642052987269382, 0.145903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1020, '2021-05-23 00:00:00', 0.00893230954715289, 0.0161153846153845, 0.0088803153097175, 0.0219999999999997, 0.0153605012939028, 0.03675, 0.0273131132214203, 0.0576153846153848, 0.0651012259130702, 0.144980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1035, '2021-05-23 00:00:00', 0.00714188619774478, 0.013557692307692, 0.0119876378631678, 0.0207115384615382, 0.0175554506109594, 0.0380769230769232, 0.0277852201995674, 0.0539615384615387, 0.0639546353645721, 0.148346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1050, '2021-05-23 00:00:00', 0.00923613305697535, 0.0136153846153844, 0.0126948202641261, 0.0259615384615384, 0.0161955359471485, 0.0351538461538462, 0.0268957245672988, 0.0505000000000001, 0.0619964639190135, 0.147192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1065, '2021-05-23 00:00:00', 0.0107578415049743, 0.0203653846153846, 0.014237612699628, 0.028519230769231, 0.0202385390168968, 0.0374615384615387, 0.0260238130594622, 0.0476730769230773, 0.0597744092400754, 0.146 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1080, '2021-05-23 00:00:00', 0.00993556161549945, 0.0178461538461539, 0.0117476020466373, 0.023115384615384, 0.0197708020925964, 0.0337307692307693, 0.0246000312695233, 0.0431923076923077, 0.0586324011237682, 0.144461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1095, '2021-05-23 00:00:00', 0.0100556145816848, 0.0133461538461535, 0.0190213341762916, 0.0243653846153848, 0.0201912109592266, 0.0307500000000001, 0.0221655050784907, 0.0395192307692309, 0.0596702477080367, 0.141961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1110, '2021-05-23 00:00:00', 0.0169421186578126, 0.0188461538461541, 0.0174088947203616, 0.0230192307692311, 0.0194955221683183, 0.0281538461538465, 0.0214014377662231, 0.0373076923076925, 0.0594981609282685, 0.141134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1125, '2021-05-23 00:00:00', 0.00950685987144951, 0.0114038461538466, 0.0145218668009526, 0.0172692307692308, 0.0153110945194854, 0.021019230769231, 0.0173144781569109, 0.0333653846153847, 0.0595936109120638, 0.140461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1140, '2021-05-23 00:00:00', 0.0134767035458055, 0.0113076923076925, 0.0140237710280133, 0.0146153846153851, 0.0148748626367282, 0.0188076923076925, 0.0174570792340704, 0.0324807692307695, 0.0595936109120638, 0.140461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1155, '2021-05-23 00:00:00', 0.00723083674272879, 0.00825000000000004, 0.00826012199574643, 0.0124807692307691, 0.0121095639253254, 0.0183076923076925, 0.0157156462947451, 0.031192307692308, 0.059541494903845, 0.140519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1170, '2021-05-23 00:00:00', 0.00687768129532049, 0.00835999999999984, 0.00765843761263772, 0.0111199999999998, 0.0132177279943765, 0.0175, 0.0146423188054351, 0.0297200000000002, 0.0527286844769209, 0.13622 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1185, '2021-05-23 00:00:00', 0.00400351577093661, 0.00436363636363604, 0.00862958266486246, 0.0087272727272729, 0.0100955660834568, 0.0127954545454548, 0.0153255615067715, 0.0292045454545455, 0.0610685912355755, 0.143704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1200, '2021-05-23 00:00:00', 0.00917572016681575, 0.00679166666666683, 0.012561425164921, 0.0110625000000004, 0.0127199489562373, 0.0136666666666668, 0.0141086461054043, 0.0316458333333334, 0.0529538312377266, 0.137270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1215, '2021-05-23 00:00:00', 0.00795969011122065, 0.00576000000000022, 0.00765941686205038, 0.00770000000000024, 0.00815664350902585, 0.0105200000000004, 0.013089690599857, 0.0354399999999998, 0.0589928879894291, 0.14316 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1230, '2021-05-23 00:00:00', 0.00290699034834616, 0.00378260869565185, 0.00473914403305207, 0.00636956521739113, 0.00530595533861106, 0.00869565217391348, 0.0124173950410194, 0.0346521739130438, 0.0593272394762599, 0.147304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1245, '2021-05-23 00:00:00', 0.00473534175519201, 0.00521153846153848, 0.00518507473427357, 0.00675000000000053, 0.0055297795198778, 0.00946153846153896, 0.0137311689232925, 0.0352500000000001, 0.0584721005135058, 0.141442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1260, '2021-05-23 00:00:00', 0.0035848506030454, 0.00313461538461559, 0.0045798891488097, 0.00515384615384644, 0.00516735313884585, 0.00869230769230766, 0.0181542112088456, 0.0371538461538462, 0.058627677895211, 0.141269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1275, '2021-05-23 00:00:00', 0.00438924551494641, 0.00376190476190496, 0.00483193740104515, 0.00545238095238076, 0.00759824541149685, 0.0108333333333328, 0.01827081331106, 0.0415476190476188, 0.0586322477497705, 0.148238095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1290, '2021-05-23 00:00:00', 0.00325676810066963, 0.00294230769230753, 0.00481971113082689, 0.00698076923076922, 0.00682836279510214, 0.0100576923076922, 0.0181120019706437, 0.0387692307692307, 0.0583003892321088, 0.141653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1305, '2021-05-23 00:00:00', 0.00482614407852334, 0.00550000000000011, 0.006779380502671, 0.00771999999999991, 0.0099677814315256, 0.0137599999999999, 0.0177963011138078, 0.0394999999999999, 0.0577566518535599, 0.14468 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1320, '2021-05-23 00:00:00', 0.00498287581456671, 0.00347826086956483, 0.00505835512016844, 0.00521739130434787, 0.0104430035962205, 0.0125217391304351, 0.0192982622249043, 0.0366739130434781, 0.0518832777099603, 0.134021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1335, '2021-05-23 00:00:00', 0.00308030909058953, 0.00289473684210506, 0.00555896094460355, 0.00752631578947335, 0.00800063959431597, 0.0127368421052632, 0.0187226603797616, 0.038736842105263, 0.0509441989190995, 0.150815789473684 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1350, '2021-05-23 00:00:00', 0.00473176662406509, 0.00498076923076924, 0.0101220247290448, 0.011346153846154, 0.00959238480013434, 0.0139230769230773, 0.0184993139165916, 0.0382307692307691, 0.0578033403346741, 0.142384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1365, '2021-05-23 00:00:00', 0.0104522540815187, 0.00901923076923107, 0.0102041469699639, 0.0107307692307694, 0.0133336618549271, 0.0160576923076925, 0.018826413523394, 0.0385769230769229, 0.057432234315422, 0.142807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1380, '2021-05-23 00:00:00', 0.00811285779109012, 0.0065384615384616, 0.00819570713145626, 0.00948076923076941, 0.0128509353146583, 0.0225576923076923, 0.0196851759922571, 0.0378846153846154, 0.0574207815502902, 0.142615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1395, '2021-05-23 00:00:00', 0.00475181124887397, 0.00558333333333335, 0.013458453918785, 0.011395833333333, 0.0125289339044712, 0.0288125000000001, 0.0194421172692954, 0.0401874999999999, 0.058566352652726, 0.1401875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1410, '2021-05-23 00:00:00', 0.0124952324241421, 0.00838000000000008, 0.0124597017085747, 0.0203400000000002, 0.0137696828818484, 0.0301000000000001, 0.0199667849189596, 0.0383799999999999, 0.0582989279489767, 0.14284 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 2, 1425, '2021-05-23 00:00:00', 0.00966320340259879, 0.0182600000000002, 0.0112691318801996, 0.02608, 0.0141867602597164, 0.0300799999999998, 0.020121443785176, 0.0381799999999998, 0.0570676280098152, 0.14038 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 0, '2021-05-23 00:00:00', 0.0114149025401004, 0.0074999999999996, 0.0150706158314273, 0.0142115384615384, 0.0211926783438197, 0.0245192307692306, 0.0209969961221559, 0.0329230769230768, 0.0572174932906144, 0.142307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 30, '2021-05-23 00:00:00', 0.00538876755756561, 0.00327499999999983, 0.0121675528396324, 0.0101250000000002, 0.0199746385251527, 0.0247749999999998, 0.0205183486562378, 0.0303499999999998, 0.0608990266537026, 0.142425 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 45, '2021-05-23 00:00:00', 0.00597528611178162, 0.00511764705882393, 0.0193750237191502, 0.0253823529411767, 0.0191839489432915, 0.0256470588235294, 0.0192558719081003, 0.0320882352941177, 0.0625609702610178, 0.1445 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 60, '2021-05-23 00:00:00', 0.017763055870152, 0.0208846153846155, 0.0175991804879131, 0.0211346153846155, 0.0172859658504988, 0.0217692307692306, 0.017771076327734, 0.0271346153846154, 0.0565773398509982, 0.141153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 75, '2021-05-23 00:00:00', 0.00627491083035094, 0.00452173913043444, 0.00648066446112602, 0.00560869565217382, 0.00844723216357239, 0.0100869565217385, 0.0107541241284796, 0.0175869565217389, 0.0587802566945322, 0.136630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 90, '2021-05-23 00:00:00', 0.00684009537666678, 0.00352380952380943, 0.00683826767258315, 0.00580952380952347, 0.00846020094323964, 0.00999999999999936, 0.0108049812145884, 0.016952380952381, 0.0564444206192925, 0.137880952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 105, '2021-05-23 00:00:00', 0.00499892845660745, 0.00378571428571426, 0.00737644255463974, 0.00752380952380891, 0.00779903840226458, 0.00899999999999983, 0.00937194394633938, 0.0153333333333336, 0.0368859406691445, 0.128047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 120, '2021-05-23 00:00:00', 0.00599934120230361, 0.00508695652173886, 0.00648188415002796, 0.00641304347826075, 0.00688815216993671, 0.00791304347826081, 0.0101519580852376, 0.0173043478260873, 0.0596401014385852, 0.137652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 135, '2021-05-23 00:00:00', 0.00282550099669976, 0.00252941176470605, 0.00342568155520142, 0.00388235294117641, 0.00836055602569663, 0.00964705882352929, 0.013856406460551, 0.0180000000000003, 0.0507409076178415, 0.140470588235294 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 150, '2021-05-23 00:00:00', 0.00316666666666627, 0.00249999999999997, 0.00401240765684083, 0.00460526315789485, 0.00835094629928668, 0.00810526315789436, 0.00920430867830943, 0.0145526315789473, 0.0518277201225313, 0.134342105263158 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 165, '2021-05-23 00:00:00', 0.00338253166545923, 0.00294736842105249, 0.00736337546547824, 0.00694736842105252, 0.00917854095350037, 0.00963157894736823, 0.0127104506432915, 0.0195000000000002, 0.0591809471276354, 0.145631578947368 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 180, '2021-05-23 00:00:00', 0.00716992989762333, 0.00625000000000018, 0.00881028107562839, 0.00790000000000024, 0.00949043840149804, 0.00990000000000038, 0.0131845204291761, 0.0169000000000004, 0.0575609288173477, 0.14845 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 195, '2021-05-23 00:00:00', 0.00459725355617251, 0.00320454545454541, 0.00572876277600324, 0.00465909090909071, 0.00745509645836087, 0.00656818181818201, 0.0125588872656235, 0.0144772727272732, 0.058813452424995, 0.147613636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 210, '2021-05-23 00:00:00', 0.00429714033047087, 0.00297826086956507, 0.00541462665547482, 0.00450000000000032, 0.00590127942180582, 0.00606521739130411, 0.0149620402426052, 0.017391304347826, 0.0583091884907564, 0.134434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 225, '2021-05-23 00:00:00', 0.00324150473409776, 0.00308333333333385, 0.00392005485489181, 0.00402777777777826, 0.00459076936892823, 0.00588888888888957, 0.0103526069464769, 0.0148333333333331, 0.0590211341897603, 0.152861111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 240, '2021-05-23 00:00:00', 0.00273458245011385, 0.00258333333333304, 0.00383194774617405, 0.00441666666666644, 0.00604395663160322, 0.0061666666666669, 0.0275130984848175, 0.0206666666666665, 0.0507349578467588, 0.137777777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 255, '2021-05-23 00:00:00', 0.00303687652821409, 0.00288095238095226, 0.00387067731245342, 0.00407142857142856, 0.00607963031457531, 0.00530952380952412, 0.0266089628652055, 0.0235238095238095, 0.0614988385488467, 0.139428571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 270, '2021-05-23 00:00:00', 0.00348904860168614, 0.00239583333333367, 0.00530957400239998, 0.00381250000000044, 0.00616084968495286, 0.00539583333333349, 0.0296916215674445, 0.0308749999999995, 0.0580657891495945, 0.142125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 285, '2021-05-23 00:00:00', 0.00293739501492114, 0.00262500000000063, 0.00341975683961631, 0.0033000000000003, 0.00505131561810245, 0.00540000000000003, 0.0160430957440463, 0.0239749999999997, 0.0559452916508147, 0.135675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 300, '2021-05-23 00:00:00', 0.00223442320495075, 0.00214705882352963, 0.00448936652153829, 0.0036764705882355, 0.00673964347110786, 0.00511764705882393, 0.0156575836727956, 0.0262352941176465, 0.0541186570797691, 0.141117647058824 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 315, '2021-05-23 00:00:00', 0.00360527720368578, 0.00254347826086982, 0.00412214687531405, 0.00358695652173911, 0.00694721771589859, 0.00582608695652191, 0.0282337259431411, 0.0410652173913036, 0.0605637301940669, 0.141478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 330, '2021-05-23 00:00:00', 0.00189157691916148, 0.00184782608695685, 0.00336733318908587, 0.00304347826086973, 0.00334495667802445, 0.00406521739130399, 0.0282685281504796, 0.040782608695652, 0.0604443117434084, 0.141913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 345, '2021-05-23 00:00:00', 0.00292423829238298, 0.0021315789473685, 0.0030368111930471, 0.00299999999999974, 0.005345244374853, 0.00539473684210484, 0.0262002801199255, 0.047236842105263, 0.0605178674500491, 0.146131578947369 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 360, '2021-05-23 00:00:00', 0.00191106617181145, 0.00175000000000007, 0.0047867570941359, 0.00399999999999986, 0.00538310393462873, 0.00527083333333334, 0.0370345510437816, 0.0605833333333329, 0.0574043273062076, 0.1388125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 375, '2021-05-23 00:00:00', 0.00442974254868375, 0.00338095238095279, 0.00440832545682984, 0.00366666666666675, 0.0055184754623511, 0.00564285714285786, 0.0340479353964656, 0.0585238095238091, 0.0532994572473034, 0.131571428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 390, '2021-05-23 00:00:00', 0.00330301778235982, 0.00273529411764674, 0.00515049255211672, 0.00455882352941201, 0.00755494578950494, 0.00802941176470598, 0.033626052356154, 0.07335294117647, 0.0590094708251039, 0.150147058823529 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 405, '2021-05-23 00:00:00', 0.00318128171649162, 0.0025652173913047, 0.00336865345308168, 0.00356521739130484, 0.00469872996043695, 0.00534782608695688, 0.0302522007823219, 0.0633260869565215, 0.0510021021809636, 0.136347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 420, '2021-05-23 00:00:00', 0.00269081329535869, 0.00240476190476205, 0.00317467658645316, 0.00385714285714283, 0.00696521971758885, 0.00621428571428561, 0.0349286688089013, 0.0671904761904761, 0.0597804315809106, 0.1445 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 435, '2021-05-23 00:00:00', 0.00235919254697094, 0.00225000000000026, 0.00403039439104533, 0.00342500000000001, 0.00508066510357992, 0.00505000000000013, 0.0333559353197096, 0.0727500000000001, 0.0508452243785515, 0.133 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 450, '2021-05-23 00:00:00', 0.00314504441110529, 0.00236956521739134, 0.00614675594892541, 0.00384782608695682, 0.00679070219959858, 0.00700000000000006, 0.055515558834684, 0.0879999999999999, 0.0567635080822383, 0.147869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 465, '2021-05-23 00:00:00', 0.00153966014421472, 0.00143478260869632, 0.00331647581895404, 0.00310869565217408, 0.00873772430824817, 0.00843478260869577, 0.0548981089978652, 0.0854347826086957, 0.0486322511282621, 0.140869565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 480, '2021-05-23 00:00:00', 0.00440151489073165, 0.00245999999999995, 0.0049697417773294, 0.00486000000000018, 0.0122939009268816, 0.0138400000000001, 0.0554733945238614, 0.0898800000000001, 0.057912052573996, 0.14458 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 495, '2021-05-23 00:00:00', 0.00365126141993572, 0.00338636363636398, 0.00862544308417039, 0.00677272727272764, 0.0176888694917482, 0.0225909090909091, 0.0570690703260422, 0.0940454545454547, 0.0580444299149867, 0.144818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 510, '2021-05-23 00:00:00', 0.00792361008871214, 0.00502173913043497, 0.0129425990266716, 0.0120217391304347, 0.0258091582238033, 0.0311086956521735, 0.0554537962432377, 0.0921521739130434, 0.0570570843065536, 0.147978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 525, '2021-05-23 00:00:00', 0.00988424672564014, 0.00785999999999973, 0.013072713311831, 0.0159999999999995, 0.0239985589845163, 0.0320799999999997, 0.0543814613019299, 0.0900200000000001, 0.056741129996972, 0.14692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 540, '2021-05-23 00:00:00', 0.0127373617604035, 0.0140961538461535, 0.0247154031698076, 0.0251346153846153, 0.0247696153816287, 0.0400769230769226, 0.0546426714067083, 0.0921923076923078, 0.0571146350637163, 0.145307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 555, '2021-05-23 00:00:00', 0.0240501344568234, 0.0181875000000001, 0.0241354026907251, 0.0258124999999998, 0.0257303111726901, 0.0431249999999999, 0.0586065856713897, 0.0929166666666668, 0.0587602866418453, 0.152854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 570, '2021-05-23 00:00:00', 0.00955407685835642, 0.0145961538461543, 0.0152856518947067, 0.0266346153846153, 0.0295184948542693, 0.0471923076923076, 0.0571219612893188, 0.0889615384615387, 0.0590824749494619, 0.148826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 585, '2021-05-23 00:00:00', 0.0155139184820167, 0.0201600000000001, 0.0200387541196222, 0.03148, 0.0330217983560354, 0.0482199999999999, 0.057895379781119, 0.0882000000000001, 0.0594879049331313, 0.14996 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 600, '2021-05-23 00:00:00', 0.0173994694879344, 0.0228076923076924, 0.02972005280045, 0.0358076923076921, 0.0392304679475612, 0.0495192307692308, 0.0587321593206103, 0.0880576923076927, 0.0586491130498872, 0.147538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 615, '2021-05-23 00:00:00', 0.0285266474613579, 0.0220192307692308, 0.0293632226799759, 0.0308269230769228, 0.0385774396008065, 0.0461730769230771, 0.053538339964495, 0.0815769230769236, 0.053970490512444, 0.146423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 630, '2021-05-23 00:00:00', 0.0169712879707058, 0.0192692307692308, 0.0285714219780214, 0.0313846153846156, 0.0526850438564289, 0.0490769230769232, 0.0492069765222526, 0.0780576923076927, 0.0528105612980522, 0.146653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 645, '2021-05-23 00:00:00', 0.025041573125812, 0.0200961538461537, 0.0324751976366344, 0.0290384615384615, 0.0515959151633002, 0.046461538461538, 0.0485918163416907, 0.0762692307692313, 0.0520340716779358, 0.145769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 660, '2021-05-23 00:00:00', 0.0193583216055679, 0.0177692307692308, 0.0449355606995681, 0.0312692307692306, 0.0469587052632413, 0.0429999999999998, 0.044962433037096, 0.075096153846154, 0.049624187650781, 0.141 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 675, '2021-05-23 00:00:00', 0.0324804793447009, 0.019307692307692, 0.0328563774397231, 0.0273076923076919, 0.0346639082975585, 0.0379423076923077, 0.0382126237699608, 0.0727692307692309, 0.0454597032038767, 0.138269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 690, '2021-05-23 00:00:00', 0.0122403494168325, 0.0141153846153846, 0.0220836173179615, 0.0218846153846153, 0.0244075019993066, 0.0336153846153847, 0.0315965187955887, 0.0705000000000002, 0.0432988008361216, 0.135884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 705, '2021-05-23 00:00:00', 0.0160207677718641, 0.0152500000000001, 0.0163186537906303, 0.0225384615384619, 0.0204801216943498, 0.0311538461538464, 0.0295607588119528, 0.0700384615384619, 0.0419407503325999, 0.135557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 720, '2021-05-23 00:00:00', 0.0114837008240106, 0.0141538461538465, 0.0161048129452033, 0.0207500000000003, 0.0173014894867909, 0.0301923076923076, 0.0290493479338972, 0.0697692307692306, 0.0416117633146421, 0.133326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 735, '2021-05-23 00:00:00', 0.0127985726367615, 0.0132884615384619, 0.0124413238227102, 0.0175576923076927, 0.0193308442252671, 0.0291923076923076, 0.0303004188851476, 0.0703461538461543, 0.040788667355227, 0.131653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 750, '2021-05-23 00:00:00', 0.00827082453335486, 0.0105576923076926, 0.0114869323748601, 0.0195192307692308, 0.0138157657990931, 0.026153846153846, 0.0308435506286914, 0.0682307692307694, 0.0390280618963403, 0.130019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 765, '2021-05-23 00:00:00', 0.00913707578200782, 0.0143846153846155, 0.0132493831496471, 0.0201153846153847, 0.0173137562026893, 0.0293846153846156, 0.0302967185326428, 0.0683653846153852, 0.0387772980770171, 0.129173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 780, '2021-05-23 00:00:00', 0.0102489774349218, 0.0121923076923077, 0.0125065521289382, 0.0175769230769231, 0.0217112608144681, 0.0318269230769236, 0.0297314389416065, 0.069461538461539, 0.039039289873743, 0.127384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 795, '2021-05-23 00:00:00', 0.0112214252488437, 0.0115961538461539, 0.0169425840368627, 0.0208653846153848, 0.0218305713657213, 0.0319230769230774, 0.0281211732439348, 0.0684038461538467, 0.0388003419889761, 0.125442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 810, '2021-05-23 00:00:00', 0.0116975780969109, 0.0134999999999999, 0.0180551931587567, 0.0211400000000002, 0.0159592449696093, 0.0310200000000007, 0.0247853619434268, 0.0667800000000007, 0.0418881248088279, 0.12486 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 825, '2021-05-23 00:00:00', 0.00971699542039667, 0.0124999999999998, 0.00900258509882292, 0.0195576923076921, 0.0115909281502654, 0.0279807692307695, 0.0267414688049506, 0.0691153846153851, 0.0412001680355042, 0.124076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 840, '2021-05-23 00:00:00', 0.00692534364601412, 0.0144038461538461, 0.00813718908185433, 0.022076923076923, 0.0159386443782205, 0.0300961538461539, 0.0268715176634753, 0.0720384615384619, 0.0405509413719802, 0.124673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 855, '2021-05-23 00:00:00', 0.00993712928674768, 0.0139423076923073, 0.0122763844589773, 0.0194807692307693, 0.0198898505234745, 0.0328846153846151, 0.0266299426614828, 0.0730769230769233, 0.0410145565153859, 0.125423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 870, '2021-05-23 00:00:00', 0.0114300716735088, 0.0125576923076927, 0.0172448543049804, 0.0212500000000003, 0.0179318045769132, 0.0355192307692311, 0.0338239616930864, 0.0760961538461543, 0.0413801745544143, 0.124173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 885, '2021-05-23 00:00:00', 0.0112638973990086, 0.0141538461538464, 0.0149107730800976, 0.0246346153846155, 0.0167888813939927, 0.036442307692308, 0.0339995022588, 0.075115384615385, 0.0457484930394934, 0.125269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 900, '2021-05-23 00:00:00', 0.0111977504609015, 0.0170192307692305, 0.0125388013167741, 0.0248076923076923, 0.0211076089087835, 0.0373653846153844, 0.0343866085293946, 0.0721730769230773, 0.0470661768152028, 0.12525 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 915, '2021-05-23 00:00:00', 0.0101479061879783, 0.017, 0.0132974983187996, 0.0252884615384616, 0.0188007876267093, 0.0359807692307694, 0.0331092654937927, 0.0682884615384621, 0.0478957039987765, 0.123538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 930, '2021-05-23 00:00:00', 0.0124902577419982, 0.0175576923076922, 0.0151510852619668, 0.0266538461538457, 0.0176156071534485, 0.0330192307692306, 0.0333360973213028, 0.0653461538461543, 0.0482995301776796, 0.121769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 945, '2021-05-23 00:00:00', 0.0134730642965311, 0.017711538461538, 0.0163926930251067, 0.0234038461538465, 0.0167863039410112, 0.0310000000000003, 0.0343167597537995, 0.0630000000000005, 0.0488436437877184, 0.120307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 960, '2021-05-23 00:00:00', 0.0108421009885608, 0.0158653846153845, 0.0135351394525511, 0.023, 0.0148573343711239, 0.0340961538461539, 0.034493544546547, 0.0622307692307693, 0.0491408024104048, 0.119461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 975, '2021-05-23 00:00:00', 0.012213564338315, 0.0183653846153851, 0.0139511234728192, 0.0240769230769237, 0.0150733080438445, 0.0367307692307699, 0.0348097687438456, 0.0630000000000002, 0.050807676585335, 0.1205 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 990, '2021-05-23 00:00:00', 0.013597001931987, 0.0160384615384619, 0.0136206997448168, 0.0292115384615386, 0.0141613368556244, 0.0372115384615386, 0.0344413045853153, 0.0617884615384616, 0.0509147855206656, 0.119653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 1005, '2021-05-23 00:00:00', 0.0109123254237508, 0.0238269230769232, 0.0119180535323521, 0.0290000000000005, 0.0230139422624969, 0.0396923076923081, 0.0351437104560031, 0.0585961538461538, 0.0507979443860294, 0.118365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 1020, '2021-05-23 00:00:00', 0.0112489999555515, 0.0195000000000002, 0.0118155210829457, 0.025442307692308, 0.0259367574036421, 0.0391538461538463, 0.0439208247435523, 0.0603269230769231, 0.0507932915013237, 0.118461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 1035, '2021-05-23 00:00:00', 0.00896849185503635, 0.0164230769230769, 0.0171966454689461, 0.0252692307692308, 0.0191875360185081, 0.0373076923076921, 0.0424933478956955, 0.0552307692307691, 0.0491028629903199, 0.117365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019774, 3, 1050, '2021-05-23 00:00:00', 0.0152760748079624, 0.0180384615384614, 0.018121905571392, 0.0277115384615384, 0.0337738861343403, 0.0408461538461535, 0.0427667915740523, 0.0540384615384616, 0.0492498691915481, 0.119019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019774 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15[...];
Date: 2021-05-23 17:48:31 Duration: 1s914ms Database: acaweb_fx User: pgperfstats
11 1s854ms 24s192ms 9s342ms 3 28s27ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 23 17 3 28s27ms 9s342ms [ User: pgperfstats - Total duration: 28s27ms - Times executed: 3 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1035, '2021-05-23 00:00:00', 0.000753244571580457, 0.00193576923076926, 0.000946942529325896, 0.00261692307692312, 0.00164664371934596, 0.00402153846153849, 0.00300337042081316, 0.00614173076923077, 0.00610417878304565, 0.0147038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1050, '2021-05-23 00:00:00', 0.000578863076675695, 0.00188769230769233, 0.00107179800407466, 0.00307519230769234, 0.00158578202013538, 0.00391615384615386, 0.00350907998571619, 0.00617788461538462, 0.00608119577373247, 0.0147090384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1065, '2021-05-23 00:00:00', 0.00115314868278786, 0.00256673076923078, 0.00162155276960555, 0.00317423076923076, 0.00180159489171295, 0.00381307692307691, 0.00379922373144024, 0.00611480769230772, 0.00602244393593984, 0.0146351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1080, '2021-05-23 00:00:00', 0.000865375352087183, 0.00193749999999999, 0.00113362773702567, 0.0024953846153846, 0.00137244767309527, 0.00314884615384612, 0.00378932119453933, 0.00577134615384616, 0.00579363794638966, 0.0143894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1095, '2021-05-23 00:00:00', 0.000625851420067118, 0.00154499999999999, 0.000769192508663869, 0.00221134615384614, 0.00118075498989157, 0.00271711538461538, 0.00379218216050623, 0.00578346153846154, 0.00583619246268821, 0.0145973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1110, '2021-05-23 00:00:00', 0.000686808897393161, 0.00160730769230767, 0.00101944819161376, 0.00209115384615383, 0.00131840352174661, 0.00270961538461536, 0.00379977866258228, 0.00578173076923076, 0.0057342506351008, 0.0145921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1125, '2021-05-23 00:00:00', 0.000747842126490506, 0.00149038461538461, 0.000865682123219344, 0.00187846153846152, 0.00117254962171528, 0.00254384615384613, 0.00382126869789847, 0.00558769230769232, 0.0057379388687523, 0.0145073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1140, '2021-05-23 00:00:00', 0.0004479775492314, 0.00118673076923076, 0.00077279263812387, 0.00175730769230768, 0.000925647070972518, 0.00243249999999999, 0.00387935679145201, 0.00552365384615386, 0.00573655442350599, 0.0144805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1155, '2021-05-23 00:00:00', 0.000640810934555708, 0.00142057692307693, 0.000753108328095085, 0.00184692307692307, 0.00107520046431425, 0.00280903846153847, 0.00385206133128747, 0.00563250000000001, 0.0057255003274823, 0.01455 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1170, '2021-05-23 00:00:00', 0.000425004660607941, 0.00111519230769229, 0.000699718514832937, 0.001765, 0.00122209334907208, 0.00265192307692309, 0.00387649253141988, 0.00558288461538463, 0.00571975152768558, 0.0145265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1185, '2021-05-23 00:00:00', 0.000725138607439989, 0.00137000000000002, 0.00126496556657302, 0.00213673076923078, 0.00173074502632649, 0.00278211538461539, 0.00387830822058361, 0.00554442307692309, 0.00567224808573759, 0.0145971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1200, '2021-05-23 00:00:00', 0.00119135443282653, 0.00154076923076924, 0.00129675927426207, 0.00185384615384616, 0.00163168196608948, 0.00262903846153847, 0.0036122701364186, 0.00546153846153847, 0.00552447102932452, 0.0145069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1215, '2021-05-23 00:00:00', 0.000381332330328604, 0.00103711538461541, 0.00100115957768979, 0.0016425, 0.00329996808842379, 0.00312423076923077, 0.00370631573751535, 0.0054928846153846, 0.00552740739406821, 0.0146475 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1230, '2021-05-23 00:00:00', 0.000930764470744354, 0.00128250000000001, 0.00147015955439695, 0.00192134615384619, 0.00387625078572661, 0.00326692307692309, 0.0037734783841152, 0.00554365384615385, 0.00564293032509229, 0.0146855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1245, '2021-05-23 00:00:00', 0.00115727086118761, 0.00142961538461539, 0.00321915182331285, 0.00247730769230768, 0.00391072738168315, 0.00322057692307695, 0.00372714234212508, 0.00547596153846154, 0.00564814645225794, 0.0146128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1260, '2021-05-23 00:00:00', 0.00280435384028806, 0.00183730769230769, 0.0033577495496927, 0.00235403846153846, 0.00345277890312226, 0.0032919230769231, 0.00330020433516565, 0.00535057692307694, 0.00572310113957863, 0.0145444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1275, '2021-05-23 00:00:00', 0.00137854265300493, 0.00122461538461537, 0.00162371359732987, 0.00175461538461542, 0.00147425459652825, 0.00268884615384618, 0.0023076998288339, 0.00469750000000001, 0.00524390912979416, 0.0141698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1290, '2021-05-23 00:00:00', 0.00103738065115203, 0.00118615384615389, 0.00115143390538125, 0.00201903846153849, 0.00121562249011012, 0.00252596153846155, 0.00224567670972814, 0.00461173076923078, 0.00514489185054906, 0.0140669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1305, '2021-05-23 00:00:00', 0.000717246899878006, 0.00153365384615386, 0.000824554051967105, 0.00191423076923078, 0.000865427084427994, 0.00232903846153846, 0.00213887742842972, 0.00454442307692309, 0.0051590120140913, 0.0140451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1320, '2021-05-23 00:00:00', 0.000778776950391802, 0.00153153846153849, 0.000928640942452992, 0.00187500000000001, 0.000988076861694184, 0.00227826923076925, 0.00220412291992843, 0.00452038461538464, 0.00529432640082396, 0.0140790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1335, '2021-05-23 00:00:00', 0.000745610127035906, 0.0010526923076923, 0.000762199751730791, 0.0014076923076923, 0.00118116215587087, 0.00223903846153846, 0.00206760779646432, 0.00434000000000002, 0.00510252037270272, 0.0139280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1350, '2021-05-23 00:00:00', 0.000446624950214208, 0.000944615384615381, 0.000528133141721497, 0.00145384615384616, 0.00111626230719378, 0.00217346153846155, 0.00208080450417991, 0.00430076923076926, 0.005096482859626, 0.0139265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1365, '2021-05-23 00:00:00', 0.000441309589569687, 0.00111307692307692, 0.00103716101042147, 0.00179019230769232, 0.00121970092488032, 0.00213288461538463, 0.00215064312384781, 0.00431461538461542, 0.005096482859626, 0.0139265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1380, '2021-05-23 00:00:00', 0.00106898458289236, 0.00136096153846154, 0.00114521546511497, 0.0016073076923077, 0.00126973849518471, 0.00241538461538463, 0.00238549292600084, 0.00442750000000001, 0.00509080483284853, 0.0139303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1395, '2021-05-23 00:00:00', 0.000525402556287926, 0.000834615384615412, 0.000879566938896667, 0.00141500000000002, 0.00139641415776268, 0.0028675, 0.00306992477983522, 0.00474807692307693, 0.00485564214243438, 0.0138911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1410, '2021-05-23 00:00:00', 0.000795574973501301, 0.00113846153846155, 0.000904257132423353, 0.0019698076923077, 0.00151034056271579, 0.00310384615384617, 0.00302379173580763, 0.00480269230769232, 0.00482972597168188, 0.0139048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 1, 1425, '2021-05-23 00:00:00', 0.000698087855392262, 0.00149057692307693, 0.00135687544068659, 0.00255480769230772, 0.0017022161572943, 0.00319538461538463, 0.00303503012911165, 0.00489826923076924, 0.00477857767702739, 0.0138911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 0, '2021-05-23 00:00:00', 0.00141201085471965, 0.00199557692307697, 0.00155957642178401, 0.00257884615384617, 0.00173129747921564, 0.00314019230769232, 0.0030730655516301, 0.00498673076923077, 0.00464123904626936, 0.0141082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 15, '2021-05-23 00:00:00', 0.0010605267166209, 0.00176240000000001, 0.001421221540319, 0.00218960000000002, 0.00146170442748642, 0.00274059999999999, 0.0028491683728181, 0.00484899999999999, 0.00434398749230861, 0.0141576 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 30, '2021-05-23 00:00:00', 0.00103381546548049, 0.00133340000000003, 0.000945913271218159, 0.0019204, 0.00103949314572055, 0.0025422, 0.00271889338702348, 0.00480399999999998, 0.00407552220580384, 0.014016 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 45, '2021-05-23 00:00:00', 0.000513951247313742, 0.0013267307692308, 0.000759178098087243, 0.00197576923076923, 0.000949163518375734, 0.00239076923076924, 0.00265996127791365, 0.00485499999999998, 0.0040106724354671, 0.0137307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 60, '2021-05-23 00:00:00', 0.000736001280308257, 0.00145826923076919, 0.000843014736617272, 0.00175038461538457, 0.000952287953380625, 0.00219211538461536, 0.00282297225387601, 0.00491211538461536, 0.00396441042759975, 0.0137290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 75, '2021-05-23 00:00:00', 0.000410930463891213, 0.00088461538461539, 0.000480806213962163, 0.00127384615384616, 0.00061557868334164, 0.00177634615384614, 0.00260328523216339, 0.00463999999999999, 0.0038411633854662, 0.0136180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 90, '2021-05-23 00:00:00', 0.000328145371162532, 0.000885769230769209, 0.000519848387661098, 0.00124211538461537, 0.000645112512548136, 0.00178807692307691, 0.00264882301874161, 0.00487076923076923, 0.0038281857974764, 0.0136375 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 105, '2021-05-23 00:00:00', 0.00050314365588917, 0.000896538461538468, 0.000551549600252251, 0.00138519230769229, 0.000645576456772102, 0.00183480769230768, 0.00285414441578452, 0.00507711538461537, 0.00382401740521466, 0.0136586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 120, '2021-05-23 00:00:00', 0.000405040548777302, 0.0010453846153846, 0.00055317975934939, 0.00141961538461537, 0.00104138628021276, 0.00209423076923074, 0.00284650373940764, 0.00512153846153845, 0.00381598381809988, 0.0136475 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 135, '2021-05-23 00:00:00', 0.000498121123669919, 0.000939423076923065, 0.000590379571514422, 0.00140596153846154, 0.00240576248108261, 0.00255865384615382, 0.00273333324968734, 0.00513442307692307, 0.00379268646922551, 0.0136105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 150, '2021-05-23 00:00:00', 0.000416031433723675, 0.00106307692307691, 0.000741768598584605, 0.00157942307692305, 0.00223798729115801, 0.00264865384615382, 0.0026243109571848, 0.00506999999999998, 0.00362726538232955, 0.0135269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 165, '2021-05-23 00:00:00', 0.000462910400036057, 0.00109403846153844, 0.00229861618069525, 0.00204788461538458, 0.00227237923433029, 0.0026107692307692, 0.00263180336680739, 0.00488480769230767, 0.00355813834210232, 0.0134676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 180, '2021-05-23 00:00:00', 0.00234324607197928, 0.00164692307692305, 0.00227764297870884, 0.00203153846153844, 0.00222000496361195, 0.00260096153846153, 0.00267580501186815, 0.0048176923076923, 0.00354882992634954, 0.0133903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 195, '2021-05-23 00:00:00', 0.000442075176342713, 0.00116230769230767, 0.000697990301894242, 0.00157730769230766, 0.000714638827552857, 0.00228942307692304, 0.00171587488337133, 0.00436384615384615, 0.00333779259161133, 0.0133257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 210, '2021-05-23 00:00:00', 0.000546121323517018, 0.00115250000000002, 0.000607822469020462, 0.00161692307692309, 0.000850774127124572, 0.00242884615384616, 0.00181687340272747, 0.00441019230769232, 0.00333285177611285, 0.0133598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 225, '2021-05-23 00:00:00', 0.000391188524292933, 0.00123730769230769, 0.00054582372471481, 0.00180346153846154, 0.000932098789746102, 0.00256807692307692, 0.00180263251940044, 0.00439000000000001, 0.00334721323813386, 0.0133476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 240, '2021-05-23 00:00:00', 0.000541172942640462, 0.0013169230769231, 0.000882212624815919, 0.00192134615384615, 0.00112232444232766, 0.00261807692307692, 0.00176678013302776, 0.00432096153846156, 0.00334575016309441, 0.0133369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 255, '2021-05-23 00:00:00', 0.000509622937534704, 0.00115846153846154, 0.000540302372608289, 0.00168057692307692, 0.00103979450632544, 0.00220884615384615, 0.00177988184568958, 0.00407576923076925, 0.00335885097111407, 0.0133153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 270, '2021-05-23 00:00:00', 0.000398146281583111, 0.0012623076923077, 0.000825074006004651, 0.00167865384615387, 0.00112018926972186, 0.00233000000000002, 0.00169903924208767, 0.0040321153846154, 0.00339556466358916, 0.0133157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 285, '2021-05-23 00:00:00', 0.000744392059644338, 0.0012165384615385, 0.000749106031315892, 0.00152038461538463, 0.00112381275815173, 0.00238634615384618, 0.00161004615318464, 0.00400384615384617, 0.0033471062185807, 0.0133059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 300, '2021-05-23 00:00:00', 0.000411995565696796, 0.000977115384615398, 0.000885770004007794, 0.00163250000000005, 0.00122051521277508, 0.00241923076923077, 0.0014460995284398, 0.00401538461538463, 0.0032110215484508, 0.0132342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 315, '2021-05-23 00:00:00', 0.000629192308867858, 0.00122980769230775, 0.000778278969166061, 0.00178692307692309, 0.00121189065576831, 0.00238519230769232, 0.00132457848157299, 0.00413807692307694, 0.00315044471219786, 0.0132182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 330, '2021-05-23 00:00:00', 0.000584836630705886, 0.00120826923076926, 0.0010843603573607, 0.00162576923076924, 0.00113861537032419, 0.00218980769230768, 0.00124946470076651, 0.00412596153846155, 0.00318367835155404, 0.0132403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 345, '2021-05-23 00:00:00', 0.000664223896450113, 0.00109923076923075, 0.000736226762725888, 0.00152961538461535, 0.0009425065598629, 0.00197384615384613, 0.00146725274420753, 0.00433884615384615, 0.00326888275432732, 0.0132673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 360, '2021-05-23 00:00:00', 0.000444216899550394, 0.00101442307692305, 0.000534935833678978, 0.00137211538461537, 0.000834472680107754, 0.0018455769230769, 0.00177188200683732, 0.00465038461538464, 0.00330762654854133, 0.0133692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 375, '2021-05-23 00:00:00', 0.000366677651350594, 0.000872500000000037, 0.000507433208943266, 0.00129769230769233, 0.000571129279450969, 0.00175057692307696, 0.00191520877552453, 0.00499557692307693, 0.00329075188976624, 0.013395 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 390, '2021-05-23 00:00:00', 0.000379396281559975, 0.00100153846153847, 0.000434688438380397, 0.00130596153846152, 0.000468992537254085, 0.00174000000000001, 0.00185541734886291, 0.00517653846153846, 0.0032126466683071, 0.0134988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 405, '2021-05-23 00:00:00', 0.000365172087988901, 0.000919423076923054, 0.000331365299237058, 0.00122019230769232, 0.000599830360634125, 0.00181230769230771, 0.00185003767113412, 0.00558576923076924, 0.00323771037332535, 0.0134526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 420, '2021-05-23 00:00:00', 0.000273190339394452, 0.000899807692307694, 0.000426959194591425, 0.00123307692307692, 0.000576929705090149, 0.00187173076923078, 0.00185510364628545, 0.00592653846153846, 0.00321935108129193, 0.0134992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 435, '2021-05-23 00:00:00', 0.000313131577161091, 0.000825769230769252, 0.000486680949035258, 0.0013071153846154, 0.000558235027702373, 0.00192211538461541, 0.00184193920596243, 0.00612596153846156, 0.0032059890649557, 0.0134882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 450, '2021-05-23 00:00:00', 0.000357692659222349, 0.00093903846153849, 0.000531374306723775, 0.00127557692307698, 0.000800721525587092, 0.00202980769230772, 0.00171065400224144, 0.00631134615384618, 0.00323324645138361, 0.0135838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 465, '2021-05-23 00:00:00', 0.000328268007298009, 0.00085673076923078, 0.000481831960813674, 0.00132596153846156, 0.00090934947162163, 0.0020826923076923, 0.00177889511949239, 0.00668538461538463, 0.00322521699329615, 0.0135894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 480, '2021-05-23 00:00:00', 0.000389087542057884, 0.00102365384615386, 0.000676378506914158, 0.00158326923076924, 0.000919005147721445, 0.00225230769230771, 0.00170728245601464, 0.00676923076923077, 0.00319888166155228, 0.0135567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 495, '2021-05-23 00:00:00', 0.000483054703065672, 0.00097961538461538, 0.000620978291457559, 0.00147096153846152, 0.000841138445569697, 0.00230326923076924, 0.00165150305665893, 0.00691211538461539, 0.00322582456960173, 0.0135269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 510, '2021-05-23 00:00:00', 0.00039885412795233, 0.00107615384615385, 0.000549011699469036, 0.00154461538461541, 0.000756844867754371, 0.00240692307692311, 0.00185339675689299, 0.00698846153846154, 0.00319529151192092, 0.0135253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 525, '2021-05-23 00:00:00', 0.000425811442560426, 0.00103076923076923, 0.000629632737884065, 0.00175423076923078, 0.000878749132836862, 0.00286903846153846, 0.0018839325992353, 0.00700596153846153, 0.00318302268050598, 0.0135857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 540, '2021-05-23 00:00:00', 0.000526460203770279, 0.00144711538461541, 0.000724642219411662, 0.00204288461538462, 0.00107418521895221, 0.00324173076923078, 0.00190635048032782, 0.00703192307692306, 0.00311787847002513, 0.0136780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 555, '2021-05-23 00:00:00', 0.000484165777394439, 0.0013975, 0.000733547780416388, 0.00222711538461537, 0.00113992909698534, 0.00370288461538459, 0.00221559667254322, 0.00731615384615385, 0.0031544813544202, 0.0137961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 570, '2021-05-23 00:00:00', 0.000621181906963223, 0.00172980769230767, 0.000855282679316313, 0.00249269230769231, 0.00109615671254685, 0.00383346153846152, 0.0022855097815451, 0.00737980769230768, 0.00313633924283614, 0.0138253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 585, '2021-05-23 00:00:00', 0.000747821245609309, 0.00176884615384616, 0.000929317139707346, 0.00294711538461538, 0.00113085386391807, 0.00406730769230768, 0.00236580332754336, 0.00756923076923077, 0.00311919445345456, 0.0139359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 600, '2021-05-23 00:00:00', 0.000669262165488133, 0.00230961538461538, 0.000899043851073944, 0.0029203846153846, 0.000978855473735275, 0.00432403846153846, 0.0025581899926435, 0.00778096153846154, 0.00311665881255011, 0.0141619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 615, '2021-05-23 00:00:00', 0.000620522267622525, 0.00175326923076918, 0.000957450701683295, 0.00279038461538459, 0.00117320955240148, 0.00394442307692307, 0.00254738765888025, 0.00778673076923076, 0.00312113803209417, 0.0141511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 630, '2021-05-23 00:00:00', 0.000765882798826583, 0.0020723076923077, 0.00102872148058419, 0.00286673076923079, 0.00124149018707977, 0.00396826923076925, 0.00256093832713415, 0.00775865384615384, 0.00324916110474926, 0.0141317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 645, '2021-05-23 00:00:00', 0.000772514301585318, 0.00189288461538462, 0.00100364637121924, 0.00268403846153847, 0.00182064026142962, 0.00415480769230769, 0.00258283788466512, 0.00746653846153845, 0.00338692454095952, 0.0139646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 660, '2021-05-23 00:00:00', 0.000609743357108887, 0.00188980769230771, 0.0011299856363961, 0.00267653846153846, 0.0018949645013927, 0.00397269230769228, 0.00235824990520184, 0.00725384615384613, 0.00332045657194215, 0.0140303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 675, '2021-05-23 00:00:00', 0.000672653985802055, 0.00186076923076923, 0.00118345896227315, 0.00290865384615383, 0.00157343108670684, 0.00400576923076922, 0.00229108704464798, 0.00698961538461537, 0.00317940357856384, 0.0139913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 690, '2021-05-23 00:00:00', 0.000746421230838334, 0.00192942307692306, 0.00086623775382623, 0.00257461538461536, 0.00173185236535471, 0.00384115384615382, 0.00239326996291364, 0.00705865384615384, 0.00321046382941778, 0.014005 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 705, '2021-05-23 00:00:00', 0.000693301910037436, 0.00185346153846154, 0.00163752952997452, 0.00290019230769231, 0.00156650641433541, 0.00372211538461539, 0.00211977474311271, 0.00710980769230768, 0.00342145954011081, 0.0142792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 720, '2021-05-23 00:00:00', 0.0014213592627644, 0.00207192307692309, 0.00128792618039771, 0.00292538461538462, 0.00139320687071784, 0.00356423076923077, 0.00193917714507987, 0.00721, 0.0035389278526347, 0.0143378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 735, '2021-05-23 00:00:00', 0.000876584301970728, 0.00195403846153849, 0.000838313691975661, 0.0025296153846154, 0.00144177424083608, 0.00339519230769232, 0.00216560572446747, 0.00756692307692307, 0.00346439841042479, 0.0145028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 750, '2021-05-23 00:00:00', 0.00042486056536234, 0.0015375, 0.0013662366052549, 0.0022273076923077, 0.00143303261007501, 0.0032976923076923, 0.00212586121010179, 0.00761326923076924, 0.00342821804463168, 0.0145651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 765, '2021-05-23 00:00:00', 0.00115177922563975, 0.00161423076923077, 0.00114364856422832, 0.00234903846153847, 0.00122071449758548, 0.00344173076923076, 0.00227262213854732, 0.00762576923076923, 0.00339516694956, 0.0145538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 780, '2021-05-23 00:00:00', 0.000786320936631272, 0.00186384615384618, 0.000871626706442976, 0.00252365384615386, 0.00153452082222632, 0.00358307692307694, 0.00225386171168167, 0.00774115384615386, 0.00341710090798976, 0.0146061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 795, '2021-05-23 00:00:00', 0.000582457294571903, 0.00160249999999999, 0.000904613729721175, 0.002365, 0.00172341829379425, 0.00371384615384614, 0.00229924356290031, 0.0076701923076923, 0.00340786048942508, 0.0144336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 810, '2021-05-23 00:00:00', 0.000516588848564843, 0.00163596153846155, 0.000965743495965667, 0.00229250000000001, 0.00143781383196317, 0.00352115384615386, 0.00204507001948966, 0.00760576923076923, 0.00357412623534113, 0.0144221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 825, '2021-05-23 00:00:00', 0.000592760037062606, 0.0016273076923077, 0.00102764495515043, 0.00260692307692308, 0.00108377296799368, 0.00330538461538462, 0.00208942363234092, 0.00746134615384615, 0.00370161773885626, 0.0146332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 840, '2021-05-23 00:00:00', 0.000882386536615356, 0.00184500000000001, 0.00102177989500976, 0.00245692307692309, 0.000954279047239301, 0.00329750000000002, 0.00204922274195704, 0.00761038461538461, 0.00363476716532898, 0.0146721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 855, '2021-05-23 00:00:00', 0.000707664550040935, 0.00171634615384617, 0.000636863709607797, 0.00228923076923075, 0.0012642177271097, 0.00318769230769231, 0.00219988373818674, 0.00793230769230769, 0.00375716933137373, 0.0144907692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 870, '2021-05-23 00:00:00', 0.000553178542606255, 0.00147749999999997, 0.000902710895878882, 0.00228519230769232, 0.00207699984259843, 0.00338711538461538, 0.00217334595815904, 0.00762557692307691, 0.00374296154340176, 0.0143463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 885, '2021-05-23 00:00:00', 0.000663751488481623, 0.00171596153846154, 0.000955193174179948, 0.00227, 0.00205716041220379, 0.00367980769230769, 0.00217367246842756, 0.00752999999999999, 0.00371889320280189, 0.0143294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 900, '2021-05-23 00:00:00', 0.000520611979629113, 0.00162920000000001, 0.00214452117810327, 0.00275740000000002, 0.0020598569529622, 0.00384260000000004, 0.00234529026277487, 0.00735480000000003, 0.00374620533562518, 0.0143826 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 915, '2021-05-23 00:00:00', 0.00210021061214931, 0.00206884615384617, 0.00208104793313367, 0.00286750000000001, 0.00237538972510908, 0.00403211538461543, 0.00234485706469414, 0.00729557692307694, 0.00383358149977075, 0.0144463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 930, '2021-05-23 00:00:00', 0.000898873675560328, 0.00180173076923077, 0.000929160435761535, 0.0024986538461539, 0.00174976402804668, 0.00371192307692312, 0.00226671711105252, 0.0070723076923077, 0.00382137931702877, 0.0145532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 945, '2021-05-23 00:00:00', 0.000433929274634262, 0.0017138461538462, 0.00101397542073078, 0.00256192307692312, 0.00135147931769373, 0.00369288461538465, 0.00220566403746214, 0.00689461538461539, 0.00370062787292184, 0.0145494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 960, '2021-05-23 00:00:00', 0.000804766186780119, 0.00195384615384616, 0.000957746252728437, 0.0025517307692308, 0.00151583321844915, 0.00417788461538463, 0.00215448159925731, 0.00684519230769231, 0.00390209474316234, 0.0148492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 975, '2021-05-23 00:00:00', 0.000664977182951503, 0.00171557692307691, 0.000910619231410919, 0.00275923076923077, 0.00128798190383846, 0.00411576923076921, 0.00261448615336817, 0.00705038461538459, 0.00388697292246807, 0.0148925 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 990, '2021-05-23 00:00:00', 0.000622388111662199, 0.00207019230769229, 0.00108945483896938, 0.00304038461538459, 0.000957450802110212, 0.00395096153846152, 0.00258872208598403, 0.00696403846153845, 0.00386351651796847, 0.0149082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1005, '2021-05-23 00:00:00', 0.000765378362943117, 0.00209903846153845, 0.000786094141944841, 0.00292499999999996, 0.000733994655189082, 0.0036930769230769, 0.00272692470489264, 0.0067878846153846, 0.00396607475491048, 0.0149451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1020, '2021-05-23 00:00:00', 0.000707763976304152, 0.00212461538461536, 0.000831215051318532, 0.0027726923076923, 0.00115403481150001, 0.00405711538461539, 0.00279545746909849, 0.00661230769230768, 0.00398063462760165, 0.0151709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1035, '2021-05-23 00:00:00', 0.000778985854517559, 0.00204019230769233, 0.000792722596741478, 0.00269865384615385, 0.00241089425636725, 0.00459634615384616, 0.0028167670229429, 0.0064023076923077, 0.00389814212157535, 0.015385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1050, '2021-05-23 00:00:00', 0.000503231442395426, 0.00186326923076922, 0.00102462039875191, 0.00291019230769233, 0.00230058481695419, 0.00425749999999999, 0.00269990963523999, 0.00610403846153847, 0.00390797370276954, 0.0153473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1065, '2021-05-23 00:00:00', 0.00100695206516424, 0.00225230769230773, 0.00212094024867779, 0.00346846153846157, 0.00204508496156027, 0.00414750000000001, 0.0025873546633282, 0.00606192307692308, 0.00414774292653428, 0.0155807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1080, '2021-05-23 00:00:00', 0.00210089944108191, 0.00256269230769231, 0.00200087739408335, 0.00318211538461538, 0.00194396447617114, 0.00369673076923077, 0.00269288636253713, 0.0056701923076923, 0.00469975222341968, 0.0157448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1095, '2021-05-23 00:00:00', 0.000696030088872139, 0.00176173076923076, 0.00114010817637895, 0.00248442307692309, 0.00119365411817919, 0.00315307692307695, 0.00259764322918947, 0.00531711538461541, 0.00483477963860257, 0.0157919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1110, '2021-05-23 00:00:00', 0.000692633658303846, 0.00186576923076925, 0.000897745488174931, 0.0023248076923077, 0.000863278277622791, 0.00292423076923077, 0.00245525092717316, 0.00507865384615387, 0.00496011335168243, 0.0157473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1125, '2021-05-23 00:00:00', 0.000574957791092934, 0.00153230769230764, 0.000654484059863473, 0.00205076923076922, 0.000746092513339718, 0.00281403846153845, 0.002532444000444, 0.00480115384615385, 0.00488640040945666, 0.0157601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1140, '2021-05-23 00:00:00', 0.000469147221439725, 0.00140634615384618, 0.000503309050186857, 0.00181, 0.00100536088048026, 0.00260250000000002, 0.00260954998330838, 0.00468365384615388, 0.00477235079953747, 0.0157730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1155, '2021-05-23 00:00:00', 0.000479562340537227, 0.00139596153846153, 0.000717691062741124, 0.00202730769230772, 0.00236438742269862, 0.00305326923076926, 0.00267816576869609, 0.0046767307692308, 0.00474183781719864, 0.0157167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1170, '2021-05-23 00:00:00', 0.000519850607238438, 0.00135057692307694, 0.000757950297741329, 0.0018344230769231, 0.00231620844020169, 0.00279346153846157, 0.00264825048925631, 0.00457557692307692, 0.00473478029707169, 0.0156973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1185, '2021-05-23 00:00:00', 0.000617568588529621, 0.00132019230769231, 0.00234070072512815, 0.00222326923076923, 0.00230872185751872, 0.00263384615384615, 0.00267327489305651, 0.00456442307692309, 0.00470326492572321, 0.0156698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1200, '2021-05-23 00:00:00', 0.00238906606309791, 0.00176942307692311, 0.00235911838161241, 0.00208846153846158, 0.00238628091711448, 0.00243615384615387, 0.00284337551972195, 0.0050171153846154, 0.00468114698715863, 0.0156463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1215, '2021-05-23 00:00:00', 0.000398755612451458, 0.00107903846153848, 0.00048918959671939, 0.00136230769230769, 0.000548084496573893, 0.00186384615384613, 0.00190725014494289, 0.00479134615384617, 0.00461009556466939, 0.0156936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1230, '2021-05-23 00:00:00', 0.00038402689208721, 0.000899423076923042, 0.000447431129208307, 0.00141115384615382, 0.000757870117754141, 0.00189865384615382, 0.00188171999879, 0.00484692307692309, 0.00459555827779554, 0.0157067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1245, '2021-05-23 00:00:00', 0.000359341063615059, 0.00109999999999999, 0.000537727590456819, 0.00153980769230768, 0.000838371406588194, 0.00199384615384615, 0.0018751012280367, 0.00484884615384616, 0.0045126496054467, 0.0158726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1260, '2021-05-23 00:00:00', 0.000444927133187186, 0.00100192307692306, 0.00067074668495985, 0.00139365384615384, 0.000880885939529925, 0.00201096153846154, 0.00191549380056424, 0.00484250000000001, 0.00450110342454618, 0.0158909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1275, '2021-05-23 00:00:00', 0.000518375309537854, 0.000954807692307696, 0.000604019485167112, 0.00135346153846152, 0.00108509474949637, 0.00224115384615386, 0.00204425980585789, 0.00496307692307693, 0.00450597623674977, 0.0160096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1290, '2021-05-23 00:00:00', 0.000430773543934455, 0.00103538461538461, 0.000720952921753289, 0.00159365384615385, 0.0010513849657256, 0.00229711538461542, 0.00213951645327773, 0.00508557692307693, 0.00453813001559688, 0.0160790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1305, '2021-05-23 00:00:00', 0.000563878055556739, 0.0013123076923077, 0.000990375996975215, 0.00191615384615386, 0.00105856811851597, 0.00234730769230772, 0.00211706578510483, 0.00512346153846156, 0.0045328207935185, 0.0160778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1320, '2021-05-23 00:00:00', 0.000898662424854951, 0.00152692307692311, 0.000934959892187881, 0.00186000000000002, 0.000966412099548565, 0.00239288461538465, 0.00231168117311921, 0.00522538461538464, 0.00453588093385989, 0.0160896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1335, '2021-05-23 00:00:00', 0.000442113499176261, 0.000932115384615359, 0.000435166457983471, 0.00122461538461537, 0.00108341726104881, 0.00213519230769232, 0.00230532684984481, 0.00501326923076923, 0.00453574669028831, 0.0160709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1350, '2021-05-23 00:00:00', 0.000250695724243273, 0.000817115384615383, 0.000540129507262282, 0.00138326923076926, 0.0011447307543698, 0.00212750000000003, 0.00216686640992508, 0.00497403846153848, 0.00452813230304129, 0.0160219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1365, '2021-05-23 00:00:00', 0.000441141874963313, 0.00109192307692309, 0.00107559681107748, 0.00164750000000002, 0.00119347701469926, 0.00217576923076925, 0.00214606768299607, 0.00495250000000002, 0.00547515546670733, 0.0163057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1380, '2021-05-23 00:00:00', 0.00113079332261098, 0.00128153846153849, 0.00116687768787546, 0.00164153846153848, 0.00175533034366318, 0.00286115384615386, 0.00218762516125453, 0.00495461538461538, 0.00547893166172438, 0.0163030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1395, '2021-05-23 00:00:00', 0.000892022162539446, 0.00107846153846157, 0.000873398754644971, 0.00147076923076925, 0.00137603489725427, 0.00329596153846155, 0.0022774386169217, 0.00514442307692308, 0.00547658754293076, 0.0162913461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1410, '2021-05-23 00:00:00', 0.000493811588174454, 0.00100173076923076, 0.00158423605709988, 0.00217826923076925, 0.00140152614619261, 0.00329846153846155, 0.00237191243838905, 0.00509115384615385, 0.00548305413559322, 0.0163394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 2, 1425, '2021-05-23 00:00:00', 0.0013568222490012, 0.00185384615384617, 0.00122646115370137, 0.00280519230769231, 0.0012171154423472, 0.00324, 0.00220424636519188, 0.00507596153846155, 0.00549087611406411, 0.0162725 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 0, '2021-05-23 00:00:00', 0.000908531020595649, 0.00196115384615388, 0.00118110463289503, 0.0024469230769231, 0.00118878865301551, 0.00282269230769231, 0.00187357523303607, 0.00493692307692308, 0.00562357529649817, 0.0161186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 15, '2021-05-23 00:00:00', 0.00091265026160077, 0.0015575, 0.000967090024446843, 0.00201365384615384, 0.00113005391294125, 0.0026146153846154, 0.00179702670028535, 0.00480019230769231, 0.00569413971688301, 0.0162136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 30, '2021-05-23 00:00:00', 0.000762382702201029, 0.00138423076923078, 0.000899440595378819, 0.00173923076923075, 0.00114105755602153, 0.00259288461538462, 0.00181265207319593, 0.00474153846153847, 0.00573248221507522, 0.0161521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 45, '2021-05-23 00:00:00', 0.000706980279346347, 0.00115365384615384, 0.000948079374314209, 0.00186750000000002, 0.00103630105887014, 0.00248826923076924, 0.00178994203816772, 0.00469750000000001, 0.00575156464330827, 0.0160796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 60, '2021-05-23 00:00:00', 0.000819345799074817, 0.00147346153846155, 0.001043534913352, 0.00191634615384615, 0.00144889565372551, 0.00252384615384614, 0.00180711828611189, 0.0046525, 0.0056987798829088, 0.0160419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 75, '2021-05-23 00:00:00', 0.000578435688865931, 0.00102538461538465, 0.0005346649561965, 0.00141115384615386, 0.0012770416534379, 0.00216923076923077, 0.00173976316911683, 0.00456173076923076, 0.0056848970222728, 0.0159769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 90, '2021-05-23 00:00:00', 0.000357594796468741, 0.000964038461538466, 0.00119682907975777, 0.0016153846153846, 0.00117153338046275, 0.00231769230769229, 0.00179586987707478, 0.00454615384615383, 0.00568169251598094, 0.0160346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 105, '2021-05-23 00:00:00', 0.00112713791730001, 0.00119826923076922, 0.00112402662163929, 0.00169038461538462, 0.00115119778759076, 0.00230788461538463, 0.00177887130377232, 0.00457634615384615, 0.00569323883756323, 0.0161123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 120, '2021-05-23 00:00:00', 0.000415905684574673, 0.00113153846153848, 0.000569386207987296, 0.00154442307692309, 0.000769650994832147, 0.00228057692307695, 0.00185181546056836, 0.00455750000000001, 0.00566420185497004, 0.0161194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 135, '2021-05-23 00:00:00', 0.000442528095587866, 0.00105865384615384, 0.000649610652621995, 0.001525, 0.00158424682420383, 0.002505, 0.00187323500517565, 0.00452576923076923, 0.00564996711018336, 0.0161021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 150, '2021-05-23 00:00:00', 0.000500464438143379, 0.00104057692307692, 0.000507621755004521, 0.00152538461538463, 0.001598808943702, 0.00241596153846154, 0.00188775540299545, 0.0045876923076923, 0.00565511295201076, 0.0160975 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 165, '2021-05-23 00:00:00', 0.00047913580056665, 0.00123365384615386, 0.00163077896677063, 0.00201596153846153, 0.00157397557648921, 0.00254365384615387, 0.00188589392188834, 0.00458673076923077, 0.00565445969669413, 0.0160623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 180, '2021-05-23 00:00:00', 0.0016000539413984, 0.00158115384615385, 0.00155405722100372, 0.00187038461538461, 0.00160493858018113, 0.00259538461538461, 0.00199649477450241, 0.00450423076923076, 0.0056692777351671, 0.0159959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 195, '2021-05-23 00:00:00', 0.00129130126676097, 0.0013448076923077, 0.00130275382880326, 0.00190346153846154, 0.00144048128976183, 0.00255288461538462, 0.00189616548287896, 0.00450153846153847, 0.00550903552915921, 0.0159826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 210, '2021-05-23 00:00:00', 0.000544182272914028, 0.00132288461538462, 0.000886528428109442, 0.00192442307692307, 0.000940313716062561, 0.00249826923076924, 0.00186290575342765, 0.00446538461538464, 0.00505761234713043, 0.0158455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 225, '2021-05-23 00:00:00', 0.000600534633600646, 0.00133961538461538, 0.000606821764479648, 0.00179942307692311, 0.000846724480662903, 0.00236788461538464, 0.00183120297786834, 0.00426788461538463, 0.00500654550025802, 0.0157396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 240, '2021-05-23 00:00:00', 0.000533263681349278, 0.00127307692307695, 0.000568835788120062, 0.00166192307692309, 0.000846656682759629, 0.00220846153846156, 0.00194088627654007, 0.00413153846153847, 0.00502681528252386, 0.0156932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 255, '2021-05-23 00:00:00', 0.000484131577792015, 0.00112576923076924, 0.000626850153852256, 0.00156634615384614, 0.000851497888339199, 0.00225557692307689, 0.00188457001829227, 0.00401307692307692, 0.00517915440454848, 0.0156521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 270, '2021-05-23 00:00:00', 0.000584168080396227, 0.0011221153846154, 0.000621366236610891, 0.001555, 0.000852350776472829, 0.00208461538461536, 0.00196782711091741, 0.00392346153846152, 0.00522624686999705, 0.0156678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 285, '2021-05-23 00:00:00', 0.000378418215938234, 0.00117211538461538, 0.000798616303364769, 0.00163999999999997, 0.00103144284677041, 0.0021028846153846, 0.0019519430161922, 0.00399653846153847, 0.00520932472000562, 0.0156490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 300, '2021-05-23 00:00:00', 0.00075728921921445, 0.00121980769230766, 0.000724397601193815, 0.00157173076923075, 0.00138636841590369, 0.00220923076923078, 0.00192422619812184, 0.0042473076923077, 0.00522055589436163, 0.0157353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 315, '2021-05-23 00:00:00', 0.000381183178255064, 0.00106115384615386, 0.000718249153256603, 0.00155038461538464, 0.00118180892963028, 0.00211711538461539, 0.00157565054940687, 0.00444942307692307, 0.00510775656383355, 0.0156336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 330, '2021-05-23 00:00:00', 0.00059573496946726, 0.00103192307692307, 0.00087072260000176, 0.00144038461538465, 0.00115841033317218, 0.00208750000000001, 0.0014694905972427, 0.00455615384615384, 0.00502899592746521, 0.0156009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 345, '2021-05-23 00:00:00', 0.000431558178625374, 0.000977692307692316, 0.000605557086173874, 0.00142076923076923, 0.000853369182440114, 0.0020548076923077, 0.0013551925920468, 0.00456480769230769, 0.0048971494887725, 0.0154613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 360, '2021-05-23 00:00:00', 0.000471941040972112, 0.000977115384615398, 0.000615705598980056, 0.00142923076923078, 0.000793590186819001, 0.00195576923076923, 0.00193357942288785, 0.00504923076923078, 0.00491701213605925, 0.0153521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 375, '2021-05-23 00:00:00', 0.000515629264551137, 0.000968461538461546, 0.000571434934717346, 0.00140826923076923, 0.000740389736246046, 0.00185980769230769, 0.00172891166300116, 0.00525153846153847, 0.0049193429087477, 0.0153055769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 390, '2021-05-23 00:00:00', 0.000434165911215478, 0.000915961538461544, 0.000540777076209658, 0.00120538461538461, 0.000752594588995074, 0.00183384615384616, 0.00183045879074493, 0.00551923076923078, 0.00495417415302103, 0.0151965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 405, '2021-05-23 00:00:00', 0.000398334803129996, 0.000828846153846161, 0.000490726658992729, 0.00124557692307691, 0.000695099356484107, 0.00179865384615382, 0.00192619265751019, 0.00560307692307692, 0.00496237860149903, 0.0151457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 420, '2021-05-23 00:00:00', 0.000296399418664456, 0.000853846153846128, 0.000406537395384689, 0.00128942307692307, 0.000655547363776141, 0.0017078846153846, 0.00205295213327989, 0.00596769230769234, 0.00497408664982829, 0.01508 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 435, '2021-05-23 00:00:00', 0.000337485726193883, 0.000933846153846174, 0.000358339761421167, 0.00124076923076925, 0.000644634780321383, 0.00185, 0.00209949485682772, 0.0063044230769231, 0.00498223714424941, 0.0150698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 450, '2021-05-23 00:00:00', 0.000334576655583658, 0.000943461538461553, 0.000604076058634509, 0.00129673076923079, 0.000602334081846502, 0.00192288461538462, 0.00217891632380727, 0.00657788461538465, 0.00500862057241927, 0.0150709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 465, '2021-05-23 00:00:00', 0.00045224380762863, 0.000962307692307737, 0.000477449473766578, 0.00145500000000003, 0.000467110100676326, 0.00197461538461542, 0.00210095360216772, 0.00704403846153848, 0.00504441876273632, 0.0150405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 480, '2021-05-23 00:00:00', 0.000275194267046703, 0.00107326923076925, 0.000363380495645238, 0.00142576923076924, 0.000719630033152706, 0.00213576923076929, 0.00223853214268773, 0.00725192307692309, 0.00505267375143711, 0.0150590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 495, '2021-05-23 00:00:00', 0.000451363063824062, 0.00104115384615384, 0.000390389401259033, 0.00147326923076926, 0.000816548010741686, 0.00247942307692311, 0.00232940435602028, 0.00753942307692309, 0.00507087190575895, 0.0151017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 510, '2021-05-23 00:00:00', 0.000373669794584233, 0.00107634615384616, 0.000733290161899431, 0.00157769230769234, 0.000824136191134986, 0.0026973076923077, 0.00259895231110246, 0.00780134615384616, 0.00509878435360973, 0.0151382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 525, '2021-05-23 00:00:00', 0.00041815423175962, 0.00113480769230772, 0.000632726730417354, 0.00198365384615386, 0.000930381828151145, 0.00282211538461538, 0.00267590355696052, 0.00783538461538461, 0.00510489200141921, 0.0151521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 540, '2021-05-23 00:00:00', 0.000607263629229198, 0.00154365384615385, 0.000671839266491615, 0.00205999999999997, 0.001986780851993, 0.00334692307692307, 0.00268081580579783, 0.00787076923076922, 0.00511087888347382, 0.0151501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 555, '2021-05-23 00:00:00', 0.000543366323522562, 0.00142480769230768, 0.000817331963440489, 0.00201153846153847, 0.00184013707683378, 0.00380269230769231, 0.00253829479405733, 0.00780269230769229, 0.00503241777035498, 0.0151288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 570, '2021-05-23 00:00:00', 0.000491908567176396, 0.00139596153846153, 0.00193700538103379, 0.00254538461538464, 0.00199590534691558, 0.00408192307692309, 0.00250751906197222, 0.00780961538461538, 0.00486931726378398, 0.0150638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 585, '2021-05-23 00:00:00', 0.00199906136628014, 0.00194288461538464, 0.00183399292214053, 0.00297096153846153, 0.00189030157341668, 0.00411903846153847, 0.00264617195935216, 0.00781903846153844, 0.00486579928211656, 0.0150505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 600, '2021-05-23 00:00:00', 0.000732041087539607, 0.00206307692307691, 0.0011345263498313, 0.00289596153846154, 0.00145544490950889, 0.00416326923076925, 0.00238684761525776, 0.00764346153846152, 0.00511278823524517, 0.0148884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 615, '2021-05-23 00:00:00', 0.000535787881391673, 0.00183057692307693, 0.000756584836871995, 0.00241384615384617, 0.00138332949798662, 0.00378749999999999, 0.0020006112527464, 0.00718076923076921, 0.00528324013708953, 0.0148628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 630, '2021-05-23 00:00:00', 0.000657727556410346, 0.00176346153846153, 0.00129999942307678, 0.0029175, 0.00138694147455693, 0.00383557692307691, 0.00199082835484669, 0.00695153846153844, 0.00537788058053184, 0.0148715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 645, '2021-05-23 00:00:00', 0.000848414176793754, 0.00228115384615385, 0.00118987686822563, 0.00286980769230766, 0.00141357968946273, 0.00408346153846153, 0.00199664715113962, 0.00684961538461536, 0.00534511329663331, 0.014786923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 660, '2021-05-23 00:00:00', 0.000663361399354684, 0.00183288461538459, 0.00073900413759641, 0.00247634615384613, 0.0011614010272743, 0.0038178846153846, 0.00176544098870946, 0.00639173076923074, 0.00524369592573202, 0.0147151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 675, '2021-05-23 00:00:00', 0.000642755007759556, 0.00167, 0.000975333098918604, 0.00257557692307693, 0.00103206717506478, 0.00370442307692307, 0.0018455419154109, 0.00643519230769229, 0.00525357140429254, 0.0147875 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 690, '2021-05-23 00:00:00', 0.00088090643875849, 0.00193307692307692, 0.000963650112053891, 0.00271346153846153, 0.00124345381281955, 0.00379423076923076, 0.00200350131980529, 0.00678846153846152, 0.00535109031305415, 0.0149384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 705, '2021-05-23 00:00:00', 0.000458796125327303, 0.00167673076923078, 0.000502308823181676, 0.00237192307692306, 0.000844013306493717, 0.00330269230769228, 0.00181760016124387, 0.00691288461538458, 0.00525906846460328, 0.0148613461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 720, '2021-05-23 00:00:00', 0.00058940974385724, 0.0017703846153846, 0.000770634403991555, 0.00262923076923075, 0.00068895575943712, 0.00328403846153843, 0.00187872620513102, 0.0072780769230769, 0.00519340180865624, 0.0148578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 735, '2021-05-23 00:00:00', 0.000665702751869195, 0.00177692307692309, 0.000666091469810147, 0.00220538461538463, 0.000713729748466563, 0.00292192307692307, 0.00209462833126878, 0.00726461538461537, 0.005140415356609, 0.0147759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988050 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988050, 3, 750, '2021-05-23 00:00:00', 0.000578689002434361, 0.0015348076923077, 0.000640606443[...];
Date: 2021-05-23 17:01:59 Duration: 24s192ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1080, '2021-05-23 00:00:00', 0.00231275194053775, 0.00513846153846159, 0.00262682364492528, 0.00668769230769236, 0.00281416734508691, 0.00906461538461536, 0.00420171446692151, 0.0131026923076923, 0.00974197174798107, 0.0356484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1095, '2021-05-23 00:00:00', 0.00153473390326995, 0.00406807692307698, 0.00188871971288658, 0.00552307692307696, 0.00273636392653858, 0.00801346153846151, 0.00371408487538158, 0.0117023076923077, 0.0100036311638094, 0.0354926923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1110, '2021-05-23 00:00:00', 0.00121620045159582, 0.00347346153846146, 0.00182250263268778, 0.00527038461538449, 0.00204772218668598, 0.00689692307692303, 0.00343152363557926, 0.0107623076923076, 0.0103299522450306, 0.0354242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1125, '2021-05-23 00:00:00', 0.00137088943615216, 0.00348461538461533, 0.0016548472390572, 0.00465923076923075, 0.00183752329132283, 0.00623038461538459, 0.00335176052476671, 0.0100988461538461, 0.0102069051438417, 0.0353838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1140, '2021-05-23 00:00:00', 0.00108948061019917, 0.00290000000000004, 0.00120657053732398, 0.00406730769230774, 0.00192579733736841, 0.00586076923076926, 0.00362378221454624, 0.00969846153846154, 0.0101388819668866, 0.0353765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1155, '2021-05-23 00:00:00', 0.00118666954767724, 0.00291615384615385, 0.00163470688974649, 0.0041288461538462, 0.00263221360484653, 0.00573269230769244, 0.00357988510773956, 0.00948576923076929, 0.0100691224963326, 0.0354903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1170, '2021-05-23 00:00:00', 0.00107976920610919, 0.00280846153846152, 0.00153327081254929, 0.00393076923076922, 0.0024926430828464, 0.00515153846153856, 0.0034814897120894, 0.00912884615384623, 0.0103154666623249, 0.0354126923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1185, '2021-05-23 00:00:00', 0.00125654501893701, 0.00263423076923079, 0.0017931764682135, 0.00364461538461542, 0.00216118115853348, 0.00482000000000001, 0.00351381793232646, 0.0087173076923077, 0.0103624277820624, 0.0353415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1200, '2021-05-23 00:00:00', 0.00140410190294254, 0.00270307692307697, 0.00166474488690063, 0.00345346153846157, 0.00208945219173324, 0.00480769230769238, 0.0036582388364643, 0.00872076923076925, 0.0103754004927334, 0.0353707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1215, '2021-05-23 00:00:00', 0.000888638024429272, 0.00221846153846145, 0.00166525789178539, 0.00343961538461529, 0.00186204655812236, 0.00463423076923071, 0.00366518951131405, 0.00841692307692305, 0.0104323876756657, 0.0355238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1230, '2021-05-23 00:00:00', 0.00132108609164511, 0.00244730769230752, 0.00134308765966264, 0.00327269230769224, 0.00152650631785837, 0.00474846153846146, 0.0037251982704074, 0.00803307692307687, 0.0104563752507556, 0.0356807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1245, '2021-05-23 00:00:00', 0.00100224578591516, 0.00233615384615385, 0.00133074923951191, 0.00319153846153846, 0.0018527456548428, 0.00443769230769217, 0.00378867868178956, 0.00776692307692303, 0.0102669163148135, 0.0358988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1260, '2021-05-23 00:00:00', 0.000926806261391174, 0.00218538461538455, 0.00135408941870398, 0.00334307692307686, 0.00147576942122252, 0.00431076923076905, 0.00337244134350549, 0.00758615384615381, 0.0103833716770909, 0.0359607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1275, '2021-05-23 00:00:00', 0.00114254163364643, 0.00229576923076922, 0.0015450985032079, 0.00278423076923075, 0.00185539363437038, 0.00453846153846152, 0.00316816153919933, 0.00746346153846157, 0.0103285078228247, 0.0361253846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1290, '2021-05-23 00:00:00', 0.000952377106952007, 0.00187307692307686, 0.00126526810779986, 0.00298076923076915, 0.00200029601655515, 0.00440807692307688, 0.00281132788225403, 0.00733730769230768, 0.0102868164844433, 0.0363257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1305, '2021-05-23 00:00:00', 0.000866047431637588, 0.00233307692307687, 0.0014610021850139, 0.0034307692307693, 0.00223219188587912, 0.00452615384615388, 0.00254467446913088, 0.00706192307692304, 0.0102793872385468, 0.0365349999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1320, '2021-05-23 00:00:00', 0.00138828577195584, 0.00258423076923084, 0.00175037600356209, 0.00323807692307691, 0.00248381793585237, 0.00473653846153849, 0.0024292505966941, 0.00681769230769232, 0.0105148129139506, 0.0367311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1335, '2021-05-23 00:00:00', 0.000866782290117594, 0.00191346153846149, 0.00135937344164362, 0.00284192307692313, 0.00158424750397343, 0.00432807692307698, 0.00246995558975962, 0.0067238461538461, 0.0106572684406175, 0.0368311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1350, '2021-05-23 00:00:00', 0.00094859507450982, 0.00206615384615392, 0.0012468712844556, 0.00335000000000002, 0.00133736066132566, 0.00406846153846155, 0.00256307279526873, 0.00689307692307689, 0.0109323710427054, 0.0369561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1365, '2021-05-23 00:00:00', 0.00111690892129195, 0.0025615384615385, 0.00125467918056922, 0.00314961538461544, 0.0013120983194868, 0.003695, 0.00276218533884938, 0.00726038461538454, 0.0114152595307266, 0.0370930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1380, '2021-05-23 00:00:00', 0.000949449395094925, 0.00208307692307704, 0.000909841659935319, 0.00252038461538464, 0.00166012066289916, 0.00394615384615387, 0.00272664112896319, 0.0075503846153846, 0.0122876669939352, 0.0375580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1395, '2021-05-23 00:00:00', 0.000794737789365868, 0.00176192307692309, 0.00111819834486623, 0.00242653846153846, 0.00175041133627323, 0.00433961538461541, 0.00247540094654459, 0.00799461538461529, 0.0124730253501151, 0.0376342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1410, '2021-05-23 00:00:00', 0.00080062329885324, 0.00170680000000001, 0.00147543180120258, 0.00313640000000003, 0.001725086761103, 0.00407920000000001, 0.00247266206074891, 0.00844079999999991, 0.0124205915989001, 0.0370896 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 1, 1425, '2021-05-23 00:00:00', 0.00095124315422594, 0.00245653846153852, 0.00117284873442666, 0.00332307692307697, 0.00125777826100073, 0.0037469230769231, 0.00244653173665532, 0.00860153846153834, 0.0125551396034269, 0.0375223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 0, '2021-05-23 00:00:00', 0.00115345501062619, 0.00218230769230771, 0.00114995310941191, 0.00270807692307695, 0.001359821255222, 0.00324538461538463, 0.00262303491281494, 0.00854807692307685, 0.0122072285773005, 0.0374515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 15, '2021-05-23 00:00:00', 0.00108890778023026, 0.00192807692307686, 0.00112556365366922, 0.00229153846153841, 0.0012354116100125, 0.00321538461538453, 0.00272135543151119, 0.00893923076923064, 0.0121046634624207, 0.0374784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 30, '2021-05-23 00:00:00', 0.000984026344237602, 0.00154038461538454, 0.00125975211236783, 0.00221923076923069, 0.00144927849423294, 0.00342807692307682, 0.00291362771498668, 0.00941769230769224, 0.0120686356121336, 0.0374084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 45, '2021-05-23 00:00:00', 0.00113599275458137, 0.00154653846153846, 0.00120342492015969, 0.00252653846153846, 0.00144110150179002, 0.00336846153846147, 0.00301269090043082, 0.00969230769230772, 0.0120517341299276, 0.0374034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 60, '2021-05-23 00:00:00', 0.000953983470264663, 0.00209730769230768, 0.00128060514541419, 0.00277153846153841, 0.00149938392476584, 0.00336192307692305, 0.00359599240608418, 0.0100057692307693, 0.0120586718812007, 0.0372865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 75, '2021-05-23 00:00:00', 0.00117045454681247, 0.00180961538461547, 0.00109958180861915, 0.00228807692307704, 0.00149751774100192, 0.00372076923076925, 0.00363585114360607, 0.00988153846153853, 0.0120896964458934, 0.037208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 90, '2021-05-23 00:00:00', 0.000470945366748125, 0.00140846153846158, 0.000729004484527677, 0.00202346153846169, 0.00147188863500147, 0.00375807692307703, 0.00344750114631546, 0.00996192307692304, 0.0119517570835678, 0.0370942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 105, '2021-05-23 00:00:00', 0.00071077292706328, 0.00145692307692319, 0.00141318668808637, 0.00283615384615388, 0.00211980579662026, 0.00422384615384609, 0.00337269408405444, 0.00999423076923081, 0.0118805318257029, 0.0369773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 120, '2021-05-23 00:00:00', 0.00119344317643726, 0.00236115384615379, 0.00146441587199611, 0.00305538461538461, 0.00210785246163011, 0.00454499999999997, 0.00335141166582779, 0.0101580769230769, 0.0120898440786536, 0.0370346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 135, '2021-05-23 00:00:00', 0.00128202676079116, 0.00194615384615389, 0.00181742882624374, 0.0030965384615384, 0.00153692600292317, 0.00481846153846158, 0.00345140687033788, 0.0100942307692308, 0.012119816938196, 0.0368311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 150, '2021-05-23 00:00:00', 0.00111049649325807, 0.00206230769230764, 0.00136718081635729, 0.00309923076923082, 0.0019508809844234, 0.00492615384615384, 0.00352143172369073, 0.00992423076923076, 0.0118548995194132, 0.0366211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 165, '2021-05-23 00:00:00', 0.00104231406753664, 0.00218115384615394, 0.00107439170625126, 0.00357846153846155, 0.00217054636865049, 0.00514346153846154, 0.00330291516926869, 0.0101438461538462, 0.0118519807432539, 0.0366134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 180, '2021-05-23 00:00:00', 0.000868150997146313, 0.00266692307692313, 0.00174148199487162, 0.00385653846153843, 0.00206339917462581, 0.00529807692307691, 0.00299310016795045, 0.0100038461538462, 0.0117117004480398, 0.0368907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 195, '2021-05-23 00:00:00', 0.00150595699192862, 0.00272230769230763, 0.00161267713397989, 0.00357346153846146, 0.00178980652155913, 0.00513923076923065, 0.00299861642454299, 0.00947269230769228, 0.0116588875310442, 0.0369423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 210, '2021-05-23 00:00:00', 0.000787754745121481, 0.00234153846153843, 0.00132540780371692, 0.00341538461538458, 0.00189292793149821, 0.00504807692307688, 0.0030343974690209, 0.00913999999999996, 0.0116045660244313, 0.0369361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 225, '2021-05-23 00:00:00', 0.00108600835809217, 0.00250307692307692, 0.0014641885649895, 0.00377192307692297, 0.00192229846397884, 0.00511923076923073, 0.00297096244441996, 0.00908461538461536, 0.0112540569368766, 0.0370115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 240, '2021-05-23 00:00:00', 0.00145213927071013, 0.00267730769230759, 0.00190946682046623, 0.00371346153846156, 0.00244390217606056, 0.00518461538461546, 0.00283040220028616, 0.00908615384615386, 0.0110921267503646, 0.0368596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 255, '2021-05-23 00:00:00', 0.000927603114732599, 0.00223346153846157, 0.00112148232950185, 0.00311884615384618, 0.00204129178557261, 0.00449192307692318, 0.00276401294108067, 0.00824653846153856, 0.0112653223723889, 0.0362419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 270, '2021-05-23 00:00:00', 0.000684693755237865, 0.00206846153846166, 0.00180467005294602, 0.00313500000000013, 0.00214814510324967, 0.00439076923076927, 0.00274637786632057, 0.00780923076923082, 0.0110721164191857, 0.036065 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 285, '2021-05-23 00:00:00', 0.0016696408181218, 0.0023626923076925, 0.00178557398657644, 0.00305769230769249, 0.00172867757370942, 0.00424692307692326, 0.00261655204713854, 0.00749384615384626, 0.0110338821189726, 0.0361911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 300, '2021-05-23 00:00:00', 0.00100998309201381, 0.00188461538461547, 0.00128937199979145, 0.0028980769230769, 0.00132901565656107, 0.00407115384615382, 0.00260463397694312, 0.00711692307692314, 0.0109805691039287, 0.0361046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 315, '2021-05-23 00:00:00', 0.00102054977642153, 0.00218461538461538, 0.000935664387563141, 0.00284961538461549, 0.00220355813663684, 0.00399730769230773, 0.00239862948047746, 0.00780923076923076, 0.0109749478639028, 0.0361038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 330, '2021-05-23 00:00:00', 0.00062374403033979, 0.00189384615384619, 0.00105257026076457, 0.00282192307692303, 0.00241084370804407, 0.00373076923076925, 0.00259270399390292, 0.00897499999999992, 0.0111675862828372, 0.0361307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 345, '2021-05-23 00:00:00', 0.00100598004262204, 0.00200038461538448, 0.00204708377942866, 0.00263999999999998, 0.00214409141596158, 0.00403000000000006, 0.00309090479658283, 0.00976269230769233, 0.0111916506584836, 0.0361973076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 360, '2021-05-23 00:00:00', 0.00161631261256559, 0.00191230769230779, 0.00178240011048208, 0.00284692307692314, 0.00179494079610967, 0.0041726923076925, 0.00376230215937829, 0.0110184615384615, 0.0113006517511159, 0.036245 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 375, '2021-05-23 00:00:00', 0.00057595152039581, 0.00165807692307684, 0.000987482891770031, 0.00260769230769238, 0.00134345547577313, 0.00354384615384624, 0.00382952449347897, 0.0125253846153847, 0.0113276881747608, 0.0362307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 390, '2021-05-23 00:00:00', 0.000813384666307703, 0.00182115384615391, 0.00110367860427689, 0.0025476923076924, 0.00115964158919242, 0.00321615384615391, 0.00375490221116144, 0.0131888461538462, 0.0112931207378652, 0.0362499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 405, '2021-05-23 00:00:00', 0.00066303277561416, 0.00165730769230774, 0.000815973321585066, 0.00221730769230772, 0.000945253730690735, 0.0031261538461539, 0.00380762419364092, 0.014455, 0.0112950266250921, 0.0362223076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 420, '2021-05-23 00:00:00', 0.000546194245526377, 0.00166807692307683, 0.000671065283995994, 0.00212384615384613, 0.00120617264997118, 0.00330269230769224, 0.00408071715039625, 0.0154626923076924, 0.0112489018746105, 0.0362857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 435, '2021-05-23 00:00:00', 0.000507551134218214, 0.00139192307692316, 0.000623140433610187, 0.00224000000000009, 0.00130249919533429, 0.00356192307692306, 0.00404897413408143, 0.0160634615384616, 0.0112508934072605, 0.0362676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 450, '2021-05-23 00:00:00', 0.000556515532992015, 0.00179846153846154, 0.00110783503353994, 0.00264769230769223, 0.00123891664834187, 0.00381769230769218, 0.00423002193120328, 0.0166384615384616, 0.011262948350164, 0.0363184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 465, '2021-05-23 00:00:00', 0.000820673269568717, 0.00194384615384615, 0.00095537507737111, 0.00295846153846145, 0.0010593882850313, 0.00374346153846148, 0.00460091703233827, 0.0171815384615385, 0.0113140065405673, 0.03628 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 480, '2021-05-23 00:00:00', 0.000844436726235563, 0.00240576923076919, 0.000933707333491254, 0.00308576923076917, 0.00106729103521303, 0.00387307692307695, 0.00513971989658815, 0.017706153846154, 0.0113150234032186, 0.0362611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 495, '2021-05-23 00:00:00', 0.00064941251557432, 0.00196384615384617, 0.000700281811404968, 0.00271115384615386, 0.001514751667893, 0.00496615384615376, 0.00524627605655072, 0.0180573076923077, 0.0111693753010356, 0.0363538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 510, '2021-05-23 00:00:00', 0.000779687215392244, 0.00210192307692306, 0.00095032213161973, 0.00304807692307696, 0.00229493717024772, 0.006463846153846, 0.00537967290970224, 0.0187161538461539, 0.0111240338837201, 0.0365746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 525, '2021-05-23 00:00:00', 0.000712877268539216, 0.00220500000000011, 0.00143386492229381, 0.00419384615384609, 0.00248806381318113, 0.00759153846153842, 0.00552906017886741, 0.0192476923076924, 0.0110836268154704, 0.0367607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 540, '2021-05-23 00:00:00', 0.00140048854113345, 0.00361807692307687, 0.00227084304914408, 0.00564807692307684, 0.00366797007369726, 0.00910730769230769, 0.00543884269363922, 0.0195446153846154, 0.0110938333251475, 0.0368753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 555, '2021-05-23 00:00:00', 0.00155270027817545, 0.00371307692307689, 0.00213843177621792, 0.00569230769230775, 0.00347950396553219, 0.0100396153846155, 0.00495363729612263, 0.0190576923076923, 0.0111426472548562, 0.0366403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 570, '2021-05-23 00:00:00', 0.00200243916646288, 0.00424115384615398, 0.00307554605533098, 0.00666653846153853, 0.00342753082239411, 0.0104465384615386, 0.00503729151887731, 0.0190146153846155, 0.0118561914562035, 0.0367196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 585, '2021-05-23 00:00:00', 0.00186212174269459, 0.0045657692307692, 0.00248378263015235, 0.00756192307692313, 0.00284132493471194, 0.0108592307692308, 0.00472693221379843, 0.0186419230769231, 0.0123353133164661, 0.0369288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 600, '2021-05-23 00:00:00', 0.00221803932822181, 0.00606230769230775, 0.00243431999666312, 0.00794538461538471, 0.00320393536859807, 0.0111446153846156, 0.00446862401812729, 0.0186061538461539, 0.012370454876283, 0.0366846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 615, '2021-05-23 00:00:00', 0.00172034866770127, 0.00531346153846152, 0.00279218119866064, 0.00770961538461539, 0.00328418110622142, 0.0101815384615385, 0.00494158616702711, 0.0172346153846155, 0.0129083250894678, 0.0367738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 630, '2021-05-23 00:00:00', 0.00162620123648287, 0.00490769230769228, 0.00246943917644359, 0.00694538461538465, 0.00340055380105158, 0.00942307692307703, 0.00523160219612131, 0.0163615384615386, 0.0129421093513205, 0.0366576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 645, '2021-05-23 00:00:00', 0.00155814075596047, 0.00486115384615394, 0.00218091896650506, 0.00657653846153855, 0.00287717671444662, 0.00916538461538478, 0.00499406989877455, 0.0157569230769232, 0.012804138922179, 0.0373315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 660, '2021-05-23 00:00:00', 0.00114764434319245, 0.00427346153846154, 0.00231031732752152, 0.00626692307692317, 0.00273222208805613, 0.0089115384615386, 0.00523639247515363, 0.0156830769230769, 0.0129333133419089, 0.037395 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 675, '2021-05-23 00:00:00', 0.00249366384755749, 0.00471923076923087, 0.00259670524970512, 0.00659307692307704, 0.00289426459372004, 0.00878346153846167, 0.00478341615938293, 0.0154769230769231, 0.0126439509708732, 0.037178076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 690, '2021-05-23 00:00:00', 0.00186892585357312, 0.00468961538461548, 0.0024313873532489, 0.00659269230769247, 0.00382174716387874, 0.00898076923076927, 0.00471924798442094, 0.0155784615384616, 0.0126766690359161, 0.0369053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 705, '2021-05-23 00:00:00', 0.00216859632020344, 0.00447500000000016, 0.00237236412434124, 0.00565653846153857, 0.00311190737947987, 0.00831346153846157, 0.00518843057640303, 0.0169596153846155, 0.0129101680677853, 0.0366465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 720, '2021-05-23 00:00:00', 0.00132797613509603, 0.003986153846154, 0.00279938919161915, 0.00634961538461536, 0.00342793386975083, 0.00808115384615386, 0.00615326616209133, 0.0179226923076924, 0.0130413698666973, 0.03674 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 735, '2021-05-23 00:00:00', 0.00210610077193344, 0.00419730769230764, 0.00240439610201492, 0.00555615384615386, 0.00235822974675104, 0.00696346153846147, 0.00624552468695672, 0.017921153846154, 0.0130307572304913, 0.0363849999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 750, '2021-05-23 00:00:00', 0.00129286372653285, 0.00355384615384621, 0.00128507413734046, 0.00464653846153845, 0.00175360959605737, 0.00663884615384614, 0.00637002997215514, 0.0176046153846155, 0.0131780997346122, 0.0357938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 765, '2021-05-23 00:00:00', 0.00123575906289948, 0.00347730769230767, 0.00129124132285403, 0.00468192307692306, 0.00176220159503343, 0.00678769230769237, 0.0063164230018629, 0.0179165384615386, 0.0131515985164717, 0.0357965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 780, '2021-05-23 00:00:00', 0.000849550559911517, 0.00347192307692302, 0.00141605997265442, 0.00495461538461536, 0.0020622561580799, 0.00706730769230769, 0.00671983291916839, 0.0185576923076925, 0.0131515985164717, 0.0357965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 795, '2021-05-23 00:00:00', 0.00107414996804283, 0.00353692307692309, 0.00160526824980938, 0.00517692307692317, 0.0022914119261679, 0.00685384615384624, 0.00695602600959456, 0.0187753846153847, 0.0131544369642396, 0.0357903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 810, '2021-05-23 00:00:00', 0.00124522151257701, 0.00359384615384626, 0.0018874225404381, 0.0051096153846154, 0.00262674668627301, 0.00690692307692323, 0.00752816170226075, 0.0191788461538462, 0.0131752237698119, 0.0358957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 825, '2021-05-23 00:00:00', 0.00158429431026512, 0.00389730769230772, 0.00159946048596202, 0.00500538461538475, 0.00231192417363013, 0.00699576923076937, 0.00785413435469113, 0.0194676923076924, 0.0133239052025356, 0.0359446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 840, '2021-05-23 00:00:00', 0.0011207934689316, 0.00345500000000011, 0.00183716453766711, 0.00482153846153852, 0.00360284221136589, 0.00798999999999998, 0.0095851062351161, 0.0207984615384616, 0.0134184269627198, 0.0360030769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 855, '2021-05-23 00:00:00', 0.00137131178074132, 0.00360000000000001, 0.00175655418800112, 0.0049788461538462, 0.00359233322507811, 0.00823499999999992, 0.0100862344883433, 0.0213669230769231, 0.0133888214739588, 0.0360573076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 870, '2021-05-23 00:00:00', 0.00133951500982197, 0.0038226923076924, 0.00369117733979909, 0.00649692307692308, 0.00386633623035477, 0.00882961538461534, 0.0100487765194805, 0.0213584615384615, 0.0129292735294757, 0.0362749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 885, '2021-05-23 00:00:00', 0.0034328463184585, 0.00485538461538462, 0.00334214394571007, 0.00626307692307682, 0.00539377802515229, 0.0108257692307693, 0.00929551534550192, 0.0214984615384615, 0.0126902261663789, 0.0359019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 900, '2021-05-23 00:00:00', 0.00145035168148969, 0.00403999999999992, 0.0021562651827783, 0.00593346153846148, 0.00557715500950079, 0.010955, 0.00891944986230397, 0.0209753846153847, 0.0122447231962935, 0.035416923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 915, '2021-05-23 00:00:00', 0.00197519685484373, 0.00458884615384614, 0.00458457777604605, 0.00817576923076925, 0.00542348047489243, 0.0111873076923077, 0.00877614610529811, 0.0206526923076923, 0.0117125967428893, 0.0348876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 930, '2021-05-23 00:00:00', 0.00469086308279595, 0.00607730769230769, 0.00511303289492794, 0.00843576923076924, 0.00532772107435757, 0.0111196153846155, 0.00824445253115462, 0.0201584615384616, 0.0110871140727215, 0.0343476923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 945, '2021-05-23 00:00:00', 0.0024321965064842, 0.00526961538461539, 0.00291685077807194, 0.00710769230769238, 0.0031645160767486, 0.0102750000000001, 0.00785080853258985, 0.0187488461538462, 0.0113927635872008, 0.034156923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 960, '2021-05-23 00:00:00', 0.001866884405799, 0.00506423076923079, 0.00270884116580107, 0.00719269230769237, 0.00322496292167114, 0.0103946153846155, 0.0076604748195877, 0.0182776923076923, 0.0112180521550689, 0.0340769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 975, '2021-05-23 00:00:00', 0.00205488940372434, 0.00488769230769242, 0.00249613424195224, 0.00722307692307703, 0.00317101342694204, 0.0101230769230771, 0.0072702643270114, 0.0178192307692308, 0.01036251573999, 0.0339026923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 990, '2021-05-23 00:00:00', 0.001752488340793, 0.00552923076923085, 0.00282599798573609, 0.00801384615384635, 0.00368122579918908, 0.0104592307692309, 0.00709809865115564, 0.0175326923076923, 0.0102178116955714, 0.0337103846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1005, '2021-05-23 00:00:00', 0.00210275544501456, 0.0056873076923078, 0.00239426108723464, 0.00788307692307709, 0.00412512862270324, 0.0103169230769231, 0.00671990674156895, 0.0170711538461538, 0.010825149350542, 0.0340876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1020, '2021-05-23 00:00:00', 0.00214944518780649, 0.00566884615384631, 0.00328017279094581, 0.00740846153846163, 0.00538420300508809, 0.0114550000000001, 0.00649550320191999, 0.0163246153846152, 0.0106929453163505, 0.0342334615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1035, '2021-05-23 00:00:00', 0.00219549230505117, 0.00500769230769232, 0.00302175853029075, 0.00700615384615376, 0.00587728782295422, 0.0109180769230769, 0.00623129364269882, 0.0156626923076922, 0.0103119178548976, 0.0345853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1050, '2021-05-23 00:00:00', 0.00175386891010864, 0.00492807692307694, 0.00423017359163716, 0.00847615384615386, 0.00549021462379967, 0.0102938461538461, 0.00565123224139245, 0.0152646153846153, 0.00993355884789615, 0.0345092307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1065, '2021-05-23 00:00:00', 0.00329611101848136, 0.00693038461538467, 0.00453536354237873, 0.00827230769230777, 0.00438790381003885, 0.00980038461538462, 0.00495392630608832, 0.0145746153846153, 0.0094605725717113, 0.0339242307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1080, '2021-05-23 00:00:00', 0.00310774776226219, 0.00539192307692316, 0.00314139070133932, 0.00680346153846151, 0.00307981720236766, 0.00904499999999994, 0.00366821375520114, 0.013301923076923, 0.00936175115111394, 0.0339761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1095, '2021-05-23 00:00:00', 0.00205350177464283, 0.00411846153846153, 0.0020302651588856, 0.00583615384615382, 0.00251247729419513, 0.00781307692307687, 0.00366864387017255, 0.0123096153846153, 0.00950058862144048, 0.033521923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1110, '2021-05-23 00:00:00', 0.00146166269917319, 0.00391538461538447, 0.00197504477067075, 0.00552461538461533, 0.00207842247870834, 0.00701999999999998, 0.00376095194577939, 0.0116434615384615, 0.00965535667986339, 0.0333338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1125, '2021-05-23 00:00:00', 0.00168244625014154, 0.00366423076923074, 0.00188585948575184, 0.00479499999999993, 0.00174706228148419, 0.00647115384615369, 0.00371348347760714, 0.0111965384615384, 0.009767791758947, 0.0331696153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1140, '2021-05-23 00:00:00', 0.00148643114151376, 0.00325153846153848, 0.00142203867739249, 0.004545, 0.00179597567226956, 0.00593615384615379, 0.00398124961055412, 0.0114773076923076, 0.00985051315336484, 0.0330042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1155, '2021-05-23 00:00:00', 0.00113601679294195, 0.00339307692307691, 0.00165878454111618, 0.00462692307692302, 0.001754135728456, 0.00593807692307697, 0.00426323721348706, 0.0111234615384615, 0.00984312127638063, 0.0330273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1170, '2021-05-23 00:00:00', 0.00133222872834024, 0.00303576923076919, 0.00145779058325094, 0.00396576923076927, 0.00159376906926734, 0.00543038461538461, 0.0040529542501546, 0.010553076923077, 0.00989851203270148, 0.0333773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1185, '2021-05-23 00:00:00', 0.000742897135440813, 0.0029519230769231, 0.00117943637125801, 0.00403307692307707, 0.00178322473668864, 0.00549230769230774, 0.0036687633003297, 0.0101619230769231, 0.0098419813827532, 0.0333615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1200, '2021-05-23 00:00:00', 0.00110131306245698, 0.00287769230769251, 0.00104236100346192, 0.00377269230769234, 0.00196693580513909, 0.00543269230769235, 0.00374823166511691, 0.00993615384615393, 0.00987831219622828, 0.0332096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1215, '2021-05-23 00:00:00', 0.00106618312758095, 0.00248230769230766, 0.00166512997875652, 0.0036946153846154, 0.00222766842581759, 0.00514115384615393, 0.00363604461764966, 0.00936730769230772, 0.00927051451563587, 0.0338807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1230, '2021-05-23 00:00:00', 0.00108951393537883, 0.0025261538461539, 0.00141460404897783, 0.0035938461538462, 0.00197722649572197, 0.00526615384615388, 0.00334347743892735, 0.00884576923076926, 0.00933605422336109, 0.0337673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1245, '2021-05-23 00:00:00', 0.000927427956978047, 0.00237884615384611, 0.00125982318661724, 0.00335769230769227, 0.0020599537336104, 0.00496576923076929, 0.00339740609198354, 0.00832807692307691, 0.00982305214200841, 0.0339957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1260, '2021-05-23 00:00:00', 0.00125414905260645, 0.00229538461538466, 0.00167270913375703, 0.00371038461538458, 0.0021218014479719, 0.00528576923076927, 0.00340030942030966, 0.00805192307692303, 0.0100234325150926, 0.0339007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1275, '2021-05-23 00:00:00', 0.00115117064163138, 0.00264461538461536, 0.00140933901582926, 0.00347269230769232, 0.00140242696231042, 0.00505576923076927, 0.0033911664432986, 0.00792461538461534, 0.0100670165468149, 0.0338530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1290, '2021-05-23 00:00:00', 0.000907494013542483, 0.00228576923076933, 0.00140170687158434, 0.00355692307692312, 0.00144402237357479, 0.00460384615384615, 0.00363133730399492, 0.0076611538461538, 0.0102185747613767, 0.034226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1305, '2021-05-23 00:00:00', 0.000681710969659364, 0.00251461538461546, 0.00115391167506271, 0.00338807692307697, 0.00150526624274191, 0.00407769230769231, 0.00370084782386216, 0.00738884615384614, 0.0101219294375362, 0.0346865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1320, '2021-05-23 00:00:00', 0.000892513563784081, 0.00223269230769233, 0.00110638593906191, 0.00281538461538458, 0.00289214618206998, 0.00462153846153847, 0.00408528889854997, 0.00737423076923079, 0.0103151769663033, 0.0347003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1335, '2021-05-23 00:00:00', 0.000680673535212328, 0.00180269230769228, 0.00128156472869928, 0.00251192307692305, 0.00289581557530076, 0.00474961538461533, 0.00397648766549656, 0.007473076923077, 0.0103778150138426, 0.0349273076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1350, '2021-05-23 00:00:00', 0.00109246573612865, 0.00192423076923075, 0.00265869629705992, 0.00365499999999998, 0.00278211742825777, 0.00486423076923078, 0.00382951195926497, 0.00760461538461543, 0.0103398077128378, 0.0349465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1365, '2021-05-23 00:00:00', 0.0016600702950826, 0.00285576923076917, 0.00171613183104869, 0.00376269230769221, 0.00185535316978073, 0.00425076923076927, 0.00341691349702523, 0.0072246153846154, 0.0103728647849161, 0.0348896153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1380, '2021-05-23 00:00:00', 0.00106195125195951, 0.00227269230769215, 0.00102391924260886, 0.00285115384615368, 0.00117293924034396, 0.0038576923076922, 0.00399719794163544, 0.00747923076923071, 0.0101838695758764, 0.0347865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1395, '2021-05-23 00:00:00', 0.000559649340762053, 0.00163923076923061, 0.000668918415170222, 0.00209961538461542, 0.000967869031191004, 0.00362230769230761, 0.00438621771531607, 0.00788461538461532, 0.0101794432370039, 0.0347838461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1410, '2021-05-23 00:00:00', 0.000570270111438374, 0.00147000000000003, 0.000903843162024538, 0.00263730769230767, 0.00099653430216164, 0.00360384615384612, 0.00423834396179226, 0.00821653846153833, 0.0102183998822637, 0.035011923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 2, 1425, '2021-05-23 00:00:00', 0.000705838072517564, 0.00206076923076924, 0.000928876989454668, 0.00289269230769228, 0.000963553758829101, 0.00344038461538456, 0.00490318320466016, 0.00892153846153836, 0.0102324349760192, 0.0350384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 0, '2021-05-23 00:00:00', 0.000930905679763207, 0.00218423076923071, 0.00100701111444492, 0.00269923076923076, 0.00105038542376671, 0.00310153846153842, 0.0048774003952294, 0.00904884615384608, 0.0102835869303394, 0.0349980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 15, '2021-05-23 00:00:00', 0.00080541905003172, 0.00161961538461532, 0.000861411721446964, 0.00211692307692304, 0.00190237551902472, 0.00326384615384612, 0.00478797116179215, 0.00920038461538454, 0.0102043869299133, 0.0349038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 30, '2021-05-23 00:00:00', 0.00089126910379776, 0.00164384615384623, 0.000903610876087943, 0.00207615384615385, 0.00202697592107433, 0.00349923076923081, 0.00475177466443198, 0.00926769230769228, 0.0102455384736667, 0.0349288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 45, '2021-05-23 00:00:00', 0.000539544679835082, 0.00141269230769225, 0.00166890088197169, 0.00267692307692299, 0.00200531942592697, 0.00349499999999996, 0.00453971913736447, 0.00946461538461528, 0.0102216046008141, 0.0348361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 60, '2021-05-23 00:00:00', 0.00167539979155386, 0.00223730769230764, 0.00179573871664611, 0.00278153846153848, 0.00249580931840686, 0.00376192307692311, 0.00474436632714558, 0.00955961538461531, 0.0102223739603194, 0.0348257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 75, '2021-05-23 00:00:00', 0.00115035967619501, 0.0018392307692309, 0.00146878856414196, 0.00245038461538463, 0.0019551648366471, 0.00393153846153853, 0.00468919453473778, 0.00953576923076917, 0.0101513885446581, 0.0347057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 90, '2021-05-23 00:00:00', 0.000850468196845869, 0.00174807692307688, 0.00152041755398367, 0.00258846153846152, 0.00180486526239065, 0.00409115384615381, 0.00467426790647881, 0.00952730769230758, 0.0101513885446581, 0.0347057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 105, '2021-05-23 00:00:00', 0.00123552498962995, 0.00181500000000002, 0.00144740574291225, 0.00314076923076931, 0.00214047902618507, 0.00409230769230769, 0.00457634956975697, 0.00972923076923063, 0.0101513885446581, 0.0347057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 120, '2021-05-23 00:00:00', 0.00137257982813946, 0.00251076923076932, 0.00183169715333577, 0.00322230769230769, 0.00374286603471803, 0.00492692307692294, 0.00477152149577209, 0.00988576923076911, 0.0101471163088148, 0.0346957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 135, '2021-05-23 00:00:00', 0.000923960705125257, 0.0018407692307693, 0.00123161188941719, 0.00264961538461551, 0.00369173257219618, 0.00529576923076927, 0.00472262001924288, 0.00979038461538452, 0.0101828507494029, 0.0346642307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 150, '2021-05-23 00:00:00', 0.000935812686714195, 0.00200423076923083, 0.00322067532335386, 0.00363153846153844, 0.00353760538304557, 0.00577038461538455, 0.00462732620917885, 0.00992038461538451, 0.0102223978520773, 0.0346853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 165, '2021-05-23 00:00:00', 0.00287034310465856, 0.00279153846153844, 0.0029826001305003, 0.00435653846153853, 0.00440644974833658, 0.00631923076923077, 0.00454186542496161, 0.00973153846153833, 0.0101233018632946, 0.0346361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 180, '2021-05-23 00:00:00', 0.00196100241242532, 0.00343230769230773, 0.00270771819917692, 0.00460538461538455, 0.00357087123607333, 0.00617423076923072, 0.00408740707727838, 0.00943384615384602, 0.0101766448226395, 0.0346096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 195, '2021-05-23 00:00:00', 0.00169449407017154, 0.00281692307692305, 0.00236840072622863, 0.00424500000000005, 0.00242472155419644, 0.00554884615384611, 0.00307134398043489, 0.0086846153846153, 0.010226982839528, 0.034485 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 210, '2021-05-23 00:00:00', 0.00169533790595998, 0.00278884615384627, 0.00155817847304026, 0.003748076923077, 0.00189377088208853, 0.00503192307692313, 0.00308575037626442, 0.00837076923076914, 0.0102664608612406, 0.0344411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 225, '2021-05-23 00:00:00', 0.000969111885260838, 0.00244538461538455, 0.00128824149671019, 0.00346307692307686, 0.00161416422765649, 0.00471692307692299, 0.00296120786166722, 0.00786999999999991, 0.0102891871324295, 0.0344196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 240, '2021-05-23 00:00:00', 0.000949329479969095, 0.00254230769230778, 0.00126225981721425, 0.00330961538461546, 0.00156569158963259, 0.00433307692307692, 0.00277449349500877, 0.00759307692307693, 0.0103427636836284, 0.0345061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 255, '2021-05-23 00:00:00', 0.0011146092795925, 0.00203461538461539, 0.00143986671391703, 0.00295192307692313, 0.00179215748792848, 0.00402730769230772, 0.00298707513232491, 0.00752538461538459, 0.0103217958783269, 0.0345430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 270, '2021-05-23 00:00:00', 0.00112541253974501, 0.00221423076923077, 0.00123139045860292, 0.0030523076923077, 0.00189816607849222, 0.00417769230769225, 0.00306274637941435, 0.00796923076923078, 0.0103491434428168, 0.034665 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 285, '2021-05-23 00:00:00', 0.00104773954485169, 0.00213692307692314, 0.00150306026287906, 0.0030069230769231, 0.00190638732040078, 0.00398384615384612, 0.003287585810521, 0.0079326923076924, 0.010494813290383, 0.0348750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 300, '2021-05-23 00:00:00', 0.00124936242201313, 0.00227769230769223, 0.00171551082322889, 0.00300423076923062, 0.00182687728525609, 0.00397615384615376, 0.00397114972694894, 0.00815692307692305, 0.010516203380425, 0.0349715384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 315, '2021-05-23 00:00:00', 0.000686678628225285, 0.0019065384615384, 0.000803741634721269, 0.00265384615384612, 0.0011535615084798, 0.003551923076923, 0.00412760465086549, 0.00862192307692311, 0.010546122057967, 0.0350623076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 330, '2021-05-23 00:00:00', 0.00054614790895992, 0.00177153846153842, 0.000804727282997118, 0.00251499999999993, 0.0018384025256058, 0.00363038461538447, 0.00418685297641969, 0.00924461538461535, 0.0105955648486307, 0.0350276923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 345, '2021-05-23 00:00:00', 0.000845771473044246, 0.00182423076923078, 0.00086001824667584, 0.00252076923076928, 0.0018323078763805, 0.0034980769230769, 0.00492925141765592, 0.0105434615384615, 0.0105871224825983, 0.0350376923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 360, '2021-05-23 00:00:00', 0.000615059721928196, 0.00166769230769237, 0.00194087466404663, 0.00269769230769229, 0.00193886394174915, 0.00341576923076928, 0.00485454117296385, 0.0115149999999999, 0.0106020757111339, 0.0350242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 375, '2021-05-23 00:00:00', 0.00173901161140902, 0.00198576923076921, 0.00167059735976729, 0.00236346153846156, 0.00170221755818243, 0.00337384615384626, 0.00508672317070487, 0.0129238461538462, 0.0106454560042518, 0.0350715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 390, '2021-05-23 00:00:00', 0.000603397177525748, 0.00139192307692309, 0.00117781264018707, 0.00223884615384622, 0.00137536411962007, 0.00312769230769227, 0.00506233270948675, 0.0135926923076922, 0.0111920516370392, 0.0354703846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 405, '2021-05-23 00:00:00', 0.000914499610968485, 0.00166153846153845, 0.000894646642750328, 0.00230384615384611, 0.00124519711136581, 0.00305038461538453, 0.00521862759736712, 0.0152149999999999, 0.0112340540048824, 0.0354357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 420, '2021-05-23 00:00:00', 0.000779697475849495, 0.00175192307692309, 0.00116672988107129, 0.00231884615384609, 0.00130742571490704, 0.00320499999999994, 0.00528731307361894, 0.0159234615384614, 0.0112474325890913, 0.0354296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 435, '2021-05-23 00:00:00', 0.000644870052503031, 0.00144576923076919, 0.000680511120126151, 0.00194923076923069, 0.0013623801005819, 0.00345346153846146, 0.00487040469018268, 0.0170053846153846, 0.0112802420391381, 0.0355126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 450, '2021-05-23 00:00:00', 0.000600639146755687, 0.00163076923076922, 0.00106226926906513, 0.00248999999999998, 0.00196286885803565, 0.00443307692307693, 0.00487666142103224, 0.0173888461538461, 0.0113112666841517, 0.035485 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 465, '2021-05-23 00:00:00', 0.000976632912692366, 0.00187961538461535, 0.00126823663164498, 0.00283807692307692, 0.00216461391121267, 0.00480576923076934, 0.00472806065300149, 0.0178684615384615, 0.0113519666137634, 0.035425 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 480, '2021-05-23 00:00:00', 0.000999075649711393, 0.00239192307692315, 0.00160278378022555, 0.0036703846153847, 0.00225099854765356, 0.00516769230769238, 0.00452591804541858, 0.017996923076923, 0.0113962026941501, 0.0353796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 495, '2021-05-23 00:00:00', 0.0013963301350877, 0.00233461538461544, 0.00172688144887298, 0.00340346153846165, 0.00256553707077839, 0.00589730769230771, 0.00443700827828142, 0.0178676923076923, 0.0113525146790683, 0.0352815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 510, '2021-05-23 00:00:00', 0.00132697017530678, 0.00231538461538462, 0.00184009113486663, 0.0035207692307692, 0.00274958069530607, 0.00682499999999991, 0.00479764405323472, 0.0178473076923076, 0.0112630683891408, 0.0352984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 525, '2021-05-23 00:00:00', 0.0011449425917754, 0.00259153846153832, 0.00199697987355524, 0.00476615384615371, 0.00354090635941615, 0.0079753846153845, 0.00472590863872104, 0.0176973076923076, 0.0112109586771845, 0.0352123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 540, '2021-05-23 00:00:00', 0.00189187900084716, 0.00413307692307684, 0.00242285629276376, 0.00577615384615377, 0.00348377867353171, 0.00888461538461531, 0.00476267145461612, 0.0174807692307692, 0.0111889799631326, 0.0351261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 555, '2021-05-23 00:00:00', 0.0019381193104499, 0.00392769230769232, 0.0030107119526017, 0.00591769230769234, 0.00374792744778321, 0.00951192307692307, 0.00530557970442437, 0.01707, 0.0111619994693534, 0.0349180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 570, '2021-05-23 00:00:00', 0.00196010113553837, 0.00399730769230763, 0.00240697358650946, 0.00591538461538453, 0.00410419801966427, 0.00987576923076908, 0.00529267034535634, 0.0170407692307691, 0.0111852320769568, 0.0349561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 585, '2021-05-23 00:00:00', 0.00202308735885, 0.00444769230769227, 0.00280649663898175, 0.00754076923076917, 0.00477276278641482, 0.0111038461538461, 0.00516945218046874, 0.0175796153846153, 0.0110473831011971, 0.0349757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 600, '2021-05-23 00:00:00', 0.00201677568258009, 0.00609192307692304, 0.002681161774593, 0.00787730769230763, 0.00477583558536738, 0.0111015384615384, 0.00494854590919235, 0.0176611538461537, 0.0110579371563527, 0.0350069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 615, '2021-05-23 00:00:00', 0.00140919971833433, 0.00501961538461532, 0.00368615741138913, 0.00771269230769223, 0.00426758993416118, 0.0108603846153846, 0.00449105711386521, 0.0166649999999999, 0.0110012429227862, 0.0355546153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 630, '2021-05-23 00:00:00', 0.00329066670822437, 0.00543076923076918, 0.00364331271488758, 0.00737653846153836, 0.00412431141105813, 0.0103638461538461, 0.00458026992822303, 0.016033846153846, 0.0111817288672877, 0.0355026923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 645, '2021-05-23 00:00:00', 0.00159428117392706, 0.00498269230769228, 0.00318188652314221, 0.00739461538461539, 0.00356777922738849, 0.0102638461538462, 0.00435825081355421, 0.014946923076923, 0.0112555058458584, 0.0354903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 660, '2021-05-23 00:00:00', 0.00261170433595786, 0.00529653846153844, 0.00275573083982054, 0.0072126923076923, 0.00340457757461012, 0.00927269230769227, 0.00435181067532195, 0.0146980769230768, 0.0114888150892007, 0.0353319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 675, '2021-05-23 00:00:00', 0.00167231042388852, 0.00439307692307687, 0.00276239252488467, 0.00663269230769229, 0.00278842919662941, 0.00779423076923074, 0.00536061335468829, 0.0147165384615384, 0.0115838771774194, 0.0352876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 690, '2021-05-23 00:00:00', 0.00267955889021953, 0.00497038461538467, 0.00268210468447117, 0.00609846153846152, 0.00271543284550781, 0.00793346153846147, 0.00542985446752143, 0.0147965384615384, 0.0116182904673886, 0.0355557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 705, '2021-05-23 00:00:00', 0.00133083201274763, 0.00407538461538463, 0.00172142338241875, 0.00538230769230766, 0.00201831906450746, 0.0071803846153845, 0.00608682334732483, 0.0160623076923076, 0.0118421042114079, 0.0353380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 720, '2021-05-23 00:00:00', 0.00133215914965133, 0.00396999999999994, 0.00173329122236818, 0.00568769230769223, 0.00171828304286136, 0.0073538461538461, 0.00649138378041348, 0.0166492307692308, 0.0122188411637362, 0.0356207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 735, '2021-05-23 00:00:00', 0.00135689492819221, 0.00375038461538461, 0.00155740933802062, 0.00502038461538469, 0.002171316651251, 0.00718999999999996, 0.00726953601312729, 0.0172246153846154, 0.012951446114683, 0.0364726923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 750, '2021-05-23 00:00:00', 0.0011424195645815, 0.00345769230769235, 0.00137560258124886, 0.00494769230769234, 0.00218830981493791, 0.00742961538461533, 0.00725261760703312, 0.0171169230769231, 0.0132685794961689, 0.0367753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 765, '2021-05-23 00:00:00', 0.00104772522821879, 0.00350192307692311, 0.00210420637332416, 0.00521269230769228, 0.00250188756434325, 0.0075742307692307, 0.00832423990524062, 0.0186150000000001, 0.0134291569584759, 0.0367761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 780, '2021-05-23 00:00:00', 0.00142293872509834, 0.00377884615384613, 0.00174083481300038, 0.00520538461538445, 0.00201603785068251, 0.00748384615384603, 0.00847223621374769, 0.0190323076923077, 0.0136186052827061, 0.0367446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1021064 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1021064, 3, 795, '2021-05-23 00:00:00', 0.00115176466613377, 0.00355538461538454, 0.0016862887[...];
Date: 2021-05-23 17:51:20 Duration: 1s981ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1050, '2021-05-23 00:00:00', 0.00218051426538291, 0.00526769230769238, 0.00383520872965213, 0.00879500000000011, 0.00464061196229713, 0.0104907692307693, 0.00504727813929291, 0.0151738461538463, 0.00857714734718867, 0.0347338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1065, '2021-05-23 00:00:00', 0.00272013407474998, 0.00629576923076926, 0.00309452282888035, 0.0077365384615386, 0.00327124281251962, 0.00946153846153858, 0.00430481220889432, 0.014038076923077, 0.00893580855968755, 0.0349288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1080, '2021-05-23 00:00:00', 0.00223946738173292, 0.00511307692307708, 0.00256773713607915, 0.00669500000000002, 0.0027884619692308, 0.00906192307692305, 0.00407539085430884, 0.0131611538461539, 0.0097068213366446, 0.0355873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1095, '2021-05-23 00:00:00', 0.00148211117614751, 0.00414846153846146, 0.00186141716070139, 0.00559461538461538, 0.00272275440289078, 0.00808346153846146, 0.00360399617945652, 0.0118573076923077, 0.00999986769143242, 0.0355346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1110, '2021-05-23 00:00:00', 0.00119568744307968, 0.00346269230769236, 0.00183500559630245, 0.00524846153846149, 0.00202226122485159, 0.00691730769230766, 0.0033514709514571, 0.0108384615384616, 0.0102333306406076, 0.0354099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1125, '2021-05-23 00:00:00', 0.00134662227014912, 0.00348346153846145, 0.00163425414650985, 0.00467115384615382, 0.00179651388913255, 0.00624692307692308, 0.00330471532580568, 0.0101407692307693, 0.0101570931941104, 0.035426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1140, '2021-05-23 00:00:00', 0.00107879277257213, 0.00288461538461549, 0.0011991061414493, 0.0040634615384616, 0.0019348714129407, 0.00585923076923096, 0.00357733026797268, 0.00973961538461553, 0.0100698023584606, 0.0353965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1155, '2021-05-23 00:00:00', 0.00114113283794934, 0.00295807692307692, 0.00157081620136213, 0.00416346153846157, 0.00260198743567005, 0.00578884615384628, 0.0035176407522, 0.00961269230769248, 0.00999050392199425, 0.0355138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1170, '2021-05-23 00:00:00', 0.00101619773969138, 0.00284538461538464, 0.00152655413872591, 0.0039434615384617, 0.00243147251997312, 0.00522115384615391, 0.0033644476286834, 0.00924961538461553, 0.0101823618840846, 0.0353784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1185, '2021-05-23 00:00:00', 0.0012448689149402, 0.00262884615384628, 0.00173745565521714, 0.00369807692307695, 0.00206669442495818, 0.00489461538461541, 0.00346427750265242, 0.00887115384615394, 0.0102839271457191, 0.0353684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1200, '2021-05-23 00:00:00', 0.00135306375993945, 0.00283153846153853, 0.00159744623118846, 0.00360230769230772, 0.00199320850736841, 0.00492807692307708, 0.00353048630339514, 0.00891846153846159, 0.0103788018650442, 0.0354319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1215, '2021-05-23 00:00:00', 0.000811482972948131, 0.00236615384615387, 0.00158248708829336, 0.00356576923076931, 0.00179215971987389, 0.00480730769230788, 0.00356012689920751, 0.00890653846153855, 0.0103711013583233, 0.0355792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1230, '2021-05-23 00:00:00', 0.00120802878213283, 0.00260153846153853, 0.0012916724995732, 0.00338461538461559, 0.00157472087880802, 0.00489461538461548, 0.00355831414274525, 0.00856346153846163, 0.0103600849194618, 0.0356834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1245, '2021-05-23 00:00:00', 0.000969306175332954, 0.0024623076923078, 0.00125452559222153, 0.00333769230769252, 0.0018234712880825, 0.00455653846153864, 0.00363242459819025, 0.00838269230769241, 0.0102482862882607, 0.0359796153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1260, '2021-05-23 00:00:00', 0.000927466358502528, 0.00227461538461553, 0.0013474600607753, 0.00343615384615388, 0.00145946697330012, 0.00442038461538462, 0.00316739536285176, 0.00826423076923082, 0.0103539458178995, 0.036025 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1275, '2021-05-23 00:00:00', 0.00110942479899057, 0.00238923076923067, 0.00147774984871741, 0.00286384615384613, 0.00183268982645724, 0.00465999999999992, 0.00304225637416594, 0.00809961538461538, 0.010299421313094, 0.0361707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1290, '2021-05-23 00:00:00', 0.000890140179107415, 0.00192153846153851, 0.00121295170808796, 0.00305961538461533, 0.00186075749670349, 0.00457230769230772, 0.00262691336860467, 0.00791461538461538, 0.010249624060648, 0.0363857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1305, '2021-05-23 00:00:00', 0.000851771457249154, 0.00244884615384606, 0.00140026047027516, 0.00358423076923076, 0.00214857437529017, 0.00468038461538465, 0.00239473872029114, 0.00766846153846153, 0.0102139850130178, 0.0366053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1320, '2021-05-23 00:00:00', 0.00133247421680919, 0.00262346153846163, 0.0016525376290373, 0.00334384615384627, 0.00232585497927439, 0.00484423076923085, 0.0023185172980891, 0.00743230769230767, 0.0102869261013863, 0.0367261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1335, '2021-05-23 00:00:00', 0.000802395260358628, 0.00214307692307692, 0.00128805996038161, 0.00302769230769226, 0.00158043109990229, 0.00454769230769235, 0.0024818658303784, 0.00742499999999991, 0.0105833199168095, 0.0369426923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1350, '2021-05-23 00:00:00', 0.000874842579245797, 0.00221846153846149, 0.00111886185302464, 0.00346961538461545, 0.00136229150839529, 0.00429307692307704, 0.00253882168307698, 0.00761346153846149, 0.0108023865169478, 0.0370576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1365, '2021-05-23 00:00:00', 0.0010653358444821, 0.00264730769230777, 0.00138827596458556, 0.00338307692307712, 0.00134409231596868, 0.00406192307692313, 0.00278595366906082, 0.00794538461538454, 0.0113523046050637, 0.0372396153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1380, '2021-05-23 00:00:00', 0.00125422590285188, 0.00235884615384629, 0.00112586493246465, 0.00291038461538474, 0.00167300213802793, 0.00454192307692313, 0.00273021174157717, 0.00818192307692296, 0.0121851723071052, 0.037661923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1395, '2021-05-23 00:00:00', 0.000654377449301011, 0.00222461538461541, 0.00102028630974149, 0.00303192307692308, 0.00194540547484014, 0.0053923076923077, 0.00263402949577535, 0.00850076923076914, 0.0123495736207928, 0.0377261538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1410, '2021-05-23 00:00:00', 0.000784081235979682, 0.00211076923076919, 0.00147044216270019, 0.00359807692307691, 0.00170532798559744, 0.00525346153846157, 0.00248889410103233, 0.00886538461538459, 0.012386037921168, 0.0377092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 1, 1425, '2021-05-23 00:00:00', 0.00102462488445585, 0.00284807692307688, 0.00132918789549803, 0.00434269230769232, 0.00129406318951641, 0.00490653846153851, 0.0025559404110063, 0.00900923076923076, 0.0124033955214504, 0.0376426923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 0, '2021-05-23 00:00:00', 0.00111838929509564, 0.00326115384615391, 0.00107981458522347, 0.0037265384615385, 0.00115454686415858, 0.00425230769230771, 0.00271871259125459, 0.00901692307692309, 0.0121068073413265, 0.0376099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 15, '2021-05-23 00:00:00', 0.00112112258301834, 0.00262961538461528, 0.00100222130213916, 0.00320346153846146, 0.00107170324537809, 0.00400038461538447, 0.00279006534249372, 0.00930384615384616, 0.012065837087222, 0.0376761538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 30, '2021-05-23 00:00:00', 0.000808506029662209, 0.00247499999999987, 0.00106920272237702, 0.00297230769230752, 0.00133766869532839, 0.00391846153846142, 0.00302070193065216, 0.00976192307692313, 0.0120032501239647, 0.0377115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 45, '2021-05-23 00:00:00', 0.00103040455087383, 0.00217153846153831, 0.00104597639332088, 0.00307884615384602, 0.00113004751431758, 0.00386076923076911, 0.00312533124398284, 0.0099807692307693, 0.011989888509137, 0.0376576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 60, '2021-05-23 00:00:00', 0.000698054439137697, 0.0024099999999999, 0.00104580282006775, 0.00305653846153838, 0.00127227016966334, 0.00377076923076917, 0.00349047724310228, 0.0101007692307692, 0.012021851105383, 0.0374899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 75, '2021-05-23 00:00:00', 0.000963082231491913, 0.00225923076923085, 0.000998810985429925, 0.00284923076923078, 0.00126574933719735, 0.00418576923076917, 0.00357100459901035, 0.0100946153846154, 0.0120232370209331, 0.0374873076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 90, '2021-05-23 00:00:00', 0.000712270043863004, 0.00187615384615374, 0.000783740930508236, 0.00245538461538461, 0.00139016922046869, 0.00406769230769228, 0.00333609859658744, 0.0101146153846153, 0.0118681173997977, 0.037378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 105, '2021-05-23 00:00:00', 0.00067638905509055, 0.001973076923077, 0.00118772238403523, 0.00326730769230766, 0.00192680061640642, 0.00451615384615392, 0.00338136858955967, 0.0101215384615385, 0.0118983476357659, 0.0372326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 120, '2021-05-23 00:00:00', 0.0010505515035154, 0.00251769230769223, 0.00130640811152034, 0.00317307692307694, 0.00184133697246149, 0.00462461538461538, 0.00333907359330963, 0.0102173076923077, 0.0121127448518554, 0.0372803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 135, '2021-05-23 00:00:00', 0.00116785035922345, 0.0021676923076923, 0.001531294073149, 0.00323846153846154, 0.00136073085565749, 0.00479269230769229, 0.00341813723449565, 0.0102069230769231, 0.0121346753815412, 0.0370288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 150, '2021-05-23 00:00:00', 0.000833736077037328, 0.00224038461538459, 0.00112416806846387, 0.00325538461538459, 0.00183538824230739, 0.00490499999999997, 0.00346629025816435, 0.00997192307692307, 0.011869254088416, 0.0367961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 165, '2021-05-23 00:00:00', 0.000988760918445963, 0.00226192307692309, 0.00110836102143933, 0.00352807692307689, 0.00212652627540781, 0.00511499999999995, 0.00323275050787302, 0.0102196153846154, 0.0118217948917047, 0.0368376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 180, '2021-05-23 00:00:00', 0.000936186700643364, 0.00262846153846151, 0.00175914738963555, 0.00387346153846162, 0.0020932564619235, 0.00534884615384627, 0.00287810813930576, 0.0101323076923077, 0.0116576985457942, 0.0372207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 195, '2021-05-23 00:00:00', 0.00151168535594701, 0.0027138461538462, 0.00163952113083713, 0.00355846153846148, 0.00179264844895431, 0.00524269230769234, 0.00287994027715842, 0.00961, 0.0116409376836165, 0.0372530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 210, '2021-05-23 00:00:00', 0.000787609137736606, 0.00233807692307678, 0.00131480469447583, 0.00350923076923077, 0.0018667106405077, 0.00512384615384614, 0.00291193535959529, 0.0092965384615384, 0.011565741673647, 0.0372326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 225, '2021-05-23 00:00:00', 0.00111534637600249, 0.00262846153846161, 0.00147605300092456, 0.00389269230769238, 0.00188828192158494, 0.00525615384615398, 0.0028789733479943, 0.00923346153846155, 0.0112609448162152, 0.0373369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 240, '2021-05-23 00:00:00', 0.00138828577195595, 0.00271576923076921, 0.0018220713909849, 0.00375192307692311, 0.00234723274058225, 0.00521153846153848, 0.00282194872656896, 0.00916884615384615, 0.0110793555560988, 0.0371465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 255, '2021-05-23 00:00:00', 0.00088170821965954, 0.00233576923076925, 0.0010917075545288, 0.00320576923076931, 0.00201895208919414, 0.00452653846153841, 0.00275833062669321, 0.00834961538461531, 0.0111785634965388, 0.0365553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 270, '2021-05-23 00:00:00', 0.000681224237339126, 0.00215769230769244, 0.00175809057262088, 0.00319230769230773, 0.00213555227949618, 0.00445653846153847, 0.00270826964343253, 0.00792730769230765, 0.011045131806157, 0.0364138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 285, '2021-05-23 00:00:00', 0.00165425530538197, 0.00243615384615378, 0.00178273933553424, 0.00313653846153839, 0.00170763520694545, 0.00435500000000002, 0.00260395595496251, 0.00765884615384603, 0.0110240656467844, 0.0365307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 300, '2021-05-23 00:00:00', 0.00100051894227248, 0.00197692307692312, 0.0012425587124341, 0.00301192307692312, 0.00130117893288514, 0.00419115384615385, 0.00254788334475135, 0.00732846153846145, 0.0110168661815207, 0.0364273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 315, '2021-05-23 00:00:00', 0.000989651764705339, 0.002231153846154, 0.000874021650849518, 0.00292461538461555, 0.00217405753232198, 0.00412307692307705, 0.00235620764397755, 0.00801230769230771, 0.011020137315911, 0.0364276923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 330, '2021-05-23 00:00:00', 0.000550673992625189, 0.0020153846153846, 0.00106295900492625, 0.00294461538461534, 0.00238523951385626, 0.00387346153846148, 0.00251972223743927, 0.00920807692307687, 0.0112386344982214, 0.0364557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 345, '2021-05-23 00:00:00', 0.000989056426795032, 0.00216615384615389, 0.00203944366471313, 0.00282230769230777, 0.00213415841817002, 0.0042280769230769, 0.00309494170443428, 0.00997192307692297, 0.0112435661534119, 0.0365396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 360, '2021-05-23 00:00:00', 0.00161560067419573, 0.00202153846153855, 0.00175903137681381, 0.00296923076923068, 0.00178229687590092, 0.00435307692307692, 0.00378894594638334, 0.0112107692307692, 0.0113420490890516, 0.0365784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 375, '2021-05-23 00:00:00', 0.000674170145152864, 0.00181423076923082, 0.00110710822207431, 0.00278384615384608, 0.00140113739511876, 0.003715, 0.00386046501782441, 0.0127469230769231, 0.011387862634604, 0.0365807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 390, '2021-05-23 00:00:00', 0.000769708036555719, 0.00192230769230754, 0.0010709705878315, 0.00264499999999996, 0.00111593107038301, 0.00334692307692304, 0.00368585322550961, 0.0133150000000001, 0.0113057620979472, 0.0365561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 405, '2021-05-23 00:00:00', 0.000600531559408887, 0.00182692307692305, 0.000781320381445079, 0.00235153846153853, 0.000953215852542548, 0.00328269230769241, 0.00376456369930891, 0.0145503846153846, 0.0113058774912056, 0.0365446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 420, '2021-05-23 00:00:00', 0.000537079280782642, 0.00177307692307692, 0.000587845741146883, 0.00228884615384607, 0.00122734936409254, 0.00350769230769226, 0.00401986124904066, 0.0155373076923078, 0.0112568676883866, 0.0365969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 435, '2021-05-23 00:00:00', 0.000487788731064801, 0.00153538461538463, 0.000580282689729668, 0.00243000000000003, 0.00130378809037943, 0.00378076923076923, 0.00395830012077835, 0.0161496153846155, 0.0112576969157173, 0.0365896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 450, '2021-05-23 00:00:00', 0.000590649186521391, 0.00196769230769229, 0.00120464083380133, 0.00286653846153837, 0.00125133135253859, 0.00402307692307694, 0.00416768624243529, 0.016706153846154, 0.0112665974660292, 0.0366523076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 465, '2021-05-23 00:00:00', 0.00085259829119813, 0.00215961538461527, 0.000998073914327772, 0.00313346153846148, 0.00112746468476166, 0.00388615384615379, 0.00455062749688261, 0.0172588461538463, 0.011306020098228, 0.0366223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 480, '2021-05-23 00:00:00', 0.000881012791315569, 0.0024934615384616, 0.000924645129433255, 0.00313384615384626, 0.00104567769707213, 0.00395461538461543, 0.00508123443511651, 0.0177107692307693, 0.0113245442360318, 0.0365769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 495, '2021-05-23 00:00:00', 0.0006942445811538, 0.00212653846153861, 0.000697601605502713, 0.00283000000000006, 0.00146742773377299, 0.00514192307692313, 0.00520023166643694, 0.0180357692307694, 0.0111959148593787, 0.0366615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 510, '2021-05-23 00:00:00', 0.000728275624070708, 0.00214576923076937, 0.000970509223988162, 0.00313807692307704, 0.00226202921153687, 0.00660192307692306, 0.00532612677858281, 0.0187076923076924, 0.0111135861206694, 0.0369073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 525, '2021-05-23 00:00:00', 0.000755858045280554, 0.00229576923076929, 0.00141183481273896, 0.0043484615384616, 0.00244274649964732, 0.00764230769230761, 0.00549133202279867, 0.0192407692307693, 0.0110844450747604, 0.0371111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 540, '2021-05-23 00:00:00', 0.00134883858873545, 0.00374153846153845, 0.00228352763537878, 0.0057223076923076, 0.00363997886722527, 0.0090969230769231, 0.00539290880551621, 0.0195457692307693, 0.0110876700264475, 0.0372311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 555, '2021-05-23 00:00:00', 0.00149535799675576, 0.00375346153846148, 0.00207569925196683, 0.00570923076923063, 0.00346068728167371, 0.0100426923076923, 0.00489629129663845, 0.0190473076923078, 0.0110823544638102, 0.0370126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 570, '2021-05-23 00:00:00', 0.00202632539721159, 0.00424115384615381, 0.00308837564973008, 0.00665807692307697, 0.00345496184995072, 0.0104857692307693, 0.00500758010036163, 0.0190176923076924, 0.0118215027028649, 0.037053076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 585, '2021-05-23 00:00:00', 0.00183473427126481, 0.00458538461538466, 0.0024891295976397, 0.00756692307692318, 0.00284061542627659, 0.0108800000000001, 0.00467301503726036, 0.0186084615384617, 0.0121409354854368, 0.0371123076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 600, '2021-05-23 00:00:00', 0.00219953589510292, 0.00603692307692303, 0.00240269595374731, 0.00795961538461535, 0.00320530303379599, 0.0111565384615385, 0.00440464370339379, 0.0185630769230769, 0.0121805695205993, 0.0368353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 615, '2021-05-23 00:00:00', 0.00172919300875827, 0.00532269230769232, 0.00277466538523115, 0.00770999999999999, 0.00327025750573944, 0.0102019230769231, 0.00489748615264857, 0.0172011538461538, 0.0127146380147511, 0.0369703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 630, '2021-05-23 00:00:00', 0.00162006709262772, 0.00488576923076931, 0.00248777036412436, 0.00694576923076928, 0.00339412018734664, 0.00944038461538471, 0.00519523013483006, 0.0163280769230769, 0.0127837712745496, 0.03678 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 645, '2021-05-23 00:00:00', 0.00156759688695794, 0.00486, 0.0021948745890229, 0.0065823076923077, 0.00287854752369213, 0.00918961538461538, 0.00500978238434186, 0.0157365384615384, 0.012629815444172, 0.0374469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 660, '2021-05-23 00:00:00', 0.00117809337490713, 0.00422999999999994, 0.00228816311952164, 0.00625230769230766, 0.00269105323961863, 0.00884346153846142, 0.00519647193924733, 0.0156238461538461, 0.0127571232590327, 0.0374853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 675, '2021-05-23 00:00:00', 0.00249679955142582, 0.00469000000000005, 0.00261917591267536, 0.00655769230769229, 0.00286643740287756, 0.00872076923076921, 0.00478899335817203, 0.0154442307692308, 0.0124635059458219, 0.0372973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 690, '2021-05-23 00:00:00', 0.00184981400312403, 0.00465038461538463, 0.0024061798641127, 0.0065384615384615, 0.00380498096629221, 0.00891807692307695, 0.00472665013920658, 0.0155215384615385, 0.0124779943716312, 0.0370265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 705, '2021-05-23 00:00:00', 0.00214114175149627, 0.00444999999999995, 0.00235908707896808, 0.00558961538461543, 0.0031143473448888, 0.00826923076923083, 0.00521564812699401, 0.0168757692307693, 0.0126898704666966, 0.0367673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 720, '2021-05-23 00:00:00', 0.00130215182855737, 0.00394923076923075, 0.00276415740395629, 0.00630692307692309, 0.00343126951164416, 0.00804230769230764, 0.00614667411006837, 0.0178411538461539, 0.0128181246738298, 0.0368319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 735, '2021-05-23 00:00:00', 0.00208204692180919, 0.00417923076923072, 0.00240791195852336, 0.00554000000000002, 0.00236036450900795, 0.00694615384615382, 0.00622451857885097, 0.0178865384615383, 0.0128247816895499, 0.0364957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 750, '2021-05-23 00:00:00', 0.0012895927204413, 0.00355423076923084, 0.00128756281400168, 0.00463499999999994, 0.00175377237361663, 0.00660153846153843, 0.00636869236669015, 0.0175723076923075, 0.0129717671176229, 0.035913076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 765, '2021-05-23 00:00:00', 0.00121377206071999, 0.00345884615384615, 0.00124597746615007, 0.00467038461538462, 0.00171359078680278, 0.00671423076923074, 0.00629068489606163, 0.0178873076923076, 0.0129445311053919, 0.0359084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 780, '2021-05-23 00:00:00', 0.000828015979035795, 0.00345230769230763, 0.00140040285412669, 0.00491192307692303, 0.00205427014926325, 0.00701538461538456, 0.00670961830852929, 0.0185446153846153, 0.0129445311053919, 0.0359084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 795, '2021-05-23 00:00:00', 0.00106483259789434, 0.00351730769230766, 0.00158585832134665, 0.00513884615384612, 0.00225786982659449, 0.00681192307692307, 0.00694397032296021, 0.0187696153846152, 0.0129465538806515, 0.0359042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 810, '2021-05-23 00:00:00', 0.00121104659123989, 0.00353538461538458, 0.0018782608977455, 0.00508999999999997, 0.00260228160245221, 0.00689153846153842, 0.00751366391214131, 0.0191642307692307, 0.0129645136964181, 0.0360107692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 825, '2021-05-23 00:00:00', 0.00161590884167871, 0.00391423076923077, 0.00159673917719828, 0.00500000000000006, 0.00234086006547886, 0.00702538461538463, 0.00785968024403411, 0.0194715384615383, 0.0131182136506696, 0.0360657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 840, '2021-05-23 00:00:00', 0.00106513278334383, 0.0034196153846154, 0.0018009086595383, 0.00480999999999995, 0.00355853305990853, 0.0080084615384615, 0.0095983377807747, 0.020781923076923, 0.013218177996171, 0.0361184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 855, '2021-05-23 00:00:00', 0.00135726472674332, 0.00358346153846153, 0.00178181083343716, 0.00499461538461535, 0.00354598355673228, 0.00824923076923077, 0.0101124810316453, 0.021313846153846, 0.0132064690441989, 0.0361638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 870, '2021-05-23 00:00:00', 0.00139676549433105, 0.00386461538461539, 0.00364329706975183, 0.00652153846153842, 0.003865241339863, 0.00884115384615378, 0.0100549204793551, 0.0212953846153844, 0.0127496044463529, 0.0363915384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 885, '2021-05-23 00:00:00', 0.00339760114469936, 0.00483153846153841, 0.00330511521968368, 0.00627884615384621, 0.00537809328522811, 0.0107892307692308, 0.00924882595459882, 0.0214084615384614, 0.0124797288247165, 0.0359934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 900, '2021-05-23 00:00:00', 0.00143230298685502, 0.00404961538461546, 0.00218726917903084, 0.00590769230769227, 0.00553498874990186, 0.0109226923076923, 0.00888278255087628, 0.0208946153846152, 0.0120621525633503, 0.0355026923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 915, '2021-05-23 00:00:00', 0.00199539257752982, 0.00454653846153851, 0.0045754769738752, 0.00812846153846157, 0.00538503106197744, 0.0111665384615384, 0.00874945378514917, 0.0206015384615383, 0.011552118873243, 0.0350023076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 930, '2021-05-23 00:00:00', 0.00467167248917925, 0.00605038461538464, 0.00507042575969865, 0.00840576923076918, 0.00530837267545701, 0.0110973076923075, 0.00822413195793551, 0.0201076923076921, 0.0109356927254113, 0.0344807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 945, '2021-05-23 00:00:00', 0.00238642548917521, 0.00525884615384619, 0.00289897841422687, 0.00712961538461541, 0.00317866070006768, 0.0102303846153846, 0.00784067242995421, 0.018691923076923, 0.0112803331442894, 0.0342803846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 960, '2021-05-23 00:00:00', 0.00196693768232595, 0.00507961538461537, 0.0027538191941097, 0.00717807692307689, 0.00323517782176834, 0.0103934615384616, 0.00769897503667761, 0.0183038461538461, 0.0110763281127609, 0.0342226923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 975, '2021-05-23 00:00:00', 0.00210267920666791, 0.00483961538461544, 0.00252626550160825, 0.00720423076923077, 0.00319930802614478, 0.0101496153846154, 0.00730792338177173, 0.0178580769230769, 0.010212458364476, 0.0340446153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 990, '2021-05-23 00:00:00', 0.00177379974587376, 0.00552153846153836, 0.00286534229395704, 0.00803769230769222, 0.00366198659830361, 0.0104553846153846, 0.00714257527355937, 0.0175615384615384, 0.0100739514285416, 0.0338557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1005, '2021-05-23 00:00:00', 0.00213967617966989, 0.00567692307692303, 0.00240923045485807, 0.0078992307692307, 0.00412222398898757, 0.0103111538461537, 0.00671645928928446, 0.0170842307692307, 0.0106350796026098, 0.034193076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1020, '2021-05-23 00:00:00', 0.00214382662904087, 0.00563384615384613, 0.00326223594864257, 0.00734076923076929, 0.00535362289985448, 0.011436923076923, 0.00649949489161683, 0.0163253846153846, 0.0105726278590591, 0.0343503846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1035, '2021-05-23 00:00:00', 0.00218500403097682, 0.00495115384615388, 0.00301995621465971, 0.00696653846153838, 0.00587893103836458, 0.0108669230769229, 0.00625344016091576, 0.0156453846153846, 0.0102304702952278, 0.0346976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1050, '2021-05-23 00:00:00', 0.00174694551013608, 0.00490884615384608, 0.00422493690439911, 0.00847038461538458, 0.00544577787055101, 0.010263846153846, 0.00566005105984036, 0.015275, 0.00995496326153244, 0.0345784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1065, '2021-05-23 00:00:00', 0.00327675928084683, 0.00689923076923077, 0.00451171534835864, 0.00822923076923074, 0.0043519165185714, 0.00972423076923068, 0.00495954540410565, 0.0145611538461538, 0.0094958534432343, 0.0339838461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1080, '2021-05-23 00:00:00', 0.00309013400257103, 0.00536807692307682, 0.00311278438305387, 0.00677115384615371, 0.00310068806259798, 0.0089876923076923, 0.003678617215121, 0.0133061538461538, 0.00955855693163908, 0.0341011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1095, '2021-05-23 00:00:00', 0.00202932652716269, 0.00410307692307695, 0.00200323737984288, 0.00578000000000008, 0.00256436661845495, 0.00775192307692312, 0.00366220314102781, 0.0123296153846154, 0.00982103751373317, 0.0337353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1110, '2021-05-23 00:00:00', 0.00138979517029827, 0.00388115384615384, 0.00203050130225552, 0.00548653846153842, 0.00215873495718771, 0.0069961538461538, 0.00376478102335929, 0.011651923076923, 0.00997878612164521, 0.0335426923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1125, '2021-05-23 00:00:00', 0.00167499253729669, 0.00364999999999993, 0.00192691882388593, 0.00478807692307678, 0.00180579192088637, 0.00651269230769222, 0.00374018216339586, 0.0112888461538461, 0.0100863906558064, 0.0333826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1140, '2021-05-23 00:00:00', 0.00151837747409739, 0.00329692307692302, 0.00146085817771084, 0.00455884615384618, 0.00185124108058936, 0.00598153846153847, 0.00393824929866842, 0.0115365384615385, 0.0101760424225047, 0.0332307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1155, '2021-05-23 00:00:00', 0.00111707234115994, 0.00338115384615384, 0.00170593430300059, 0.00463038461538456, 0.00177657098409786, 0.00592269230769232, 0.00418694559131301, 0.0111542307692307, 0.0101735913937092, 0.0332453846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1170, '2021-05-23 00:00:00', 0.00147870962458697, 0.00304307692307691, 0.00151377754691309, 0.00398230769230765, 0.00159681668906033, 0.00546653846153842, 0.00406330611883784, 0.0106061538461539, 0.0102254977610647, 0.0335873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1185, '2021-05-23 00:00:00', 0.000787588432153285, 0.00296346153846146, 0.00124111661883107, 0.0040423076923077, 0.00180597844778012, 0.00551692307692304, 0.00377792252638728, 0.0103188461538461, 0.0101919556212051, 0.0335792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1200, '2021-05-23 00:00:00', 0.00116108629507679, 0.00289423076923092, 0.00109000303457592, 0.00383115384615389, 0.00191093134763785, 0.00548884615384623, 0.00384893951428383, 0.0101492307692308, 0.0102302742650655, 0.0334365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1215, '2021-05-23 00:00:00', 0.0010192112334847, 0.00252346153846162, 0.00168278340852299, 0.00369000000000002, 0.0021457101747083, 0.00517807692307694, 0.00383962321869461, 0.0100076923076924, 0.00964241215432351, 0.034128076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1230, '2021-05-23 00:00:00', 0.00109479776846972, 0.00255307692307684, 0.0013953529468038, 0.00366461538461538, 0.00193094002615705, 0.00536423076923078, 0.00363433439044049, 0.00964230769230766, 0.00968841885170914, 0.0340303846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1245, '2021-05-23 00:00:00', 0.000959508207364587, 0.00246999999999999, 0.00121526977062081, 0.0034638461538461, 0.00200478462299953, 0.00510423076923078, 0.0035946273584551, 0.00917461538461537, 0.0101496520061602, 0.0342696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1260, '2021-05-23 00:00:00', 0.00122220135568821, 0.00231807692307689, 0.00162312519067865, 0.00382923076923075, 0.00211394621865954, 0.00539384615384617, 0.00361254755624807, 0.00889961538461536, 0.0103421069494492, 0.034178076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1275, '2021-05-23 00:00:00', 0.00113290592996674, 0.00276961538461544, 0.00140652260776498, 0.00359461538461543, 0.00140888177153162, 0.00515038461538462, 0.003593656291086, 0.00878153846153846, 0.0103300520513991, 0.0341792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1290, '2021-05-23 00:00:00', 0.00094673406224529, 0.00237423076923076, 0.00143150184717368, 0.00365153846153851, 0.0013905769140347, 0.00469192307692305, 0.00377850658329461, 0.00858999999999998, 0.0104698287180171, 0.0345557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1305, '2021-05-23 00:00:00', 0.000695075092788833, 0.00256576923076918, 0.0011742957955237, 0.00344884615384601, 0.00146085644005888, 0.00420153846153835, 0.0038120479454569, 0.0083584615384615, 0.0103612659458195, 0.03502 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1320, '2021-05-23 00:00:00', 0.000872668057431591, 0.00227153846153835, 0.00108009971049679, 0.00287076923076922, 0.0027806632579019, 0.00471192307692298, 0.00424263575549988, 0.00831692307692304, 0.0105468636315038, 0.0350373076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1335, '2021-05-23 00:00:00', 0.000596934347633402, 0.00186884615384618, 0.0012308173644433, 0.00266076923076927, 0.00284020879514157, 0.00495499999999996, 0.0041633681076744, 0.00832499999999997, 0.0106054565418721, 0.0352573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1350, '2021-05-23 00:00:00', 0.00109330691024977, 0.00207999999999996, 0.00260021008027004, 0.00377730769230762, 0.00283576914000143, 0.00512115384615383, 0.00402174522009848, 0.00841884615384605, 0.0105791050370348, 0.0352792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1365, '2021-05-23 00:00:00', 0.00161035041576007, 0.00296730769230761, 0.00176329028108954, 0.00397384615384609, 0.00187596637660547, 0.00459461538461535, 0.00358229924017437, 0.00810961538461537, 0.0106243377856982, 0.0352157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1380, '2021-05-23 00:00:00', 0.00118750054251, 0.00252153846153838, 0.00109001030340931, 0.00317769230769229, 0.00119723270663892, 0.00421307692307685, 0.00430213573079156, 0.00855038461538462, 0.0106501072945118, 0.0352242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1395, '2021-05-23 00:00:00', 0.000656991745645379, 0.00203692307692313, 0.00075878293237361, 0.00256653846153852, 0.001529539749779, 0.00480961538461535, 0.00452949472475004, 0.00890230769230767, 0.010748435056037, 0.0352019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1410, '2021-05-23 00:00:00', 0.000629877765919662, 0.00180500000000002, 0.000821833316433276, 0.00305499999999998, 0.0014668570272734, 0.00482153846153848, 0.00443559351678594, 0.00911461538461538, 0.0107659528857626, 0.0354684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 2, 1425, '2021-05-23 00:00:00', 0.000676143020828652, 0.00249423076923066, 0.00148880003306743, 0.00418153846153839, 0.00146966327906969, 0.00468307692307689, 0.00516026524362995, 0.00978423076923073, 0.0107816397568345, 0.0355003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 0, '2021-05-23 00:00:00', 0.00148632955244181, 0.00351653846153842, 0.00149899166108416, 0.00414000000000003, 0.00149465715132262, 0.00444000000000002, 0.00519137663675209, 0.00982076923076924, 0.0108502068892008, 0.0354715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 15, '2021-05-23 00:00:00', 0.000903421189785713, 0.00271538461538454, 0.000917055908034787, 0.00328346153846148, 0.00209278893786779, 0.00422846153846154, 0.00500649972919816, 0.00964653846153848, 0.0106572736014135, 0.0353238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 30, '2021-05-23 00:00:00', 0.000959437415283718, 0.0025719230769231, 0.00105782156412997, 0.00287769230769234, 0.00230498549970412, 0.00428692307692315, 0.0049417248468059, 0.00974730769230765, 0.0106448962418616, 0.0353599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 45, '2021-05-23 00:00:00', 0.000639229343699244, 0.00200307692307693, 0.00173751316541786, 0.00321000000000002, 0.00207626410058662, 0.00413384615384618, 0.00473473547307563, 0.00985999999999989, 0.0105726495914986, 0.0352307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 60, '2021-05-23 00:00:00', 0.00170420479989946, 0.00257500000000011, 0.00194188889011156, 0.00319730769230778, 0.00245542993258736, 0.00426807692307696, 0.00491216814107119, 0.00987961538461539, 0.0105385449951777, 0.0351488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 75, '2021-05-23 00:00:00', 0.00113434393102186, 0.0021580769230769, 0.0013652543296453, 0.00289076923076924, 0.00188338484159203, 0.00427230769230764, 0.00485070756139295, 0.00982961538461547, 0.0104528565400159, 0.0350053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 90, '2021-05-23 00:00:00', 0.000926512069745779, 0.00218384615384618, 0.00144181253449093, 0.00299923076923078, 0.00167781089059982, 0.00437423076923061, 0.00486486341021012, 0.00987000000000006, 0.0104528565400159, 0.0350053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 105, '2021-05-23 00:00:00', 0.00106379292374761, 0.00218076923076927, 0.00129564263828965, 0.00343538461538451, 0.00202936234774908, 0.00453346153846147, 0.00477049787758062, 0.0100550000000001, 0.0104528565400159, 0.0350053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 120, '2021-05-23 00:00:00', 0.00131224481768406, 0.00272230769230769, 0.00171806013148102, 0.0035088461538461, 0.00381037985185013, 0.00533115384615388, 0.00480967544083334, 0.0101453846153847, 0.0104472598100392, 0.0349915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 135, '2021-05-23 00:00:00', 0.000752975329047091, 0.00207038461538446, 0.0012269525098952, 0.00291269230769228, 0.00369645994890329, 0.00549807692307689, 0.00471388092601166, 0.0100157692307693, 0.0104810984230588, 0.0349980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 150, '2021-05-23 00:00:00', 0.00099055609867162, 0.00221423076923088, 0.00335775511087616, 0.00396076923076925, 0.0035966910433811, 0.00595769230769239, 0.00466418029734644, 0.0101453846153847, 0.0105013450274055, 0.0350092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 165, '2021-05-23 00:00:00', 0.00306868300490869, 0.00303923076923076, 0.00314760578120043, 0.00445307692307692, 0.00457669333101457, 0.00637538461538464, 0.00461611639967904, 0.00989115384615396, 0.0102853796534393, 0.0349011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 180, '2021-05-23 00:00:00', 0.00194316146049114, 0.00342730769230758, 0.0026844130428484, 0.00459576923076919, 0.00356586897382125, 0.00616846153846157, 0.0039973272801481, 0.00951423076923081, 0.0103206228568747, 0.0348780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 195, '2021-05-23 00:00:00', 0.00166773992622894, 0.00285730769230781, 0.00231861497118761, 0.00427923076923079, 0.00240543679065703, 0.00555307692307699, 0.00299523562704821, 0.00876269230769244, 0.0103901948749029, 0.0347984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 210, '2021-05-23 00:00:00', 0.00167816626113143, 0.00284499999999994, 0.001529026286437, 0.00379576923076928, 0.00188031928548975, 0.00509615384615382, 0.00302608251450878, 0.00844923076923085, 0.0104249971481271, 0.0347615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 225, '2021-05-23 00:00:00', 0.000939029613688887, 0.00243384615384621, 0.00129003714913717, 0.00346038461538465, 0.00159339946220469, 0.00478538461538461, 0.00284672327152041, 0.00798576923076927, 0.0104290019582965, 0.0347553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 240, '2021-05-23 00:00:00', 0.000934638720822896, 0.00252846153846147, 0.00124751328033629, 0.00332576923076917, 0.00150378542863827, 0.00442884615384605, 0.00268344073045162, 0.00774307692307695, 0.0104525421567416, 0.0348284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 255, '2021-05-23 00:00:00', 0.00111141600603079, 0.00206153846153851, 0.00147450664500156, 0.00305461538461534, 0.00185984151516691, 0.0041523076923077, 0.0028627496196167, 0.00766923076923083, 0.0104355639337499, 0.0348588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 270, '2021-05-23 00:00:00', 0.00114442972026046, 0.00229076923076917, 0.00121808146752934, 0.00315230769230757, 0.00197944980700739, 0.00438153846153837, 0.00307868243546837, 0.00811153846153845, 0.0104571354512673, 0.0349546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 285, '2021-05-23 00:00:00', 0.0010190161922168, 0.00221500000000001, 0.00167133005532904, 0.00312807692307697, 0.00199104410181814, 0.00414615384615375, 0.00328102931785364, 0.00812423076923082, 0.010593361295569, 0.0351334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 300, '2021-05-23 00:00:00', 0.00144035812854355, 0.00234653846153865, 0.00178369042674493, 0.0031365384615385, 0.0017540927525692, 0.00410576923076912, 0.00399870311668475, 0.00835884615384624, 0.0105900697172107, 0.0351961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 315, '2021-05-23 00:00:00', 0.000770756770972422, 0.00203499999999996, 0.000770773537528235, 0.00280961538461529, 0.00100823387091563, 0.00372653846153843, 0.00415402136952382, 0.00894846153846158, 0.0106113906940389, 0.0352726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 330, '2021-05-23 00:00:00', 0.0005038815489623, 0.00186615384615377, 0.000814965124312732, 0.00269192307692307, 0.00183266296368466, 0.00381846153846158, 0.00421946733787387, 0.00952615384615391, 0.010635712033594, 0.0352576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 345, '2021-05-23 00:00:00', 0.000838318922239329, 0.00199115384615382, 0.00086924343762038, 0.00268807692307696, 0.0018347524251349, 0.00363269230769238, 0.00481311709330314, 0.010758076923077, 0.0106280885320998, 0.0352653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 360, '2021-05-23 00:00:00', 0.000592456295045017, 0.00176730769230778, 0.00191226840729494, 0.00281230769230777, 0.00191589211997561, 0.00353115384615394, 0.00480002019226525, 0.0117253846153848, 0.0106421792158156, 0.0352523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 375, '2021-05-23 00:00:00', 0.00175101271796101, 0.00214153846153845, 0.00167896561562804, 0.0025284615384616, 0.0016652364581459, 0.00352269230769234, 0.00505323922008284, 0.0131588461538462, 0.010675678526445, 0.03529 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 390, '2021-05-23 00:00:00', 0.00060431626971819, 0.00148307692307704, 0.00113644113861584, 0.00232230769230764, 0.00128590662419697, 0.00328961538461547, 0.00501455088870221, 0.013726153846154, 0.0112357434042502, 0.0356646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 405, '2021-05-23 00:00:00', 0.000948494921116881, 0.00176884615384608, 0.000865628895436939, 0.00243576923076929, 0.00119279735850701, 0.00321846153846155, 0.00514366019035523, 0.0153819230769231, 0.0112626616952449, 0.0356426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 420, '2021-05-23 00:00:00', 0.000692005891482465, 0.0018319230769231, 0.00105578530742983, 0.00249884615384625, 0.00121823156823589, 0.00335192307692312, 0.00517492207299185, 0.0160776923076924, 0.0112616878636579, 0.0356515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 435, '2021-05-23 00:00:00', 0.000588428415357316, 0.00168000000000011, 0.000645503381388925, 0.0022111538461538, 0.00122546298942961, 0.00368653846153862, 0.00487399201413446, 0.017203076923077, 0.0112632940187959, 0.0357519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 450, '2021-05-23 00:00:00', 0.000634020625726029, 0.00175692307692307, 0.000993970824521705, 0.00257500000000008, 0.00193023920398883, 0.00458923076923077, 0.00484614284369932, 0.0174873076923078, 0.0113206463868183, 0.0356988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 465, '2021-05-23 00:00:00', 0.000944762403993885, 0.00199000000000012, 0.00115411024670035, 0.00300769230769247, 0.00225455750391546, 0.00504846153846151, 0.00471048852602855, 0.0180069230769232, 0.0113456518611248, 0.0356719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 480, '2021-05-23 00:00:00', 0.000910921849219108, 0.00253884615384634, 0.00161295447978113, 0.00388692307692309, 0.00223619553293945, 0.00541230769230772, 0.00449528375077713, 0.0181000000000001, 0.0113938246432003, 0.0356 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 495, '2021-05-23 00:00:00', 0.00149937607536742, 0.00260384615384606, 0.00193161586402514, 0.00362038461538454, 0.00270643540757645, 0.00618615384615379, 0.00446987070885129, 0.018008076923077, 0.0113583079996707, 0.0355538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 510, '2021-05-23 00:00:00', 0.0015667398782676, 0.00238461538461536, 0.00195418387450742, 0.00367115384615383, 0.00283781879944116, 0.00704346153846151, 0.00486777360259853, 0.0179496153846154, 0.0112406682870041, 0.0355334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 525, '2021-05-23 00:00:00', 0.00108653046967787, 0.00267730769230762, 0.00214156452515075, 0.00493884615384614, 0.00347628183331215, 0.00806923076923075, 0.00472816842079313, 0.0177061538461539, 0.0111150475759387, 0.0353588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 540, '2021-05-23 00:00:00', 0.00209302607576821, 0.00431692307692304, 0.00252604674419261, 0.00591807692307687, 0.00349408909665807, 0.00895884615384624, 0.00477368074405433, 0.0174803846153846, 0.0110743349861115, 0.0352707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 555, '2021-05-23 00:00:00', 0.0019417713166473, 0.00394961538461542, 0.00298775624584996, 0.00593076923076931, 0.00375413593459051, 0.00949615384615392, 0.00529462254047958, 0.0170403846153847, 0.0110799434947183, 0.0350196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 570, '2021-05-23 00:00:00', 0.00196073063305109, 0.0039861538461539, 0.0023316967740584, 0.00590461538461553, 0.00410676531891155, 0.00984576923076936, 0.00527239148774066, 0.01702, 0.0111033330338928, 0.0350373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 585, '2021-05-23 00:00:00', 0.00192336887937657, 0.00442961538461549, 0.00276727349847895, 0.00752884615384613, 0.00478323194567782, 0.0110496153846153, 0.0051545978877712, 0.0175607692307692, 0.0109801419915155, 0.035046923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 600, '2021-05-23 00:00:00', 0.00198279616082555, 0.00606615384615376, 0.00270546594877845, 0.00785500000000003, 0.00477519335089811, 0.0110634615384615, 0.00494136058809099, 0.0176226923076923, 0.010996487355235, 0.035046923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 615, '2021-05-23 00:00:00', 0.00143869390554289, 0.0049880769230771, 0.00372971320819506, 0.00765384615384615, 0.00430063351326121, 0.0108561538461539, 0.00448018881813639, 0.0166503846153847, 0.0109341845884996, 0.0355738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 630, '2021-05-23 00:00:00', 0.00275987728266752, 0.00524115384615366, 0.00307665432672475, 0.00720538461538461, 0.00378354788728585, 0.0102188461538462, 0.0044298281439143, 0.0158957692307692, 0.0111276544490948, 0.0355315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 645, '2021-05-23 00:00:00', 0.0015818352048759, 0.0050011538461539, 0.00323991120486109, 0.00741615384615392, 0.00356244289562862, 0.0102907692307694, 0.00435212429121167, 0.0149853846153847, 0.0111786292609534, 0.0355419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 660, '2021-05-23 00:00:00', 0.00266430100517068, 0.00531961538461541, 0.00276776288446377, 0.00723076923076929, 0.00339361373079584, 0.0093069230769231, 0.00432350064717869, 0.0147453846153846, 0.0114123115706072, 0.0354007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 675, '2021-05-23 00:00:00', 0.0016586840010636, 0.00433615384615387, 0.00276399279193098, 0.00657807692307696, 0.00279427689834346, 0.00776076923076931, 0.00536264075303899, 0.0147103846153846, 0.0115445969780073, 0.0353407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 690, '2021-05-23 00:00:00', 0.00267902545426797, 0.00495576923076923, 0.00266718212005455, 0.0061026923076922, 0.00272801254790718, 0.00791730769230758, 0.00542936658722384, 0.0147915384615384, 0.0115889927152383, 0.035571923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 705, '2021-05-23 00:00:00', 0.00135455470968819, 0.00408769230769217, 0.00170269614254761, 0.00536692307692302, 0.00201300880811239, 0.00716269230769228, 0.0061104004778739, 0.016035, 0.01180094392574, 0.0353615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 720, '2021-05-23 00:00:00', 0.00129824212510035, 0.00396384615384606, 0.00171382904631716, 0.00568499999999989, 0.00173187053166839, 0.00737346153846139, 0.00651227854488381, 0.0166403846153845, 0.0121693563447765, 0.0356346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 735, '2021-05-23 00:00:00', 0.00134970019463012, 0.00370884615384625, 0.00156668744121516, 0.0049884615384616, 0.00218884500628478, 0.0071923076923077, 0.00725213853870809, 0.0172242307692307, 0.0143811554954605, 0.0371642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 750, '2021-05-23 00:00:00', 0.00112881530818805, 0.00343000000000006, 0.00138892282556825, 0.00494884615384607, 0.00218949365414437, 0.00745230769230763, 0.00723697910839765, 0.0171088461538461, 0.0146698072977748, 0.0374630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1002911 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1002911, 3, 765, '2021-05-23 00:00:00', 0.00103060885663989, 0.00348115384615371, 0.00209032[...];
Date: 2021-05-23 17:28:43 Duration: 1s854ms Database: acaweb_fx User: pgperfstats
12 794ms 11s848ms 5s281ms 24 2m6s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 23 17 24 2m6s 5s281ms [ User: postgres - Total duration: 2m6s - Times executed: 24 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:05:42 Duration: 11s848ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:20:41 Duration: 10s691ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:30:39 Duration: 9s659ms Database: acaweb_fx User: postgres Bind query: yes
13 4s592ms 5s700ms 4s984ms 13 1m4s copy ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ?) as broker_ids, string_to_array(coalesce(replace(broker_symbol_mappings, ?, ?), ?), ?) as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ?) as search_groups, string_to_array(pattern_basegroupnames, ?) as base_groups, simulation from solr_fetch_results (?::character varying, current_timestamp::timestamp without time zone)) t) to ?;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration May 23 17 13 1m4s 4s984ms [ User: postgres - Total duration: 1m4s - Times executed: 13 ]
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:48:08 Duration: 5s700ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:18:07 Duration: 5s583ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-23 17:31:08 Duration: 5s502ms Database: acaweb_fx User: postgres
14 50ms 10s769ms 1s708ms 150 4m16s with rar_max as ( ;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 23 17 150 4m16s 1s708ms [ User: postgres - Total duration: 4m16s - Times executed: 150 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 17:35:19 Duration: 10s769ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 17:52:47 Duration: 9s565ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 17:55:48 Duration: 9s524ms Database: acaweb_fx User: postgres Bind query: yes
15 184ms 16s813ms 1s607ms 234 6m16s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 23 17 234 6m16s 1s607ms [ User: postgres - Total duration: 6m16s - Times executed: 234 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:48:41 Duration: 16s813ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:41:29 Duration: 9s247ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:37:38 Duration: 9s225ms Database: acaweb_fx User: postgres Bind query: yes
16 55ms 15s370ms 977ms 87 1m25s (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 23 17 87 1m25s 977ms [ User: postgres - Total duration: 1m25s - Times executed: 87 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:02:57 Duration: 15s370ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:33:29 Duration: 12s39ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '689' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '689' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-23 17:18:13 Duration: 10s542ms Database: acaweb_fx User: postgres Bind query: yes
17 793ms 914ms 844ms 75 1m3s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 23 17 75 1m3s 844ms [ User: pgperfstats - Total duration: 1m3s - Times executed: 75 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1080, '2021-05-23 00:00:00', 0.102887811069468, 0.17938, 0.0994348320928505, 0.25384, 0.76579264491114, 1.1149, 1.26014960355242, 1.67424, 2.19994095564707, 3.6753 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1095, '2021-05-23 00:00:00', 0.0782402443332923, 0.17116, 0.763564416623334, 0.97342, 0.80618299359802, 1.18904, 1.37065012706866, 1.7179, 2.19563824244038, 3.6743 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 600, '2021-05-23 00:00:00', 0.310061656502918, 0.62872, 0.320850253233498, 0.77902, 0.484957530786631, 0.95684, 0.837057585633549, 1.39412, 1.80734969222893, 3.25392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 615, '2021-05-23 00:00:00', 0.249635314008255, 0.44796, 0.321832167700289, 0.60206, 0.400564110557432, 0.74126, 0.765466495565503, 1.21182, 1.72982877235484, 3.16454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 630, '2021-05-23 00:00:00', 0.179022305407268, 0.35094, 0.254777783895431, 0.47364, 0.366432823538867, 0.63258, 0.713640446933888, 1.1009, 1.67338584960752, 3.13692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 645, '2021-05-23 00:00:00', 0.174643940156346, 0.31462, 0.247304173370904, 0.4479, 0.630919122524168, 0.68378, 0.729819141408792, 1.0729, 1.69580234377909, 3.11512 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 660, '2021-05-23 00:00:00', 0.174669568996243, 0.2963, 0.272294956496321, 0.41478, 0.617994052020999, 0.63524, 0.771246408419514, 1.03278, 1.69829421773732, 3.1096 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 675, '2021-05-23 00:00:00', 0.214517711001524, 0.26666, 0.578225734467085, 0.484, 0.582257540383406, 0.596480000000001, 0.750104922105346, 0.99854, 1.66998290734766, 3.09466 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 690, '2021-05-23 00:00:00', 0.389312640003721, 0.33704, 0.380316569890576, 0.41962, 0.454171266337564, 0.54532, 0.657556880936294, 0.96802, 1.59590804220252, 3.0582 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 705, '2021-05-23 00:00:00', 0.163722318270906, 0.24682, 0.327143667471444, 0.3649, 0.374509081999356, 0.51736, 0.578791998476137, 0.92186, 1.57226081461272, 3.13744 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 720, '2021-05-23 00:00:00', 0.256587947885321, 0.2384, 0.262488306088735, 0.330440000000001, 0.298175553715146, 0.46366, 0.608334538583281, 0.92334, 1.57708520246477, 3.14394 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 735, '2021-05-23 00:00:00', 0.117380730247061, 0.196940000000001, 0.234608850003575, 0.3169, 0.307215484907038, 0.477, 0.601782772961584, 0.92962, 1.57606966639592, 3.15652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 750, '2021-05-23 00:00:00', 0.173279619882624, 0.23292, 0.271782477360112, 0.34256, 0.388094266899165, 0.47008, 0.65859195953691, 0.93416, 1.57768649399471, 3.15106 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 765, '2021-05-23 00:00:00', 0.164149703015265, 0.2153, 0.214961184480671, 0.32546, 0.41503606971764, 0.43772, 0.585384166594895, 0.94982, 1.54779042778192, 3.1352 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 780, '2021-05-23 00:00:00', 0.14184970626218, 0.19562, 0.217387189134962, 0.27176, 0.350491158946983, 0.42686, 0.5315573816626, 0.9558, 1.65536246962209, 3.17252 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 795, '2021-05-23 00:00:00', 0.165017617746308, 0.16528, 0.270208257645838, 0.263259999999999, 0.288135821561059, 0.40728, 0.525768187987824, 0.9755, 1.63429610816604, 3.17304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 810, '2021-05-23 00:00:00', 0.144146953372822, 0.157639999999999, 0.193295904422899, 0.280159999999999, 0.199586806511185, 0.380179999999999, 0.517986255448282, 0.98786, 1.63552992125896, 3.17454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 825, '2021-05-23 00:00:00', 0.157771612359976, 0.20756, 0.159000843813274, 0.28082, 0.210022661475692, 0.388319999999999, 0.514294360426659, 0.97178, 1.63674223484742, 3.17318 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 840, '2021-05-23 00:00:00', 0.0845358503831361, 0.16482, 0.117242721877877, 0.242779999999999, 0.255116195748787, 0.39826, 0.50202204217876, 0.96212, 1.64053558403955, 3.16876 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 855, '2021-05-23 00:00:00', 0.10860767698464, 0.161759999999999, 0.166083106706652, 0.250159999999999, 0.30968720778661, 0.4341, 0.501433887300542, 0.96562, 1.63957526969639, 3.16026 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 870, '2021-05-23 00:00:00', 0.129445120289127, 0.18018, 0.237454106092103, 0.29934, 0.297786020771068, 0.44292, 0.501562311682207, 0.97024, 1.63943285467871, 3.15672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 885, '2021-05-23 00:00:00', 0.191347561172508, 0.200580000000001, 0.233743096154732, 0.29472, 0.2574334056282, 0.4141, 1.07264221085132, 1.2982, 1.63860487737791, 3.15456 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 900, '2021-05-23 00:00:00', 0.169911182041114, 0.201624999999999, 0.187709703987339, 0.296958333333333, 0.30166609816585, 0.4435, 1.08551995134336, 1.36422916666667, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 915, '2021-05-23 00:00:00', 0.0916940407084852, 0.186333333333333, 0.115922042066884, 0.2710625, 0.254612314522533, 0.4263125, 1.05525057038807, 1.351375, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 930, '2021-05-23 00:00:00', 0.102113392498419, 0.202833333333334, 0.21678870030449, 0.304666666666667, 0.356949573733329, 0.452208333333333, 1.05900904061194, 1.3878125, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 945, '2021-05-23 00:00:00', 0.163449532110378, 0.201354166666667, 0.196060156954255, 0.300791666666666, 0.328248673380544, 0.5303125, 1.02540402407567, 1.38422916666667, 1.66233318207956, 3.12110416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 960, '2021-05-23 00:00:00', 0.14082478159869, 0.198479166666667, 0.258771172906752, 0.297791666666666, 0.442442036959464, 0.626729166666666, 1.01193552166134, 1.417, 1.66204972312979, 3.12072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 975, '2021-05-23 00:00:00', 0.197141763713323, 0.197624999999999, 0.334188829047508, 0.466395833333333, 0.423974899704817, 0.661791666666666, 1.00737278748784, 1.44004166666667, 1.65467993738949, 3.10972916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 990, '2021-05-23 00:00:00', 0.319695607831366, 0.38164, 0.417389792839578, 0.52752, 0.398312761323728, 0.62508, 1.05219982853385, 1.4809, 1.61838813510027, 3.14902 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1005, '2021-05-23 00:00:00', 0.183388403850044, 0.28734, 0.276833007726078, 0.394919999999999, 0.320433137851461, 0.508899999999999, 1.04496041312578, 1.45216, 1.60868159346922, 3.13364 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1020, '2021-05-23 00:00:00', 0.145294149916643, 0.24666, 0.172445865901931, 0.33658, 0.247666021757796, 0.4655, 1.00669494800229, 1.45248, 1.52590156410344, 3.1042 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1035, '2021-05-23 00:00:00', 0.12450619797156, 0.20278, 0.199842671452654, 0.32748, 0.21445991661225, 0.423920000000001, 0.981175380177605, 1.50078, 1.53186463365186, 3.08462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1050, '2021-05-23 00:00:00', 0.185139163874098, 0.20848, 0.190059295572022, 0.29184, 0.27933172185295, 0.42274, 0.980456409450891, 1.4762, 1.53059896364136, 3.0661 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1065, '2021-05-23 00:00:00', 0.130540565215057, 0.20188, 0.199778443948957, 0.29752, 0.968819871458742, 0.912879999999999, 0.969056736385096, 1.462, 1.52849988496347, 3.05476 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1080, '2021-05-23 00:00:00', 0.147441787948102, 0.201679999999999, 0.243028276818426, 0.29858, 0.96705812562293, 0.98778, 0.946397006634461, 1.46026, 1.52754890129034, 3.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 2, 1095, '2021-05-23 00:00:00', 0.186760245145125, 0.21858, 0.949254046168184, 0.87466, 0.963702857904517, 1.01014, 0.975503783095347, 1.48712, 1.527441652459, 3.03728 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 600, '2021-05-23 00:00:00', 0.350006313038304, 0.52926, 0.696276036616705, 0.73094, 0.690429216140222, 0.87026, 1.03074249855788, 1.40916, 1.4949020029197, 2.96696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 615, '2021-05-23 00:00:00', 0.484636429020078, 0.50252, 0.557009631125591, 0.5914, 0.535657300270736, 0.74158, 0.956838795635572, 1.31522, 1.4417250743467, 2.93474 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 630, '2021-05-23 00:00:00', 0.32652978679849, 0.33158, 0.338473759445742, 0.48206, 0.349163926401339, 0.60498, 0.961334490435041, 1.21876, 1.46593627646861, 2.8918 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 645, '2021-05-23 00:00:00', 0.195879707984262, 0.32438, 0.18423722253298, 0.4017, 0.278456935629192, 0.58766, 0.964878944479565, 1.18526, 1.46428842701839, 2.88392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 660, '2021-05-23 00:00:00', 0.130256231456822, 0.235459999999999, 0.259396225235963, 0.38162, 0.519455403924789, 0.6092, 0.97716167930389, 1.10148, 1.47459402802941, 2.84712 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 675, '2021-05-23 00:00:00', 0.197607624684204, 0.27226, 0.234889110362031, 0.386459999999999, 0.531953465226674, 0.59048, 0.975096720843629, 1.09136, 1.48069735766631, 2.82496 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 690, '2021-05-23 00:00:00', 0.15604731654213, 0.231339999999999, 0.422052769212571, 0.405539999999999, 0.429308316753045, 0.57688, 0.894846915213248, 1.01772, 1.45597835005653, 2.76432 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 705, '2021-05-23 00:00:00', 0.313507446748346, 0.28224, 0.324627789424546, 0.36442, 0.406761522065858, 0.605460000000001, 0.79827257510619, 0.9504, 1.4213029591423, 2.78668 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 720, '2021-05-23 00:00:00', 0.213511480955943, 0.22894, 0.240747841804103, 0.35576, 0.521732947333531, 0.58782, 0.727877328835933, 0.91452, 1.38190047488956, 2.77712 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 735, '2021-05-23 00:00:00', 0.151569612719701, 0.23092, 0.250653299732253, 0.40592, 0.420354757912885, 0.515820000000001, 0.655624843183966, 0.86932, 1.3812577806719, 2.77384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 750, '2021-05-23 00:00:00', 0.192561284616959, 0.28584, 0.39963189520691, 0.38312, 0.401968056359375, 0.44838, 0.637195940560411, 0.8625, 1.39806201489777, 2.78772 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 765, '2021-05-23 00:00:00', 0.278510993200149, 0.22454, 0.304763334408849, 0.31724, 0.442907188358916, 0.47906, 0.530997325793643, 0.87542, 1.42782295675386, 2.8151 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 780, '2021-05-23 00:00:00', 0.230412884839369, 0.21508, 0.24848021718707, 0.27722, 0.524341278812442, 0.49038, 0.501164123982021, 0.871299999999999, 1.43475165737257, 2.81038 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 795, '2021-05-23 00:00:00', 0.112779142575212, 0.17552, 0.300421589881064, 0.333059999999999, 0.37747028249475, 0.44328, 0.371066579829909, 0.84364, 1.43432483332751, 2.81554 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 810, '2021-05-23 00:00:00', 0.255694392781696, 0.23682, 0.334229540635375, 0.35536, 0.332670192032089, 0.39854, 0.325597479003345, 0.840979999999999, 1.43650477084717, 2.81246 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 825, '2021-05-23 00:00:00', 0.227643312003669, 0.230539999999999, 0.271589621488009, 0.279379999999999, 0.291490977561913, 0.328359999999999, 0.302429658488273, 0.843639999999999, 1.48793163261399, 2.83378 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 840, '2021-05-23 00:00:00', 0.121722235175961, 0.167708333333333, 0.132917587793818, 0.217708333333333, 0.163004728970256, 0.273791666666666, 0.302718928293395, 0.885145833333333, 1.52098329164398, 2.91910416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 855, '2021-05-23 00:00:00', 0.0962704393882148, 0.15032, 0.116456400997684, 0.19448, 0.231277425400751, 0.32968, 0.306942322214886, 0.884879999999999, 1.5296746244436, 2.85454 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 870, '2021-05-23 00:00:00', 0.0685832529891943, 0.139520833333334, 0.139234917742787, 0.214833333333333, 0.276873263235957, 0.414729166666666, 0.318133107225645, 0.90325, 1.54171520272207, 2.903375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 885, '2021-05-23 00:00:00', 0.121260542497, 0.16384, 0.197225389254697, 0.2654, 0.234606899941157, 0.445219999999999, 0.527761387055425, 1.18046, 1.51962603760487, 2.86274 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 900, '2021-05-23 00:00:00', 0.133494731481558, 0.19102, 0.202505796213343, 0.31992, 0.205656282828089, 0.45006, 0.57832890224047, 1.28644, 1.51598437821767, 2.86752 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 915, '2021-05-23 00:00:00', 0.132448345277193, 0.21222, 0.145035001522621, 0.316619999999999, 0.189424628810512, 0.43424, 0.608193860952246, 1.36022, 1.51591926181223, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 930, '2021-05-23 00:00:00', 0.137807156925902, 0.2063, 0.183907034938852, 0.30388, 0.295441418333088, 0.45894, 0.662678836239698, 1.41714, 1.51591926181223, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 945, '2021-05-23 00:00:00', 0.137581254779373, 0.18482, 0.17109614256318, 0.28134, 0.290701160988394, 0.51054, 0.729566242708638, 1.46356, 1.51592996704993, 2.87004 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 960, '2021-05-23 00:00:00', 0.11671585153697, 0.19656, 0.231047356256966, 0.328379999999999, 0.229781423313548, 0.527259999999999, 0.765414607146566, 1.4915, 1.51592996704993, 2.87004 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 975, '2021-05-23 00:00:00', 0.160200884308837, 0.21964, 0.172504473371949, 0.37978, 0.217810052951342, 0.54714, 0.772552425405551, 1.4849, 1.52088867333105, 2.86274 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 990, '2021-05-23 00:00:00', 0.144226205432069, 0.31114, 0.158607119428269, 0.39802, 0.233668613282429, 0.533099999999999, 0.809090783431213, 1.4866, 1.52317393403818, 2.8672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1005, '2021-05-23 00:00:00', 0.105498609785469, 0.22754, 0.169045252817107, 0.34862, 0.223539597536245, 0.48792, 0.835089664347488, 1.42782, 1.49936562974702, 2.8639 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1020, '2021-05-23 00:00:00', 0.124693266992782, 0.23534, 0.167347193981056, 0.317199999999999, 0.221549796885486, 0.4648, 0.830367083483764, 1.44458, 1.46903889442497, 2.87424 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1035, '2021-05-23 00:00:00', 0.1152226395578, 0.19356, 0.165261051067698, 0.32994, 0.187283058941984, 0.456059999999999, 0.82255240866464, 1.43894, 1.46170330778855, 2.87168 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1050, '2021-05-23 00:00:00', 0.142680815108409, 0.24774, 0.145708184396073, 0.3222, 0.192665009364268, 0.46542, 0.770926551300447, 1.39932, 1.4152540555203, 2.8475 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1065, '2021-05-23 00:00:00', 0.0804893212378724, 0.20602, 0.134443088950926, 0.316439999999999, 0.416658676256718, 0.80284, 0.783021007593879, 1.41774, 1.40032968201539, 2.84648 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1080, '2021-05-23 00:00:00', 0.111681589798856, 0.215059999999999, 0.150191744113983, 0.31218, 0.505504801328995, 0.9412, 0.826124131613, 1.42568, 1.38725457078601, 2.84034 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 3, 1095, '2021-05-23 00:00:00', 0.0892736569954058, 0.19166, 0.391610432487866, 0.74472, 0.521101508025707, 1.02586, 0.825714529967833, 1.42888, 1.38855950598693, 2.86272 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 600, '2021-05-23 00:00:00', 0.307481198612208, 0.5946, 0.454779505181723, 0.79576, 0.603380202829581, 1.00724, 0.813495608982208, 1.35522, 1.42989765426294, 2.89498 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 615, '2021-05-23 00:00:00', 0.331371895810935, 0.5177, 0.385913745760198, 0.65776, 0.499913221636182, 0.8436, 0.629313393707777, 1.17242, 1.43133541899398, 2.80554 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 630, '2021-05-23 00:00:00', 0.189950925679942, 0.3715, 0.291108532166269, 0.50164, 0.473041728250972, 0.66332, 0.543086159524128, 1.02858, 1.39594949765384, 2.7306 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 645, '2021-05-23 00:00:00', 0.13722799762925, 0.27374, 0.357899646083461, 0.47386, 0.443823984442782, 0.5812, 0.516616284102622, 1.01502, 1.39602302034506, 2.73076 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 660, '2021-05-23 00:00:00', 0.291232098162273, 0.34148, 0.387235481759269, 0.417620000000001, 0.369123090355146, 0.53978, 0.592585403830819, 0.97376, 1.37497732496455, 2.70954 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 675, '2021-05-23 00:00:00', 0.255251154094682, 0.28038, 0.250994483671123, 0.37172, 0.269403883602297, 0.49234, 0.582863797697771, 0.951539999999999, 1.35367115590653, 2.69666 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 690, '2021-05-23 00:00:00', 0.130736047694073, 0.23432, 0.186381501675104, 0.34922, 0.261826488346768, 0.46912, 0.609421438743339, 0.943639999999999, 1.3575249307103, 2.6777 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 705, '2021-05-23 00:00:00', 0.148787384657884, 0.23646, 0.179612216548133, 0.30156, 0.293947121094935, 0.46008, 0.66832508120425, 0.977179999999999, 1.51926020867614, 2.90654 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 720, '2021-05-23 00:00:00', 0.130620037385796, 0.197860000000001, 0.193980576776817, 0.30338, 0.249014586252828, 0.41508, 0.671859848976456, 0.99686, 1.5245042604073, 2.92736 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 735, '2021-05-23 00:00:00', 0.0968832501863281, 0.20348, 0.16749855223255, 0.31316, 0.205654743036316, 0.40954, 0.651181658602267, 1.01464, 1.53922817022039, 2.97088 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 750, '2021-05-23 00:00:00', 0.130303434336936, 0.22338, 0.15383560489475, 0.27582, 0.249098959585677, 0.4142, 0.65785897994935, 1.0325, 1.6100397963508, 3.0119 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 765, '2021-05-23 00:00:00', 0.131169022638732, 0.1959, 0.17706466568272, 0.2998, 0.253901678805005, 0.414799999999999, 0.656506262981043, 1.06066, 1.64257377231587, 3.02908 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 780, '2021-05-23 00:00:00', 0.12940294625703, 0.20332, 0.215202327279856, 0.2865, 0.231610713266895, 0.399779999999999, 0.679825138056349, 1.06848, 1.64561207635133, 3.04672 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 795, '2021-05-23 00:00:00', 0.117101273833095, 0.1527, 0.157537209890236, 0.24542, 0.227928521324851, 0.40466, 0.668288599084757, 1.06288, 1.65104033566718, 3.04824 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 810, '2021-05-23 00:00:00', 0.111727820319441, 0.16922, 0.176162112839283, 0.27794, 0.238857305728755, 0.4073, 0.646730019663023, 1.05252, 1.65436873207477, 3.05012 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 825, '2021-05-23 00:00:00', 0.111745197510527, 0.18148, 0.183205390204546, 0.28794, 0.338807637163037, 0.42164, 0.649176280630566, 1.04148, 1.65475684064659, 3.03708 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 840, '2021-05-23 00:00:00', 0.166505247665052, 0.21018, 0.189453472740231, 0.27658, 0.473721760811837, 0.44466, 0.650947292413142, 1.04374, 1.65532044279449, 3.03282 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 855, '2021-05-23 00:00:00', 0.0919158355961216, 0.1682, 0.224601224395594, 0.29328, 0.420355058254329, 0.4737, 0.649592258651534, 1.04654, 1.65366107546256, 3.03216 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 870, '2021-05-23 00:00:00', 0.183353370117196, 0.201399999999999, 0.32357262579932, 0.303159999999999, 0.424690058552509, 0.5095, 0.645713230983126, 1.07292, 1.64980603026538, 3.039 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 885, '2021-05-23 00:00:00', 0.207130065820167, 0.20498, 0.33301243470277, 0.35236, 0.480609442097566, 0.57146, 0.674011509545646, 1.36866, 1.60520024711353, 3.0699 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 900, '2021-05-23 00:00:00', 0.140845808126002, 0.204708333333333, 0.18798877838079, 0.331041666666667, 0.315774289201978, 0.525354166666666, 0.634781363921378, 1.38214583333333, 1.56009081382245, 2.99022916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 915, '2021-05-23 00:00:00', 0.128759243115774, 0.201478260869565, 0.237329508183339, 0.356999999999999, 0.293843529387404, 0.523239130434782, 0.720299651495587, 1.47323913043478, 1.60235422496181, 3.03969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 930, '2021-05-23 00:00:00', 0.207846969302469, 0.261608695652174, 0.266436903445801, 0.379652173913043, 0.305379615374318, 0.508130434782609, 0.712880065055933, 1.47034782608696, 1.62568898194209, 3.0434347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 945, '2021-05-23 00:00:00', 0.171002944176398, 0.224565217391304, 0.194573774073775, 0.320891304347826, 0.298544636859597, 0.528826086956522, 0.717091298810716, 1.46960869565217, 1.64361078604635, 3.0589347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 960, '2021-05-23 00:00:00', 0.154822083277405, 0.206173913043479, 0.228090134998851, 0.315217391304348, 0.300240537627388, 0.571195652173913, 0.840166377862217, 1.52376086956522, 1.73393842578878, 3.10484782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 975, '2021-05-23 00:00:00', 0.134168475589079, 0.20495652173913, 0.188075083820666, 0.400152173913044, 0.260553014793126, 0.585347826086956, 0.84393861469629, 1.53710869565217, 1.83585694010875, 3.1425 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 990, '2021-05-23 00:00:00', 0.1681342043486, 0.321239130434783, 0.209551287504663, 0.458913043478262, 0.245442193914086, 0.550565217391305, 0.850624716371895, 1.52160869565217, 1.85167959889299, 3.12821739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1005, '2021-05-23 00:00:00', 0.122692765973119, 0.260413043478261, 0.165123872534023, 0.343434782608695, 0.201326561554485, 0.446543478260869, 0.865916955552346, 1.47758695652174, 1.89431930660475, 3.10810869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1020, '2021-05-23 00:00:00', 0.112632745573807, 0.226108695652173, 0.132093170645667, 0.303086956521739, 0.249967610550068, 0.463521739130434, 0.86368895310031, 1.47930434782609, 1.89752563762774, 3.1075 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1035, '2021-05-23 00:00:00', 0.0837966730310176, 0.204717391304348, 0.101709421019446, 0.283978260869566, 0.253453991661856, 0.450304347826087, 0.857840362163335, 1.46528260869565, 1.89414832874945, 3.10386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1050, '2021-05-23 00:00:00', 0.0813976235680732, 0.189130434782609, 0.197020353676583, 0.317239130434782, 0.238085274273918, 0.447434782608695, 0.852594968224594, 1.44154347826087, 1.90166781724731, 3.08684782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1065, '2021-05-23 00:00:00', 0.193878749138705, 0.232586956521739, 0.220440775210699, 0.320108695652174, 0.541583742917829, 0.930217391304348, 0.851289082379573, 1.40897826086957, 1.90194762877654, 3.08465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1080, '2021-05-23 00:00:00', 0.18749242145422, 0.228891304347826, 0.198431109300785, 0.305282608695652, 0.575881171352031, 1.08415217391304, 0.848180025543649, 1.39841304347826, 1.89695444229072, 3.09073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 4, 1095, '2021-05-23 00:00:00', 0.120733422417066, 0.193326086956522, 0.512304946011172, 0.873695652173914, 0.720098445866349, 1.19510869565217, 0.851742193872145, 1.38491304347826, 1.89555061405249, 3.09030434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 600, '2021-05-23 00:00:00', 0.412649627910919, 0.709478260869566, 0.593841565854032, 0.945152173913043, 0.720744224502806, 1.14865217391304, 1.20951523379845, 1.45834782608696, 2.14759151797153, 3.33434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 615, '2021-05-23 00:00:00', 0.329693635486997, 0.492065217391304, 0.522163287690602, 0.713108695652174, 0.657416877325861, 0.865782608695653, 1.09679382820156, 1.26823913043478, 2.05601796623239, 3.24432608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 630, '2021-05-23 00:00:00', 0.359058131915797, 0.465913043478262, 0.458189464065072, 0.630695652173914, 0.788119687169625, 0.848369565217392, 1.20852974120437, 1.23260869565217, 2.04778560556608, 3.226 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 645, '2021-05-23 00:00:00', 0.317666524441887, 0.42154347826087, 0.432094631708134, 0.53054347826087, 0.641650586609598, 0.75845652173913, 1.24171604689104, 1.16532608695652, 2.00768205702369, 3.19691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 660, '2021-05-23 00:00:00', 0.283891713406207, 0.317869565217391, 0.511273646012308, 0.480673913043478, 0.50324376455279, 0.603173913043478, 1.15682405886204, 1.06369565217391, 1.97307486050032, 3.14621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 675, '2021-05-23 00:00:00', 0.293493567746041, 0.316260869565217, 0.298849683619054, 0.435760869565217, 0.395954365658208, 0.534217391304347, 1.08827474833592, 1.02928260869565, 1.96177839607241, 3.12804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 690, '2021-05-23 00:00:00', 0.219034952180422, 0.29491304347826, 0.225210801557873, 0.394782608695651, 0.395594795333383, 0.514086956521738, 1.09553492988982, 1.00734782608696, 2.01195562175537, 3.13908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 705, '2021-05-23 00:00:00', 0.204487690130774, 0.256521739130435, 0.375580326981873, 0.372173913043478, 0.384651284505767, 0.493739130434782, 1.09431952930277, 0.980869565217391, 1.99707273228186, 3.14395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 720, '2021-05-23 00:00:00', 0.195685927479312, 0.233869565217391, 0.211367979895019, 0.314673913043478, 0.354066986359982, 0.477108695652174, 1.07321291156849, 0.959608695652174, 2.01308773167366, 3.17652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 735, '2021-05-23 00:00:00', 0.139062921181136, 0.223717391304347, 0.193421754971985, 0.320043478260869, 0.416755313231541, 0.499173913043478, 1.07396581792124, 0.943347826086956, 2.01125969930868, 3.18815217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 750, '2021-05-23 00:00:00', 0.149492316087383, 0.224956521739131, 0.298882442486804, 0.350652173913044, 0.382325440030953, 0.488586956521739, 1.03547442154212, 0.953869565217392, 2.00998488775708, 3.21239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 765, '2021-05-23 00:00:00', 0.216199741126675, 0.225347826086957, 0.288011521234197, 0.3345, 0.432960884457656, 0.463673913043478, 0.939158301994681, 0.93604347826087, 1.98642112289171, 3.19317391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 780, '2021-05-23 00:00:00', 0.150051832283187, 0.193065217391304, 0.180055412529109, 0.266760869565217, 0.336202882882491, 0.39291304347826, 0.795752287190662, 0.92054347826087, 1.9610985164709, 3.17463043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 795, '2021-05-23 00:00:00', 0.160770209543559, 0.208413043478261, 0.285890149997534, 0.306282608695652, 0.397521779550997, 0.390760869565217, 0.780633837810774, 0.957934782608696, 1.95855608466005, 3.18336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 810, '2021-05-23 00:00:00', 0.217830912232655, 0.211478260869564, 0.255175127804029, 0.279130434782608, 0.5262058295941, 0.458434782608696, 0.71735483926368, 0.976978260869565, 1.96518555631548, 3.20545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 825, '2021-05-23 00:00:00', 0.115943994589729, 0.171652173913043, 0.170448316091706, 0.239586956521739, 0.52809096207874, 0.454217391304348, 0.709444131898055, 0.978108695652174, 1.96534498450088, 3.20560869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 840, '2021-05-23 00:00:00', 0.102851273144049, 0.156456521739131, 0.299831789139605, 0.299478260869566, 0.48839445763139, 0.432347826086956, 0.694533524888234, 0.955391304347826, 1.96701587225411, 3.22915217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 855, '2021-05-23 00:00:00', 0.231610538835358, 0.211152173913043, 0.389441943899196, 0.325869565217391, 0.444000389470327, 0.419630434782608, 0.687949489424914, 0.9565, 1.96331681020491, 3.23847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 870, '2021-05-23 00:00:00', 0.215278882000936, 0.202239130434783, 0.242757709117483, 0.268652173913043, 0.278663933699113, 0.376760869565217, 0.70061836182961, 0.98995652173913, 1.98563081841403, 3.22273913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 885, '2021-05-23 00:00:00', 0.131938642315163, 0.175347826086956, 0.206260728550765, 0.266978260869565, 0.218294559763028, 0.399913043478261, 0.787895019817338, 1.36080434782609, 1.99081337777762, 3.21771739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 900, '2021-05-23 00:00:00', 0.203361588324985, 0.206068181818182, 0.207270606785501, 0.297340909090909, 0.304307311668755, 0.465022727272728, 0.824363364487989, 1.51413636363636, 2.03284209433972, 3.23586363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 915, '2021-05-23 00:00:00', 0.130531669714361, 0.206695652173912, 0.162441941589455, 0.30104347826087, 0.460752800621583, 0.479565217391304, 0.870458399407354, 1.4959347826087, 1.98218247834814, 3.25982608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 930, '2021-05-23 00:00:00', 0.114815412952197, 0.213021739130435, 0.260599824970593, 0.342217391304349, 0.420502795223187, 0.489152173913044, 0.890067875570469, 1.50313043478261, 1.98150962258258, 3.25795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 945, '2021-05-23 00:00:00', 0.269845567750857, 0.217804347826088, 0.433519667802444, 0.319934782608696, 0.434674119221456, 0.504608695652174, 0.930825070704998, 1.54380434782609, 1.9729723864133, 3.26258695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 960, '2021-05-23 00:00:00', 0.233841771949112, 0.189239130434783, 0.233111084395367, 0.303369565217391, 0.42120701654948, 0.525347826086957, 0.968966538721568, 1.53919565217391, 1.96867409609623, 3.20408695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 975, '2021-05-23 00:00:00', 0.173046907552371, 0.242130434782609, 0.204607925462469, 0.353695652173913, 0.435910213721676, 0.587347826086956, 0.937738896044177, 1.53515217391304, 1.95895457771471, 3.19558695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 990, '2021-05-23 00:00:00', 0.148441218852937, 0.2685, 0.305769697170125, 0.408804347826087, 0.385947847651363, 0.583173913043479, 0.979139882290017, 1.533, 1.96767148506109, 3.17213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1005, '2021-05-23 00:00:00', 0.205429329663917, 0.259130434782608, 0.302529918815737, 0.415021739130435, 0.301440807251904, 0.528586956521739, 1.07516607504739, 1.54704347826087, 1.97091997113244, 3.15634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1020, '2021-05-23 00:00:00', 0.180778323843158, 0.286434782608696, 0.209390995347952, 0.37604347826087, 0.203828853651851, 0.468239130434783, 1.0985339196981, 1.5485, 1.95509521921709, 3.17145652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1035, '2021-05-23 00:00:00', 0.13262026386398, 0.21654347826087, 0.166733865240934, 0.317, 0.192243916211042, 0.403282608695653, 1.07994630548341, 1.501, 1.95241340341283, 3.1510652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1050, '2021-05-23 00:00:00', 0.132331681441156, 0.21808695652174, 0.161330256247946, 0.282239130434783, 0.205720821318871, 0.427021739130435, 1.07166534822074, 1.48663043478261, 1.95114047195591, 3.15713043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1065, '2021-05-23 00:00:00', 0.144939874408929, 0.197608695652174, 0.161767503833257, 0.27404347826087, 0.48110834653612, 0.917326086956522, 1.06337013475001, 1.50054347826087, 1.96646271731174, 3.14586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1080, '2021-05-23 00:00:00', 0.0864256917682959, 0.179326086956521, 0.156905537907643, 0.311065217391304, 0.575022395164494, 1.02186956521739, 1.05099860851421, 1.5105652173913, 1.97260478438421, 3.15039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 5, 1095, '2021-05-23 00:00:00', 0.143252234080903, 0.22495652173913, 0.427550043299836, 0.835804347826086, 0.606114369123929, 1.05891304347826, 1.03740567598277, 1.49782608695652, 1.9743408734024, 3.13704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 600, '2021-05-23 00:00:00', 0.272873051886133, 0.596437499999999, 0.513711811849852, 0.844104166666666, 0.575385584327739, 1.028375, 0.95253550943738, 1.422125, 1.88196278013065, 3.18791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 615, '2021-05-23 00:00:00', 0.366883170600077, 0.49425, 0.483096376198013, 0.643, 0.506393163689918, 0.803916666666666, 0.912630425213494, 1.22802083333333, 1.87477800231681, 3.13308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 630, '2021-05-23 00:00:00', 0.215826670550733, 0.355770833333333, 0.280633712866258, 0.495208333333333, 0.510610885556973, 0.657541666666667, 0.685005815258824, 1.06297916666667, 1.7347309145843, 3.04695833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 645, '2021-05-23 00:00:00', 0.219752181527811, 0.345770833333333, 0.26590268648048, 0.444229166666666, 0.445493739688281, 0.593958333333334, 0.637445535823496, 1.0324375, 1.70640196395532, 3.03864583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 660, '2021-05-23 00:00:00', 0.164870138565417, 0.269020833333333, 0.413987904478318, 0.414062500000001, 0.503853951406384, 0.598000000000001, 0.628957159306382, 0.987270833333334, 1.66896496118602, 3.04729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 675, '2021-05-23 00:00:00', 0.278061768988815, 0.288729166666667, 0.293507517093822, 0.388020833333334, 0.51598818763864, 0.596375, 0.525578445567978, 0.935562500000001, 1.59871697184612, 3.01539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 690, '2021-05-23 00:00:00', 0.188664719432902, 0.2655625, 0.316706531624962, 0.404625, 0.518388070441524, 0.5623125, 0.467238134343487, 0.9006875, 1.57311595387874, 3.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 705, '2021-05-23 00:00:00', 0.198662534304362, 0.244958333333334, 0.347075227170158, 0.3643125, 0.421180569365289, 0.5235625, 0.382079805548488, 0.856395833333334, 1.51871382881719, 3.06754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 720, '2021-05-23 00:00:00', 0.250489202521207, 0.247083333333334, 0.340002235180206, 0.352541666666667, 0.339086944704217, 0.489895833333333, 0.360247694955865, 0.831979166666667, 1.53337684090764, 3.11391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 735, '2021-05-23 00:00:00', 0.162613232566717, 0.234458333333333, 0.200634337111724, 0.3349375, 0.262088597560089, 0.469041666666667, 0.326845805704343, 0.8045625, 1.53438987175118, 3.1778125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 750, '2021-05-23 00:00:00', 0.145326917821435, 0.2085, 0.166744787850662, 0.301458333333333, 0.304051118860685, 0.481312499999999, 0.321317830345323, 0.7856875, 1.56541336856843, 3.20933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 765, '2021-05-23 00:00:00', 0.139545457764159, 0.215749999999999, 0.197821558765264, 0.329895833333333, 0.329678826470837, 0.514291666666666, 0.310086575539332, 0.817354166666667, 1.60465366356167, 3.23152083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 780, '2021-05-23 00:00:00', 0.142516030117947, 0.225333333333334, 0.24118875940442, 0.3288125, 0.28042556944758, 0.4585, 0.306271438173036, 0.813458333333333, 1.6185415736502, 3.25822916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 795, '2021-05-23 00:00:00', 0.173104882287413, 0.200687499999999, 0.201251463897817, 0.321229166666665, 0.197669904902967, 0.422999999999999, 0.279888056685815, 0.796208333333333, 1.64041197547304, 3.25958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 810, '2021-05-23 00:00:00', 0.097840540095769, 0.199645833333333, 0.118266538736798, 0.267312499999999, 0.220615853055861, 0.401062499999999, 0.277900923820244, 0.788979166666666, 1.67576095506865, 3.2766875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 825, '2021-05-23 00:00:00', 0.120962038526526, 0.194020833333333, 0.201222873768208, 0.298416666666666, 0.236389967930972, 0.397729166666667, 0.297861508525136, 0.80275, 1.69489275824653, 3.275875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 840, '2021-05-23 00:00:00', 0.149569357669354, 0.211333333333333, 0.172731125355758, 0.271291666666667, 0.1892720214343, 0.3789375, 0.307704791443903, 0.792395833333333, 1.72551423914517, 3.29304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 855, '2021-05-23 00:00:00', 0.118222890004493, 0.173770833333334, 0.128342520375097, 0.249541666666667, 0.195740789110853, 0.36275, 0.28642855088921, 0.780354166666666, 1.73837460314788, 3.30475 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 870, '2021-05-23 00:00:00', 0.0854167294096626, 0.1503125, 0.112603316085622, 0.2259375, 0.154774186843425, 0.353125, 0.280763232553023, 0.776916666666666, 1.74687503389852, 3.29433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 885, '2021-05-23 00:00:00', 0.10758578478106, 0.169125, 0.153734007062641, 0.243583333333334, 0.149329491733714, 0.356833333333333, 0.704542384115032, 1.29508333333333, 1.77600812040655, 3.3191875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 900, '2021-05-23 00:00:00', 0.115899786094137, 0.167270833333334, 0.111391202525155, 0.25775, 0.143428812570426, 0.359541666666667, 0.695664086854518, 1.36025, 1.81555419883655, 3.342875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 915, '2021-05-23 00:00:00', 0.101393658150022, 0.16825, 0.10902628987569, 0.238333333333333, 0.174242459758259, 0.34775, 0.741653030325707, 1.43275, 1.82613342992645, 3.34027083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 930, '2021-05-23 00:00:00', 0.0629617400213945, 0.145437499999999, 0.130147559440279, 0.2408125, 0.176316557738088, 0.3564375, 0.813092900451414, 1.48039583333333, 1.83658353057096, 3.33060416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 945, '2021-05-23 00:00:00', 0.0946169599613034, 0.179729166666667, 0.123287280865418, 0.243583333333333, 0.177034047276018, 0.469354166666667, 0.838316253481614, 1.51235416666667, 1.8170914567844, 3.34241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 960, '2021-05-23 00:00:00', 0.101799014740683, 0.1631875, 0.146455808675953, 0.270229166666667, 0.19019929360077, 0.480145833333334, 0.853190671544685, 1.5168125, 1.81939095048495, 3.3458125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 975, '2021-05-23 00:00:00', 0.112025017828899, 0.1663125, 0.137196219103268, 0.344708333333334, 0.167699846981255, 0.456604166666667, 0.854803380222949, 1.52416666666667, 1.79634540784209, 3.37120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 990, '2021-05-23 00:00:00', 0.10303470465003, 0.271791666666667, 0.122701459232669, 0.371687500000001, 0.166264761794233, 0.438833333333333, 0.854318422450556, 1.51947916666667, 1.8287314676565, 3.40470833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1005, '2021-05-23 00:00:00', 0.118506648058486, 0.260395833333334, 0.147044944080747, 0.331041666666667, 0.179698660806507, 0.425, 0.851450456563319, 1.49897916666667, 1.78763568236944, 3.4199375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1020, '2021-05-23 00:00:00', 0.088830066965535, 0.193041666666667, 0.104360752520604, 0.255083333333334, 0.19719340079942, 0.430208333333333, 0.82344267347741, 1.49485416666667, 1.77680660854939, 3.4310625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1035, '2021-05-23 00:00:00', 0.0770901475640654, 0.166604166666667, 0.145537534378742, 0.27375, 0.194610479362074, 0.433270833333333, 0.813036150583599, 1.49422916666667, 1.80707404012775, 3.43927083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1050, '2021-05-23 00:00:00', 0.126025848510349, 0.195833333333333, 0.157679020355103, 0.331604166666666, 0.134897047095989, 0.4273125, 0.853270178893184, 1.50270833333333, 1.79373519877244, 3.4389375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020164, 1, 1065, '2021-05-23 00:00:00', 0.112012576051423, 0.194608695652173, 0.122954135219556, 0.262586956521739, 0.669754600802744, 0.96154347826087, 0.891536017973404, 1.51519565217391, 1.79319103360572, 3.46858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020164 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:49:28 Duration: 914ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1080, '2021-05-23 00:00:00', 0.204879639463432, 0.344400000000001, 0.219003044118874, 0.439599999999999, 0.733632969088311, 1.4844, 1.03948897701387, 2.1196, 1.99125236974122, 4.6512 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1095, '2021-05-23 00:00:00', 0.158008438593218, 0.272, 0.758886245318316, 1.21, 0.743799480146811, 1.5328, 1.06206559747189, 2.082, 1.98360169052829, 4.6644 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 600, '2021-05-23 00:00:00', 0.301324512010659, 0.617307692307692, 0.484439247600135, 0.895769230769232, 0.499535322536397, 1.15346153846154, 0.904400268771436, 1.79038461538461, 1.88048328485403, 4.38423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 615, '2021-05-23 00:00:00', 0.330719495366366, 0.619230769230771, 0.353097938037244, 0.856923076923076, 0.43739737257837, 1.08730769230769, 0.812394087771537, 1.66192307692307, 1.76470633861231, 4.33730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 630, '2021-05-23 00:00:00', 0.161647765218079, 0.455, 0.239089619502493, 0.650384615384613, 0.357479423829596, 0.893461538461538, 0.677101514943261, 1.47230769230769, 1.72589209931025, 4.29346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 645, '2021-05-23 00:00:00', 0.187600229620987, 0.444615384615383, 0.264198060902454, 0.646153846153846, 0.341523284486076, 0.833076923076922, 0.621113640041945, 1.38692307692308, 1.73574723434562, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 660, '2021-05-23 00:00:00', 0.152553647562476, 0.393846153846155, 0.198014762464438, 0.505384615384614, 0.412736645406659, 0.816538461538462, 0.526342532518951, 1.28269230769231, 1.75000624174711, 4.26538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 675, '2021-05-23 00:00:00', 0.152129499491012, 0.34076923076923, 0.231374488321758, 0.523076923076925, 0.348041103341811, 0.745019230769234, 0.567064370243806, 1.225, 1.76447438240227, 4.24538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 690, '2021-05-23 00:00:00', 0.170700367265611, 0.361153846153845, 0.288509165299021, 0.551538461538461, 0.343532948257457, 0.691942307692308, 0.619251657555004, 1.14384615384615, 1.76640987490272, 4.24038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 705, '2021-05-23 00:00:00', 0.220164973110199, 0.363846153846152, 0.221692601625277, 0.44001923076923, 0.320537376315748, 0.605019230769232, 0.599900504571065, 1.06615384615385, 2.23239522968906, 4.67730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 720, '2021-05-23 00:00:00', 0.151268752175111, 0.29615384615385, 0.205447976757734, 0.443865384615384, 0.236526974392742, 0.58501923076923, 0.634249283678076, 1.04807692307692, 2.23157553863081, 4.72576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 735, '2021-05-23 00:00:00', 0.189413670207667, 0.318461538461537, 0.197442104464538, 0.409230769230767, 0.271603783818666, 0.593846153846152, 0.698746129753973, 1.07307692307692, 2.25085624733208, 4.82538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 750, '2021-05-23 00:00:00', 0.12648867386207, 0.279230769230766, 0.228281877039364, 0.443846153846151, 0.287905166010241, 0.604230769230769, 0.68468398100595, 1.05192307692308, 2.23345059010974, 4.86846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 765, '2021-05-23 00:00:00', 0.194289657866411, 0.334634615384616, 0.229956672340349, 0.454634615384616, 0.261369606407951, 0.573865384615386, 0.640947179210943, 1.10194230769231, 2.21877249501056, 4.89923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 780, '2021-05-23 00:00:00', 0.118092532167983, 0.305384615384617, 0.153265982978813, 0.412307692307694, 0.191243702762089, 0.51692307692308, 0.767372565215981, 1.14942307692308, 2.24462517001083, 4.90692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 795, '2021-05-23 00:00:00', 0.114519061228321, 0.278846153846157, 0.141458882310783, 0.358846153846158, 0.192146178328252, 0.488076923076925, 0.791558929241238, 1.23153846153846, 2.24121783515467, 4.92423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 810, '2021-05-23 00:00:00', 0.0804334411892135, 0.248461538461542, 0.146915464965922, 0.34192307692308, 0.18415879435547, 0.472307692307693, 0.794387717776302, 1.26038461538461, 2.26043413120986, 4.95230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 825, '2021-05-23 00:00:00', 0.116946404555512, 0.247307692307694, 0.138537415107309, 0.346153846153846, 0.378901245506208, 0.506923076923076, 0.835905128956258, 1.31423076923077, 2.26475867282893, 4.98038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 840, '2021-05-23 00:00:00', 0.104280686315641, 0.222307692307693, 0.119722756656946, 0.308461538461539, 0.378561040703428, 0.477307692307693, 0.855490592494241, 1.37807692307692, 2.26630668710128, 4.995 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 855, '2021-05-23 00:00:00', 0.0893187894781717, 0.235384615384618, 0.359349198070413, 0.389615384615388, 0.474767149404686, 0.540384615384617, 0.835881846637707, 1.40769230769231, 2.27707045261095, 5.01461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 870, '2021-05-23 00:00:00', 0.312989554998986, 0.302307692307694, 0.309183540212709, 0.37769230769231, 0.507383029339317, 0.561538461538463, 0.789843996281253, 1.41153846153846, 2.27039149453603, 5.04153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 885, '2021-05-23 00:00:00', 0.139083262278944, 0.258076923076922, 0.238814057053087, 0.391923076923077, 0.300896097579317, 0.537692307692309, 0.980695593012346, 1.98038461538462, 2.26387091912537, 5.05653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 900, '2021-05-23 00:00:00', 0.170651692051388, 0.285000000000002, 0.241022501343439, 0.400384615384617, 0.248353346293915, 0.529230769230769, 0.981672748228948, 2.09423076923077, 2.26503893666652, 5.06576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 915, '2021-05-23 00:00:00', 0.127328164749447, 0.247307692307692, 0.121693815025191, 0.345769230769232, 0.227854204397328, 0.528461538461536, 0.922572406997865, 2.19961538461539, 2.27072973699239, 5.07153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 930, '2021-05-23 00:00:00', 0.106745563770184, 0.251153846153846, 0.136185393998258, 0.352307692307692, 0.228964222935844, 0.506153846153845, 0.923264525807947, 2.21576923076923, 2.27688072725689, 5.07538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 945, '2021-05-23 00:00:00', 0.117066713392896, 0.243846153846154, 0.177223457381219, 0.381923076923074, 0.296530968677162, 0.658846153846155, 0.908682647488193, 2.23192307692308, 2.2850162177509, 5.10365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 960, '2021-05-23 00:00:00', 0.114998327747041, 0.263846153846153, 0.197059928409139, 0.376153846153846, 0.392375457948125, 0.797500000000001, 0.939631024146424, 2.31230769230769, 2.28756814946824, 5.11096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 975, '2021-05-23 00:00:00', 0.146175868786143, 0.279230769230772, 0.247005761377841, 0.570384615384616, 0.416073957922791, 0.881538461538461, 0.968670143110565, 2.30538461538462, 2.29316388759823, 5.11384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 990, '2021-05-23 00:00:00', 0.186412280876392, 0.448461538461538, 0.331393851203347, 0.646730769230768, 0.346548919845598, 0.861923076923077, 0.926788084648347, 2.27192307692308, 2.31199683923127, 5.12423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1005, '2021-05-23 00:00:00', 0.213050463505715, 0.417499999999997, 0.280429341162107, 0.603846153846151, 0.400275482060117, 0.817307692307692, 0.916076667936945, 2.26730769230769, 2.32269382730153, 5.12115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1020, '2021-05-23 00:00:00', 0.149801920497084, 0.393846153846153, 0.229823008823342, 0.561153846153845, 0.375892783404235, 0.779230769230767, 0.813122755421719, 2.22384615384615, 2.37705143790822, 5.09153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1035, '2021-05-23 00:00:00', 0.187516563370973, 0.407692307692306, 0.293622468224337, 0.553076923076921, 0.32239512307821, 0.771153846153845, 0.79708468809782, 2.21, 2.39523774313822, 5.08038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1050, '2021-05-23 00:00:00', 0.168249357068146, 0.350384615384615, 0.25325845722077, 0.520384615384616, 0.281315590642363, 0.697692307692308, 0.780751216162009, 2.18269230769231, 2.42639577594803, 5.05730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1065, '2021-05-23 00:00:00', 0.176753631232416, 0.345384615384614, 0.19338005624636, 0.470384615384618, 0.757947126225732, 1.43038461538462, 0.736689580801534, 2.12653846153846, 2.43842764596684, 5.03423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1080, '2021-05-23 00:00:00', 0.144182043051347, 0.32269230769231, 0.195717614473975, 0.424230769230772, 0.705113193313397, 1.55384615384616, 0.75246630387117, 2.08846153846154, 2.44600861687897, 5.02692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 2, 1095, '2021-05-23 00:00:00', 0.107162708783634, 0.229615384615385, 0.738605755148483, 1.26769230769231, 0.650338728308917, 1.63269230769231, 0.786131423735636, 2.05884615384615, 2.47506149107763, 5.03576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 600, '2021-05-23 00:00:00', 0.28741500415842, 0.669230769230771, 0.297066685080328, 0.956153846153847, 0.343468507121998, 1.15884615384616, 0.544315519359304, 1.63076923076923, 2.32997867273171, 4.83615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 615, '2021-05-23 00:00:00', 0.278402309893158, 0.670384615384617, 0.343102586139166, 0.900769230769235, 0.34855062539255, 1.01346153846154, 0.596545568573449, 1.53884615384615, 2.3387177288815, 4.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 630, '2021-05-23 00:00:00', 0.206844423141198, 0.516153846153846, 0.212974538023101, 0.636923076923076, 0.353185285868261, 0.940384615384614, 0.611858329504976, 1.43115384615385, 2.27202166836905, 4.87230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 645, '2021-05-23 00:00:00', 0.12641141623226, 0.410384615384614, 0.247219615851045, 0.661538461538461, 0.378650437535933, 0.868076923076923, 0.620891790398794, 1.38884615384615, 2.24206515379151, 4.83807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 660, '2021-05-23 00:00:00', 0.231473208285207, 0.490384615384613, 0.32852022534623, 0.681538461538459, 0.356650442957159, 0.806538461538462, 0.60095052912993, 1.32153846153846, 2.26853975397934, 4.81384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 675, '2021-05-23 00:00:00', 0.168909625357649, 0.387692307692307, 0.170943085445239, 0.47153846153846, 0.225870282718605, 0.675769230769231, 0.598722357640388, 1.21730769230769, 2.27132414785195, 4.76423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 690, '2021-05-23 00:00:00', 0.0849732989736274, 0.302692307692308, 0.119006787136768, 0.421153846153847, 0.223878057467419, 0.664230769230769, 0.606955073739783, 1.21769230769231, 2.26844806318871, 4.74615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 705, '2021-05-23 00:00:00', 0.107228010117905, 0.295384615384617, 0.208900786167832, 0.486538461538463, 0.254078425203413, 0.650384615384615, 0.604154335860021, 1.28230769230769, 2.37413734940634, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 720, '2021-05-23 00:00:00', 0.206672167007037, 0.36576923076923, 0.239852839498273, 0.49576923076923, 0.308681812775653, 0.68730769230769, 0.62435603748059, 1.30269230769231, 2.31876508910703, 4.69346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 735, '2021-05-23 00:00:00', 0.131409518446957, 0.322692307692306, 0.16897154972179, 0.440769230769229, 0.27641356974371, 0.632692307692307, 0.570938229179359, 1.30769230769231, 2.28420358111969, 4.665 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 750, '2021-05-23 00:00:00', 0.11819215124273, 0.30576923076923, 0.171959297509613, 0.455, 0.324446985120598, 0.634615384615384, 0.577753740459881, 1.35076923076923, 2.27386353693782, 4.65923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 765, '2021-05-23 00:00:00', 0.10476640682967, 0.320000000000001, 0.202754872842893, 0.421538461538461, 0.361995325086686, 0.633846153846151, 0.55002041920138, 1.40769230769231, 2.21890284738964, 4.69461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 780, '2021-05-23 00:00:00', 0.143108888075316, 0.288076923076923, 0.190157829184072, 0.449999999999999, 0.376477601744626, 0.66076923076923, 0.563027667034359, 1.46807692307692, 2.21393228303084, 4.68192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 795, '2021-05-23 00:00:00', 0.130567989951594, 0.329999999999998, 0.269661896569647, 0.488461538461536, 0.352798264429711, 0.628846153846151, 0.716832884719575, 1.53576923076923, 2.17260255135491, 4.71538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 810, '2021-05-23 00:00:00', 0.183383582857189, 0.308461538461538, 0.250042765572983, 0.434230769230771, 0.291399012722051, 0.565769230769229, 0.707858308290146, 1.51923076923077, 2.18131791496651, 4.68961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 825, '2021-05-23 00:00:00', 0.145952573962074, 0.263076923076924, 0.179572141063569, 0.373076923076922, 0.289606895370526, 0.55807692307692, 0.725472366011386, 1.50692307692308, 2.18899667919768, 4.68769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 840, '2021-05-23 00:00:00', 0.165572201308532, 0.273076923076925, 0.245659238658881, 0.397307692307692, 0.273312725927367, 0.550384615384614, 0.727300170810884, 1.50846153846154, 2.22247028188144, 4.69692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 855, '2021-05-23 00:00:00', 0.117114670959049, 0.260384615384613, 0.163656770289346, 0.376538461538458, 0.178662122024101, 0.508076923076922, 0.686543701337472, 1.55642307692308, 2.2369449290013, 4.69884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 870, '2021-05-23 00:00:00', 0.108777825794669, 0.246153846153846, 0.139257371024357, 0.336153846153843, 0.272401287696042, 0.572307692307691, 0.663574823327293, 1.55488461538461, 2.25320397519758, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 885, '2021-05-23 00:00:00', 0.0952018099375452, 0.229230769230767, 0.139001383501692, 0.345769230769228, 0.374989846016375, 0.65576923076923, 0.974758561822443, 2.24257692307692, 2.25102328867426, 4.68461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 900, '2021-05-23 00:00:00', 0.124376599332585, 0.25153846153846, 0.278475244031603, 0.427307692307691, 0.376302864929097, 0.719615384615383, 1.15297054802601, 2.36526923076923, 2.24119446175129, 4.68384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 915, '2021-05-23 00:00:00', 0.256301505142792, 0.31769230769231, 0.348449974336899, 0.514230769230771, 0.411785791961718, 0.763461538461542, 1.16414515682274, 2.42911538461538, 2.24833996881802, 4.68384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 930, '2021-05-23 00:00:00', 0.232340985048559, 0.356400000000003, 0.295574017802651, 0.511600000000001, 0.390565828851767, 0.740000000000003, 1.20359648276876, 2.49908, 2.29284626610683, 4.7176 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 945, '2021-05-23 00:00:00', 0.250283172959484, 0.361999999999999, 0.304740326617053, 0.514000000000001, 0.398732575376869, 0.797200000000003, 1.21432504983907, 2.50908, 2.30176077529067, 4.7012 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 960, '2021-05-23 00:00:00', 0.183178419398498, 0.347199999999998, 0.23109621372926, 0.496779999999999, 0.414818434177333, 0.820799999999998, 1.18039647011784, 2.48108, 2.26993391974304, 4.668 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 975, '2021-05-23 00:00:00', 0.199477133192423, 0.352780000000001, 0.32925825729965, 0.608800000000003, 0.527327538948363, 0.919200000000001, 1.17974718760702, 2.47948, 2.26046366925019, 4.6672 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 990, '2021-05-23 00:00:00', 0.284165444767661, 0.478000000000002, 0.365286645435247, 0.654799999999998, 0.524391075438937, 0.941199999999998, 1.13568303676686, 2.45628, 2.26612797520352, 4.6312 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1005, '2021-05-23 00:00:00', 0.21284031572989, 0.4552, 0.311791597064449, 0.6484, 0.440523173813441, 0.9176, 1.0774021811747, 2.39428, 2.28596208775795, 4.5532 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1020, '2021-05-23 00:00:00', 0.200209889865611, 0.465600000000001, 0.300534523807168, 0.682799999999998, 0.487767020888732, 0.929999999999999, 1.06487230533368, 2.39388, 2.27850623581913, 4.5336 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1035, '2021-05-23 00:00:00', 0.267978232946883, 0.459599999999996, 0.363640390129222, 0.624799999999995, 0.466773778183824, 0.943479999999997, 1.04885901181554, 2.35868, 2.27851801251018, 4.4912 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1050, '2021-05-23 00:00:00', 0.323420778553265, 0.394799999999998, 0.423966586733751, 0.5868, 0.41274345542964, 0.793079999999997, 1.07508920250058, 2.28628, 2.27084800606881, 4.4656 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1065, '2021-05-23 00:00:00', 0.305574322655987, 0.395600000000001, 0.30066597191346, 0.601880000000002, 0.85950898385842, 1.65788, 1.05162768760305, 2.22228, 2.27466847401257, 4.438 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1080, '2021-05-23 00:00:00', 0.165427809028594, 0.413879999999997, 0.186054651469219, 0.475799999999998, 0.935189642086924, 1.7582, 1.00352553530042, 2.2106, 2.27343152378367, 4.40032 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 3, 1095, '2021-05-23 00:00:00', 0.0740675367485654, 0.231199999999997, 0.766476805476416, 1.40312, 0.850446055510478, 1.72992, 0.898038395615688, 2.11072, 2.2735903823395, 4.35432 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 600, '2021-05-23 00:00:00', 0.287143603925567, 0.655833333333333, 0.432775839824997, 0.954166666666664, 0.499485967654805, 1.16916666666666, 0.711735860261803, 1.66125, 2.22037191688135, 4.31583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 615, '2021-05-23 00:00:00', 0.263520961408101, 0.647916666666665, 0.362489130271817, 0.823749999999998, 0.420753077438437, 0.993749999999998, 0.672826479127041, 1.48458333333333, 2.22790012102773, 4.29458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 630, '2021-05-23 00:00:00', 0.257241498218692, 0.540833333333333, 0.328520784421779, 0.709583333333333, 0.324217843655972, 0.830416666666664, 0.689328595840532, 1.425, 2.28113780248214, 4.29625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 645, '2021-05-23 00:00:00', 0.171495107833633, 0.4070625, 0.226157249384749, 0.554166666666664, 0.21747563581678, 0.704999999999998, 0.69837375795279, 1.37958333333333, 2.30865914877389, 4.31125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 660, '2021-05-23 00:00:00', 0.172758942384796, 0.377499999999998, 0.157170981390663, 0.486249999999998, 0.27930782717074, 0.759583333333332, 0.689292721941658, 1.35125, 2.30710995415904, 4.31458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 675, '2021-05-23 00:00:00', 0.13067272982088, 0.336666666666667, 0.189652141518645, 0.47875, 0.330624135296532, 0.750833333333335, 0.752944822544857, 1.33041666666667, 2.29721661291805, 4.29958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 690, '2021-05-23 00:00:00', 0.184977476106328, 0.350833333333332, 0.302604335821497, 0.557083333333333, 0.410658714396934, 0.786666666666665, 0.802842323935062, 1.32916666666667, 2.30089191905844, 4.29416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 705, '2021-05-23 00:00:00', 0.239097033240373, 0.357499999999999, 0.274138637834259, 0.500416666666669, 0.341358910528347, 0.712916666666668, 0.742369395140038, 1.26916666666667, 2.33922924876141, 4.4775 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 720, '2021-05-23 00:00:00', 0.19669000107209, 0.340000000000004, 0.267684312772241, 0.518749999999998, 0.301604105131017, 0.657916666666668, 0.645528524260594, 1.24752083333333, 2.26099147002731, 4.48958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 735, '2021-05-23 00:00:00', 0.141359214543062, 0.344583333333331, 0.183579544817393, 0.416666666666668, 0.276750031093301, 0.609166666666669, 0.60644519231851, 1.20085416666667, 2.24981830989443, 4.48291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 750, '2021-05-23 00:00:00', 0.124183565623697, 0.26291666666667, 0.134799905388521, 0.396666666666669, 0.307511929779192, 0.666249999999999, 0.588755743610254, 1.18960416666667, 2.24721627313903, 4.48375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 765, '2021-05-23 00:00:00', 0.110292759298258, 0.309166666666667, 0.234047174112711, 0.489583333333333, 0.350450796645643, 0.68625, 0.649931233472248, 1.27877083333333, 2.24419234366449, 4.51416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 780, '2021-05-23 00:00:00', 0.195676085495348, 0.352500000000002, 0.255660553939362, 0.506666666666667, 0.371112458052462, 0.678750000000004, 0.66617325366224, 1.32627083333333, 2.23420835118879, 4.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 795, '2021-05-23 00:00:00', 0.190506571076143, 0.316666666666666, 0.249142005953301, 0.4025, 0.322530753505027, 0.589999999999999, 0.653362561850817, 1.3554375, 2.20315349580708, 4.54375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 810, '2021-05-23 00:00:00', 0.110433106514726, 0.259583333333334, 0.243969290060765, 0.425833333333337, 0.255762571056875, 0.601666666666668, 0.649354927609602, 1.3716875, 2.2224894238512, 4.59625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 825, '2021-05-23 00:00:00', 0.238849901323651, 0.308333333333336, 0.259556128916214, 0.420416666666667, 0.271153935102807, 0.63125, 0.683674979656251, 1.39210416666667, 2.2238215817678, 4.59791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 840, '2021-05-23 00:00:00', 0.124771530336884, 0.291250000000003, 0.178542813442275, 0.465833333333335, 0.254968028686289, 0.620000000000002, 0.762513620393914, 1.43127083333333, 2.23084162320549, 4.6125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 855, '2021-05-23 00:00:00', 0.121973506270353, 0.299166666666669, 0.178136488950615, 0.4125, 0.259726723720323, 0.576666666666668, 0.749854630537416, 1.40835416666666, 2.23706973030813, 4.61875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 870, '2021-05-23 00:00:00', 0.142544170626894, 0.291666666666665, 0.16779851185189, 0.407916666666668, 0.28289907044381, 0.553333333333335, 0.714663047377039, 1.39835416666667, 2.22907987776331, 4.60166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 885, '2021-05-23 00:00:00', 0.117387010120061, 0.281666666666668, 0.190547932270998, 0.392916666666667, 0.245373126104901, 0.529166666666667, 1.64695752419533, 2.33377083333334, 2.11577100758134, 4.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 900, '2021-05-23 00:00:00', 0.13908604364289, 0.268333333333333, 0.211546668027705, 0.359583333333333, 0.307988788351136, 0.592937499999999, 1.61055126038225, 2.38166666666667, 2.07776566169709, 4.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 915, '2021-05-23 00:00:00', 0.112517309457418, 0.249166666666669, 0.164897311040558, 0.41791666666667, 0.308654266241116, 0.654604166666668, 1.57165051016024, 2.47625, 2.05898648910546, 4.63416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 930, '2021-05-23 00:00:00', 0.136262215248203, 0.337500000000002, 0.272050339511388, 0.481687499999998, 0.336443800220072, 0.6716875, 1.52845948778405, 2.50166666666667, 2.03708924907468, 4.6075 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 945, '2021-05-23 00:00:00', 0.175921516540426, 0.307520833333332, 0.195239335426611, 0.4429375, 0.296659254558518, 0.6991875, 1.49184352445197, 2.49833333333333, 1.9881633429527, 4.6075 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 960, '2021-05-23 00:00:00', 0.164038149504176, 0.329583333333336, 0.267500169307819, 0.45791666666667, 0.334182975134231, 0.780000000000001, 1.51161151889563, 2.50708333333333, 1.98243866071015, 4.6025 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 975, '2021-05-23 00:00:00', 0.159204885767284, 0.313750000000001, 0.238321424654341, 0.588333333333332, 0.352401440635985, 0.850416666666664, 1.51645539219646, 2.5175, 1.98758738756021, 4.60916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 990, '2021-05-23 00:00:00', 0.202168945708031, 0.49125, 0.284810832211363, 0.672916666666669, 0.319073613786057, 0.865833333333333, 1.53529749748936, 2.54583333333333, 1.98375558773859, 4.59916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1005, '2021-05-23 00:00:00', 0.261533590272037, 0.424583333333335, 0.274226184016042, 0.575000000000001, 0.332142801487119, 0.741666666666669, 1.57753775305659, 2.50416666666667, 1.99843688917114, 4.6225 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1020, '2021-05-23 00:00:00', 0.197124252730333, 0.41333333333333, 0.235236544533494, 0.553333333333333, 0.343522882810582, 0.730833333333332, 1.55943824658995, 2.47958333333333, 1.97661766442182, 4.635 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1035, '2021-05-23 00:00:00', 0.132920783862451, 0.366249999999999, 0.17404345201244, 0.457083333333336, 0.276339622487479, 0.656249999999999, 1.49597987857506, 2.46083333333333, 1.9148810365289, 4.59708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1050, '2021-05-23 00:00:00', 0.115186521705487, 0.313750000000001, 0.214364159209562, 0.490416666666664, 0.263526416325668, 0.622791666666664, 1.47599775882552, 2.48958333333333, 1.90421024749545, 4.59083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1065, '2021-05-23 00:00:00', 0.175486384128491, 0.342916666666663, 0.228206221891838, 0.457916666666663, 1.5023016158307, 1.81666666666666, 1.46823146104026, 2.49083333333333, 1.90270440635718, 4.59166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1080, '2021-05-23 00:00:00', 0.147941797212011, 0.314583333333331, 0.228821836744256, 0.406958333333332, 1.50421286411854, 1.91958333333333, 1.48970324590825, 2.47625, 1.89973510739284, 4.5825 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 4, 1095, '2021-05-23 00:00:00', 0.120722462878619, 0.214999999999996, 1.52395940203733, 1.66679166666667, 1.46385462905303, 1.958875, 1.47913799747681, 2.43845833333333, 1.90083429432783, 4.59333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 600, '2021-05-23 00:00:00', 0.44046956618497, 0.720434782608695, 0.481125163470899, 0.967826086956524, 0.548421017693725, 1.27739130434783, 0.759533349558074, 1.78, 1.74450716168038, 4.24065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 615, '2021-05-23 00:00:00', 0.318213888841109, 0.59347826086957, 0.375339108860658, 0.81608695652174, 0.43621938491848, 1.07347826086956, 0.737527717707849, 1.62195652173913, 1.75429253332793, 4.23826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 630, '2021-05-23 00:00:00', 0.177830580651974, 0.493478260869565, 0.282776326082801, 0.714782608695655, 0.276961206455747, 0.885652173913042, 0.705478490944811, 1.53891304347826, 1.75104102294367, 4.22086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 645, '2021-05-23 00:00:00', 0.205658106859407, 0.499565217391307, 0.177212719143086, 0.690434782608696, 0.275351035385279, 0.829978260869566, 0.700225542433776, 1.48608695652174, 1.74329591074237, 4.22521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 660, '2021-05-23 00:00:00', 0.159543568336769, 0.452173913043479, 0.272268322662943, 0.581304347826087, 0.32247376337191, 0.735652173913045, 0.687106265262402, 1.40173913043478, 1.75312087613037, 4.24652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 675, '2021-05-23 00:00:00', 0.197909030086362, 0.380434782608694, 0.234531470957663, 0.483021739130434, 0.312700212543742, 0.712173913043478, 0.690147775892359, 1.41695652173913, 1.75082916550942, 4.25869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 690, '2021-05-23 00:00:00', 0.147246905521884, 0.32258695652174, 0.204535528964275, 0.484347826086958, 0.334568922101804, 0.700000000000005, 0.735816343729603, 1.44565217391304, 1.75302821002354, 4.26478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 705, '2021-05-23 00:00:00', 0.162783349800686, 0.385652173913045, 0.212344339639828, 0.530869565217394, 0.321935230271741, 0.718260869565223, 0.736482667391153, 1.44608695652174, 2.12746420711822, 4.60304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 720, '2021-05-23 00:00:00', 0.126010539743634, 0.338260869565219, 0.202854140631989, 0.470434782608702, 0.249738994186715, 0.681739130434786, 0.689294478050098, 1.40782608695652, 2.11106748562279, 4.67173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 735, '2021-05-23 00:00:00', 0.175936792458861, 0.330869565217396, 0.185836427714302, 0.474782608695657, 0.245023189997117, 0.690000000000002, 0.678952925539626, 1.3795652173913, 2.08712920069536, 4.70086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 750, '2021-05-23 00:00:00', 0.153206827575701, 0.322173913043483, 0.232054750252231, 0.51695652173913, 0.328872790380971, 0.721304347826086, 0.704666265301913, 1.38, 2.08098496365839, 4.70565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 765, '2021-05-23 00:00:00', 0.213434182355192, 0.37782608695652, 0.234177561766243, 0.501304347826085, 0.31226762110996, 0.712608695652171, 0.753429838630735, 1.42739130434783, 2.08305899643018, 4.71434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 780, '2021-05-23 00:00:00', 0.125720060439203, 0.326521739130437, 0.181579586531799, 0.474347826086958, 0.214553493518578, 0.641739130434784, 0.67345079135706, 1.42782608695652, 2.14168739576666, 4.69608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 795, '2021-05-23 00:00:00', 0.104916680663387, 0.285652173913046, 0.154741911867913, 0.43217391304348, 0.248582344140088, 0.645000000000003, 0.669180077620807, 1.48739130434783, 2.17095214170673, 4.70826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 810, '2021-05-23 00:00:00', 0.149047038759061, 0.318260869565217, 0.1762050548193, 0.421304347826086, 0.272069546154403, 0.656739130434784, 0.693081564706472, 1.57565217391304, 2.17021920169351, 4.71173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 825, '2021-05-23 00:00:00', 0.120913845786028, 0.282608695652173, 0.197393339388096, 0.486304347826088, 0.27918571602362, 0.649130434782611, 0.633888807096995, 1.56826086956522, 2.16564060025808, 4.70913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 840, '2021-05-23 00:00:00', 0.18970020033702, 0.360434782608697, 0.193176075245954, 0.474782608695654, 0.24685432006746, 0.599347826086959, 0.590859643720128, 1.50413043478261, 2.16412338823961, 4.69869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 855, '2021-05-23 00:00:00', 0.104612970122191, 0.295652173913043, 0.162752995515925, 0.403913043478261, 0.305985093542735, 0.612173913043479, 0.586046916332037, 1.51652173913043, 2.15837261194999, 4.69782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 870, '2021-05-23 00:00:00', 0.114841358183394, 0.276086956521738, 0.168150835731829, 0.387391304347825, 0.462763224955855, 0.690434782608697, 0.557209134672832, 1.53126086956522, 2.15761213348856, 4.69913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 885, '2021-05-23 00:00:00', 0.111630035483892, 0.253913043478262, 0.237249555908238, 0.423478260869567, 0.442184212145071, 0.717826086956521, 0.843962515324421, 1.98, 2.18632924627617, 4.69086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 900, '2021-05-23 00:00:00', 0.233756908967666, 0.331739130434785, 0.401524761860772, 0.526956521739131, 0.441602811900307, 0.736956521739131, 0.869982281406046, 2.02347826086957, 2.16651265288223, 4.70043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 915, '2021-05-23 00:00:00', 0.261248900748487, 0.346521739130435, 0.313484811869295, 0.519999999999999, 0.369350995805842, 0.662608695652175, 0.862943762222596, 2.01913043478261, 2.13191891517233, 4.67652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 930, '2021-05-23 00:00:00', 0.261967321378746, 0.387826086956521, 0.293489298577384, 0.497826086956524, 0.360225555163545, 0.675217391304347, 0.92237170664401, 2.02826086956522, 2.16161025471305, 4.66043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 945, '2021-05-23 00:00:00', 0.14904571280627, 0.316521739130434, 0.256372536497876, 0.442173913043478, 0.349674043587587, 0.730869565217391, 0.954685139412474, 2.04652173913043, 2.13579006681044, 4.62913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 960, '2021-05-23 00:00:00', 0.244575941793848, 0.34086956521739, 0.256619094542462, 0.475217391304347, 0.3460025817263, 0.812173913043479, 0.936477083576122, 2.03434782608695, 2.12718727236217, 4.62565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 975, '2021-05-23 00:00:00', 0.182355037451105, 0.335217391304344, 0.262908631689034, 0.561304347826085, 0.287574015219124, 0.864782608695652, 0.934132092799736, 2.03130434782609, 2.11935593169656, 4.62826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 990, '2021-05-23 00:00:00', 0.178652178241724, 0.434347826086953, 0.243941611623404, 0.625652173913042, 0.353083537126449, 0.919565217391305, 0.975687251453159, 2.01739130434782, 2.12610166746448, 4.61913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1005, '2021-05-23 00:00:00', 0.196894867715758, 0.443043478260867, 0.269217868778363, 0.643478260869563, 0.385303124855896, 0.86695652173913, 1.01312435002649, 2.00869565217391, 2.12422764387529, 4.61608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1020, '2021-05-23 00:00:00', 0.223257415370208, 0.424347826086958, 0.326067720117721, 0.602608695652174, 0.356113740323838, 0.755217391304347, 1.17352358844985, 2.01460869565217, 2.13409044783151, 4.62330434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1035, '2021-05-23 00:00:00', 0.209951057726124, 0.406086956521736, 0.224110891523831, 0.544347826086956, 0.301907637107564, 0.711304347826084, 1.23325206512151, 2.01373913043478, 2.18828083839072, 4.64113043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1050, '2021-05-23 00:00:00', 0.167569229395842, 0.38608695652174, 0.163425533923981, 0.495217391304346, 0.330764469656808, 0.75395652173913, 1.27844562860391, 2.01895652173913, 2.23717231884129, 4.65243478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1065, '2021-05-23 00:00:00', 0.129485146491998, 0.331304347826084, 0.17234949325741, 0.499565217391303, 0.876074283492913, 1.45982608695652, 1.26949931931416, 2.01939130434783, 2.23332770376653, 4.63721739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1080, '2021-05-23 00:00:00', 0.15441717531292, 0.370869565217392, 0.290711468818769, 0.579608695652174, 0.941772183625, 1.54113043478261, 1.27398952595889, 2.04069565217391, 2.25792371657712, 4.63634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 5, 1095, '2021-05-23 00:00:00', 0.135208812304899, 0.267826086956523, 0.783492356521281, 1.307, 0.803846879899468, 1.56247826086957, 1.13868353882061, 1.97726086956522, 2.31476598071048, 4.599 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 600, '2021-05-23 00:00:00', 0.296170913738884, 0.700416666666666, 0.315167024961664, 0.954583333333333, 0.389525677745621, 1.17208333333334, 0.660581512595233, 1.62875, 2.0593195724436, 4.49166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 615, '2021-05-23 00:00:00', 0.219820414185657, 0.660833333333332, 0.331513874936425, 0.866666666666667, 0.404417634616007, 1.03166666666667, 0.609568480061147, 1.50791666666666, 2.12559825338247, 4.49125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 630, '2021-05-23 00:00:00', 0.285801377771751, 0.552916666666667, 0.309145620206323, 0.646666666666667, 0.29818745927615, 0.848749999999997, 0.605833806789681, 1.40208333333333, 2.09191295680308, 4.47708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 645, '2021-05-23 00:00:00', 0.18069912537985, 0.395, 0.226328205316392, 0.566249999999998, 0.243939586248584, 0.757499999999997, 0.602623341154615, 1.35625, 2.06106750868629, 4.45916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 660, '2021-05-23 00:00:00', 0.219999588273659, 0.42208333333333, 0.218179224292883, 0.592499999999995, 0.221830330775964, 0.744999999999996, 0.616807465320712, 1.36083333333333, 2.07356585675952, 4.47666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 675, '2021-05-23 00:00:00', 0.135654612575627, 0.377499999999999, 0.150110466570166, 0.501249999999998, 0.23726666646306, 0.67458333333333, 0.597237602318533, 1.28833333333333, 2.01340251164864, 4.45625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 690, '2021-05-23 00:00:00', 0.121315074797768, 0.317104166666661, 0.186306810954325, 0.448354166666663, 0.404785114199543, 0.697520833333328, 0.601533667904951, 1.27583333333333, 1.99913822013097, 4.44833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 705, '2021-05-23 00:00:00', 0.120997931995143, 0.314604166666669, 0.199163630517759, 0.434604166666669, 0.408346892151403, 0.665020833333332, 0.620006866488393, 1.26791666666667, 2.10990482476467, 4.80125 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 720, '2021-05-23 00:00:00', 0.133301853167808, 0.280416666666671, 0.312701818888591, 0.474583333333335, 0.3775433078143, 0.637916666666669, 0.591492217597378, 1.2425, 2.18099195454663, 4.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 735, '2021-05-23 00:00:00', 0.230015358655441, 0.34875, 0.266955120257851, 0.442916666666666, 0.278504026458546, 0.619166666666667, 0.555914183764138, 1.23333333333333, 2.19121628424668, 4.93875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 750, '2021-05-23 00:00:00', 0.182248436903098, 0.283333333333331, 0.216744272612092, 0.432916666666664, 0.325000557413122, 0.659166666666664, 0.596742364237167, 1.24166666666667, 2.21392611452589, 4.95583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 765, '2021-05-23 00:00:00', 0.160783858876947, 0.315833333333333, 0.239682383431776, 0.447083333333334, 0.3978782039989, 0.661250000000002, 0.594505640445693, 1.2775, 2.22884023751094, 4.98375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 780, '2021-05-23 00:00:00', 0.176474635858669, 0.299583333333334, 0.264837590374484, 0.465416666666667, 0.323996499802171, 0.612083333333335, 0.577466825698769, 1.27625, 2.19680779604262, 4.95416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 795, '2021-05-23 00:00:00', 0.13562456171037, 0.308749999999998, 0.192233252036181, 0.416666666666665, 0.178844418663138, 0.618749999999999, 0.580721533955819, 1.31125, 2.16243216363401, 4.92541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 810, '2021-05-23 00:00:00', 0.10842415368104, 0.265833333333331, 0.131931031609131, 0.378333333333331, 0.223449569578749, 0.605833333333334, 0.667232956950256, 1.39791666666667, 2.15025339760528, 4.94375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 825, '2021-05-23 00:00:00', 0.101677951381315, 0.264166666666669, 0.183705320901535, 0.445416666666667, 0.29457289149852, 0.635833333333334, 0.714889268814876, 1.45833333333333, 2.10736351355453, 4.94375 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 840, '2021-05-23 00:00:00', 0.148543045047169, 0.317083333333333, 0.192511527981569, 0.432083333333335, 0.351400665247285, 0.600416666666668, 0.78418043158151, 1.46791666666667, 2.1149546454177, 4.93625 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 855, '2021-05-23 00:00:00', 0.133620201477002, 0.306645833333333, 0.22028035393496, 0.432895833333335, 0.322041483257058, 0.590395833333335, 0.81060388089437, 1.49289583333334, 2.12259668016952, 4.94416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 870, '2021-05-23 00:00:00', 0.153546834662208, 0.281250000000004, 0.254264711429372, 0.416250000000001, 0.287427369527716, 0.548333333333337, 0.849628968466809, 1.48541666666667, 2.11012191419208, 4.94833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 885, '2021-05-23 00:00:00', 0.18552657140058, 0.278749999999996, 0.20162204560852, 0.384166666666667, 0.243497686207501, 0.559583333333336, 0.891481323009837, 2.00208333333333, 2.10506837473723, 4.94541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 900, '2021-05-23 00:00:00', 0.108414128177123, 0.236666666666668, 0.151264596852236, 0.338750000000002, 0.225442800997816, 0.53375, 0.856893614555896, 2.11833333333333, 2.08101141623316, 4.95541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 915, '2021-05-23 00:00:00', 0.145659420109607, 0.279166666666669, 0.194353256740907, 0.41916666666667, 0.263565298676945, 0.561666666666667, 0.820802783952959, 2.15958333333334, 2.06503495952441, 4.95291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 930, '2021-05-23 00:00:00', 0.11402707535074, 0.2925, 0.192759800217036, 0.404583333333333, 0.305485773762078, 0.574583333333333, 0.820136852312917, 2.16625, 2.04941543450527, 4.94583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 945, '2021-05-23 00:00:00', 0.128635537272077, 0.27083333333333, 0.16840201640846, 0.378749999999998, 0.313234354548742, 0.67125, 0.915374319569617, 2.23166666666667, 2.04695956927851, 4.945 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 960, '2021-05-23 00:00:00', 0.108626971054984, 0.257916666666667, 0.203384032717646, 0.419604166666669, 0.230511305485267, 0.729374999999999, 0.907940714242792, 2.25458333333333, 2.03063476189882, 4.94083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 975, '2021-05-23 00:00:00', 0.116335703564786, 0.291687499999998, 0.237098631100151, 0.523749999999998, 0.349760787818833, 0.822499999999997, 0.919063795864886, 2.265, 2.02684264884781, 4.94291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 990, '2021-05-23 00:00:00', 0.250853615146132, 0.458333333333331, 0.244438038590855, 0.627291666666665, 0.486969146122588, 0.932083333333332, 1.01491057648488, 2.32, 2.03543175457597, 4.92458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1005, '2021-05-23 00:00:00', 0.158058734038325, 0.408958333333334, 0.250823282094347, 0.600833333333333, 0.471231619408583, 0.88375, 0.981436391878939, 2.26, 1.99643881318277, 4.87875 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1020, '2021-05-23 00:00:00', 0.20601639163714, 0.39583333333333, 0.367748486435174, 0.592916666666666, 0.538039920936854, 0.865, 1.01559069340051, 2.24625, 1.99357550574375, 4.83958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1035, '2021-05-23 00:00:00', 0.162222928504601, 0.3891875, 0.233215378117694, 0.566270833333332, 0.439049533371377, 0.775833333333335, 0.998436458828924, 2.17666666666667, 1.96804839695411, 4.78666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1050, '2021-05-23 00:00:00', 0.143675863050089, 0.370833333333331, 0.345125213572522, 0.52625, 0.397688065072929, 0.690833333333334, 1.00471785642263, 2.16166666666667, 1.95804620158367, 4.75833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1023119, 1, 1065, '2021-05-23 00:00:00', 0.230173217696863, 0.358333333333335, 0.279362628604596, 0.495, 0.737710421958821, 1.38083333333333, 1.02747862208446, 2.16916666666667, 1.95488124662492, 4.75291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1023119 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:55:07 Duration: 891ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1080, '2021-05-23 00:00:00', 0.166945100756707, 0.3204, 0.211138382741429, 0.452400000000002, 0.691428171733454, 1.31, 0.781758168063074, 1.91, 1.22450840476223, 3.759 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1095, '2021-05-23 00:00:00', 0.15052048587042, 0.2772, 0.699794612725763, 1.174, 0.756364660729201, 1.336, 0.786021098105304, 1.897, 1.21736566678491, 3.745 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 600, '2021-05-23 00:00:00', 0.270649148416287, 0.729807692307689, 0.320169726623478, 0.860576923076922, 0.374484260735296, 1.08269230769231, 0.532307205980212, 1.59519230769231, 1.31552892258355, 3.72788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 615, '2021-05-23 00:00:00', 0.287403830069227, 0.579807692307693, 0.343807862262988, 0.759615384615385, 0.40666679802436, 0.968269230769232, 0.515457227950248, 1.49807692307693, 1.30348534263395, 3.70096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 630, '2021-05-23 00:00:00', 0.159228911174591, 0.440384615384617, 0.220796199103295, 0.654807692307693, 0.33621192950052, 0.857692307692309, 0.455010566234034, 1.39615384615385, 1.34989629231286, 3.655 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 645, '2021-05-23 00:00:00', 0.201150536816432, 0.463461538461538, 0.280350055905388, 0.601923076923077, 0.393857891201305, 0.824038461538462, 0.419341287479084, 1.35865384615385, 1.35224919471797, 3.65673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 660, '2021-05-23 00:00:00', 0.161137781464759, 0.369230769230769, 0.264591484833044, 0.564423076923078, 0.332542651978083, 0.721153846153847, 0.353195576677589, 1.26634615384616, 1.31500840886461, 3.61634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 675, '2021-05-23 00:00:00', 0.154807572861874, 0.36923076923077, 0.165764545712841, 0.518269230769232, 0.207280931625136, 0.66923076923077, 0.408091241683109, 1.29230769230769, 1.37038210561311, 3.60865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 690, '2021-05-23 00:00:00', 0.0830488734698728, 0.333653846153848, 0.121021295011058, 0.451923076923076, 0.234340317946749, 0.669230769230769, 0.468894977580267, 1.3125, 1.36841464982152, 3.63557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 705, '2021-05-23 00:00:00', 0.122305575695282, 0.335576923076923, 0.203138830890071, 0.469230769230769, 0.283643872054105, 0.684615384615385, 0.48037645494085, 1.28846153846154, 1.34818717314999, 3.81057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 720, '2021-05-23 00:00:00', 0.145813368596772, 0.288461538461537, 0.231051109896955, 0.453846153846152, 0.295141752122862, 0.664423076923078, 0.47085703366717, 1.26711538461539, 1.36186806093124, 3.85384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 735, '2021-05-23 00:00:00', 0.148999870934378, 0.304807692307692, 0.165633980162935, 0.453846153846155, 0.224173696391539, 0.615384615384617, 0.473619451263759, 1.23923076923077, 1.34317362415117, 3.86923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 750, '2021-05-23 00:00:00', 0.0838726140323253, 0.296153846153847, 0.146956299103353, 0.426923076923078, 0.218440715421476, 0.577884615384616, 0.494669470066006, 1.22673076923077, 1.35321270145703, 3.85384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 765, '2021-05-23 00:00:00', 0.105160134300761, 0.289423076923076, 0.172370352617666, 0.413461538461538, 0.206558335958263, 0.547115384615383, 0.528981605031344, 1.20653846153846, 1.38069415373349, 3.84711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 780, '2021-05-23 00:00:00', 0.17248467044483, 0.304807692307692, 0.207762808547114, 0.405769230769231, 0.234096051949752, 0.554807692307693, 0.561167224493871, 1.28557692307692, 1.37481222494061, 3.86057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 795, '2021-05-23 00:00:00', 0.0775155071334346, 0.235576923076923, 0.172209621816417, 0.371923076923076, 0.224250889716097, 0.53269230769231, 0.55398642721502, 1.35480769230769, 1.38702815954999, 3.88365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 810, '2021-05-23 00:00:00', 0.13304380423813, 0.260576923076921, 0.192733375018842, 0.373076923076923, 0.233446172349463, 0.566346153846156, 0.555518641936042, 1.37980769230769, 1.38882905854038, 3.90192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 825, '2021-05-23 00:00:00', 0.112009614971902, 0.273076923076923, 0.16986419915287, 0.384615384615386, 0.239472577521134, 0.616346153846157, 0.587708228237843, 1.39519230769231, 1.38949527361003, 3.90865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 840, '2021-05-23 00:00:00', 0.0982931251997742, 0.221538461538463, 0.159613113978289, 0.362884615384618, 0.220903738172221, 0.567692307692309, 0.574122239731096, 1.37788461538462, 1.39066530840458, 3.925 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 855, '2021-05-23 00:00:00', 0.134267958260281, 0.25673076923077, 0.196745149485707, 0.435576923076925, 0.461528605663999, 0.660576923076924, 0.562908825791397, 1.37788461538462, 1.38870581699432, 3.93461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 870, '2021-05-23 00:00:00', 0.150792776811297, 0.28269230769231, 0.182472337208012, 0.368076923076926, 0.504220838369612, 0.655576923076924, 0.525440657558386, 1.33826923076923, 1.39336925637657, 3.93173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 885, '2021-05-23 00:00:00', 0.107943895683752, 0.20173076923077, 0.451695821748017, 0.418653846153848, 0.478128241567696, 0.596153846153849, 0.592597281854668, 1.63153846153846, 1.41005353144427, 3.94519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 900, '2021-05-23 00:00:00', 0.415576106146637, 0.299200000000001, 0.399643069917813, 0.418000000000001, 0.384829724250437, 0.532799999999998, 0.550378657531947, 1.67, 1.37328832855061, 3.854 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 915, '2021-05-23 00:00:00', 0.0989739022840534, 0.235999999999999, 0.103158454169624, 0.328000000000001, 0.182034108525482, 0.474799999999997, 0.527559238379919, 1.692, 1.41877881762216, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 930, '2021-05-23 00:00:00', 0.104263288521578, 0.233000000000001, 0.124503012011759, 0.324799999999998, 0.228388740236176, 0.509800000000001, 0.517006608597352, 1.739, 1.41869805338087, 3.877 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 945, '2021-05-23 00:00:00', 0.0907570015664523, 0.230799999999998, 0.148459309801261, 0.358799999999998, 0.307062697180886, 0.618999999999998, 0.471195288601235, 1.759, 1.41457664455954, 3.867 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 960, '2021-05-23 00:00:00', 0.143483448522817, 0.294, 0.204496332485452, 0.402000000000002, 0.361760394920914, 0.778199999999998, 0.483935687875983, 1.807, 1.4165009707021, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 975, '2021-05-23 00:00:00', 0.174654420690309, 0.271000000000001, 0.278389415507606, 0.519399999999998, 0.295756515848202, 0.841399999999999, 0.477936101028859, 1.792, 1.41658553689261, 3.877 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 990, '2021-05-23 00:00:00', 0.215473093090886, 0.394423076923074, 0.266976302607267, 0.627115384615382, 0.2687492397127, 0.806923076923076, 0.524151328706336, 1.77884615384615, 1.48241389683801, 3.97019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1005, '2021-05-23 00:00:00', 0.139736702958979, 0.362115384615384, 0.185694641818229, 0.5525, 0.301929691255329, 0.73846153846154, 0.533815186975937, 1.76057692307692, 1.50357938318483, 3.95480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1020, '2021-05-23 00:00:00', 0.14195408250016, 0.379807692307691, 0.1829880197844, 0.521153846153847, 0.262933524795789, 0.679038461538462, 0.601808971735667, 1.74903846153846, 1.51189546087532, 3.94326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1035, '2021-05-23 00:00:00', 0.155551129363157, 0.351923076923078, 0.224714605324518, 0.495576923076923, 0.203499480248817, 0.610961538461539, 0.604492794383473, 1.73846153846154, 1.52235931521287, 3.92673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1050, '2021-05-23 00:00:00', 0.140230167938285, 0.3175, 0.170376506144932, 0.403076923076923, 0.236718999269988, 0.566730769230769, 0.595674310857356, 1.74326923076923, 1.5265446149846, 3.90269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1065, '2021-05-23 00:00:00', 0.117106132007877, 0.254615384615386, 0.13291480788026, 0.372115384615386, 0.442836139168705, 1.10961538461538, 0.604305068144077, 1.74615384615384, 1.51576763999682, 3.90653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1080, '2021-05-23 00:00:00', 0.0971731206899067, 0.238846153846152, 0.17139978009141, 0.381730769230768, 0.424002222417979, 1.16826923076923, 0.593046242846077, 1.74038461538461, 1.53203936482867, 3.89884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 2, 1095, '2021-05-23 00:00:00', 0.158745078663875, 0.274999999999999, 0.43328352770976, 1.02115384615385, 0.426925502418613, 1.25576923076923, 0.570671837533487, 1.74711538461538, 1.52515446884772, 3.89307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 600, '2021-05-23 00:00:00', 0.164915479517889, 0.633653846153846, 0.204478699285618, 0.813461538461537, 0.377817619819608, 1.12692307692307, 0.501870539543357, 1.60096153846154, 1.55387208660767, 3.86230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 615, '2021-05-23 00:00:00', 0.191253456479575, 0.56826923076923, 0.299056207734625, 0.778846153846154, 0.29051181625644, 1.03365384615384, 0.44723187068214, 1.49711538461538, 1.6137374798418, 3.83442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 630, '2021-05-23 00:00:00', 0.233610869741841, 0.500961538461538, 0.262343359857915, 0.699038461538459, 0.27289931927643, 0.874038461538458, 0.385805849937704, 1.34807692307692, 1.652068400521, 3.795 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 645, '2021-05-23 00:00:00', 0.175816775256343, 0.41153846153846, 0.167656356414407, 0.585576923076921, 0.178177202202234, 0.733653846153844, 0.319965442845607, 1.28173076923077, 1.64168633985349, 3.76903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 660, '2021-05-23 00:00:00', 0.151657508881031, 0.375, 0.212858295225141, 0.539423076923077, 0.191464497612885, 0.689423076923076, 0.393212606418151, 1.23192307692308, 1.69860589896539, 3.775 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 675, '2021-05-23 00:00:00', 0.113582399774181, 0.345192307692306, 0.128934240842139, 0.424038461538459, 0.143436531126274, 0.650961538461536, 0.462973665973148, 1.20884615384615, 1.70668865170135, 3.77192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 690, '2021-05-23 00:00:00', 0.0781086521357348, 0.254807692307692, 0.104476718054239, 0.430769230769231, 0.200115351350553, 0.626923076923077, 0.498895125405977, 1.20211538461539, 1.71474852383666, 3.7825 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 705, '2021-05-23 00:00:00', 0.0926739528587274, 0.317307692307691, 0.142478068487749, 0.449999999999999, 0.250622302402516, 0.663461538461538, 0.537794105583167, 1.2425, 1.84263815889485, 3.95076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 720, '2021-05-23 00:00:00', 0.0895769973907269, 0.300961538461538, 0.177387559185662, 0.447115384615385, 0.249531869399791, 0.653076923076923, 0.550028950287024, 1.24461538461539, 1.80855594754064, 3.97384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 735, '2021-05-23 00:00:00', 0.164471765170993, 0.295192307692309, 0.208695582497202, 0.434615384615385, 0.237916032376002, 0.654038461538461, 0.618816643652655, 1.28096153846154, 1.80851942206878, 3.9825 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 750, '2021-05-23 00:00:00', 0.147661254748314, 0.284615384615383, 0.158075931121727, 0.409999999999998, 0.258673613771369, 0.634038461538461, 0.642641424123904, 1.26, 1.7970721915211, 3.97769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 765, '2021-05-23 00:00:00', 0.112313606272109, 0.262884615384615, 0.178980875643611, 0.433076923076923, 0.320096920418704, 0.610961538461539, 0.676832356246019, 1.25903846153846, 1.78073061928567, 3.98346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 780, '2021-05-23 00:00:00', 0.173482430943754, 0.298076923076921, 0.226889078287508, 0.419423076923076, 0.351121554669956, 0.602115384615384, 0.673843168240664, 1.23384615384615, 1.7792016900414, 3.98442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 795, '2021-05-23 00:00:00', 0.127025133794004, 0.260769230769231, 0.214696565842621, 0.408846153846154, 0.243875756514224, 0.574230769230768, 0.564412560510074, 1.24153846153846, 1.76281336548668, 3.99019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 810, '2021-05-23 00:00:00', 0.175476055784958, 0.269615384615386, 0.209007544950304, 0.411923076923077, 0.191183057665844, 0.52980769230769, 0.545301610261555, 1.24038461538462, 1.77573235162718, 4.01423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 825, '2021-05-23 00:00:00', 0.106858101453067, 0.259423076923076, 0.152318618489211, 0.37980769230769, 0.144382637993099, 0.477115384615385, 0.52298937332931, 1.23673076923077, 1.79697973106158, 4.02192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 840, '2021-05-23 00:00:00', 0.0967152839723199, 0.240384615384616, 0.13157331971771, 0.336538461538462, 0.237113815579063, 0.47019230769231, 0.524617992887719, 1.25596153846154, 1.81505880387894, 4.02769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 855, '2021-05-23 00:00:00', 0.0819239797711166, 0.22653846153846, 0.109531344302055, 0.321346153846155, 0.265925090666815, 0.506923076923077, 0.488229926918108, 1.27230769230769, 1.83855377946907, 4.045 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 870, '2021-05-23 00:00:00', 0.107863874326003, 0.221153846153848, 0.194798910121736, 0.328846153846155, 0.319994290814455, 0.507884615384616, 0.484145758408163, 1.24634615384615, 1.84616483971086, 4.04115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 885, '2021-05-23 00:00:00', 0.174848065913941, 0.224615384615386, 0.256462697842424, 0.356346153846153, 0.379268577456862, 0.625576923076924, 0.734559653544479, 1.58173076923077, 1.82611778203, 4.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 900, '2021-05-23 00:00:00', 0.138536859854918, 0.23730769230769, 0.171358822807132, 0.345384615384614, 0.329792942033912, 0.62923076923077, 0.641392715412809, 1.62115384615385, 1.82561396416489, 4.04211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 915, '2021-05-23 00:00:00', 0.157592463701107, 0.22423076923077, 0.280340795351767, 0.475192307692309, 0.347752122152458, 0.666538461538462, 0.697830291248967, 1.69634615384615, 1.81563995922608, 4.05269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 930, '2021-05-23 00:00:00', 0.239378120586205, 0.361730769230771, 0.260408554745451, 0.468846153846155, 0.319611543066795, 0.668461538461538, 0.688342490781577, 1.70576923076923, 1.81117986406652, 4.0575 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 945, '2021-05-23 00:00:00', 0.113938073598708, 0.246730769230769, 0.214359869952736, 0.391923076923074, 0.289409744134506, 0.634999999999999, 0.765406503359239, 1.73365384615385, 1.81627476953834, 4.06903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 960, '2021-05-23 00:00:00', 0.16843133729985, 0.281346153846152, 0.227258917062931, 0.436153846153845, 0.305687686272218, 0.649807692307691, 0.764104805537929, 1.73807692307692, 1.81492620108494, 4.08634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 975, '2021-05-23 00:00:00', 0.145869409457174, 0.281730769230769, 0.205119571132398, 0.499038461538461, 0.323906444232565, 0.70576923076923, 0.769450353274236, 1.73461538461539, 1.81499459630473, 4.08923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 990, '2021-05-23 00:00:00', 0.190649194555382, 0.408653846153846, 0.267317515038116, 0.535576923076922, 0.321941227316653, 0.723076923076922, 0.765554725974269, 1.74903846153846, 1.82458114266093, 4.09788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1005, '2021-05-23 00:00:00', 0.213309543946025, 0.370192307692306, 0.279066093632644, 0.506730769230769, 0.307427289715044, 0.686538461538462, 0.735788431129911, 1.74615384615385, 1.79887913819861, 4.06807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1020, '2021-05-23 00:00:00', 0.179585527085178, 0.370192307692307, 0.208649503676896, 0.503846153846154, 0.311349420327807, 0.682692307692308, 0.723084339160005, 1.75480769230769, 1.80435333611199, 4.06519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1035, '2021-05-23 00:00:00', 0.168484763063655, 0.338653846153847, 0.265939915134112, 0.485961538461539, 0.38037936529005, 0.692692307692307, 0.72775537415768, 1.75326923076923, 1.80308544317362, 4.05365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1050, '2021-05-23 00:00:00', 0.258019453649407, 0.350961538461538, 0.309459827143014, 0.505769230769232, 0.36114268435279, 0.675961538461538, 0.735568853651063, 1.73653846153846, 1.80430899835324, 4.04980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1065, '2021-05-23 00:00:00', 0.203067343888291, 0.317115384615386, 0.266205530775345, 0.46923076923077, 0.4616750855476, 1.13326923076923, 0.689546255490914, 1.70096153846154, 1.80635118827559, 4.04884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1080, '2021-05-23 00:00:00', 0.149038585607887, 0.312500000000001, 0.171533804697052, 0.420384615384616, 0.461031452289321, 1.205, 0.717574037991902, 1.7125, 1.8083209381591, 4.04115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 3, 1095, '2021-05-23 00:00:00', 0.134173825258936, 0.238846153846154, 0.474026330005477, 1.01519230769231, 0.592298911023818, 1.285, 0.715369861303608, 1.72903846153846, 1.79012230995968, 4.07673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 600, '2021-05-23 00:00:00', 0.272979641393612, 0.678269230769232, 0.326973299309803, 0.861538461538464, 0.532960707167626, 1.11634615384616, 0.71295768026311, 1.61057692307692, 1.7718369976253, 4.01711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 615, '2021-05-23 00:00:00', 0.255952219098679, 0.563461538461541, 0.460213161313486, 0.801923076923079, 0.544116255960066, 1.0125, 0.659510307845031, 1.49038461538462, 1.7598138013394, 3.96615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 630, '2021-05-23 00:00:00', 0.266510571301374, 0.531730769230769, 0.349534030477059, 0.675961538461539, 0.373374682920728, 0.860576923076924, 0.618691081110884, 1.44942307692308, 1.75164911308875, 3.97384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 645, '2021-05-23 00:00:00', 0.221394183788519, 0.430769230769232, 0.264431538326159, 0.624038461538461, 0.281629871667381, 0.744230769230768, 0.664310660644669, 1.41057692307692, 1.72305408638713, 3.96423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 660, '2021-05-23 00:00:00', 0.17582771287651, 0.40576923076923, 0.168867836350935, 0.497115384615383, 0.320727838133591, 0.702884615384614, 0.711642196180508, 1.39615384615385, 1.71779666567827, 3.98923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 675, '2021-05-23 00:00:00', 0.142140234113519, 0.334615384615385, 0.177465056148659, 0.464615384615384, 0.399483560844017, 0.738653846153846, 0.741584193052019, 1.43365384615385, 1.69940198757816, 4.02865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 690, '2021-05-23 00:00:00', 0.164805829807265, 0.334807692307691, 0.278870317255446, 0.490576923076922, 0.440683036276116, 0.766538461538461, 0.68794356320402, 1.40288461538462, 1.66247296102939, 4.01711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 705, '2021-05-23 00:00:00', 0.166932160334209, 0.302884615384617, 0.298993503917084, 0.508653846153848, 0.450512528639923, 0.736538461538463, 0.777011038432629, 1.48192307692308, 1.69815856150125, 4.1325 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 720, '2021-05-23 00:00:00', 0.155896908737298, 0.340384615384618, 0.235316889452368, 0.499038461538462, 0.34416146702473, 0.691346153846154, 1.02905296267976, 1.53, 1.65808653620324, 4.09019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 735, '2021-05-23 00:00:00', 0.152192312552244, 0.312500000000001, 0.223040613755915, 0.441346153846156, 0.283039817802263, 0.636538461538463, 1.1702642699572, 1.5223076923077, 1.59542500968816, 4.04019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 750, '2021-05-23 00:00:00', 0.13001479205785, 0.265384615384616, 0.164214329928438, 0.372115384615384, 0.199788349548678, 0.60576923076923, 1.15785843428554, 1.47807692307692, 1.50895506381581, 4.02576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 765, '2021-05-23 00:00:00', 0.0881923160790357, 0.243269230769231, 0.155018237140518, 0.385576923076923, 0.218350899665232, 0.611346153846152, 1.16664471224764, 1.50673076923077, 1.52138237999322, 4.01211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 780, '2021-05-23 00:00:00', 0.134513367937341, 0.239615384615385, 0.194020220992159, 0.429615384615384, 0.266367299910365, 0.583461538461538, 1.13005712925702, 1.51634615384615, 1.52085468126921, 4.01019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 795, '2021-05-23 00:00:00', 0.207200386100027, 0.289999999999999, 0.244491387295218, 0.425961538461538, 0.259819241900093, 0.550961538461539, 1.07357254063244, 1.51, 1.49879753084316, 3.99596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 810, '2021-05-23 00:00:00', 0.155821890434117, 0.26730769230769, 0.174579935405401, 0.371923076923075, 0.23630944510568, 0.503076923076923, 1.05938167742393, 1.49846153846154, 1.50859773146609, 3.98634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 825, '2021-05-23 00:00:00', 0.108857175305004, 0.223269230769229, 0.147938656725841, 0.315384615384614, 0.264865132589285, 0.511538461538461, 1.07534931712731, 1.50692307692308, 1.50550655926834, 3.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 840, '2021-05-23 00:00:00', 0.112266852426914, 0.190384615384614, 0.141902593894004, 0.312884615384616, 0.258309965857955, 0.499038461538462, 1.04035312052429, 1.50384615384615, 1.46210964547281, 3.94884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 855, '2021-05-23 00:00:00', 0.107513326544273, 0.228653846153846, 0.209633379608673, 0.361923076923077, 0.401128216601433, 0.565384615384616, 1.01115699153913, 1.50769230769231, 1.41018247591743, 3.94884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 870, '2021-05-23 00:00:00', 0.21327528256656, 0.257115384615386, 0.223490233825517, 0.361730769230771, 0.405543320269715, 0.605769230769232, 1.00094810823769, 1.53365384615385, 1.43431731281685, 3.94307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 885, '2021-05-23 00:00:00', 0.128632601442425, 0.227115384615386, 0.361062800844736, 0.402115384615386, 0.520891432656926, 0.718269230769231, 0.998562909693419, 1.86826923076923, 1.35455754910825, 3.96807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 900, '2021-05-23 00:00:00', 0.106478871143526, 0.222600000000001, 0.202394622787596, 0.363600000000001, 0.822027878683769, 0.795599999999999, 0.980292260841975, 1.904, 1.37691055143995, 3.9308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 915, '2021-05-23 00:00:00', 0.0964890922723213, 0.233333333333335, 0.38464810758233, 0.484583333333335, 0.983566579129097, 0.808541666666668, 0.953981336029566, 1.94270833333333, 1.33290611928451, 4.001875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 930, '2021-05-23 00:00:00', 0.350425142929414, 0.367708333333333, 0.748739883433143, 0.618749999999997, 0.941348381505125, 0.772916666666667, 0.890895347348685, 1.96354166666667, 1.32736472058334, 3.98416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 945, '2021-05-23 00:00:00', 0.417531511871615, 0.387708333333331, 0.61378248607906, 0.534375, 0.585713634770885, 0.746875000000001, 0.720921028007361, 1.93020833333333, 1.31573579734147, 3.91541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 960, '2021-05-23 00:00:00', 0.255368091818146, 0.285416666666667, 0.342300137391109, 0.435416666666667, 0.479295036364928, 0.760416666666666, 0.711852935267727, 1.96458333333333, 1.31217867012036, 3.91541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 975, '2021-05-23 00:00:00', 0.252810291480115, 0.325, 0.392581513274907, 0.584375000000001, 0.405733367148167, 0.787500000000001, 0.661316210624527, 1.9575, 1.32744414986639, 3.88083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 990, '2021-05-23 00:00:00', 0.263124688026942, 0.452083333333335, 0.255853130282515, 0.582291666666666, 0.314773828972163, 0.768958333333334, 0.654584688279856, 1.979375, 1.32786441817058, 3.8725 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1005, '2021-05-23 00:00:00', 0.185661274087118, 0.368749999999999, 0.245611389618121, 0.511458333333333, 0.257335760905048, 0.707291666666668, 0.652992969977916, 1.93041666666667, 1.33218517707355, 3.83604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1020, '2021-05-23 00:00:00', 0.166362947902419, 0.34375, 0.182413246205709, 0.460625000000001, 0.321660096050636, 0.7025, 0.666930427894975, 1.94375, 1.33855122578778, 3.82458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1035, '2021-05-23 00:00:00', 0.114363194330131, 0.310625000000001, 0.173332505920546, 0.465625000000002, 0.278381385247241, 0.641249999999999, 0.649274957945008, 1.95416666666667, 1.347892611729, 3.87666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1050, '2021-05-23 00:00:00', 0.138864279220679, 0.290625, 0.233502009425607, 0.456666666666666, 0.283653617992084, 0.635624999999997, 0.677187143658408, 1.90208333333333, 1.48747121211943, 3.92979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1065, '2021-05-23 00:00:00', 0.151925891306502, 0.301458333333333, 0.210103494166254, 0.429999999999999, 0.57490701043923, 1.199375, 0.685802416669807, 1.88645833333333, 1.60692172132879, 3.938125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1080, '2021-05-23 00:00:00', 0.138539058218878, 0.273124999999999, 0.194184354173546, 0.408541666666665, 0.572369059768002, 1.28041666666667, 0.703124496779209, 1.86666666666667, 1.62141744160088, 3.92145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 4, 1095, '2021-05-23 00:00:00', 0.168025484393879, 0.273958333333332, 0.550665564027566, 1.09895833333333, 0.583885931323148, 1.34479166666667, 0.757973915462623, 1.86875, 1.63497418319377, 3.90166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 600, '2021-05-23 00:00:00', 0.306391886547757, 0.668478260869566, 0.462111924570271, 0.917391304347826, 0.559619877340523, 1.16304347826087, 0.829393022975999, 1.74782608695652, 1.51015865067139, 3.70717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 615, '2021-05-23 00:00:00', 0.433434669411919, 0.582608695652174, 0.540971987906585, 0.795652173913045, 0.571312717645838, 1.03369565217391, 0.708969914679704, 1.61739130434783, 1.49811973721581, 3.65173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 630, '2021-05-23 00:00:00', 0.186699543029939, 0.47608695652174, 0.243507594576843, 0.666304347826086, 0.325201366623442, 0.896739130434783, 0.520088070225143, 1.44565217391304, 1.32425835012116, 3.56478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 645, '2021-05-23 00:00:00', 0.117712468738206, 0.413043478260868, 0.199232717918839, 0.591304347826085, 0.212794785070874, 0.830434782608694, 0.419312089568735, 1.32391304347826, 1.31979142561036, 3.59195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 660, '2021-05-23 00:00:00', 0.165256717287665, 0.395652173913042, 0.192754118497189, 0.572826086956522, 0.255047852597555, 0.78695652173913, 0.415817566983237, 1.23239130434783, 1.30447735358185, 3.59956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 675, '2021-05-23 00:00:00', 0.115754954477837, 0.339130434782608, 0.158371467566384, 0.482608695652172, 0.240963153006262, 0.697826086956522, 0.4187881302326, 1.15304347826087, 1.28674167966909, 3.58217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 690, '2021-05-23 00:00:00', 0.123618851933511, 0.305434782608694, 0.179762964261713, 0.490217391304349, 0.289711591628829, 0.693478260869565, 0.410039644280189, 1.13565217391304, 1.27228226974718, 3.58108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 705, '2021-05-23 00:00:00', 0.124871475427713, 0.357608695652174, 0.194559144913738, 0.506521739130435, 0.256823865759619, 0.71304347826087, 0.474293316627622, 1.13782608695652, 1.37979154351566, 3.67239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 720, '2021-05-23 00:00:00', 0.165808892803754, 0.361956521739132, 0.230526121058155, 0.478260869565217, 0.247237703867026, 0.660869565217393, 0.502673779755576, 1.13673913043478, 1.36809209782905, 3.68652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 735, '2021-05-23 00:00:00', 0.176909402686496, 0.285869565217391, 0.204029322468307, 0.479347826086956, 0.173959356481649, 0.633695652173914, 0.501306198982559, 1.10521739130435, 1.3549638284045, 3.69739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 750, '2021-05-23 00:00:00', 0.146719732285391, 0.33695652173913, 0.147056091581227, 0.458695652173914, 0.214171812378267, 0.621739130434783, 0.51022993344201, 1.07369565217391, 1.33865774022136, 3.73 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 765, '2021-05-23 00:00:00', 0.123128279134119, 0.314130434782609, 0.139866890419332, 0.421739130434783, 0.262343497483618, 0.621739130434782, 0.519610583131991, 1.05739130434783, 1.33440694588765, 3.73652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 780, '2021-05-23 00:00:00', 0.0960046729758581, 0.256521739130433, 0.153877742652388, 0.384782608695651, 0.206430705961193, 0.549999999999997, 0.466727527557819, 1.05630434782609, 1.27743493758502, 3.75826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 795, '2021-05-23 00:00:00', 0.138331031617277, 0.256739130434783, 0.186461484965379, 0.392608695652173, 0.207510893089951, 0.51304347826087, 0.488846549150753, 1.14869565217391, 1.2762622984894, 3.755 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 810, '2021-05-23 00:00:00', 0.118340384655097, 0.27391304347826, 0.148219005251645, 0.370652173913043, 0.151303623754572, 0.502173913043478, 0.544198743775904, 1.165, 1.27998043000109, 3.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 825, '2021-05-23 00:00:00', 0.108176586713779, 0.233913043478261, 0.11597882115508, 0.340217391304349, 0.157738463682457, 0.477173913043479, 0.546442501197174, 1.15195652173913, 1.27781101425144, 3.73652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 840, '2021-05-23 00:00:00', 0.106603602487165, 0.239347826086958, 0.122946371547435, 0.336086956521739, 0.155693653801278, 0.447826086956521, 0.566734718458927, 1.15782608695652, 1.26863290460256, 3.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 855, '2021-05-23 00:00:00', 0.102530242333105, 0.210217391304348, 0.118209216951692, 0.305652173913045, 0.224334765376483, 0.465217391304348, 0.549584014444384, 1.15195652173913, 1.24750901998371, 3.74413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 870, '2021-05-23 00:00:00', 0.101587692603671, 0.202826086956523, 0.102983171425423, 0.301521739130434, 0.221255847826963, 0.492173913043477, 0.546034573026937, 1.16913043478261, 1.23875140344045, 3.73869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 885, '2021-05-23 00:00:00', 0.0968352988264821, 0.220434782608695, 0.216202858189543, 0.373695652173914, 0.288292814748431, 0.586739130434782, 0.947813220621959, 1.78108695652174, 1.27988855894572, 3.71478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 900, '2021-05-23 00:00:00', 0.215316432275628, 0.280434782608696, 0.202670900898836, 0.378695652173912, 0.308148557674438, 0.593478260869564, 0.944432981278439, 1.79326086956522, 1.28943931805289, 3.70413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 915, '2021-05-23 00:00:00', 0.11041916185313, 0.245869565217391, 0.213923677794087, 0.432608695652175, 0.239151993279019, 0.541304347826087, 0.911383650337644, 1.77260869565217, 1.27806212155797, 3.66282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 930, '2021-05-23 00:00:00', 0.203447558576918, 0.315000000000001, 0.24590238752343, 0.434565217391303, 0.241284032189707, 0.534565217391303, 0.868311591401869, 1.76173913043478, 1.24595971549975, 3.64760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 945, '2021-05-23 00:00:00', 0.15775412399162, 0.274999999999999, 0.154933684653519, 0.351086956521738, 0.189177280555202, 0.536956521739131, 0.834507499545942, 1.74869565217391, 1.23792611540176, 3.62260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 960, '2021-05-23 00:00:00', 0.131070388113854, 0.213913043478261, 0.192170101280317, 0.355434782608696, 0.212887637605053, 0.595652173913044, 0.807680277603732, 1.77260869565217, 1.19457481644929, 3.63891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 975, '2021-05-23 00:00:00', 0.165831239517769, 0.249999999999999, 0.183011155408498, 0.44891304347826, 0.267961489180432, 0.709782608695651, 0.810506051358371, 1.76717391304348, 1.19204838317331, 3.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 990, '2021-05-23 00:00:00', 0.131406950201522, 0.347826086956521, 0.170828312211311, 0.491304347826087, 0.355069858961702, 0.752173913043478, 0.878479867424608, 1.78782608695652, 1.19607357467985, 3.62478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1005, '2021-05-23 00:00:00', 0.166225536106084, 0.353260869565217, 0.286297752631862, 0.558695652173912, 0.370846563841494, 0.74891304347826, 0.939883255301869, 1.78347826086956, 1.21465731435016, 3.62586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1020, '2021-05-23 00:00:00', 0.196988192098122, 0.369565217391304, 0.263808380572108, 0.51195652173913, 0.321708169378801, 0.680652173913042, 0.924773821295432, 1.7454347826087, 1.18330990531467, 3.60217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1035, '2021-05-23 00:00:00', 0.170473648468417, 0.32608695652174, 0.229355084837269, 0.485869565217391, 0.23889878287362, 0.62391304347826, 0.990401613352493, 1.73891304347826, 1.1822415819547, 3.60760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1050, '2021-05-23 00:00:00', 0.159544807043491, 0.325, 0.179534972426294, 0.453478260869564, 0.185243937027729, 0.578043478260867, 0.948272613026761, 1.69869565217391, 1.1542080168865, 3.60434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1065, '2021-05-23 00:00:00', 0.149756389795509, 0.267608695652173, 0.16536879374496, 0.353260869565217, 0.71769634489682, 1.30304347826087, 0.937941779967548, 1.66065217391304, 1.16489643129858, 3.62717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1080, '2021-05-23 00:00:00', 0.118611449233737, 0.216304347826089, 0.125916796042828, 0.353695652173913, 0.678917849699293, 1.33891304347826, 0.924389607386982, 1.63565217391304, 1.15496650534052, 3.62608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 5, 1095, '2021-05-23 00:00:00', 0.13110091758979, 0.264782608695652, 0.670064373640424, 1.18891304347826, 0.62936585814549, 1.33673913043478, 0.877747577767481, 1.61608695652174, 1.15817147521768, 3.6304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 600, '2021-05-23 00:00:00', 0.268734200748944, 0.609374999999999, 0.293403858657927, 0.888541666666666, 0.304874350454766, 1.01875, 0.478235547748632, 1.41875, 0.932193314178987, 3.546875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 615, '2021-05-23 00:00:00', 0.175461993696308, 0.607291666666668, 0.22238567735525, 0.763541666666668, 0.222591782079382, 0.904166666666667, 0.429039572429102, 1.36354166666667, 0.959513293743015, 3.59375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 630, '2021-05-23 00:00:00', 0.124072647022343, 0.381250000000001, 0.159024283762219, 0.528125000000001, 0.217921567961064, 0.734375000000001, 0.455898092398042, 1.253125, 0.966611419273314, 3.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 645, '2021-05-23 00:00:00', 0.124777882365169, 0.357291666666667, 0.153724149470518, 0.515625, 0.217755243368542, 0.701041666666667, 0.469253956149886, 1.20833333333334, 0.978083543710998, 3.603125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 660, '2021-05-23 00:00:00', 0.110806496696469, 0.335416666666666, 0.185478230294132, 0.4625, 0.270497980784877, 0.671875, 0.462271045954142, 1.15520833333333, 1.01814549282763, 3.590625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 675, '2021-05-23 00:00:00', 0.116441617827643, 0.298958333333333, 0.151920078149427, 0.445833333333334, 0.274734308409764, 0.659375, 0.45029680228148, 1.13541666666667, 1.01919085553198, 3.625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 690, '2021-05-23 00:00:00', 0.147303664466358, 0.30625, 0.244726999629844, 0.475, 0.324874557730933, 0.637500000000001, 0.443375556450704, 1.12416666666667, 1.01154510795851, 3.621875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 705, '2021-05-23 00:00:00', 0.13573054481988, 0.288541666666667, 0.180717045024313, 0.437708333333333, 0.285867529749738, 0.604374999999999, 0.406136299584978, 1.06479166666667, 1.0091497174225, 3.75625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 720, '2021-05-23 00:00:00', 0.119443152447793, 0.278333333333332, 0.169705494048204, 0.368958333333333, 0.217133833036853, 0.515833333333332, 0.408617710055517, 1.02520833333333, 0.989774325581197, 3.78354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 735, '2021-05-23 00:00:00', 0.140005175887758, 0.241666666666666, 0.211104754544525, 0.399999999999997, 0.191174738909465, 0.507291666666664, 0.45523345659123, 1.05875, 1.06483615719352, 3.85229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 750, '2021-05-23 00:00:00', 0.166974353667287, 0.274999999999999, 0.163174464292367, 0.377083333333332, 0.201467330217401, 0.527708333333333, 0.459287412777915, 1.08166666666667, 1.06839780407563, 3.87729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 765, '2021-05-23 00:00:00', 0.148599744474782, 0.253333333333333, 0.156034271365554, 0.386458333333332, 0.250228066261416, 0.560208333333334, 0.522274845740012, 1.14833333333333, 1.14487403189742, 3.916875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 780, '2021-05-23 00:00:00', 0.123647575091818, 0.246874999999999, 0.193324743687246, 0.37375, 0.257608848529276, 0.560833333333334, 0.482984194238339, 1.14958333333334, 1.17288562460531, 3.92208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 795, '2021-05-23 00:00:00', 0.160149245384115, 0.262708333333334, 0.188456257178067, 0.388750000000001, 0.242338770546821, 0.595416666666667, 0.469571767600583, 1.15291666666667, 1.19429848352647, 3.91479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 810, '2021-05-23 00:00:00', 0.0941658650728987, 0.234583333333332, 0.150679018667718, 0.367916666666665, 0.245507091311142, 0.554583333333334, 0.538543350360389, 1.149375, 1.21694348647559, 3.89916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 825, '2021-05-23 00:00:00', 0.153211396064582, 0.252083333333332, 0.219721496972609, 0.404166666666666, 0.235817169262208, 0.533541666666668, 0.549350035912006, 1.160625, 1.21776521900701, 3.89395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 840, '2021-05-23 00:00:00', 0.200229487903473, 0.281249999999999, 0.205480613705273, 0.376250000000001, 0.217614599993737, 0.491875000000001, 0.578412330673684, 1.17104166666667, 1.21880686415094, 3.88979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 855, '2021-05-23 00:00:00', 0.109836629340707, 0.213541666666666, 0.0963517013981552, 0.300208333333333, 0.131691888980256, 0.415833333333336, 0.653850911517873, 1.21083333333333, 1.22018914472841, 3.885625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 870, '2021-05-23 00:00:00', 0.0956404801811209, 0.215833333333333, 0.138767706795475, 0.318958333333335, 0.157169108361624, 0.418958333333336, 0.665978324439459, 1.24520833333333, 1.22018914472841, 3.885625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 885, '2021-05-23 00:00:00', 0.117111213092017, 0.209583333333335, 0.138060944062259, 0.287708333333335, 0.203516192426328, 0.420833333333335, 0.843552888946079, 1.75979166666667, 1.22004140981635, 3.88145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 900, '2021-05-23 00:00:00', 0.106352571972743, 0.177500000000001, 0.148536184778004, 0.277708333333334, 0.202650462977333, 0.434583333333334, 0.862276646148297, 1.80666666666667, 1.22015471815335, 3.87833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 915, '2021-05-23 00:00:00', 0.124542641553877, 0.190000000000001, 0.161929041535959, 0.310833333333334, 0.287444938016492, 0.504374999999999, 0.911515599650274, 1.85041666666667, 1.22138308095159, 3.87625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 930, '2021-05-23 00:00:00', 0.114141208946246, 0.226041666666667, 0.170567971703409, 0.331041666666666, 0.258433740421809, 0.503541666666666, 0.902960082856316, 1.88895833333333, 1.23159535912701, 3.85645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 945, '2021-05-23 00:00:00', 0.118752383652661, 0.226041666666666, 0.195238148891577, 0.358749999999998, 0.308025502426224, 0.560833333333334, 0.913134804999487, 1.92229166666667, 1.24659360133287, 3.83770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 960, '2021-05-23 00:00:00', 0.127990142000371, 0.236458333333332, 0.139745498488595, 0.313749999999999, 0.216340508411416, 0.610208333333334, 0.903084087759949, 1.94, 1.25452700177733, 3.82520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 975, '2021-05-23 00:00:00', 0.0912622832709468, 0.206249999999999, 0.196318932322906, 0.430416666666667, 0.216473715645149, 0.645000000000001, 0.891272803436148, 1.98458333333333, 1.25067916332096, 3.81875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 990, '2021-05-23 00:00:00', 0.174525330279277, 0.360000000000002, 0.15650518687183, 0.504347826086958, 0.263159204282159, 0.708695652173915, 0.903181848020037, 1.99021739130435, 1.24513503878982, 3.86391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1005, '2021-05-23 00:00:00', 0.140750929927167, 0.337291666666665, 0.165670437437038, 0.499791666666667, 0.243082186256752, 0.720416666666666, 0.891782838158925, 1.97375, 1.24738754176392, 3.801875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1020, '2021-05-23 00:00:00', 0.136827240857145, 0.317708333333335, 0.208633841239009, 0.460416666666668, 0.324597576941851, 0.686249999999999, 0.871145755620856, 1.95833333333333, 1.24531549753699, 3.77291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1035, '2021-05-23 00:00:00', 0.151920078149425, 0.283333333333333, 0.170427850347039, 0.4425, 0.364812278012139, 0.691458333333333, 0.861236866499218, 1.940625, 1.22226800872187, 3.75104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1050, '2021-05-23 00:00:00', 0.105668806840669, 0.270625, 0.210498782226502, 0.429791666666664, 0.299554923467991, 0.661250000000001, 0.832285573203283, 1.90833333333333, 1.20402357983434, 3.73020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020029, 1, 1065, '2021-05-23 00:00:00', 0.172656146509576, 0.291666666666663, 0.273916756502325, 0.471041666666665, 0.718201980744224, 1.28020833333333, 0.810661939896712, 1.88854166666667, 1.22895278782797, 3.73645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020029 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065);
Date: 2021-05-23 17:49:00 Duration: 884ms Database: acaweb_fx User: pgperfstats
18 689ms 775ms 719ms 57 41s23ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 23 17 57 41s23ms 719ms [ User: pgperfstats - Total duration: 41s23ms - Times executed: 57 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1080, '2021-05-23 00:00:00', 0.202858981325324, 0.548124999999999, 0.282411650927704, 0.707916666666666, 0.35836730964639, 0.898541666666667, 0.63674898929038, 1.44583333333333, 1.91339424485177, 6.00416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1095, '2021-05-23 00:00:00', 0.215266518327964, 0.458750000000001, 0.256701484557287, 0.625000000000003, 0.348633720420866, 0.812916666666667, 0.638542696585216, 1.45458333333333, 1.917009625901, 5.99541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1110, '2021-05-23 00:00:00', 0.23599916712578, 0.488958333333332, 0.350021479672158, 0.652916666666667, 0.448981133201627, 0.848333333333333, 0.68063575885483, 1.52708333333333, 1.90831493646597, 6.010625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1125, '2021-05-23 00:00:00', 0.169722706499304, 0.423333333333336, 0.303816231522004, 0.602708333333332, 0.424493730856218, 0.875833333333333, 0.700602968825811, 1.54479166666667, 1.877009635591, 6.49395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1140, '2021-05-23 00:00:00', 0.252992148443216, 0.435624999999998, 0.366534890681581, 0.639999999999998, 0.406091301221211, 0.835833333333332, 0.680577300500486, 1.625625, 1.87098922480805, 6.524375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1155, '2021-05-23 00:00:00', 0.181059182413465, 0.424583333333334, 0.216116497703692, 0.597083333333335, 0.265659471335286, 0.731458333333334, 1.27142102115841, 2.74125, 1.86950788640188, 6.52354166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1170, '2021-05-23 00:00:00', 0.129413392224129, 0.382500000000001, 0.157051639250609, 0.475000000000003, 0.251370068289529, 0.661041666666667, 1.34056276037072, 2.93208333333333, 1.87979685920688, 6.52083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1185, '2021-05-23 00:00:00', 0.125030431078408, 0.32, 0.204008738090776, 0.475, 0.269239989788753, 0.693541666666664, 1.42770095859529, 3.098125, 1.87868159088429, 6.52520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1200, '2021-05-23 00:00:00', 0.152277397525374, 0.346666666666666, 0.220518061799275, 0.467708333333332, 0.230759222655517, 0.662916666666665, 1.45734420389391, 3.16229166666667, 1.85515135471827, 6.556875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1215, '2021-05-23 00:00:00', 0.135083844065586, 0.319583333333332, 0.171609891061511, 0.477708333333331, 0.207707356669166, 0.698541666666665, 1.55981358917372, 3.27854166666667, 1.81720400326786, 6.58770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1230, '2021-05-23 00:00:00', 0.0862858306167181, 0.331874999999998, 0.176715068909555, 0.473958333333333, 0.231408631451257, 0.713958333333334, 1.58373147644818, 3.33145833333333, 1.81464553172158, 6.59166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1245, '2021-05-23 00:00:00', 0.165683558830276, 0.336458333333335, 0.158041540815024, 0.511458333333334, 0.271284852165565, 0.715416666666667, 1.61886633653915, 3.36229166666667, 1.80307284762446, 6.59270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1260, '2021-05-23 00:00:00', 0.154715142640657, 0.392916666666666, 0.21604638776584, 0.521041666666667, 0.237037879930065, 0.704999999999998, 1.58172849637094, 3.37041666666667, 1.74902623011297, 6.56833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1275, '2021-05-23 00:00:00', 0.13122334097786, 0.329999999999999, 0.184234486496132, 0.466458333333332, 0.374281679170004, 0.737916666666668, 1.58064033472312, 3.32395833333333, 1.70575305312958, 6.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1290, '2021-05-23 00:00:00', 0.14243928276765, 0.32541666666667, 0.178871259670838, 0.479166666666666, 0.471939223242553, 0.788750000000003, 1.54938604016212, 3.29666666666667, 1.6830190776042, 6.53979166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1305, '2021-05-23 00:00:00', 0.160125488606433, 0.360208333333331, 0.33785763391864, 0.56729166666667, 0.537264230394014, 0.875625000000004, 1.57098866625216, 3.31145833333333, 1.69208867531963, 6.53854166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1320, '2021-05-23 00:00:00', 0.145334552101804, 0.359318181818185, 0.177089412933581, 0.505227272727273, 0.348755440305753, 0.917500000000002, 1.63095409359407, 3.22272727272727, 1.70997772193786, 6.43 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1335, '2021-05-23 00:00:00', 0.114044116928758, 0.34681818181818, 0.198899025917231, 0.538181818181818, 1.32264642312527, 2.26068181818182, 1.6010069207137, 3.18772727272727, 1.68316358815837, 6.41795454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1350, '2021-05-23 00:00:00', 0.148808580083589, 0.400227272727274, 0.279890207293022, 0.693636363636363, 1.38416588804511, 2.48159090909091, 1.61059969740509, 3.18363636363636, 1.68059437601997, 6.46113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1365, '2021-05-23 00:00:00', 0.260031633107306, 0.544545454545451, 1.37003436301582, 2.15818181818182, 1.49546934820763, 2.61, 1.63628811604231, 3.15431818181818, 1.70693037629653, 6.4825 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 990, '2021-05-23 00:00:00', 0.708333282051281, 1.31096153846154, 0.779060874485331, 1.62038461538462, 0.924647313220642, 1.94057692307692, 0.939293699460479, 2.48557692307692, 1.52077759715219, 6.2375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1005, '2021-05-23 00:00:00', 0.316235854046652, 0.893653846153846, 0.521041708060365, 1.22230769230769, 0.739579532312368, 1.57673076923077, 0.895573473341995, 2.17038461538462, 1.54739201189018, 6.19903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1020, '2021-05-23 00:00:00', 0.410819443776237, 0.803846153846155, 0.586551230630237, 1.07711538461538, 0.74662450659361, 1.41807692307692, 0.842327202092282, 2.05634615384615, 1.54546961993882, 6.14788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1035, '2021-05-23 00:00:00', 0.294134257675746, 0.684807692307694, 0.405724233742766, 0.998076923076925, 0.563480291103016, 1.29096153846154, 0.70727091969496, 1.92692307692308, 1.53474123351337, 6.11442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1050, '2021-05-23 00:00:00', 0.292506673165169, 0.606923076923077, 0.346382181101477, 0.876153846153846, 0.476659691539427, 1.22269230769231, 0.719008318128839, 1.79019230769231, 1.57188036587247, 6.09826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1065, '2021-05-23 00:00:00', 0.232311544797402, 0.589423076923078, 0.372832608346099, 0.828076923076924, 0.395904223071888, 1.08807692307692, 0.660427163630889, 1.68903846153846, 1.67505210022302, 6.11153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1080, '2021-05-23 00:00:00', 0.197320512404021, 0.549230769230767, 0.304167527220421, 0.781730769230768, 0.389739607351448, 0.994807692307692, 0.623782506475306, 1.60884615384615, 1.70455435186489, 6.12153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1095, '2021-05-23 00:00:00', 0.254909033548472, 0.563846153846156, 0.301034115112453, 0.76346153846154, 0.359173195847608, 0.970769230769232, 0.851371563103641, 1.74153846153846, 1.72917187827451, 6.11576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1110, '2021-05-23 00:00:00', 0.146989795564181, 0.485000000000001, 0.251556386093883, 0.618846153846156, 0.323843326316905, 0.8625, 0.855006072852929, 1.65576923076923, 1.72480371235507, 6.11038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1125, '2021-05-23 00:00:00', 0.184596441335813, 0.410384615384614, 0.276685047273276, 0.613846153846154, 0.336918444822389, 0.865961538461536, 0.938440789493196, 1.67134615384615, 1.91863076176736, 6.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1140, '2021-05-23 00:00:00', 0.213219280409771, 0.432692307692309, 0.247404449310157, 0.564807692307691, 0.430018470086328, 0.858269230769231, 0.961432604942308, 1.68557692307692, 1.89627583396022, 6.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1155, '2021-05-23 00:00:00', 0.116388771596946, 0.367115384615382, 0.241148533863704, 0.56384615384615, 0.352210219132746, 0.799038461538458, 1.20933066356814, 2.62942307692308, 1.71003158990164, 6.44903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1170, '2021-05-23 00:00:00', 0.225158491187528, 0.432884615384613, 0.335263902941227, 0.60173076923077, 0.342719216762731, 0.787307692307691, 1.26116449546258, 2.84173076923077, 1.71191549261234, 6.47442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1185, '2021-05-23 00:00:00', 0.183091822276733, 0.371153846153847, 0.205582100388138, 0.525000000000003, 0.279879369619235, 0.732307692307692, 1.26361004513016, 2.91711538461538, 1.75383247379955, 6.50211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1200, '2021-05-23 00:00:00', 0.146540096901838, 0.370000000000003, 0.210114620733908, 0.486923076923076, 0.273672178963194, 0.687692307692305, 1.25824879831516, 2.97403846153846, 1.82332603945478, 6.60961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1215, '2021-05-23 00:00:00', 0.1524986759085, 0.344615384615383, 0.200581941820831, 0.511346153846152, 0.24671035649117, 0.719999999999997, 1.30003597583357, 2.99846153846154, 1.8647369478335, 6.65673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1230, '2021-05-23 00:00:00', 0.129923202167813, 0.370961538461539, 0.176045557914814, 0.485961538461536, 0.230364593967576, 0.720384615384613, 1.31607423218274, 3.06576923076923, 1.93767232484276, 6.70903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1245, '2021-05-23 00:00:00', 0.155950805852851, 0.350576923076923, 0.199475176786104, 0.532115384615387, 0.184254005279504, 0.731538461538461, 1.33888008597312, 3.09173076923077, 1.96482127783831, 6.70942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1260, '2021-05-23 00:00:00', 0.175867957461101, 0.378461538461544, 0.210377042473748, 0.532500000000002, 0.192806898216843, 0.687500000000001, 1.32511597460518, 3.11211538461538, 1.98631077628855, 6.7075 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1275, '2021-05-23 00:00:00', 0.146434154275776, 0.365192307692303, 0.162158991306491, 0.496538461538457, 0.880407597912205, 0.953461538461536, 1.27271919677757, 3.16692307692308, 2.00623692902524, 6.73615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1290, '2021-05-23 00:00:00', 0.155852124192725, 0.368269230769227, 0.1998714971791, 0.483846153846151, 0.915966240560293, 0.933076923076922, 1.30357291554935, 3.22288461538461, 2.07080552888521, 6.77653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1305, '2021-05-23 00:00:00', 0.137921521721035, 0.337884615384617, 0.886864485355352, 0.783846153846155, 0.946847745863162, 0.985576923076926, 1.27483822503092, 3.2025, 2.06560429787136, 6.79865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1320, '2021-05-23 00:00:00', 0.158532102541507, 0.420416666666667, 0.156069098177044, 0.510208333333333, 0.291740156373062, 0.791666666666666, 1.27639648941401, 3.07020833333333, 2.13172693779453, 6.72354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1335, '2021-05-23 00:00:00', 0.116427614820338, 0.320208333333336, 0.164395990421502, 0.507291666666669, 1.06315105798821, 2.04520833333334, 1.25074209855647, 3.04666666666667, 2.14080655767664, 6.72625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1350, '2021-05-23 00:00:00', 0.172853161902552, 0.412708333333336, 0.26105832542817, 0.584166666666667, 1.13303171604559, 2.315, 1.23026684980907, 3.0575, 2.14876135536705, 6.72166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 1365, '2021-05-23 00:00:00', 0.179413168816918, 0.432708333333331, 1.05343296630244, 1.91416666666667, 1.16131529550751, 2.35145833333333, 1.23769946057601, 2.99604166666667, 2.1844600927321, 6.724375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 990, '2021-05-23 00:00:00', 0.506221637382133, 1.08711538461539, 0.656149373237524, 1.415, 0.684521843220616, 1.76807692307692, 0.919336717421859, 2.53, 2.17421756925602, 6.61596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1005, '2021-05-23 00:00:00', 0.279041491262774, 0.808076923076923, 0.378369579196765, 1.10153846153846, 0.603550042536783, 1.48442307692308, 0.84726492088003, 2.18461538461538, 2.20311277165183, 6.55326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1020, '2021-05-23 00:00:00', 0.309971959029546, 0.728846153846155, 0.478123937907316, 1.0225, 0.53704375985575, 1.27, 0.746729098237002, 1.93288461538462, 2.19536998809208, 6.51576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1035, '2021-05-23 00:00:00', 0.267623156408698, 0.673076923076924, 0.332661065674035, 0.895769230769232, 0.380155079691675, 1.13173076923077, 0.609231798755928, 1.74423076923077, 2.1690067205627, 6.47807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1050, '2021-05-23 00:00:00', 0.165298331696175, 0.578461538461536, 0.248187351689125, 0.764807692307691, 0.37776366238084, 1.06076923076923, 0.588370239272464, 1.65346153846154, 2.16443444380708, 6.48269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1065, '2021-05-23 00:00:00', 0.205888319241283, 0.515000000000001, 0.230689935094373, 0.720384615384615, 0.317852227397481, 0.979038461538462, 0.563743429093551, 1.58557692307692, 2.19165705662317, 6.46057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1080, '2021-05-23 00:00:00', 0.18441383228614, 0.502307692307693, 0.28499129541363, 0.699038461538462, 0.363091427350448, 0.914230769230768, 0.564924637587925, 1.55538461538462, 2.2533212495883, 6.43442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1095, '2021-05-23 00:00:00', 0.178175907030534, 0.470576923076925, 0.183568473914734, 0.63076923076923, 0.279470102983377, 0.828461538461537, 0.672103815241018, 1.60653846153846, 2.28991618926243, 6.43307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1110, '2021-05-23 00:00:00', 0.138144851514634, 0.465, 0.233998109788552, 0.608653846153845, 0.288425967037539, 0.806538461538461, 0.668775028287938, 1.57903846153846, 2.30386695829826, 6.42019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1125, '2021-05-23 00:00:00', 0.205367587885348, 0.415384615384616, 0.236127817407961, 0.567884615384618, 0.318050129091915, 0.78173076923077, 0.695417223963149, 1.53865384615385, 2.44735408145205, 6.665 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1140, '2021-05-23 00:00:00', 0.208128288839807, 0.39423076923077, 0.29123609243784, 0.552307692307694, 0.331714427691144, 0.762692307692308, 0.701143461672538, 1.53192307692308, 2.52378769831257, 6.75211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1155, '2021-05-23 00:00:00', 0.188376974748464, 0.383269230769233, 0.243625500749372, 0.544230769230769, 0.36299607965673, 0.776923076923077, 0.745754960787026, 2.14769230769231, 2.5145617220196, 6.85942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1170, '2021-05-23 00:00:00', 0.146221249639555, 0.359423076923077, 0.239422140869348, 0.500192307692305, 0.338228416219663, 0.737692307692306, 0.812303277960033, 2.32384615384615, 2.60654838081676, 6.9126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1185, '2021-05-23 00:00:00', 0.132768161150874, 0.339230769230767, 0.277620452028695, 0.528653846153844, 0.314445360301888, 0.728269230769229, 0.919832865253246, 2.4225, 2.621134993442, 6.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1200, '2021-05-23 00:00:00', 0.20248048339, 0.387884615384615, 0.207214957137606, 0.520961538461536, 0.382928643684235, 0.727115384615384, 0.996822895310588, 2.46673076923077, 2.62402321753331, 6.97538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1215, '2021-05-23 00:00:00', 0.0836816311063307, 0.323846153846151, 0.193368918033737, 0.466538461538461, 0.329761218972852, 0.732692307692308, 0.966605579413779, 2.53211538461539, 2.63761655958265, 7.01365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1230, '2021-05-23 00:00:00', 0.15212507505845, 0.345961538461536, 0.241719799640953, 0.502307692307691, 0.283425203808421, 0.765384615384613, 0.954215848021496, 2.59673076923077, 2.62979835436396, 7.02423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1245, '2021-05-23 00:00:00', 0.171835341578457, 0.37576923076923, 0.243954913867298, 0.565000000000002, 0.27668567281025, 0.820192307692306, 1.04022543784434, 2.67980769230769, 2.62593772994306, 7.0301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1260, '2021-05-23 00:00:00', 0.217807607411116, 0.426923076923078, 0.230314918184778, 0.58980769230769, 0.350733736395793, 0.821923076923075, 1.06556860949376, 2.71769230769231, 2.61218971657585, 7.04365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1275, '2021-05-23 00:00:00', 0.232718383790033, 0.405384615384613, 0.288746361948441, 0.592307692307693, 0.544520537155958, 0.893846153846152, 1.11478787219811, 2.725, 2.62160239460232, 7.06365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1290, '2021-05-23 00:00:00', 0.191040470943887, 0.432307692307691, 0.271661341775719, 0.558269230769229, 0.500994127095929, 0.836346153846152, 1.16207658955854, 2.7, 2.67494616049342, 7.03980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1305, '2021-05-23 00:00:00', 0.189736254189453, 0.394615384615384, 0.49370452078764, 0.666923076923073, 0.490978771278507, 0.853076923076922, 1.23300714328207, 2.76384615384615, 2.69167317138216, 7.03230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1320, '2021-05-23 00:00:00', 0.182916068303139, 0.396874999999997, 0.222627487495153, 0.52270833333333, 0.29794586610731, 0.76, 1.65044985907444, 2.93729166666667, 2.76643775517558, 6.903125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1335, '2021-05-23 00:00:00', 0.193716044242858, 0.387083333333332, 0.199075308014004, 0.533749999999998, 0.777033068467973, 1.74395833333333, 1.6869926370938, 2.960625, 2.77946728813223, 6.91333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1350, '2021-05-23 00:00:00', 0.174961564102076, 0.420624999999998, 0.205150947431117, 0.607291666666666, 0.886244289243882, 1.965625, 1.6717080998232, 2.98166666666667, 2.77981766162532, 6.91333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 1365, '2021-05-23 00:00:00', 0.184617578692603, 0.455208333333335, 0.759365170360427, 1.694375, 0.986624657901731, 2.12895833333334, 1.65247013994377, 3.01979166666667, 2.7978807893175, 6.92229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 990, '2021-05-23 00:00:00', 0.595366413234663, 1.2254347826087, 0.587997203617882, 1.5454347826087, 0.853605235008081, 1.88347826086956, 0.905519362689465, 2.32195652173913, 3.17063792661037, 6.91304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1005, '2021-05-23 00:00:00', 0.439222498469799, 0.896304347826088, 0.659453525708348, 1.15804347826087, 0.798344507445986, 1.45804347826087, 0.879972151912944, 1.98347826086957, 2.99713219318054, 6.76826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1020, '2021-05-23 00:00:00', 0.270983970472358, 0.688695652173916, 0.4159721220516, 0.926521739130435, 0.419823038194919, 1.25673913043479, 0.711988738974764, 1.80565217391305, 2.87528238860625, 6.68978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1035, '2021-05-23 00:00:00', 0.252211365966189, 0.639130434782608, 0.325714174269649, 0.925217391304345, 0.466127558921129, 1.26891304347826, 0.80553605749274, 1.80739130434782, 2.86624684014071, 6.68630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1050, '2021-05-23 00:00:00', 0.309727344075373, 0.674130434782607, 0.357261211332172, 0.89913043478261, 0.508133548938969, 1.15739130434783, 0.811821379719189, 1.72195652173913, 2.81261841208789, 6.63217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1065, '2021-05-23 00:00:00', 0.210083504948347, 0.576521739130435, 0.414654482576694, 0.847391304347827, 0.461020306841421, 0.984782608695656, 0.777333157625906, 1.59826086956522, 2.7611721139197, 6.59152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1080, '2021-05-23 00:00:00', 0.376505672917596, 0.567608695652171, 0.401253470796315, 0.679565217391302, 0.422577728659351, 0.85413043478261, 0.854436168480659, 1.64043478260869, 2.77886294174648, 6.59239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1095, '2021-05-23 00:00:00', 0.200280929179203, 0.459782608695649, 0.292980121814871, 0.633478260869564, 0.421767525835978, 0.849130434782609, 1.01658456114603, 1.76347826086956, 2.77144637685142, 6.57326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1110, '2021-05-23 00:00:00', 0.272942355900047, 0.459565217391303, 0.311068063164555, 0.627391304347827, 0.438099560940705, 0.878043478260867, 1.03649245090859, 1.77065217391304, 2.81002544191146, 6.54543478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1125, '2021-05-23 00:00:00', 0.21732882501366, 0.445000000000002, 0.291148740221914, 0.60804347826087, 0.409035547417806, 0.841521739130435, 1.00195258974407, 1.78391304347826, 2.77179933283454, 6.70021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1140, '2021-05-23 00:00:00', 0.170931532880292, 0.38304347826087, 0.276442140269887, 0.560434782608693, 0.447766305154397, 0.814130434782608, 0.930811994110222, 1.71782608695652, 2.79105794397757, 6.71108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1155, '2021-05-23 00:00:00', 0.177942511922831, 0.368913043478258, 0.187939208908252, 0.510652173913041, 0.373869309879219, 0.806521739130433, 1.24224412035052, 2.675, 2.8056938683691, 6.68891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1170, '2021-05-23 00:00:00', 0.14308259313592, 0.39391304347826, 0.334679806864008, 0.625869565217393, 0.38795755849535, 0.842391304347825, 1.10305737526319, 2.88413043478261, 2.81342216326926, 6.69978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1185, '2021-05-23 00:00:00', 0.227118485210054, 0.433478260869566, 0.252940024761763, 0.601739130434783, 0.367473883882881, 0.829347826086955, 1.1406589178183, 3.01369565217392, 2.82828844247435, 6.70217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 990, '2021-05-23 00:00:00', 0.461132070627568, 1.08782608695652, 0.506231035852288, 1.43804347826087, 0.612836017373101, 1.80043478260869, 1.25735680943997, 2.52565217391304, 2.20921428720675, 6.22630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1005, '2021-05-23 00:00:00', 0.347379660398387, 0.92608695652174, 0.529851478183091, 1.29804347826087, 0.64491772616186, 1.58065217391304, 1.09524434619203, 2.20978260869565, 2.13837009889352, 6.00695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1020, '2021-05-23 00:00:00', 0.248149674328952, 0.806521739130435, 0.333479085394056, 0.975869565217389, 0.714137515681924, 1.44413043478261, 1.05457004707593, 1.9795652173913, 2.05631313651764, 5.93347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1035, '2021-05-23 00:00:00', 0.219458550382453, 0.589347826086952, 0.472218923236301, 0.940434782608694, 0.738706205272103, 1.41630434782609, 0.981460706588441, 1.88413043478261, 2.02771851875558, 5.90913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1050, '2021-05-23 00:00:00', 0.309889690943986, 0.619565217391303, 0.466013600541154, 0.961304347826089, 0.674367438929068, 1.26652173913044, 0.889013086953567, 1.74021739130435, 2.01275232871779, 5.88413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 1065, '2021-05-23 00:00:00', 0.3386928488318, 0.614130434782614, 0.47012970205986, 0.879130434782609, 0.51636451490489, 1.04369565217392, 0.765668609107318, 1.56434782608696, 1.96021823621678, 5.96347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 990, '2021-05-23 00:00:00', 0.394094426079165, 1.14, 0.501611984838216, 1.422, 0.703561653304102, 1.7714, 1.50470049622286, 2.7794, 2.63941041396243, 6.8646 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1005, '2021-05-23 00:00:00', 0.318821789301384, 0.8316, 0.505601786652964, 1.1646, 0.616335474126444, 1.5006, 1.51545419484281, 2.6392, 2.68091521996998, 6.7972 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1020, '2021-05-23 00:00:00', 0.399172790488865, 0.7642, 0.499947330559262, 1.0084, 0.608082505366937, 1.2968, 1.55170261326067, 2.4282, 2.74314999893675, 6.7236 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1035, '2021-05-23 00:00:00', 0.294206984961267, 0.628399999999999, 0.307912054543718, 0.856599999999999, 0.490743483570251, 1.166, 1.49678591766937, 2.3608, 2.74306056258334, 6.685 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1050, '2021-05-23 00:00:00', 0.168637184511602, 0.535200000000002, 0.276545204261435, 0.7378, 0.421878438257594, 1.0272, 1.50002313871042, 2.2744, 2.73804852951879, 6.6392 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1065, '2021-05-23 00:00:00', 0.220882321610398, 0.508399999999998, 0.387041987386383, 0.7634, 0.429384443127603, 1.0028, 1.5067284371556, 2.2508, 2.74691455697722, 6.647 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1080, '2021-05-23 00:00:00', 0.207019480284806, 0.486250000000001, 0.272252746489389, 0.637083333333336, 0.346183121516906, 0.904166666666669, 1.50579815370791, 2.11041666666667, 2.78493995980347, 6.53166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1095, '2021-05-23 00:00:00', 0.167506218790028, 0.461000000000002, 0.251589612928143, 0.6516, 0.403092421164178, 0.937200000000002, 1.47752515489021, 2.2342, 2.76308827823748, 6.6138 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1110, '2021-05-23 00:00:00', 0.13111000470343, 0.4276, 0.180600849019785, 0.556, 1.36602733013167, 1.1634, 1.50249453687304, 2.2476, 2.77169167657588, 6.6668 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1125, '2021-05-23 00:00:00', 0.165699275798057, 0.358000000000001, 0.259253736713671, 0.652000000000002, 1.33310470956585, 1.1166, 1.47699844843069, 2.2384, 3.04389050668165, 6.9694 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1140, '2021-05-23 00:00:00', 0.212470193988082, 0.4946, 1.34667337044536, 0.890000000000001, 1.34866344331465, 1.1442, 1.48449593016171, 2.2486, 3.17681181899925, 7.064 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1155, '2021-05-23 00:00:00', 1.29215927165862, 0.633799999999999, 1.26909170275437, 0.807000000000002, 1.34484267977088, 1.1432, 1.61267575269591, 3.4422, 3.09869526306369, 7.1204 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1170, '2021-05-23 00:00:00', 0.345745812218551, 0.478800000000002, 0.763985274727204, 0.761200000000001, 0.868921601757029, 1.1082, 1.46763821041381, 3.4616, 3.10880467382562, 7.1246 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1185, '2021-05-23 00:00:00', 0.447341685217614, 0.531999999999999, 0.608635564192567, 0.743199999999998, 0.658207793937448, 1.062, 1.41002254710105, 3.4364, 3.1947535116187, 7.059 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1200, '2021-05-23 00:00:00', 0.312667978568538, 0.438913043478262, 0.3684761913032, 0.667391304347828, 0.430949865484684, 0.877826086956521, 1.46102365435234, 3.52586956521739, 3.27604943509493, 7.15108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1215, '2021-05-23 00:00:00', 0.253940875755454, 0.482826086956521, 0.314304081004315, 0.640652173913043, 0.367284259494914, 0.859999999999996, 1.3846723046643, 3.5441304347826, 3.29153156441279, 7.13869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1230, '2021-05-23 00:00:00', 0.200914411604825, 0.369347826086958, 0.336897023945125, 0.587826086956522, 0.514166599936361, 0.886739130434783, 1.29538295343401, 3.60978260869565, 3.27310990022827, 7.13565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1245, '2021-05-23 00:00:00', 0.255724963421635, 0.419565217391302, 0.329855040625557, 0.604565217391302, 0.519596985814956, 0.875869565217394, 1.28600585814905, 3.58260869565217, 3.30473544832249, 7.17673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1260, '2021-05-23 00:00:00', 0.265183768036507, 0.467391304347823, 0.453814204290488, 0.662826086956519, 0.644909222401368, 0.879782608695651, 1.21502801737407, 3.53108695652174, 3.3537071105568, 7.22826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1275, '2021-05-23 00:00:00', 0.253781869238425, 0.400652173913044, 0.279650226196688, 0.552608695652177, 0.627838691802996, 0.947173913043478, 1.1809084899602, 3.44695652173913, 3.30113431217749, 7.16673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1290, '2021-05-23 00:00:00', 0.169697766678914, 0.367826086956525, 0.331342788480841, 0.546956521739132, 0.603059721477053, 0.94913043478261, 1.16514604930263, 3.39195652173913, 3.26025746758453, 7.11913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1305, '2021-05-23 00:00:00', 0.177126699719785, 0.372708333333329, 0.529999615463351, 0.688124999999998, 0.596356692213495, 0.9475, 1.13430491708691, 3.35791666666667, 3.20163866982229, 7.18520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1320, '2021-05-23 00:00:00', 0.235181264714536, 0.419318181818183, 0.277095030349078, 0.57068181818182, 0.318851174419307, 0.8575, 1.17290764242644, 3.40363636363636, 3.27981179674656, 7.32022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1335, '2021-05-23 00:00:00', 0.135702636775066, 0.378409090909092, 0.282631898488634, 0.603863636363637, 1.3300128770981, 2.59840909090909, 1.17100857941929, 3.37704545454546, 3.29318652511173, 7.32181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1350, '2021-05-23 00:00:00', 0.244241470892836, 0.454090909090908, 0.261995753575845, 0.673181818181817, 1.21168680053774, 2.71795454545454, 1.15341277908693, 3.33909090909091, 3.26353244100721, 7.30022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 1365, '2021-05-23 00:00:00', 0.157002667691791, 0.493863636363636, 1.29128664986563, 2.45545454545454, 1.15238647542593, 2.78227272727272, 1.14310657451203, 3.28545454545455, 3.23565278077684, 7.28818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1200, '2021-05-23 00:00:00', 0.189813790046388, 0.38068181818182, 0.285166561034894, 0.57340909090909, 0.385326645038496, 0.753636363636364, 1.17571853318049, 3.04545454545455, 2.87300821274082, 6.765 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1215, '2021-05-23 00:00:00', 0.192977495715985, 0.383863636363635, 0.270193633468849, 0.546136363636362, 0.361348858909912, 0.747045454545453, 1.18016260160783, 3.03136363636364, 2.89583482979811, 6.72613636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1230, '2021-05-23 00:00:00', 0.195334794182145, 0.361590909090908, 0.244882801723774, 0.511590909090911, 0.297043603865497, 0.702045454545455, 1.31873580499531, 3.14113636363637, 2.88221580825724, 6.72181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1245, '2021-05-23 00:00:00', 0.180676488527128, 0.369772727272727, 0.223194535922816, 0.540909090909089, 0.256243677991915, 0.653181818181816, 1.37925769373032, 3.1925, 2.89767216058278, 6.73295454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1260, '2021-05-23 00:00:00', 0.163004793704242, 0.379090909090909, 0.184629030187236, 0.500454545454547, 0.364575896646481, 0.733181818181817, 1.49361114163769, 3.26363636363637, 2.88413784975054, 6.74522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1275, '2021-05-23 00:00:00', 0.130982178821516, 0.36295454545455, 0.153436818081116, 0.46, 0.701102293825178, 0.882954545454547, 1.50505497447451, 3.3, 2.86149516853814, 6.76886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1290, '2021-05-23 00:00:00', 0.11397197194754, 0.334090909090908, 0.324065422821379, 0.577727272727272, 0.716831200281468, 0.937272727272727, 1.50679451412335, 3.30022727272728, 2.86103498967091, 6.76954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1305, '2021-05-23 00:00:00', 0.277859785874207, 0.446818181818183, 0.71518516961681, 0.742727272727273, 0.691525894504727, 1.01340909090909, 1.53434696756735, 3.31795454545455, 2.85980504625707, 6.77795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1320, '2021-05-23 00:00:00', 0.145550452457307, 0.363250000000001, 0.219206703700796, 0.504000000000001, 0.262610753577875, 0.82775, 1.64992445999331, 3.32425, 2.96384195677449, 6.87525 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1335, '2021-05-23 00:00:00', 0.191622401448376, 0.39075, 0.231588337130213, 0.634, 1.19636211183386, 2.19175, 1.71445286270024, 3.35475, 2.98980543065228, 6.86375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1350, '2021-05-23 00:00:00', 0.195793090303329, 0.458250000000001, 0.289988543330873, 0.655249999999999, 1.09588116432202, 2.5065, 1.73694171265414, 3.39675, 2.94340363086861, 6.90725 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 1365, '2021-05-23 00:00:00', 0.264723664263422, 0.52375, 1.17830565242059, 2.169, 1.11350475030301, 2.68675, 1.73782598229421, 3.39125, 2.92268333808794, 6.931 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 930, '2021-05-23 00:00:00', 0.717713382904336, 1.39750000000001, 0.22980970388562, 2.42249999999999, 0.098994949366107, 2.51499999999999, 0.120208152801724, 2.745, 0.0707106781186708, 7.02000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 945, '2021-05-23 00:00:00', 0.434870670429713, 1.15749999999998, 0.565685424949226, 1.24999999999999, 0.593969696196687, 1.24999999999999, 0.623668181006522, 1.7375, 0.654851590056848, 6.6225 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 960, '2021-05-23 00:00:00', 0.222738636073761, 0.637499999999989, 0.647002704785685, 1.02249999999999, 0.413657466994116, 1.1875, 0.300520382004291, 1.6525, 0.753068721963692, 6.53750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 1, 975, '2021-05-23 00:00:00', 0.445477272147522, 0.844999999999999, 0.247487373415288, 0.984999999999999, 0.212132034355952, 1.045, 0.300520382004291, 1.6525, 0.753068721963692, 6.53750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 930, '2021-05-23 00:00:00', 0.106066017177986, 0.859999999999999, 0.452548339959381, 1.59, 0.965200756319624, 1.9525, 0.134350288425442, 3.72, 1.0465180361561, 7.69499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 945, '2021-05-23 00:00:00', 0.22980970388562, 1.02250000000001, 0.399515331370378, 1.44750000000001, 0.647002704785685, 2.12750000000001, 0.30405591591022, 3.30500000000001, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 960, '2021-05-23 00:00:00', 0.053033008588983, 0.66749999999999, 0.00707106781187914, 0.890000000000001, 0.30405591591022, 2.095, 1.02884036662644, 2.7925, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 2, 975, '2021-05-23 00:00:00', 0.219203102167811, 0.704999999999998, 0.14849242404916, 1.43000000000001, 0.526794551984001, 2.2925, 0.802566196646745, 2.6075, 1.44249783362057, 7.41499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 930, '2021-05-23 00:00:00', 0.130814754519513, 3.4425, 0.0318198051533858, 3.5125, 0.0141421356237382, 3.86499999999999, 0.275771644662744, 4.06999999999999, 0.169705627484758, 7.73999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 945, '2021-05-23 00:00:00', 0.0989949493661271, 1.07000000000001, 0.212132034355972, 1.535, 0.632860569161967, 1.8325, 0.664503597620066, 1.8325, 0.697728777501069, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 960, '2021-05-23 00:00:00', 0.0247487373415268, 0.937499999999986, 0.15556349186104, 1.02999999999999, 0.445477272147522, 1.23499999999999, 0.403050865276327, 1.40000000000001, 0.335875721063606, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 3, 975, '2021-05-23 00:00:00', 0.00353553390592952, 0.537499999999994, 0.208596500450023, 0.802499999999995, 0.371231060122941, 0.947500000000005, 1.08540890912135, 1.85250000000001, 0.335875721063606, 7.18749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 930, '2021-05-23 00:00:00', 0.201525432638184, 1.79249999999999, 0.211601704270093, 1.79249999999999, 0.222181789483598, 1.96749999999999, 0.233290878957777, 3.77, 0.244955422905666, 8.75249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 945, '2021-05-23 00:00:00', 0.0353553390593153, 0.719999999999985, 0.353553390593274, 1.255, 0.0954594154601976, 1.43749999999999, 2.5809397513309, 3.33, 1.20561706192307, 8.25249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 960, '2021-05-23 00:00:00', 0.240416305603429, 0.950000000000003, 0.0388908729652649, 1.0925, 0.0601040764008421, 1.29249999999999, 2.72589664147413, 3.19250000000001, 1.06066017177984, 8.11499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 4, 975, '2021-05-23 00:00:00', 0.275771644662764, 0.605000000000004, 0.15556349186104, 0.989999999999995, 0.325269119345817, 1.33, 2.83196265865212, 3.11750000000001, 1.27632774004174, 8.2675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 930, '2021-05-23 00:00:00', 0.494974746830575, 1.32499999999999, 0.116672618895795, 1.72749999999999, 0.14849242404916, 1.91499999999999, 0.116672618895775, 2.15749999999998, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 945, '2021-05-23 00:00:00', 0.502045814642434, 1.28999999999999, 0.420728534805975, 1.5325, 0.367695526216992, 1.75999999999999, 0.102530483272057, 2.00249999999998, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 960, '2021-05-23 00:00:00', 0.00707106781185904, 0.764999999999986, 0.045961940777124, 0.992499999999978, 0.477297077300928, 1.36249999999998, 0.123743686707634, 1.84249999999999, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019284, 5, 975, '2021-05-23 00:00:00', 0.0494974746830535, 0.539999999999992, 0.844992603517919, 1.10249999999999, 0.335875721063606, 1.46249999999999, 0.208596500450023, 1.90249999999999, 1.82787102936723, 5.4175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019284 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:46:23 Duration: 775ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1080, '2021-05-23 00:00:00', 0.199999886775331, 0.44104166666667, 0.270447495507145, 0.56375, 0.351214701150665, 0.731875, 0.519997735502319, 1.07208333333333, 0.90093608223634, 3.41979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1095, '2021-05-23 00:00:00', 0.217934868444816, 0.347708333333332, 0.246088880932972, 0.476458333333332, 0.334535084596651, 0.655624999999998, 0.414710262049636, 0.994583333333332, 0.901239459525491, 3.42104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1110, '2021-05-23 00:00:00', 0.108817549402523, 0.322291666666665, 0.132648604115964, 0.419999999999998, 0.281646861708319, 0.608541666666663, 0.362107108423758, 0.965416666666669, 0.901239459525491, 3.42104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1125, '2021-05-23 00:00:00', 0.103254118772466, 0.291250000000001, 0.204476952919791, 0.446041666666667, 0.290269427566378, 0.604583333333335, 0.346795305181102, 0.951875000000002, 1.2543342068748, 3.66229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1140, '2021-05-23 00:00:00', 0.129312388581216, 0.307291666666661, 0.168371220087111, 0.395208333333326, 0.226346114183121, 0.547708333333328, 0.421843564314571, 1.02291666666666, 1.24495671014896, 3.68208333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1155, '2021-05-23 00:00:00', 0.112789884169699, 0.294583333333327, 0.194505946967693, 0.422291666666664, 0.183891976600319, 0.501458333333327, 0.634358485720652, 1.63541666666666, 1.24748413483566, 3.71666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1170, '2021-05-23 00:00:00', 0.168374044438508, 0.300416666666669, 0.166003208455114, 0.363749999999999, 0.147382352983709, 0.462916666666663, 0.639534477433458, 1.735, 1.24643077381499, 3.72125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1185, '2021-05-23 00:00:00', 0.102467518713516, 0.238124999999997, 0.130698894742677, 0.341874999999998, 0.141627285660211, 0.501874999999995, 0.621356882153887, 1.801875, 1.24185722810635, 3.729375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1200, '2021-05-23 00:00:00', 0.0911629771661611, 0.247916666666664, 0.108171353262625, 0.349791666666667, 0.138454035432474, 0.471041666666665, 0.64098585188664, 1.84791666666666, 1.23950490861402, 3.735625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1215, '2021-05-23 00:00:00', 0.077472529025603, 0.252083333333334, 0.119105969136969, 0.361666666666663, 0.13803601058199, 0.438124999999997, 0.659828562494879, 1.86458333333333, 1.23812268406532, 3.73895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1230, '2021-05-23 00:00:00', 0.0732167221732626, 0.239583333333329, 0.0723505456045462, 0.315416666666665, 0.100449848688034, 0.410208333333332, 0.710301910702643, 1.88375, 1.23929618218322, 3.754375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1245, '2021-05-23 00:00:00', 0.0849253721839381, 0.231666666666668, 0.0815741860277306, 0.299999999999999, 0.142847434323317, 0.436458333333333, 0.717579970799598, 1.92833333333333, 1.23918171852305, 3.761875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1260, '2021-05-23 00:00:00', 0.0661352232446733, 0.226041666666668, 0.0845823070545313, 0.319583333333333, 0.140604124859608, 0.468958333333334, 0.791949529939261, 1.97416666666667, 1.23915452636763, 3.778125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1275, '2021-05-23 00:00:00', 0.0772181058403064, 0.226875000000001, 0.12693644992216, 0.329583333333334, 0.28974056048697, 0.521875000000003, 0.798787095711596, 2.00104166666667, 1.22388806381696, 3.81958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1290, '2021-05-23 00:00:00', 0.0988621863204416, 0.252083333333334, 0.152792247887425, 0.372083333333335, 0.330236794709056, 0.59541666666667, 0.801539166998025, 2.00791666666667, 1.22370872493345, 3.82 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1305, '2021-05-23 00:00:00', 0.120915701561282, 0.274791666666667, 0.258476584872858, 0.418333333333336, 0.32046388478154, 0.678333333333337, 0.793791095022007, 2.00395833333333, 1.21821767452957, 3.82104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1320, '2021-05-23 00:00:00', 0.101783872543527, 0.258636363636368, 0.122354251134006, 0.379090909090913, 0.310781378037787, 0.682272727272731, 0.817424156165117, 1.95818181818182, 1.25882007300109, 3.8525 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1335, '2021-05-23 00:00:00', 0.101865712468053, 0.263636363636366, 0.166688689021241, 0.462500000000003, 0.634833891080238, 1.42454545454545, 0.823986751511616, 1.9675, 1.25779227064881, 3.85659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1350, '2021-05-23 00:00:00', 0.151680342849451, 0.360454545454546, 0.23303579514354, 0.54340909090909, 0.652232305639241, 1.52113636363636, 0.825007182180465, 1.95522727272727, 1.25779227064881, 3.85659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1365, '2021-05-23 00:00:00', 0.127540843131392, 0.379999999999999, 0.630217829791428, 1.30568181818182, 0.648103794263331, 1.53863636363636, 0.838637190722149, 1.91863636363636, 1.25457890781359, 3.87204545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 990, '2021-05-23 00:00:00', 0.296058011467089, 0.797884615384614, 0.432840217454608, 1.07057692307692, 0.600033364456958, 1.31403846153846, 0.746332674843105, 1.72769230769231, 1.23756953184613, 3.84211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1005, '2021-05-23 00:00:00', 0.288752489166755, 0.694999999999999, 0.370747270335924, 0.898461538461539, 0.488533913475191, 1.12923076923076, 0.620129794106413, 1.50980769230769, 1.2426570168548, 3.80230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1020, '2021-05-23 00:00:00', 0.171103320113453, 0.547884615384617, 0.276416630914557, 0.78807692307692, 0.354228576791012, 0.931730769230766, 0.461753722237303, 1.3425, 1.13392178539114, 3.76115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1035, '2021-05-23 00:00:00', 0.217903383671258, 0.548269230769227, 0.267889830972476, 0.675192307692304, 0.324051099958965, 0.836346153846149, 0.465570658935397, 1.27096153846154, 1.1366393278162, 3.7498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1050, '2021-05-23 00:00:00', 0.173327724268221, 0.427499999999996, 0.229810708058746, 0.56480769230769, 0.328919969223286, 0.792115384615381, 0.39882119571789, 1.20288461538461, 1.14551152497308, 3.75942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1065, '2021-05-23 00:00:00', 0.120641873072583, 0.402692307692307, 0.181224573813394, 0.522884615384614, 0.246414597469702, 0.761923076923078, 0.377994912460676, 1.11807692307692, 1.20631379066082, 3.8048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1080, '2021-05-23 00:00:00', 0.124623278477422, 0.330192307692311, 0.191249736048081, 0.522692307692308, 0.247190443554392, 0.723653846153849, 0.353494641456501, 1.08730769230769, 1.19740760041786, 3.79519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1095, '2021-05-23 00:00:00', 0.178901777950481, 0.375384615384616, 0.21190536712265, 0.533269230769232, 0.268540213290016, 0.684615384615388, 0.500773286643152, 1.12826923076923, 1.19854822437558, 3.80961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1110, '2021-05-23 00:00:00', 0.106716735044048, 0.35769230769231, 0.183155356502031, 0.488269230769231, 0.191678516913484, 0.624423076923077, 0.452997750036865, 1.11480769230769, 1.16933031458839, 3.85576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1125, '2021-05-23 00:00:00', 0.133132091721545, 0.333076923076924, 0.137604925001309, 0.443653846153848, 0.257759652508959, 0.609038461538461, 0.444383972916009, 1.13634615384616, 1.3199653841615, 3.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1140, '2021-05-23 00:00:00', 0.108970179407029, 0.292500000000003, 0.153336231856662, 0.409999999999999, 0.217485631709319, 0.545, 0.450829193307691, 1.2098076923077, 1.35430659237628, 3.92788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1155, '2021-05-23 00:00:00', 0.10274539106264, 0.286153846153847, 0.147666464085061, 0.395769230769232, 0.201386826396745, 0.510576923076925, 0.590180806715525, 1.57423076923077, 1.33066485695628, 3.97480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1170, '2021-05-23 00:00:00', 0.0806628786989432, 0.267499999999999, 0.142223551008753, 0.35653846153846, 0.183497641988627, 0.484230769230769, 0.603859159585567, 1.61826923076923, 1.32694704549144, 3.98730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1185, '2021-05-23 00:00:00', 0.0890721401665321, 0.254615384615384, 0.107946567979079, 0.352307692307694, 0.144332415464602, 0.494615384615387, 0.626901814174586, 1.65826923076923, 1.32277204559795, 3.99326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1200, '2021-05-23 00:00:00', 0.0868995883853211, 0.251538461538461, 0.11360948633198, 0.341346153846151, 0.141885652768486, 0.491538461538464, 0.64656015842421, 1.69096153846154, 1.32318578264151, 3.99384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1215, '2021-05-23 00:00:00', 0.0769585302914221, 0.241153846153847, 0.107647573126381, 0.350000000000001, 0.200039611461948, 0.509615384615383, 0.700451283102546, 1.725, 1.32603470484808, 4.01096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1230, '2021-05-23 00:00:00', 0.0949234509405426, 0.252307692307691, 0.0904467544172542, 0.351153846153849, 0.246327799112045, 0.519230769230769, 0.702375885559422, 1.74673076923077, 1.34040884979747, 4.03173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1245, '2021-05-23 00:00:00', 0.0658672908202539, 0.242500000000002, 0.1881648213668, 0.374999999999998, 0.28061443572714, 0.507307692307691, 0.687241335955683, 1.74442307692308, 1.37212021507424, 4.05173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1260, '2021-05-23 00:00:00', 0.130086953168315, 0.253846153846153, 0.214839564469719, 0.349038461538462, 0.235698960540772, 0.454999999999999, 0.669212510803099, 1.71576923076923, 1.40792150404007, 4.07019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1275, '2021-05-23 00:00:00', 0.12922029490519, 0.233269230769231, 0.142442566023587, 0.316730769230771, 0.373805224888369, 0.507115384615384, 0.591179004519458, 1.67615384615385, 1.44407915828206, 4.07115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1290, '2021-05-23 00:00:00', 0.0753698572681121, 0.218846153846155, 0.108813354666819, 0.302884615384613, 0.315899448461787, 0.522307692307693, 0.582738792256017, 1.6725, 1.48382008291489, 4.08096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1305, '2021-05-23 00:00:00', 0.106435426433122, 0.217499999999997, 0.32755815690324, 0.387884615384613, 0.327694804071389, 0.578269230769231, 0.590481029461445, 1.69538461538461, 1.49630812334893, 4.09000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1320, '2021-05-23 00:00:00', 0.0857099507185371, 0.241250000000001, 0.120641401790952, 0.347500000000002, 0.264602518418897, 0.604166666666667, 0.590980516611586, 1.68666666666666, 1.50149561609248, 4.01104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1335, '2021-05-23 00:00:00', 0.08099220529681, 0.253541666666669, 0.13150725306498, 0.389375, 0.360557576961502, 1.196875, 0.619908244729866, 1.69666666666667, 1.5014206889293, 4.02645833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1350, '2021-05-23 00:00:00', 0.10373963192476, 0.301458333333335, 0.195041801539638, 0.500000000000002, 0.365461788482162, 1.25916666666667, 0.625303078688564, 1.688125, 1.51552831941753, 4.035 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 1365, '2021-05-23 00:00:00', 0.140750447266778, 0.387916666666669, 0.350187773129326, 1.10645833333333, 0.360512668373764, 1.29041666666667, 0.628256155641511, 1.65333333333333, 1.5271296456785, 4.03479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 990, '2021-05-23 00:00:00', 0.316231658026933, 0.742692307692308, 0.320006249938968, 0.930000000000002, 0.402925694619514, 1.16365384615385, 0.605400979643944, 1.51288461538461, 1.50678620044323, 4.05942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1005, '2021-05-23 00:00:00', 0.260449906596558, 0.568076923076927, 0.288689945469849, 0.773269230769234, 0.427153908490208, 1.01730769230769, 0.58005861772755, 1.355, 1.45294936118016, 4.04038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1020, '2021-05-23 00:00:00', 0.222661954886428, 0.532884615384613, 0.320743607166941, 0.742307692307696, 0.37936972021418, 0.974230769230766, 0.599925412030526, 1.2825, 1.48621874360612, 4.00692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1035, '2021-05-23 00:00:00', 0.244069662186845, 0.515000000000002, 0.285617078243957, 0.668653846153846, 0.32378488823006, 0.829423076923076, 0.576602416014575, 1.22288461538462, 1.4957336378462, 3.97134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1050, '2021-05-23 00:00:00', 0.151778178222747, 0.421153846153845, 0.221383499489355, 0.605576923076919, 0.231949679556048, 0.710576923076923, 0.606596970496378, 1.13673076923077, 1.4953275560893, 3.9375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1065, '2021-05-23 00:00:00', 0.138492432450855, 0.401923076923074, 0.122808168107201, 0.484615384615384, 0.209227976508512, 0.607115384615383, 0.677875754442905, 1.09846153846154, 1.47580216779267, 3.92596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1080, '2021-05-23 00:00:00', 0.0990153445761705, 0.345961538461535, 0.135781073791597, 0.437499999999997, 0.287502240793945, 0.583461538461536, 0.676940430284561, 1.07711538461538, 1.48894744702424, 3.9175 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1095, '2021-05-23 00:00:00', 0.115290269120364, 0.324615384615382, 0.174003205098684, 0.43634615384615, 0.363846755569511, 0.612692307692305, 0.679595807475636, 1.07730769230769, 1.49429165107135, 3.91346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1110, '2021-05-23 00:00:00', 0.120552733434214, 0.285192307692303, 0.256491415360917, 0.404615384615384, 0.330452661569639, 0.574807692307692, 0.666161478460452, 1.04634615384615, 1.49800621339987, 3.89615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1125, '2021-05-23 00:00:00', 0.184466486428797, 0.286730769230772, 0.241915194930911, 0.429807692307693, 0.285218135144639, 0.580769230769233, 0.64354008900289, 1.04538461538462, 1.64453781208722, 4.06615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1140, '2021-05-23 00:00:00', 0.106679967119488, 0.281153846153844, 0.151968620242675, 0.382692307692305, 0.173460813575153, 0.550576923076921, 0.575065514662325, 1.06788461538462, 1.65140890896694, 4.04423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1155, '2021-05-23 00:00:00', 0.116652673153455, 0.274615384615385, 0.177765294700623, 0.407500000000002, 0.190183817964054, 0.536730769230768, 0.666049923053819, 1.5475, 1.58503520950943, 4.09615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1170, '2021-05-23 00:00:00', 0.12747367752418, 0.26846153846154, 0.147551816191935, 0.38153846153846, 0.212021497458668, 0.51634615384615, 0.704370886787527, 1.65288461538462, 1.54551351933962, 4.12903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1185, '2021-05-23 00:00:00', 0.104359769731739, 0.265192307692307, 0.149901634414037, 0.367499999999997, 0.199741467517774, 0.534423076923073, 0.666350017748816, 1.66288461538462, 1.54590716459251, 4.14480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1200, '2021-05-23 00:00:00', 0.151652563446848, 0.272499999999997, 0.17263077540052, 0.364230769230767, 0.237284720244558, 0.535961538461538, 0.624922272089774, 1.72538461538462, 1.55110947885203, 4.15884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1215, '2021-05-23 00:00:00', 0.0753228946704657, 0.221538461538458, 0.115196988475591, 0.337884615384613, 0.197316613983328, 0.505384615384618, 0.602359080232429, 1.75230769230769, 1.56063492996132, 4.17076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1230, '2021-05-23 00:00:00', 0.0769927569020918, 0.251730769230769, 0.166270400714758, 0.379615384615387, 0.224350429873926, 0.521346153846157, 0.597223608426137, 1.80596153846154, 1.5625406825473, 4.20423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1245, '2021-05-23 00:00:00', 0.136694493727381, 0.275769230769232, 0.148514697537366, 0.348846153846157, 0.231132329729432, 0.513076923076922, 0.609035807965848, 1.82615384615385, 1.55514704968818, 4.21711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1260, '2021-05-23 00:00:00', 0.0836689906715722, 0.252500000000004, 0.164390833545685, 0.372884615384617, 0.223962307955192, 0.518653846153845, 0.597361796053791, 1.82365384615385, 1.55676444539999, 4.21846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1275, '2021-05-23 00:00:00', 0.11480686122621, 0.258846153846155, 0.157594904251864, 0.396923076923078, 0.20671347691542, 0.522692307692307, 0.650153946266691, 1.84807692307693, 1.54537395275259, 4.23942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1290, '2021-05-23 00:00:00', 0.134771601665132, 0.290769230769231, 0.164950458763095, 0.384423076923075, 0.242207476223306, 0.527692307692305, 0.677983889075657, 1.87807692307693, 1.53743697807047, 4.25769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1305, '2021-05-23 00:00:00', 0.119540788018148, 0.269999999999998, 0.201584111095477, 0.388076923076919, 0.275853918977753, 0.579230769230768, 0.691093809729295, 1.90057692307693, 1.53179694627434, 4.26173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1320, '2021-05-23 00:00:00', 0.108854376863401, 0.239166666666663, 0.160702714099172, 0.334166666666665, 0.249942022262665, 0.584166666666671, 0.709532403688555, 1.94166666666667, 1.52141399476877, 4.14875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1335, '2021-05-23 00:00:00', 0.130312994168944, 0.263541666666669, 0.227390581267726, 0.407708333333335, 0.495624880064682, 1.18625, 0.709647289406731, 1.95416666666667, 1.51774741017303, 4.145625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1350, '2021-05-23 00:00:00', 0.126847042147028, 0.283541666666668, 0.166915755892658, 0.435000000000003, 0.547290716733978, 1.30354166666667, 0.736133129057274, 1.980625, 1.51505235895078, 4.14020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 1365, '2021-05-23 00:00:00', 0.162527450301327, 0.357708333333335, 0.468429334763173, 1.09770833333334, 0.535250813143722, 1.37229166666667, 0.734337791996045, 2.03958333333334, 1.5047770400353, 4.126875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 990, '2021-05-23 00:00:00', 0.379649828256067, 0.721086956521743, 0.355219132946223, 0.880217391304349, 0.596340039480621, 1.15347826086957, 0.686489753614853, 1.58, 1.19068589692595, 3.70021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1005, '2021-05-23 00:00:00', 0.330212980738525, 0.607608695652172, 0.563889303183755, 0.840652173913041, 0.604740577444499, 1.01043478260869, 0.693332375278046, 1.48434782608696, 1.16602124062851, 3.67152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1020, '2021-05-23 00:00:00', 0.24719753346941, 0.570434782608696, 0.285151301631493, 0.711086956521741, 0.276955141128719, 0.842173913043478, 0.503071494773611, 1.33673913043478, 1.12861382676294, 3.61347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1035, '2021-05-23 00:00:00', 0.202538729034455, 0.459130434782611, 0.234427862944875, 0.612826086956522, 0.280115553513471, 0.789782608695654, 0.485547753113283, 1.2554347826087, 1.12044717745656, 3.60282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1050, '2021-05-23 00:00:00', 0.134513469651877, 0.430652173913045, 0.161341338992786, 0.58413043478261, 0.342589966834253, 0.817608695652174, 0.462042103209587, 1.22021739130435, 1.1237695071225, 3.57978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1065, '2021-05-23 00:00:00', 0.117017447433928, 0.386086956521742, 0.25382508527142, 0.581086956521741, 0.360455218337697, 0.785652173913045, 0.438836833912582, 1.17869565217392, 1.13544227074635, 3.56217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1080, '2021-05-23 00:00:00', 0.220268206974933, 0.408913043478261, 0.326262976208255, 0.575434782608694, 0.326567215508627, 0.694347826086957, 0.482765317497701, 1.12152173913044, 1.12093353774764, 3.56478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1095, '2021-05-23 00:00:00', 0.154821074848972, 0.371739130434781, 0.147909009525497, 0.454565217391303, 0.22311263749922, 0.587608695652173, 0.575290869891255, 1.11630434782609, 1.11966371645448, 3.54326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1110, '2021-05-23 00:00:00', 0.129039090807871, 0.304782608695655, 0.195935729964392, 0.431086956521743, 0.23774321850405, 0.553260869565218, 0.585995403265435, 1.12760869565218, 1.12973815567823, 3.54086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1125, '2021-05-23 00:00:00', 0.149912359113651, 0.308478260869566, 0.196722653427465, 0.395434782608696, 0.186853232336996, 0.521304347826086, 0.621140653525792, 1.2004347826087, 1.12260500446392, 3.60021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1140, '2021-05-23 00:00:00', 0.0876628918567869, 0.249347826086958, 0.115308059634181, 0.358695652173915, 0.161525888476805, 0.532391304347828, 0.705157384389393, 1.30913043478261, 1.15147821303697, 3.6095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1155, '2021-05-23 00:00:00', 0.103800793557094, 0.267173913043479, 0.156603335670357, 0.387173913043477, 0.346327571182636, 0.587826086956522, 0.69968605325712, 1.7408695652174, 1.19294790479606, 3.59239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1170, '2021-05-23 00:00:00', 0.0991006993749355, 0.271304347826084, 0.146139045273192, 0.385434782608695, 0.359477552389487, 0.553260869565216, 0.750453222743225, 1.84630434782609, 1.17799391510806, 3.57913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1185, '2021-05-23 00:00:00', 0.105069617425444, 0.256521739130437, 0.356791255498225, 0.420000000000002, 0.370630538471172, 0.529782608695655, 0.776139351205773, 1.89326086956522, 1.1992568515741, 3.58021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 990, '2021-05-23 00:00:00', 0.321002167133414, 0.749130434782609, 0.293740528398303, 0.971956521739131, 0.383239391020859, 1.21260869565217, 0.689675268720419, 1.75239130434782, 0.8619829606819, 3.50652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1005, '2021-05-23 00:00:00', 0.222287781282528, 0.611304347826088, 0.25003912737288, 0.801739130434785, 0.367212822375521, 1.0354347826087, 0.660575342113747, 1.55934782608695, 0.903008531030925, 3.43804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1020, '2021-05-23 00:00:00', 0.226030140702363, 0.581521739130435, 0.258512964025345, 0.731956521739131, 0.299093326876107, 0.935, 0.559823253445954, 1.43043478260869, 0.915233236650833, 3.44717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1035, '2021-05-23 00:00:00', 0.218093382109954, 0.51521739130435, 0.267484069194273, 0.720000000000002, 0.299305355201292, 0.897826086956521, 0.546625833977446, 1.33043478260869, 0.916319757089852, 3.43847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1050, '2021-05-23 00:00:00', 0.209414297090925, 0.480434782608698, 0.190942637745187, 0.610000000000002, 0.283084890688234, 0.834347826086956, 0.527441808790392, 1.24695652173913, 0.914659216437162, 3.43913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 1065, '2021-05-23 00:00:00', 0.16050931781899, 0.412826086956524, 0.241272564940329, 0.604782608695653, 0.288648205539663, 0.777826086956523, 0.521107819634093, 1.14521739130435, 0.917271042826442, 3.4354347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 990, '2021-05-23 00:00:00', 0.243131822954816, 0.671199999999998, 0.35064785279061, 0.891799999999997, 0.518832824713319, 1.13, 0.756851592674109, 1.7092, 1.45278491181592, 4.1294 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1005, '2021-05-23 00:00:00', 0.24523084362834, 0.580599999999995, 0.314392668489581, 0.748599999999999, 0.410168969247227, 0.993599999999998, 0.68060928586084, 1.5954, 1.485974091295, 4.0474 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1020, '2021-05-23 00:00:00', 0.241658678028881, 0.519800000000001, 0.395716649468614, 0.739000000000002, 0.388551583877008, 0.971600000000001, 0.67362514303827, 1.58, 1.47848717726375, 4.0208 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1035, '2021-05-23 00:00:00', 0.172342923653202, 0.472000000000001, 0.171967293401969, 0.654599999999998, 0.244557934513137, 0.8324, 0.585968784720368, 1.4586, 1.49102403289372, 3.9738 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1050, '2021-05-23 00:00:00', 0.154887862661988, 0.445600000000001, 0.160746435937679, 0.6096, 0.246321605494389, 0.739200000000001, 0.556088796866111, 1.3892, 1.49370995064861, 3.9456 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1065, '2021-05-23 00:00:00', 0.102161228784048, 0.4184, 0.236611848111346, 0.561800000000001, 0.287179241357496, 0.698600000000002, 0.550504541307334, 1.3314, 1.48751266101054, 3.9222 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1080, '2021-05-23 00:00:00', 0.14797669225008, 0.346666666666669, 0.153438694503746, 0.462708333333334, 0.251805077592666, 0.663333333333333, 0.482638384075079, 1.225625, 1.46735021949999, 3.91166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1095, '2021-05-23 00:00:00', 0.123128658998083, 0.347400000000002, 0.182025639219681, 0.489, 0.246018292002847, 0.675000000000001, 0.526287944000236, 1.2704, 1.43408487080321, 3.8416 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1110, '2021-05-23 00:00:00', 0.15371998351982, 0.360600000000001, 0.192619659778883, 0.492600000000002, 0.307284070527582, 0.671200000000002, 0.534788665424638, 1.2302, 1.41788084243117, 3.8056 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1125, '2021-05-23 00:00:00', 0.117281001587355, 0.2944, 0.154581963156546, 0.408200000000001, 0.275514216209133, 0.606800000000001, 0.529480877841681, 1.182, 1.43181723112041, 3.8238 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1140, '2021-05-23 00:00:00', 0.141835585567704, 0.285600000000001, 0.249859627257653, 0.444400000000003, 0.354232503684609, 0.616599999999999, 0.53130680088501, 1.1934, 1.40103675897529, 3.8404 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1155, '2021-05-23 00:00:00', 0.201652134462628, 0.321399999999999, 0.245723760891507, 0.4348, 0.324714361657547, 0.610400000000001, 1.04270581501527, 1.612, 1.37027673604033, 3.843 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1170, '2021-05-23 00:00:00', 0.0821837372395891, 0.271, 0.162390989076774, 0.394, 0.234382522101514, 0.533200000000003, 0.998326808548517, 1.6228, 1.35100542806706, 3.8414 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1185, '2021-05-23 00:00:00', 0.138824529532789, 0.275799999999999, 0.216607363679079, 0.395000000000002, 0.241509489116539, 0.491800000000004, 0.985147112533622, 1.7026, 1.34386950631376, 3.8446 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1200, '2021-05-23 00:00:00', 0.121153872697351, 0.251521739130436, 0.127513852614906, 0.349347826086959, 0.135939128437383, 0.466086956521742, 0.986009444430391, 1.72652173913044, 1.34600895932273, 3.91913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1215, '2021-05-23 00:00:00', 0.113955993170375, 0.257173913043478, 0.119512762478561, 0.31913043478261, 0.16079287243559, 0.509565217391306, 0.982929245259176, 1.73391304347826, 1.33758166238825, 3.91260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1230, '2021-05-23 00:00:00', 0.0896898476679717, 0.21978260869565, 0.11940026350432, 0.332173913043479, 0.182166366215713, 0.513695652173911, 0.934183712920627, 1.72586956521739, 1.3246472421764, 3.89304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1245, '2021-05-23 00:00:00', 0.0761622721536353, 0.245652173913047, 0.128883545805686, 0.367826086956523, 0.149089794414033, 0.486304347826087, 0.984864710518004, 1.74304347826087, 1.32283860553152, 3.88260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1260, '2021-05-23 00:00:00', 0.133420343809678, 0.256521739130436, 0.164838824142448, 0.346739130434782, 0.142233038194898, 0.464347826086959, 1.02720480117516, 1.76739130434783, 1.33229007274867, 3.87826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1275, '2021-05-23 00:00:00', 0.100006916756838, 0.238260869565214, 0.0934722169201536, 0.309347826086955, 0.239642973902245, 0.524130434782607, 1.02867369229381, 1.78673913043478, 1.33059022833148, 3.88391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1290, '2021-05-23 00:00:00', 0.0751960546858444, 0.223913043478263, 0.110825593853427, 0.331304347826088, 0.278907914025274, 0.541521739130436, 1.03348426370224, 1.82978260869565, 1.32178897217238, 3.88521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1305, '2021-05-23 00:00:00', 0.0848741608995666, 0.239166666666666, 0.232611201395142, 0.399166666666664, 0.252985703754869, 0.536875000000001, 1.06773319076755, 1.88958333333333, 1.3040680497048, 3.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1320, '2021-05-23 00:00:00', 0.093764464973546, 0.258181818181817, 0.110482266309267, 0.342045454545457, 0.204344056694817, 0.572727272727274, 1.10370450590891, 1.94727272727273, 1.29800023095803, 3.73113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1335, '2021-05-23 00:00:00', 0.0977719871530769, 0.231136363636367, 0.157311180020071, 0.382045454545458, 0.916454944065535, 1.31795454545455, 1.11722970718412, 1.96886363636364, 1.29603441111924, 3.73136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1350, '2021-05-23 00:00:00', 0.120784995556218, 0.301590909090911, 0.177534217176295, 0.492272727272728, 0.897747813343832, 1.41022727272727, 1.10360441046835, 1.96886363636364, 1.27092709539855, 3.72340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 1365, '2021-05-23 00:00:00', 0.156180049277136, 0.387272727272726, 0.925693638371362, 1.28295454545455, 0.913200688696357, 1.52545454545455, 1.09345180536197, 1.98022727272727, 1.26855236715916, 3.73318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1200, '2021-05-23 00:00:00', 0.108315516350383, 0.248181818181819, 0.167912443685952, 0.337727272727269, 0.195409576524288, 0.487954545454543, 0.802109536031214, 1.92022727272727, 1.20874089260459, 3.53954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1215, '2021-05-23 00:00:00', 0.123215618914927, 0.244772727272722, 0.141242170223167, 0.322727272727274, 0.187960113665119, 0.498636363636364, 0.79749679395195, 1.96022727272727, 1.19803150682358, 3.53840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1230, '2021-05-23 00:00:00', 0.106217941432937, 0.216818181818186, 0.1501975610964, 0.334545454545455, 0.250276902926592, 0.508636363636367, 0.808446917087895, 1.95568181818182, 1.20713689834334, 3.53340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1245, '2021-05-23 00:00:00', 0.132691093924671, 0.259545454545452, 0.153395902912374, 0.362727272727274, 0.228848992726337, 0.528636363636366, 0.803193302088282, 1.96363636363636, 1.19160110920693, 3.53181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1260, '2021-05-23 00:00:00', 0.0855783102552673, 0.238863636363638, 0.152154263540061, 0.338409090909094, 0.280918888788063, 0.540227272727274, 0.79899138258008, 1.98909090909091, 1.19017123799795, 3.52636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1275, '2021-05-23 00:00:00', 0.108074699595422, 0.227954545454546, 0.153222421301878, 0.358409090909093, 0.468405753825088, 0.587954545454545, 0.807001558332768, 2.01090909090909, 1.18724199749084, 3.53431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1290, '2021-05-23 00:00:00', 0.14883185113886, 0.278409090909092, 0.269615727828775, 0.409545454545453, 0.498576979341206, 0.628636363636362, 0.839849630944376, 2.01454545454545, 1.18871217466598, 3.54340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1305, '2021-05-23 00:00:00', 0.229697240973467, 0.291818181818182, 0.440653047447885, 0.43681818181818, 0.550740941292349, 0.69181818181818, 0.832202295222241, 2.01022727272727, 1.14975540877179, 3.5625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1320, '2021-05-23 00:00:00', 0.0938626516161813, 0.261249999999997, 0.109826418066248, 0.377499999999998, 0.381719103116689, 0.696, 0.864076172324498, 1.9775, 1.0872707259827, 3.4645 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1335, '2021-05-23 00:00:00', 0.10417470144451, 0.265499999999999, 0.169111260479759, 0.430249999999999, 0.604268315707864, 1.28175, 0.882230128707929, 2.002, 1.09048456153554, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1350, '2021-05-23 00:00:00', 0.136776806282509, 0.320000000000001, 0.328794048479881, 0.556500000000002, 0.676384107239602, 1.43425, 0.883476089093532, 2.008, 1.10188388322239, 3.46575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 1365, '2021-05-23 00:00:00', 0.24025808491791, 0.431500000000002, 0.640072929644079, 1.19025, 0.712393112942861, 1.5125, 0.900941430130903, 1.98175, 1.12817770506712, 3.44425 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 930, '2021-05-23 00:00:00', 0.251022907321217, 1.1425, 0.417193000900055, 1.49, 0.463154941677169, 2.1275, 0.682358043845011, 2.3075, 1.83140656327315, 4.24999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 945, '2021-05-23 00:00:00', 0.0318198051533958, 0.602499999999999, 0.0742462120245802, 1.02749999999999, 0.0601040764008521, 1.25249999999999, 0.141421356237312, 1.52999999999999, 1.01116269709676, 3.66999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 960, '2021-05-23 00:00:00', 0.1520279579551, 0.557499999999997, 0.15556349186103, 0.770000000000003, 0.261629509039026, 0.870000000000005, 0.187383297014435, 1.3475, 0.717713382904346, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 1, 975, '2021-05-23 00:00:00', 0.098994949366097, 0.354999999999997, 0.0106066017177886, 0.41749999999999, 0.144956890143241, 0.712499999999984, 0.286378246380542, 1.29749999999999, 0.717713382904346, 3.4625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 930, '2021-05-23 00:00:00', 0.130814754519513, 0.722499999999997, 0.0813172798364393, 0.947500000000005, 0.190918830920355, 1.26499999999999, 1.09955104474507, 2.09249999999999, 0.958129688507755, 3.63249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 945, '2021-05-23 00:00:00', 0.091923881554248, 0.715000000000003, 0.22980970388562, 0.8125, 0.353553390593274, 1.32499999999999, 1.11015764646287, 1.85999999999999, 0.947523086789966, 3.62499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 960, '2021-05-23 00:00:00', 0.106066017177966, 0.370000000000005, 0.166170093578828, 0.612499999999997, 0.0141421356237181, 0.905000000000001, 0.696500179468759, 1.53749999999999, 0.929845417260298, 3.61249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 2, 975, '2021-05-23 00:00:00', 0.0247487373415468, 0.352499999999992, 0.176776695296657, 0.644999999999996, 0.321733585439908, 0.747500000000002, 0.654073772597585, 1.50750000000001, 0.98994949366116, 3.65499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 930, '2021-05-23 00:00:00', 0.162634559672899, 0.679999999999993, 0.61164736572635, 0.997499999999988, 0.403050865276307, 1.145, 0.76721085758737, 1.8575, 1.65816540188244, 5.0275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 945, '2021-05-23 00:00:00', 0.236880771697499, 0.587499999999991, 0.00353553390592952, 0.752499999999998, 0.0989949493661271, 0.825000000000003, 0.289913780286462, 1.52000000000001, 1.20208152801713, 4.70500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 960, '2021-05-23 00:00:00', 0.109601551083936, 0.407499999999999, 0.15556349186106, 0.495000000000005, 0.360624458405153, 0.690000000000012, 0.0989949493660869, 1.38500000000001, 1.01116269709676, 4.57 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 3, 975, '2021-05-23 00:00:00', 0.183847763108496, 0.465000000000003, 0.38183766184073, 0.614999999999995, 0.180312229202566, 0.807500000000005, 0.0176776695296476, 1.4425, 1.11722871427474, 4.645 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 930, '2021-05-23 00:00:00', 0.091923881554248, 0.905000000000001, 0.339411254969546, 1.08000000000001, 0.618718433538239, 1.40250000000001, 0.350017856687354, 1.78250000000001, 0.289913780286472, 5.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 945, '2021-05-23 00:00:00', 0.579827560572974, 0.785000000000004, 0.364159992311092, 0.937499999999993, 0.643467170879786, 1.45, 0.318198051533968, 1.68, 0.392444263558549, 5.68750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 960, '2021-05-23 00:00:00', 0.0141421356237281, 0.460000000000001, 0.325269119345807, 0.905000000000008, 0.0565685424949226, 1.285, 0.0636396103067816, 1.29, 0.724784450716205, 5.71250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 4, 975, '2021-05-23 00:00:00', 0.240416305603439, 0.735000000000007, 0.272236110756845, 0.902499999999996, 0.053033008588973, 1.1325, 0.116672618895785, 1.25249999999999, 0.777817459305208, 5.675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 930, '2021-05-23 00:00:00', 0.45608387386533, 0.842499999999987, 0.240416305603449, 1.15000000000001, 0.254558441227167, 1.16, 0.116672618895775, 1.4225, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 945, '2021-05-23 00:00:00', 0.371231060122962, 1.0575, 0.38537319574668, 1.0675, 0.254558441227167, 1.16, 0.116672618895775, 1.4225, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 960, '2021-05-23 00:00:00', 0.141421356237301, 0.599999999999994, 0.148492424049167, 0.599999999999994, 0.155917045251625, 0.960000000000008, 0.163712897514206, 1.57499999999999, 0.171898542389917, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019514, 5, 975, '2021-05-23 00:00:00', 0.0318198051533858, 0.357500000000002, 0.120208152801724, 0.740000000000009, 0.0707106781186306, 0.875, 0.647002704785685, 1.5825, 0.053033008588983, 5.1575 where not exists (select 1 from powerstats_trumpet where symbolid = 1019514 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:47:01 Duration: 769ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1080, '2021-05-23 00:00:00', 0.645207211688222, 1.16354166666667, 0.853843823753685, 1.62583333333334, 0.981677593071744, 2.03687500000001, 1.13497749450969, 2.90500000000001, 8.67973505813097, 14.700625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1095, '2021-05-23 00:00:00', 0.48387883072737, 1.051875, 0.575264904322284, 1.41416666666667, 0.783603715285153, 1.82, 1.05490003561708, 2.79145833333333, 8.69720735413786, 14.70125 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1110, '2021-05-23 00:00:00', 0.438663153591496, 1.03916666666666, 0.575745263719689, 1.29499999999999, 0.762583299085076, 1.675625, 1.02499396869911, 2.663125, 8.70120568596633, 14.7022916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1125, '2021-05-23 00:00:00', 0.386222649235661, 0.793750000000002, 0.547259807679544, 1.25208333333333, 0.678948462324461, 1.56916666666667, 1.09894562033309, 2.79979166666667, 8.55559812281587, 14.94875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1140, '2021-05-23 00:00:00', 0.441683979015367, 0.89770833333334, 0.515271096158354, 1.11729166666667, 0.688585506672916, 1.5125, 1.14897431811841, 2.885625, 8.57596239370608, 15.02625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1155, '2021-05-23 00:00:00', 0.327342657745225, 0.791458333333341, 0.430568380672315, 1.0525, 0.562959313277431, 1.40333333333333, 2.89223244475487, 5.75958333333333, 8.59766604451717, 15.07375 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1170, '2021-05-23 00:00:00', 0.32181712051718, 0.711458333333334, 0.453685990813986, 1.01875, 0.409633761841697, 1.39958333333333, 3.28766479583649, 6.179375, 8.58850761181409, 15.0877083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1185, '2021-05-23 00:00:00', 0.322683424413629, 0.744375000000003, 0.291770892350807, 1.02458333333334, 0.359525401735053, 1.32708333333334, 3.38362454126221, 6.49208333333333, 8.57410503368272, 15.1035416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1200, '2021-05-23 00:00:00', 0.232341187773995, 0.73708333333333, 0.32507161975635, 1.01791666666666, 0.459634188193745, 1.28125, 3.37300262286299, 6.63979166666666, 8.57693152021959, 15.0977083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1215, '2021-05-23 00:00:00', 0.247942895336457, 0.658124999999997, 0.280177787112586, 0.863125, 0.466825493805415, 1.20395833333333, 3.34878130547279, 6.69583333333333, 8.58586068039707, 15.0791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1230, '2021-05-23 00:00:00', 0.210149618888162, 0.617083333333331, 0.396040125236194, 0.852291666666664, 0.491127068182416, 1.29083333333333, 3.36493490445683, 6.75729166666666, 8.60157239375032, 15.0470833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1245, '2021-05-23 00:00:00', 0.291686671156626, 0.599374999999997, 0.384995529806532, 0.865416666666665, 0.500677077797545, 1.22416666666667, 3.30500328197123, 6.74145833333333, 8.59872007401288, 15.0677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1260, '2021-05-23 00:00:00', 0.253781187845644, 0.681249999999997, 0.348749253284746, 0.971041666666662, 0.383118816000876, 1.233125, 3.25346167371292, 6.79958333333333, 8.62120170513252, 15.1183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1275, '2021-05-23 00:00:00', 0.330960120632792, 0.67708333333333, 0.321789535931145, 0.864375000000001, 0.666401623038539, 1.39958333333333, 3.2991365800635, 6.9275, 8.62046574786682, 15.0758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1290, '2021-05-23 00:00:00', 0.176808973311533, 0.551250000000005, 0.25473629445005, 0.794166666666673, 0.633613651256006, 1.34479166666667, 3.32307345843346, 6.94458333333334, 8.65424147288569, 15.0179166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1305, '2021-05-23 00:00:00', 0.254237190263428, 0.563125000000003, 0.68252076997647, 1.05208333333333, 0.905441856062631, 1.52645833333333, 3.33268366857441, 6.9175, 8.65485471541421, 15.0533333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1320, '2021-05-23 00:00:00', 0.224028566708126, 0.634318181818177, 0.287023932965942, 0.8575, 0.75372179005024, 1.55318181818182, 3.34073724268691, 7.17090909090909, 8.98540237820592, 14.7952272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1335, '2021-05-23 00:00:00', 0.289528277335087, 0.636363636363642, 0.61275564503273, 1.07636363636363, 2.81368170941647, 5.16, 3.33757705781951, 7.10795454545455, 8.98017922043702, 14.7795454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1350, '2021-05-23 00:00:00', 0.423908899896252, 0.795227272727272, 0.483449679980859, 1.19954545454546, 3.08772685690577, 5.62, 3.31027961603905, 7.07522727272727, 8.98206270479674, 14.7563636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1365, '2021-05-23 00:00:00', 0.31505213270243, 0.900681818181822, 2.81230371128407, 4.96454545454545, 3.19790465083688, 5.87681818181818, 3.35266512194604, 6.98909090909091, 8.98691343238187, 14.7397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 990, '2021-05-23 00:00:00', 1.17686807312394, 2.31730769230769, 1.57554415508274, 3.06423076923077, 1.89666139875795, 3.91730769230769, 2.0725401452918, 4.92557692307692, 8.01703212877722, 14.8180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1005, '2021-05-23 00:00:00', 1.04189732625702, 2.01596153846154, 1.54372248651907, 2.68865384615385, 1.54241354326961, 3.36653846153846, 1.58684146850082, 4.28961538461538, 8.05179281517238, 14.7665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1020, '2021-05-23 00:00:00', 0.652312837878835, 1.60096153846154, 0.822695779832281, 2.25788461538462, 0.900638683635977, 2.72903846153846, 1.07194713202012, 3.63942307692307, 8.16644967817435, 14.7271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1035, '2021-05-23 00:00:00', 0.65382028229358, 1.55519230769231, 0.707312600894831, 1.93134615384616, 0.80830534976674, 2.30653846153846, 1.13559189920431, 3.41519230769231, 8.16888841181072, 14.6582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1050, '2021-05-23 00:00:00', 0.431318952124224, 1.17903846153846, 0.546573557580452, 1.64057692307692, 0.786302447192891, 2.12653846153846, 1.31607068140793, 3.29596153846154, 8.16324645308753, 14.5955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1065, '2021-05-23 00:00:00', 0.287544511604461, 1.01538461538461, 0.440147877248268, 1.34307692307692, 0.755803520459163, 2.05980769230769, 1.35191125391482, 3.08903846153846, 8.18488824227073, 14.5715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1080, '2021-05-23 00:00:00', 0.360232029926006, 0.983653846153849, 0.594871414677155, 1.465, 0.826640397121897, 2.03788461538462, 1.30725756687573, 3.10288461538462, 8.18496857754412, 14.5661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1095, '2021-05-23 00:00:00', 0.431687386890099, 1.005, 0.745629032325162, 1.50057692307692, 0.790009152819423, 1.92730769230769, 1.41460377708878, 3.16961538461538, 8.18775302133996, 14.5384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1110, '2021-05-23 00:00:00', 0.755553006845878, 1.11288461538462, 0.74512920923927, 1.47153846153846, 0.783987539147442, 1.79730769230769, 1.74619282572555, 3.24423076923077, 8.19662208098321, 14.4834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1125, '2021-05-23 00:00:00', 0.45356269179091, 0.906346153846157, 0.495520549911522, 1.22115384615384, 0.542988595998677, 1.49884615384615, 1.70510406855868, 3.14326923076923, 8.23945757409944, 15.4513461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1140, '2021-05-23 00:00:00', 0.376934803585245, 0.824615384615386, 0.506257193681082, 1.08788461538462, 0.527435304089515, 1.39, 1.86795186068757, 3.33307692307692, 8.26370117534417, 15.5086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1155, '2021-05-23 00:00:00', 0.423558006199131, 0.705769230769231, 0.451116265075183, 0.956730769230767, 0.464018898819362, 1.21846153846154, 3.72736510873917, 5.80942307692308, 8.0592719560478, 15.6723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1170, '2021-05-23 00:00:00', 0.292522451472332, 0.685769230769229, 0.338741108313616, 0.878461538461539, 0.47319909616924, 1.22923076923077, 3.68796535525193, 5.89269230769231, 8.05536786153279, 15.6657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1185, '2021-05-23 00:00:00', 0.27941394712174, 0.616923076923081, 0.346932768924822, 0.857115384615385, 0.481647053988067, 1.18173076923077, 3.83106406187026, 6.02038461538462, 8.03571952883834, 15.7028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1200, '2021-05-23 00:00:00', 0.208701111271963, 0.626923076923076, 0.370220152798924, 0.919807692307693, 0.591565198955599, 1.24576923076923, 3.76171742692085, 6.115, 7.99055823841729, 15.7601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1215, '2021-05-23 00:00:00', 0.312186827692354, 0.696153846153846, 0.391140148009143, 0.926153846153848, 0.597267012830428, 1.36826923076923, 3.750812917017, 6.16346153846154, 7.98079089969255, 15.7707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1230, '2021-05-23 00:00:00', 0.240382067678812, 0.66346153846154, 0.368348549401453, 0.930576923076923, 0.825236842460296, 1.54461538461538, 3.71890862816168, 6.22423076923077, 7.97434291722763, 15.7598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1245, '2021-05-23 00:00:00', 0.319863191909391, 0.702692307692311, 0.427038504839294, 1.03673076923077, 0.861998929144438, 1.56807692307693, 3.62746689005725, 6.23403846153846, 7.98282565164838, 15.7657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1260, '2021-05-23 00:00:00', 0.186823754872374, 0.701346153846153, 0.618002396062069, 1.12019230769231, 0.666861564459857, 1.47211538461539, 3.54250906844288, 6.2475, 7.99047011469577, 15.7444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1275, '2021-05-23 00:00:00', 0.596438274580543, 0.788846153846159, 0.67020100314412, 1.08923076923078, 0.849850937155817, 1.60384615384615, 3.52716351499878, 6.20230769230769, 7.99504837143206, 15.7423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1290, '2021-05-23 00:00:00', 0.418887170415217, 0.75730769230769, 0.450946184747653, 0.977692307692311, 1.11413928489837, 1.68211538461538, 3.53170279806302, 6.22557692307692, 7.99988344386245, 15.7563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1305, '2021-05-23 00:00:00', 0.291957847326263, 0.674230769230771, 0.629141172857586, 1.18884615384615, 1.10089956224618, 1.69538461538461, 3.49254551206512, 6.24307692307693, 7.9873285824871, 15.7582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1320, '2021-05-23 00:00:00', 0.218731106844571, 0.772916666666667, 0.342907168322503, 1.00875, 0.633808222034742, 1.64458333333333, 3.59551516511004, 6.13979166666667, 8.30854586404866, 15.676875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1335, '2021-05-23 00:00:00', 0.213133539822108, 0.644583333333333, 0.378691910932618, 0.968541666666667, 3.68589260594178, 5.06770833333334, 3.58586005666905, 6.12479166666667, 8.29568248103114, 15.715 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1350, '2021-05-23 00:00:00', 0.320582576578632, 0.728333333333335, 0.612533790845481, 1.25291666666667, 3.63260860051909, 5.173125, 3.56982781193773, 6.10520833333333, 8.30377055255579, 15.6997916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 1365, '2021-05-23 00:00:00', 0.454723548361839, 0.991874999999996, 3.60823980909356, 4.83020833333333, 3.7153333866442, 5.3325, 3.48573676921758, 6.07770833333333, 8.32475551007573, 15.6072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 990, '2021-05-23 00:00:00', 1.13229326521955, 2.21596153846154, 1.35114465717605, 2.76673076923077, 1.6141201937898, 3.495, 1.51001839010707, 4.49846153846154, 8.14127237504159, 14.5432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1005, '2021-05-23 00:00:00', 0.880755444971052, 1.81692307692308, 1.09741964836401, 2.37673076923077, 1.15711458112244, 3.02307692307692, 1.25759789342161, 4.09769230769231, 8.18211837578659, 14.3213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1020, '2021-05-23 00:00:00', 0.667192164683753, 1.52576923076923, 0.851186592578039, 2.05884615384615, 0.911192962760697, 2.72884615384615, 1.96610614785046, 4.03076923076923, 8.19061145458628, 14.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1035, '2021-05-23 00:00:00', 0.592570703343938, 1.54596153846153, 0.65725349283678, 1.97692307692307, 0.739496424290519, 2.44019230769231, 2.12862936218085, 3.9101923076923, 8.15696784963628, 14.1675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1050, '2021-05-23 00:00:00', 0.511734944914016, 1.31057692307692, 0.554824712443906, 1.69230769230769, 0.727506595264847, 2.18538461538461, 2.68936887792257, 4.04519230769231, 8.16532967208588, 14.1155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1065, '2021-05-23 00:00:00', 0.476959762857015, 1.16384615384616, 0.552916219832481, 1.5371153846154, 0.81724499669033, 1.99076923076923, 2.66808983818301, 3.91923076923077, 8.14347431052335, 14.0246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1080, '2021-05-23 00:00:00', 0.417683032196199, 1.01634615384616, 0.5746307510045, 1.3625, 0.660225049043593, 1.81634615384615, 2.71756701141637, 3.72230769230769, 8.2115735398278, 13.92 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1095, '2021-05-23 00:00:00', 0.370950183261227, 0.965961538461534, 0.416630670239986, 1.27865384615385, 0.645106550531359, 1.75230769230769, 2.91471431506787, 3.88153846153846, 8.25042823364106, 13.8340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1110, '2021-05-23 00:00:00', 0.333523612357505, 0.899999999999994, 0.50150435230874, 1.21384615384615, 0.722080754060524, 1.69884615384614, 2.86851309646922, 3.77576923076923, 8.36591493226211, 13.9155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1125, '2021-05-23 00:00:00', 0.364266227662382, 0.821730769230768, 0.548549310594636, 1.20288461538461, 0.557728118213663, 1.61057692307692, 2.83453849180752, 3.67269230769231, 9.90915991160937, 15.3019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1140, '2021-05-23 00:00:00', 0.467293228646064, 0.88519230769231, 0.524851041138926, 1.20384615384615, 0.576798191611374, 1.58307692307692, 2.78774460810168, 3.765, 9.90010756934567, 15.4417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1155, '2021-05-23 00:00:00', 0.353033502441554, 0.805576923076924, 0.335894500378636, 1.09865384615385, 0.681734213943779, 1.51653846153846, 6.24308932710031, 6.78211538461538, 9.70263304469462, 15.48 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1170, '2021-05-23 00:00:00', 0.228704713886371, 0.709615384615386, 0.405007549787179, 1.00365384615384, 0.725662879982581, 1.43384615384616, 6.56475418720774, 7.04153846153846, 9.65410971276761, 15.5128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1185, '2021-05-23 00:00:00', 0.327898025893136, 0.706346153846149, 0.548946858854437, 1.04442307692308, 0.674506201146158, 1.47884615384615, 6.80832420361564, 7.23230769230769, 9.56243368604458, 15.51 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1200, '2021-05-23 00:00:00', 0.465390034933479, 0.821730769230777, 0.532808704306354, 1.10634615384616, 1.39727665065353, 1.74096153846154, 7.31060177729261, 7.53788461538461, 9.47478116045229, 15.5240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1215, '2021-05-23 00:00:00', 0.273585663704473, 0.746346153846158, 0.400410990781301, 1.09019230769231, 1.56922317871468, 1.68923076923076, 7.25217913139535, 7.73192307692308, 9.44358446451672, 15.5065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1230, '2021-05-23 00:00:00', 0.378634235926158, 0.731730769230766, 1.36368838082606, 1.20499999999999, 2.44690599769147, 1.9401923076923, 7.24072675113592, 7.93173076923077, 9.42888747210075, 15.5548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1245, '2021-05-23 00:00:00', 1.39168155066508, 0.946538461538454, 1.62349125225665, 1.24961538461538, 2.39845742894502, 1.92596153846154, 8.22522367477019, 8.1775, 9.39909432011732, 15.6159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1260, '2021-05-23 00:00:00', 0.640688812018873, 0.846923076923076, 1.89546009230964, 1.44980769230769, 1.85197434149031, 1.78980769230769, 8.32394707825191, 8.1201923076923, 9.07726270159932, 15.5019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1275, '2021-05-23 00:00:00', 1.8234352617645, 1.12307692307692, 1.78302107498654, 1.41192307692308, 2.05102166848998, 2.12673076923077, 8.30337040234034, 8.11903846153846, 9.07456393739369, 15.5044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1290, '2021-05-23 00:00:00', 0.64283509669157, 0.87519230769231, 0.787088915903701, 1.16519230769231, 1.49308946612256, 1.93692307692307, 8.17402559001095, 8.03288461538461, 9.07705449725592, 15.5021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1305, '2021-05-23 00:00:00', 0.726908760542783, 0.862115384615384, 1.38090137786325, 1.52115384615385, 1.44318575221092, 1.99134615384616, 8.08928872265428, 8.04403846153846, 9.03008086044383, 15.4928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1320, '2021-05-23 00:00:00', 0.579808775010961, 0.832291666666669, 0.869761310543788, 1.23270833333333, 0.923089880529639, 1.74416666666667, 8.41721139362245, 8.19708333333333, 9.26440974904438, 15.9497916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1335, '2021-05-23 00:00:00', 0.525672404116174, 0.843541666666666, 0.610424797146227, 1.14854166666667, 6.21094650407241, 5.57270833333333, 8.40251462318, 8.08458333333333, 9.27284733212661, 15.9304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1350, '2021-05-23 00:00:00', 0.576057589147558, 0.898541666666664, 0.600376089859816, 1.24416666666667, 6.46468808092824, 5.925625, 8.39639039670266, 8.17895833333333, 9.25724238361042, 15.921875 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 1365, '2021-05-23 00:00:00', 0.406803051643033, 0.873125000000003, 6.18572918958502, 5.38104166666666, 6.73073393490905, 6.08979166666666, 8.42358089959974, 8.61770833333333, 9.26470944623675, 15.8620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 990, '2021-05-23 00:00:00', 0.675449125944455, 2.05239130434782, 1.01011837446647, 2.66369565217391, 1.16710055925572, 3.43847826086956, 2.93660397149079, 5.12260869565217, 5.96250474598132, 13.3591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1005, '2021-05-23 00:00:00', 0.904055531016787, 1.65130434782609, 0.949743152297485, 2.13434782608696, 1.21309794351213, 2.8645652173913, 2.89686623648639, 4.43108695652174, 6.12232513989392, 13.0858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1020, '2021-05-23 00:00:00', 0.402132040337012, 1.26978260869565, 0.88234444485563, 1.91891304347826, 1.43386811346038, 2.41130434782609, 2.86077815984425, 4.06804347826087, 6.02213753694102, 12.8421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1035, '2021-05-23 00:00:00', 0.818179556430775, 1.45782608695652, 0.839452932150715, 1.75195652173913, 1.67151170603116, 2.29673913043479, 2.98151437434517, 3.91565217391305, 6.07942851647724, 12.7402173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1050, '2021-05-23 00:00:00', 0.518521671022685, 1.09521739130435, 1.41914726246756, 1.61695652173914, 1.95016888900735, 2.14717391304348, 2.98914928344758, 3.7604347826087, 6.04433180233837, 12.6991304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1065, '2021-05-23 00:00:00', 1.09220400337128, 1.17630434782609, 1.2740198123316, 1.5608695652174, 1.66418073827462, 2.00543478260869, 2.81179411870925, 3.50543478260869, 6.05509051511578, 12.855652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1080, '2021-05-23 00:00:00', 0.500141383172857, 0.963695652173913, 0.787064265548097, 1.26760869565218, 0.927461845203511, 1.71826086956522, 2.65495604498276, 3.32565217391304, 6.04231378934046, 12.8217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1095, '2021-05-23 00:00:00', 0.65832409392959, 0.877608695652172, 0.726999831458516, 1.21586956521739, 0.827774231216222, 1.54978260869565, 2.72241883773662, 3.41065217391304, 6.02851931722067, 12.7973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1110, '2021-05-23 00:00:00', 0.466825436477376, 0.883478260869565, 0.636119193593853, 1.20108695652174, 0.830171776119623, 1.60978260869566, 2.87528878082229, 3.46413043478261, 6.04654107668962, 12.7810869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1125, '2021-05-23 00:00:00', 0.445918911787027, 0.866304347826081, 0.560421213694566, 1.12586956521739, 0.969781667290858, 1.68413043478261, 2.88951077686938, 3.4404347826087, 7.68467881811267, 14.4089130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1140, '2021-05-23 00:00:00', 0.435931150962447, 0.777173913043481, 0.596037972634408, 1.14108695652174, 0.932554187301179, 1.57130434782608, 2.86064895619733, 3.38478260869565, 7.83617614787681, 14.5295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1155, '2021-05-23 00:00:00', 0.541104674508271, 0.869782608695656, 0.790620347320277, 1.22152173913043, 2.47701379326313, 2.12782608695652, 4.10251467759006, 6.67304347826087, 8.09911129414461, 14.6291304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1170, '2021-05-23 00:00:00', 0.412738731971651, 0.761521739130435, 0.549669142310085, 1.0545652173913, 2.43743405707902, 1.92565217391304, 4.16981868261077, 6.75086956521739, 8.51360727854419, 14.8004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1185, '2021-05-23 00:00:00', 0.359477140064914, 0.735217391304346, 2.47214909466339, 1.53565217391304, 2.44510115619612, 1.78586956521739, 4.11342461403342, 6.85934782608696, 8.50166038770228, 14.9154347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 990, '2021-05-23 00:00:00', 1.27529908140622, 2.42826086956521, 1.85558293899202, 3.08195652173913, 1.81872330128591, 3.46608695652173, 2.00713913565588, 4.60434782608695, 9.06052083744913, 14.9341304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1005, '2021-05-23 00:00:00', 0.892122917761484, 1.8158695652174, 0.98889975592712, 2.275, 1.1631548264086, 2.81782608695652, 1.41791212787378, 3.86956521739131, 8.89365462500838, 14.7580434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1020, '2021-05-23 00:00:00', 0.566818752357144, 1.50195652173912, 0.755519414032649, 1.98369565217391, 1.11320066091538, 2.6454347826087, 1.33413141052648, 3.6195652173913, 8.91125486343572, 14.7221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1035, '2021-05-23 00:00:00', 0.627850259708958, 1.33369565217392, 0.829770552599016, 1.83152173913044, 1.25841841103554, 2.31652173913044, 1.33917176929175, 3.3208695652174, 8.93652615966471, 14.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1050, '2021-05-23 00:00:00', 0.696274530155933, 1.26630434782609, 0.806933638679907, 1.70152173913043, 1.06109208043508, 2.11369565217391, 1.25453903160411, 3.175, 8.89435708994632, 14.5569565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 1065, '2021-05-23 00:00:00', 0.59588733781445, 1.12391304347826, 0.902121018497971, 1.52782608695652, 1.0003376900183, 2.07130434782609, 1.20650673351777, 3.00695652173913, 8.85431754176655, 14.5913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 990, '2021-05-23 00:00:00', 1.16472553991631, 2.3228, 1.38588494592204, 2.929, 1.97990740524231, 3.84899999999999, 3.26952056882963, 5.6278, 6.95879131027796, 13.8934 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1005, '2021-05-23 00:00:00', 0.742898209716516, 1.7704, 1.0007537992267, 2.4204, 1.56694615414826, 3.3516, 3.13515766482857, 5.1214, 7.02833006481625, 13.7662 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1020, '2021-05-23 00:00:00', 0.574162433462868, 1.58, 1.0617292498561, 2.2476, 1.43262559077148, 3.0384, 2.89662753617605, 4.8264, 7.10876157170385, 13.6734 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1035, '2021-05-23 00:00:00', 0.763733974190839, 1.427, 0.976753679286647, 2.0196, 1.92739800854243, 2.8038, 2.83840173630631, 4.5834, 7.08760801211053, 13.6104 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1050, '2021-05-23 00:00:00', 0.534404107394394, 1.3126, 0.916507501333183, 1.7288, 1.74951307511547, 2.4028, 3.01594478010899, 4.475, 7.13961350494549, 13.5668 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1065, '2021-05-23 00:00:00', 0.596923850531485, 1.1158, 1.43552902559765, 1.6854, 1.57694131681134, 2.14719999999999, 3.05438643593112, 4.3066, 7.11897208169832, 13.5998 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1080, '2021-05-23 00:00:00', 1.10162765942037, 1.1528, 1.26133649356546, 1.5198, 1.41370488433761, 2.14359999999999, 3.09093631984442, 4.2704, 7.05612982920997, 13.6884 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1095, '2021-05-23 00:00:00', 0.76230090296855, 1.1312, 1.20906558272632, 1.58099999999999, 1.39771530839916, 2.15319999999999, 3.16762367556501, 4.3778, 7.07473340487117, 13.6794 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1110, '2021-05-23 00:00:00', 0.530435905647417, 1.0118, 0.763319232038603, 1.475, 1.31684715007728, 2.1202, 2.79118370946808, 4.1224, 6.68217686586241, 13.4922 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1125, '2021-05-23 00:00:00', 0.58814560272096, 0.989399999999999, 0.664157486343917, 1.3252, 1.32960232149817, 1.9956, 2.74398580231993, 4.0182, 6.49478734576173, 13.8772 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1140, '2021-05-23 00:00:00', 0.363994047570377, 0.894000000000001, 1.30978745095022, 1.5384, 1.76935232971465, 2.1108, 2.6928732641301, 4.0068, 6.49340019429985, 13.9826 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1155, '2021-05-23 00:00:00', 1.20833828734617, 1.2172, 1.24374592126634, 1.5418, 1.74664397249888, 2.1262, 2.32898443532799, 5.59179999999999, 6.2465055097497, 14.1854 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1170, '2021-05-23 00:00:00', 0.523945528339224, 0.907199999999999, 0.889334816965277, 1.3932, 1.78536823932767, 2.0872, 2.29769047088593, 5.6424, 6.21736881646891, 14.205 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1185, '2021-05-23 00:00:00', 0.645079323287704, 0.952599999999998, 1.62701861800452, 1.49599999999999, 1.77501650227071, 2.03239999999999, 2.26935284460864, 5.7154, 6.16780449863104, 14.2604 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1200, '2021-05-23 00:00:00', 0.3311406803726, 0.842173913043476, 0.554891471780331, 1.195, 0.875474461990092, 1.72652173913044, 1.7550604135858, 5.30934782608695, 5.81315504192878, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1215, '2021-05-23 00:00:00', 0.365693612443281, 0.784999999999999, 0.542818093115402, 1.12586956521739, 0.813718529867547, 1.71086956521739, 1.70125752721716, 5.35891304347826, 5.81315504192878, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1230, '2021-05-23 00:00:00', 0.358075388975175, 0.755434782608692, 0.651262759428316, 1.15, 0.821938744916714, 1.61913043478261, 1.86589756294793, 5.47652173913043, 5.80625640483911, 13.7454347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1245, '2021-05-23 00:00:00', 0.464905426227712, 0.855652173913044, 0.685643144601571, 1.27760869565217, 0.706055960786998, 1.58826086956522, 2.00795667776046, 5.54173913043478, 5.81772552095354, 13.725652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1260, '2021-05-23 00:00:00', 0.627037548282811, 0.965217391304345, 0.738312425165762, 1.25565217391304, 0.791159715640381, 1.59717391304348, 2.19613269504127, 5.55978260869565, 5.83039434526893, 13.7336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1275, '2021-05-23 00:00:00', 0.474671511129819, 0.808043478260867, 0.488999341238031, 1.04608695652174, 1.24612656777909, 1.73217391304348, 2.22628665556062, 5.49, 5.8316482697006, 13.7402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1290, '2021-05-23 00:00:00', 0.346895320862601, 0.709999999999998, 0.53524725548659, 1.04847826086957, 1.30513560696548, 1.75304347826088, 2.28194693588213, 5.605, 5.76677513473046, 13.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1305, '2021-05-23 00:00:00', 0.284283997622707, 0.697500000000004, 1.1921290592216, 1.30229166666667, 1.35315867724266, 1.71166666666667, 2.56265441387003, 5.77291666666666, 5.7162497048682, 13.8104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1320, '2021-05-23 00:00:00', 0.296187627002904, 0.691590909090911, 0.576620246861753, 1.03363636363637, 0.828318591069698, 1.60954545454546, 2.62213324186534, 5.6975, 5.95297557830794, 13.9970454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1335, '2021-05-23 00:00:00', 0.543760953017016, 0.754545454545456, 0.640666970169889, 1.0525, 2.03307238762749, 4.625, 2.63119979052567, 5.74363636363636, 5.95297557830794, 13.9970454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1350, '2021-05-23 00:00:00', 0.328187416759819, 0.748863636363634, 0.624259041303649, 1.21727272727273, 1.94718450311661, 4.69318181818182, 2.6449654454817, 5.69772727272727, 5.95087659518178, 13.9981818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 1365, '2021-05-23 00:00:00', 0.646386768876309, 0.997045454545456, 2.02692969624171, 4.48522727272727, 1.97907321492745, 4.82613636363636, 2.66058057858647, 5.6915909090909, 5.95568770768151, 13.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1200, '2021-05-23 00:00:00', 0.434499513049008, 0.742272727272727, 0.56837411464557, 1.00090909090909, 0.647319188681, 1.21568181818182, 3.895876420578, 6.62068181818182, 8.6155215061255, 14.9931818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1215, '2021-05-23 00:00:00', 0.391713200698843, 0.664772727272725, 0.478234317851159, 0.851590909090906, 0.845519768931321, 1.23181818181818, 3.86400775080335, 6.65477272727273, 9.4779950891046, 15.2563636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1230, '2021-05-23 00:00:00', 0.418570542084959, 0.633181818181815, 0.50290498099881, 0.894090909090908, 1.06734062853243, 1.36227272727273, 3.86275128072077, 6.67613636363636, 9.65065022594591, 15.2845454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1245, '2021-05-23 00:00:00', 0.40304764308627, 0.680454545454547, 0.74645819552225, 0.956136363636367, 1.05499802527461, 1.3425, 3.84889378046905, 6.695, 9.6440559632386, 15.2902272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1260, '2021-05-23 00:00:00', 0.448177224628075, 0.646590909090911, 0.807675972275066, 1.005, 0.922040838227519, 1.27954545454546, 3.80363986077497, 6.62, 9.68954054336729, 15.1956818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1275, '2021-05-23 00:00:00', 0.498143360248139, 0.697045454545448, 0.558849554598844, 0.896590909090909, 1.11823136966547, 1.44159090909091, 3.88920116660038, 6.66, 9.72021830997157, 15.1347727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1290, '2021-05-23 00:00:00', 0.418514172465058, 0.622727272727273, 0.478628824819456, 0.843863636363639, 1.08566954225416, 1.50454545454546, 3.99930817204406, 6.75295454545454, 9.65065348089057, 15.1856818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1305, '2021-05-23 00:00:00', 0.3531858713769, 0.585454545454547, 0.928697156822887, 1.13886363636363, 1.09027380492102, 1.57727272727273, 4.02516776558761, 6.85772727272727, 9.65843776019355, 15.1715909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1320, '2021-05-23 00:00:00', 0.277817030852283, 0.63325, 0.292455124762761, 0.877000000000004, 0.4964942226833, 1.30275, 4.23656510413554, 6.97125, 10.019581945791, 15.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1335, '2021-05-23 00:00:00', 0.256194185192241, 0.615249999999999, 0.449064158468538, 0.949249999999999, 3.86170247259445, 5.81975, 4.14844894921108, 6.9705, 9.98338143788019, 15.49625 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1350, '2021-05-23 00:00:00', 0.244363297269934, 0.683499999999998, 0.347771476691234, 0.978499999999995, 3.91128410566954, 5.96975, 4.12009085074844, 6.90775, 10.0144195906124, 15.5405 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 1365, '2021-05-23 00:00:00', 0.349541428912671, 0.791500000000002, 3.81768511942154, 5.63525, 3.83753172453885, 6.0345, 4.12127116152797, 6.80375, 10.018433861611, 15.57275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 930, '2021-05-23 00:00:00', 1.13137084989849, 1.99000000000001, 0.940452018978117, 2.38500000000001, 0.724784450716215, 2.6375, 0.360624458405133, 2.89500000000001, 2.87085353161738, 15.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 945, '2021-05-23 00:00:00', 0.162634559672919, 1.53, 0.0954594154601775, 1.7525, 0.183847763108496, 1.875, 0.15556349186106, 2.53, 3.20672925268101, 15.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 960, '2021-05-23 00:00:00', 0.0282842712474563, 1.13000000000001, 0.530330085889911, 1.58500000000001, 0.205060966544093, 1.86, 0.286378246380573, 2.6225, 3.2915820664234, 15.5275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 1, 975, '2021-05-23 00:00:00', 0.410121933088206, 1.16500000000001, 0.441941738241592, 1.1875, 0.091923881554248, 1.65000000000001, 0.357088924499223, 2.78750000000001, 3.2915820664234, 15.5275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 930, '2021-05-23 00:00:00', 1.42835569799681, 2.29499999999999, 1.23743686707644, 2.52499999999999, 1.6546298679765, 3.44999999999999, 2.11071374184183, 4.1075, 2.7966073195928, 18.0275 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 945, '2021-05-23 00:00:00', 0.0212132034355771, 1.34999999999999, 0.632860569161947, 1.7825, 0.403050865276307, 2.3, 0.417193000900065, 3.27, 2.88499566724112, 18.09 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 960, '2021-05-23 00:00:00', 0.0565685424949326, 1.02999999999999, 0.30759144981615, 1.64249999999998, 0.166170093578848, 1.79249999999999, 0.22627416997969, 2.815, 3.2385490578344, 18.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 2, 975, '2021-05-23 00:00:00', 0.484368145112787, 1.42249999999999, 0.0989949493661271, 1.74499999999999, 0.0601040764008622, 1.8575, 0.272236110756814, 2.8475, 3.2385490578344, 18.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 930, '2021-05-23 00:00:00', 0.169705627484778, 1.935, 0.922774349448449, 4.00749999999999, 1.45663996924427, 4.95999999999999, 0.53386561979584, 6.7775, 0.636396103067897, 15.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 945, '2021-05-23 00:00:00', 0.636396103067897, 2.39999999999999, 0.668215908221292, 2.39999999999999, 0.701626703632356, 3.935, 0.736708038813974, 5.17, 0.773543440754673, 14.2325 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 960, '2021-05-23 00:00:00', 0.268700576850905, 1.08, 0.707106781186548, 2.125, 1.53088618126889, 2.70750000000001, 0.215667568261882, 3.94250000000001, 1.38592929112562, 13.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 3, 975, '2021-05-23 00:00:00', 0.463154941677169, 1.53749999999999, 1.28693434175951, 2.12, 1.11015764646287, 2.245, 0.441941738241592, 4.24250000000001, 1.49906637611548, 12.76 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 930, '2021-05-23 00:00:00', 0.406586399182277, 2.3875, 0.426915719141391, 2.3875, 0.44826150509846, 3.47500000000001, 0.470674580353383, 4.22000000000001, 0.494208309371053, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 945, '2021-05-23 00:00:00', 0.106066017177986, 1.44000000000001, 1.4884597743977, 2.52250000000001, 1.31521861300699, 2.86500000000001, 1.57684812204601, 4.20500000000001, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 960, '2021-05-23 00:00:00', 1.33643181644261, 2.40000000000001, 1.15258405333409, 2.75000000000001, 0.802566196646725, 3.27250000000001, 1.59452579157566, 4.2175, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 4, 975, '2021-05-23 00:00:00', 0.190918830920375, 1.175, 0.498510280736525, 1.7925, 1.33996735034851, 3.72750000000001, 1.93040151263929, 4.45500000000001, 4.02343758495145, 9.07499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 930, '2021-05-23 00:00:00', 2.11778480965371, 2.7525, 2.05060966544099, 3.23, 1.85615530061471, 3.7325, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 945, '2021-05-23 00:00:00', 0.137885822331372, 1.78749999999999, 0.335875721063626, 2.1275, 0.502045814642454, 3.18499999999999, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 960, '2021-05-23 00:00:00', 0.675286976033162, 1.8875, 0.791959594928936, 2.97999999999999, 0.76721085758741, 3.55749999999999, 2.55972654789531, 6.28999999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1019294, 5, 975, '2021-05-23 00:00:00', 0.314662517628009, 1.73749999999998, 0.371231060122941, 2.18749999999999, 1.11369318036882, 2.89749999999999, 1.87736850405028, 5.80749999999999, 0.516187950266172, 11.555 where not exists (select 1 from powerstats_trumpet where symbolid = 1019294 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 17:46:25 Duration: 759ms Database: acaweb_fx User: pgperfstats
19 51ms 569ms 314ms 14 4s405ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t30 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 23 17 14 4s405ms 314ms [ User: postgres - Total duration: 4s405ms - Times executed: 14 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '982731' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:05:38 Duration: 569ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '1009902' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:03:15 Duration: 533ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '983516' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 17:16:10 Duration: 496ms Database: acaweb_fx User: postgres Bind query: yes
20 51ms 1s656ms 273ms 173 47s251ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration May 23 17 173 47s251ms 273ms [ User: postgres - Total duration: 47s251ms - Times executed: 173 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:48:24 Duration: 1s656ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:05:41 Duration: 1s129ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 17:02:48 Duration: 1s13ms Database: acaweb_fx User: postgres Bind query: yes
Time consuming prepare
Rank Total duration Times executed Min duration Max duration Avg duration Query NO DATASET
Time consuming bind
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 64ms 1 64ms 64ms 64ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 495 AND sg.groupid = 3176 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration May 23 17 1 64ms 64ms [ User: postgres - Total duration: 122ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 495 AND sg.groupid = 3176 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-23 17:47:10 Duration: 64ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
2 60ms 1 60ms 60ms 60ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 495 AND sg.groupid = 3182 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 17 1 60ms 60ms [ User: postgres - Total duration: 167ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 495 AND sg.groupid = 3182 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 17:47:10 Duration: 60ms Database: postgres User: acaweb_fx Remote: postgres
3 52ms 1 52ms 52ms 52ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3332 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 17 1 52ms 52ms [ User: postgres - Total duration: 195ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3332 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-23 17:04:58 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '3', $4 = '3', $5 = '0', $6 = '0'
-
Events
Log levels
Key values
- 74,342 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 23329 ERROR entries
- 71 WARNING entries
Most Frequent Errors/Events
Key values
- 20,897 Max number of times the same event was reported
- 23,400 Total events found
Rank Times reported Error 1 20,897 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count May 23 17 20,897 - ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "pk_t60"
- ERROR: duplicate key value violates unique constraint "pk_t240_1"
Detail: Key (pricedatetime, symbolid)=(2021-05-21 01:30:00, 960560) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960560, '2021-05-21 01:30', 0.74314, 0.74329, 0.74289, 0.74293, 0, 0,'2021-05-23 17:00');Date: 2021-05-23 17:00:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-16 22:00:00, 960598) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960598, '2021-05-16 22:00', 0.74425, 0.74468, 0.74399, 0.74399, 0, 0,'2021-05-23 17:00');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960598, '2021-05-16 22:00', 0.74425, 0.74468, 0.74399, 0.74399, 0, 0,'2021-05-23 17:00');Date: 2021-05-23 17:00:04 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-16 20:00:00, 960636) already exists.
Statement: INSERT INTO T240 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960636, '2021-05-16 20:00', 0.74425, 0.74468, 0.74399, 0.74416, 0, 0,'2021-05-23 17:00');INSERT INTO T240 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960636, '2021-05-16 20:00', 0.74425, 0.74468, 0.74399, 0.74416, 0, 0,'2021-05-23 17:00');Date: 2021-05-23 17:00:17 Database: acaweb_fx Application: User: postgres Remote:
2 2,430 ERROR: function powerstatslatestprfprice(...) does not exist
Times Reported Most Frequent Error / Event #2
Day Hour Count May 23 17 2,430 - ERROR: function powerstatslatestprfprice(bigint, integer) does not exist at character 16
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
Statement: select * from PowerStatsLatestPRFPrice($1, $2)Date: 2021-05-23 17:00:00 Database: acaweb_fx Application: User: postgres Remote:
3 71 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #3
Day Hour Count May 23 17 71 - WARNING: there is no transaction in progress
Date: 2021-05-23 17:00:45 Database: acaweb_fx Application: User: postgres Remote:
4 2 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #4
Day Hour Count May 23 17 2 - ERROR: relation "timezones_th_th" does not exist at character 191
Statement: SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset,0,4) as double precision)*60 + cast(substring(t.gmoffset,5,2) as double precision))/60 as gmoffset FROM timezones_th_TH tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone
Date: 2021-05-23 17:12:28 Database: acaweb_fx Application: User: postgres Remote: